body {
	text-align: center;
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFFFFF url(body_bck.jpg) repeat-x top left;
	background-attachment: fixed;
	
	
	
}

*:focus { outline: 0; }

a {
	color: #0D3191;
	font-weight: bold;
	text-decoration: none;	
	border: 0px;
}

a:visited {
	color: #0D3191l;
}

a img {
	border: 0px;
	}

h1 {
	font-size:18pt;
	font-weight:400;
	margin-bottom:8px;
	text-transform:uppercase;
	color: #313C3E;
}

h2 {
	font-size:18pt;
	font-weight:400;
	margin-bottom:8px;
	text-transform:uppercase
}

h3 {
	font-size:14pt;
	font-weight:400;
	margin-bottom:8px;
	text-transform:uppercase
}


h6 {
	font-size:10pt;
	font-weight:400;
	margin-bottom: 0px;
	font-style: italic;
	
	text-transform:uppercase
}


/* MENU SYSTEM */

#menu_bar {
	position: absolute;
	top: 0px;
	height: 48px;
	width: auto;
	background-color: #072F84;
	text-transform:uppercase;
	z-index: 100;
		
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 187px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
}

#nav li {
	float: left;
	width: 187px;
	text-align: center;
	background-color: #072F84;
	line-height: 38px;
}

#nav li ul {
	position: absolute;
	width: 187px;
	left: -999em;
	padding-top: 10px;
}

#nav li ul li {
	border-bottom: 1px dotted #FFFFFF;
	line-height: 20px;
	
}
#nav li ul li a {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}


#nav li.sfhover ul {
	left: auto;
}




/* MAIN SITE CONTENT */
#page_content {
	text-align:left;
	margin: 20px auto;
	width: 936px;
	border: 2px solid black;	
	padding:0px 30px 10px 30px;	
	background: #FFFFFF url(page_bck.jpg) repeat-x top left;
	min-height: 400px;
}

#page_inner_content {
	width: auto;	
	position: relative;
	padding-top: 48px;
}


#main_left {
	width: 660px;
	padding-right: 15px;	
	padding-left: 15px;
	float: left;
	background-color: #FFFFFF;
	color: #313C3E;
	}
	
#site_logo {
	margin-top: 30px;
	margin-bottom: 10px;		
}
	
#main_right {
	width: 220px;
	padding-left: 20px;	
	float: left;
	
	}	
	
#contact_details {
	margin-top: 10px;
	font-size:8pt;
	font-weight:400;
	text-transform:uppercase
}
	

/* BANNERS */

#banner_image {
	width: 936px;
	height: 300px;
	padding-top: 50px;
	text-align: center;
		
}

#banner_bottom {
	
	text-align: left;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	height: 96px;
	color: #FFFFFF;
	background-color: #072F84;
	background-repeat:no-repeat;
	background-position:bottom left; 
	position: relative;
	overflow: hidden;	
}

#ticker {
	padding-top: 2px;	
}
#scroll_clients {
	overflow:scroll;	
}

/* CONTACT PAGE */

#contact label {
	padding-right: 5px;
	font-size: 10pt;
	font-family: Arial;

}

#contact button {
	width: 141px;
	background-color: #000000;
	color: #FFFFFF;
	border: 0px;

}

.formtext {
	width: 135px;	
  	background-color: #FFFFFF;	
  	/*background-color: #26272B;*/
  	border: 1px solid #000000;
  	color: #000000;
  	font-family: Arial;
  	padding:2px;
}

/* SITE MESSAGE - USED FOR MESSAGES FROM THE SITE */
#site_message {
	margin: 10px 0px;
	border: 2px solid #999999;
	padding: 5px;	
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #000000;
}


/* PRODUCTS */
.products_list {
	}

.products_list li{
	margin-bottom: 8px;

}

/* TOP BANNER */
.banner_images {
	position: absolute;
	top: 0px;
	left: 0px;

}


#banners_container {
	position: relative;
	margin: 0px auto;
	height: 282px;
	width: 650px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}

/* FOOTER */

.footer_link_block {
	float: left;
	margin-right: 105px;
}

.footer_link_block ul{
	padding: 0px;
	
	}
	
.footer_link_block li {
	list-style-type: none;
	padding: 0px;
}

.footer_link_block a {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

/* SITEMAP */

.sitemap li {
	padding-top: 5px;
}

