/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 800px;
}


/*NAVAGATION*/


 	.nav_left a, .nav_left a:visited   { 
	
	color:#FE0000;
	font-size:80%;
	font-weight:bold;
	
	background-image:url(graphics/gph_nav_off.gif);
	background-repeat:repeat-y;
    width:180px;
	display: block;
	line-height:24px;
	border-bottom:1px dashed #999;
	text-decoration: none;
	text-align: left;	
	}
	
	 .nav_left a:hover   { 
	color:#666666;
	text-decoration: none;
	}



a.special:link, a.special:visited {
		color:#FE0000;
		line-height:inherit;
		text-decoration:none; }

a.special:hover {
		color:#333333;
		text-decoration:underline}


/*GENERAL STYLES USED THROUGHOUT THE SITE*/

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:0px;
	}

.bodytext {
	color:#666666;
	text-align:justify!important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	}
	
.header_black {
	color:#333333;
	text-align:left;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;

	}

.header_blue {
	color:#1678BC;
	text-align:left;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	}
	
.header_red {
	color:#FE0000;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	}
	
.news_text {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%
	}

.img_padding {
	padding-top:3px;
	padding-bottom:6px;
	}

.img_clients {
	padding:1px;
	margin-top:2px;
	border:1px solid #ccc;
	}
	
	
img.floatLeft { 
    float: left; 
    margin: 4px; 
	border:1px solid #ccc;
}

img.alnLeft { 
    float: left; 
    margin: 4px; 
	
}


img.floatRight { 
    float: right; 
    margin: 4px; 
	border:1px solid #ccc;
	
	
}

UL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #666666; 
	margin-bottom:1px;
	margin-top:3px;
	}


/*SITE LAYOUT DIV STYLES*/

#wrapper {
	width:100%;
	font-size:smaller;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;}

#header_logo {
	float:left;
	padding-top:0px;
	padding-left:10px;
	vertical-align:bottom;
	width:45%;
	text-align: left;}

#header_slogan {
	width:45%;
	height:83px;
	vertical-align:middle;
	float:right;	
	text-align: right;}


#header_wrapper {
	float:left;
	width:100%;
	text-align: left;}


#header {
	float:left;
	height:100px;
	background-image:url(/graphics/bg_header.jpg);
	background-repeat:no-repeat;	
	width:100%;
	text-align: left;}


#headernav {
	float:left;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-image:url(graphics/bg_nav.gif);
	background-repeat:repeat-x;
	line-height:23px;
	letter-spacing: 1px;}
	
	
#headernav a {
	text-decoration:none;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;}
	
#headernav a:hover {
	text-decoration:underline; }
	
	
#top {
	float:left;
	text-align:right;
	width:100%;
	height:22px;
	clear: both;
	background-image:url(graphics/bg_top.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#FE0000;	}		
	
#redbar {
	float:left;
	width:100%;
	background-color:#FE0000;
	height:5px;
	clear: both;
	overflow: hidden;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;	}
	
	
#whitespace {
	float:left;
	width:100%;
	background-color:#FFFFFF;
	height:5px;
	clear: both;
	overflow: hidden;	}

#left {
	float:left;
	width:180px;
	text-align:left;
	}
	
#mainnav {
	float:left;}

#content_wrapper {
	float:left;
	width:100%;
	background-image:url(/graphics/bg_fill_grey.gif);
	background-repeat:repeat-y;}
	
	#content_left{
	float:left;
	width:18%;
	clear:both;
	padding-right:5px;
	text-align:left;}
			
	#content_nav{
	float:left;
	width:190px;
	text-align:left;
	padding: 10px;}
	
	#content_right{
	float:left;
	width:70%;
	padding-top: 10px;
	padding-left: 5px;
	}
	
		#content_body{
		float:left;
		width:80%;
		padding-left: 5px;
		}
		
		#content_adverts{
	float:left;
	width: 18%;
	padding-bottom: 6px;}

	
#content_narrow {
	float:left;
	width:400px;
	font-size:85%;
	}
	
			#content_heading {
				float:left;
				width:100%;
				margin-bottom:7px;}
				
				#content_body {
				float:left;
				width:80%;}
	
#right {
	float:right;
	width:215px;
	text-align:left;}
	
#footer_wraper {
	float:left;
	width:100%;
	clear:left;}


#footer td {
	float:left;
	line-height:21px;
	text-align:left;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#666;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#E0E0E0;}
	
	
#bluebar2 {
	float:left;
	width:100%;
	background-color:#3877DE;
	height:5px;
	clear: both;
	overflow: hidden;}



#footer_links {
	float:left;
	margin-top:5px;
	line-height:16px;
	width:70%;
	color:#999999;
	font-size:80%;}
	
#vbs {
	float:right;
	text-align:right;
	width:20%;
	margin-top:5px;
	height:18px;}

/*BOX STYLES*/

#latest_news {
border:1px solid #ccc;
padding:4px;
width:162px;
height:100px;
font-size:80%;
background-image:url(graphics/gph_fade_fill.jpg);
background-repeat:repeat;
background-position:bottom left;}


.form_compact {
margin:0px;
text-align:center;}

.form_textfields {
text-transform:uppercase;
color:#006699;
width:85%;
margin-bottom:2px;
letter-spacing:1px;
font-size:90%}

.producttable {
border: 1px dashed #ccc; }

.searchborder {
border: 1px dashed #999;
background-image:url(/graphics/img_bg_search.jpg);
background-repeat:no-repeat;}

.pager {
font:Verdana, Arial, Helvetica, sans-serif;
text-align:right;
color:#666666;
font-size:11px;
}
