@charset "UTF-8";
/* CSS Document */

body{
	background:#333333;
	padding:0;
	margin:0;
}

img{
	border:0px;
}

a{
	outline:none !important;
}

h1{
	margin:-5px 0px 20px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#132a5a;
	line-height:1.5em;
}

h2{
	margin:0 0 5px 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:1.6em;
}

h3 {
color:#005283;
font-size:13px;
font-weight:bold;
line-height:1.5em;
padding-left:0px;
margin-bottom:0px;
}

sup{	
	vertical-align:text-top;
	margin-left:1px;
}

.floatright{
	float:right;
	padding-left:5px;
	padding-bottom:10px;
}

.floatleft{
	float:left;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:5px;
}

.rightcol{
	width:160px;
	margin-left:10px;
	float:right;
}

.rightcol img{
	margin-bottom:5px;
}

.grid_8 h3{
	padding-top:10px;
}

p{
	color:#333333;
	margin-top:0px;
	padding-top:0px;
}

.alignright{
	text-align:right;
}

a:link{
		color:#005283;
		text-decoration:none;
		outline:none;
	}
a:visited{
		color:#005283;
		text-decoration:none;
		outline:none;
	}
a:active{
		color:#005283;
		text-decoration:none;
		outline:none;
	}
a:hover{
		color:#132A5A;
		text-decoration:none;
		outline:none;
	}

.hide{
	display:none;
}

.smallcaps{
	font-variant: small-caps;
	font-size:1em;
}

#container{
	width:980px;
	margin:10px auto 10px auto;
	background:#fff;
	padding:10px 0 10px 0;
}


#header{
	background-image:url(../img/header-bg.png);
	background-repeat:repeat-x;
}

#logo{
	margin-left:0px;
	float:left;
	margin-top:5px;
}

#utilities{
	text-align:left;
	top:0;
}

#utilities p{
	margin-top:5px;
	margin-bottom:0px;
}

#utilities ul{
	margin-top:5px;
	margin-bottom:0px;
	padding-left:0px;
	}

#utilities li{
	list-style-type:none;
	display:inline;
	margin:3px 5px 0 0;
	width:auto;
	float:left;
	font-size:14px;
}

#content{
	margin-left:50px;
}

/* CALL TO ACTIONS */

#gsabadge{
	float:right;
	
}

/* NAVIGATION STYLES */
#nav{
	margin-top:20px;
	margin-left:0;
	padding-left:10px;
	margin-bottom:0;
	background:none;
	margin-left:115px;
	margin-top:-25px;
}

#nav li{
	list-style-type:none;
	display:block;
	float:left;
	width:auto;
	margin-right:2px;
	background-repeat:repeat-x;
	color:#eec53d;
	background-image:url(../img/nav/bg.png);
	background-repeat:repeat-x;
	margin-top:1px;
	cursor:pointer;
}


#nav li.current{
	background-image:url(../img/nav/active_bg.png);
	background-repeat:repeat-x;
}

	
#nav li:hover{
		background-image:url(../img/nav/mouseover_bg.png); 
		background-repeat:repeat-x;
		cursor:hand;
}


#nav li.current:hover{
	background-image:url(../img/nav/active_bg.png); 
	background-repeat:repeat-x;
	cursor:auto;
}

#nav li.current a:visited { 
		color:#eec53d; 
		display:block; 
		text-decoration:none;  
		text-align:center;
		background:none;
		cursor:text;
		}
#nav li.current a:hover  { 
		color:#eec53d; 
		display:block; 
		text-decoration:none;  
		text-align:center;
		background:none;
		cursor:text;
		}
#nav li.current a:active { 
		color:#eec53d; 
		display:block; 
		text-decoration:none;  
		text-align:center;
		background:none;
		cursor:text;
		}

#nav li.current a:link { 
		color:#eec53d; 
		display:block; 
		text-decoration:none;  
		text-align:center;
		background:none;
		cursor:text;
		}

#nav li.current a:link.sf-with-ul, #nav li.current a:link.active.sf-with-ul, #nav li.current a:link.hover.sf-with-ul, #nav li.current a:visited.sf-with-ul{
	cursor:pointer !important;
}

#nav li a:visited { 
		padding:2px 10px 4px 10px; 
		color:#fff; 
		display:block; 
		text-decoration:none;  
		text-align:center;
		background:none;
		}
#nav li a:hover  { 
		padding:2px 10px 4px 10px; 
		color:#fff; 
		display:block;
		text-decoration:none;  
		text-align:center;
		background:none;
		}
#nav li a:active { 
		padding:2px 10px 4px 10px; 
		color:#fff; 
		display:block; 
		text-decoration:none;  
		text-align:center;
		background:none;
		}

#nav li a:link { 
		padding:2px 10px 4px 10px; 
		color:#fff; 
		display:block; 
		text-decoration:none;  
		text-align:center;
		background:none;
		}
		
#nav li a.sf-with-ul {
	padding-right: 	25px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

#nav li ul.second{
	margin-top:-7px;
	border-left:solid 1px #050505;
	border-right:solid 1px #050505;
	background:#2b2b2b;
	background-image:#2b2b2b;
}

#nav li ul.second, #nav li ul.second li, #nav li ul.second li a, #nav li ul.third, #nav li ul.third li,  #nav li ul.fourth, #nav li ul.fourth li {
	width:185px;
	z-index:100;
	background-image:none !important;
	background-color:#2B2B2B;
}

#nav li ul.second li{
	margin:0 0 0 0;
	cursor:hand;
	border-bottom:1px solid #050505 !important;
	border-top:0px;
	border-left:0px;
	border-right:0px;
} 
#nav li ul.second li a {
	padding-right: 	25px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

/* current links */
		
#nav li ul.second li.current, #nav li ul.second li.current, #nav li ul.fourth li.current{
		color:#eec53d; 
		display:block; 
		
		text-decoration:none;  
		background-color:#3a3a3a;
		text-align:left;
		cursor:hand;
		width:185px;
		background-image:none;
		border-bottom: solid 1px #050505;
}

#nav li ul.second li a:link{ 
		color:#fff; 
		display:block; 
		text-decoration:none;  
		background:#2b2b2b;
		text-align:left;
		cursor:pointer;
		width:150px;
		}
#nav li ul.second li a:visited{ 
		color:#fff; 
		display:block; 
		text-decoration:none;  
		background:#2b2b2b;
		text-align:left;
		cursor:pointer;
		width:150px;
		}
#nav li ul.second li a:hover{
		color:#fff; 
		display:block; 
		text-decoration:none;  
		background-color:#3a3a3a;
		text-align:left;
		cursor:hand;
		cursor:pointer;
		width:150px;
		}
#nav li ul.second li a:active{ 
		color:#fff; 
		display:block; 
		text-decoration:none;  
		background:#2b2b2b;
		text-align:left;
		cursor:pointer;
		width:150px;
		}
#nav ul li.current a:link.current  { 
		color:#eec53d;  
		background:none;
		cursor:text;		
	}
#nav ul li.current a:visited.current  { 
		color:#eec53d;  
		background:none;
		cursor:text;
		}
#nav ul li.current a:hover.current { 
		color:#eec53d;  
		background:none;
		cursor:text;
		}

#nav ul li.current a:active.current { 
		color:#eec53d;  
		background:none;
		cursor:text;
		}
		
#nav li ul.third{
		border-top:solid 1px #050505;
		border-right:solid 1px #050505;
		border-left:solid 1px #050505;
		border-bottom:0px;
		background:#2b2b2b;
		margin-left:55px;
		margin-top:1px;
}

#nav li ul.third li{
	cursor:hand;
}

#nav li ul.fourth {
		border-left:1px solid #050505;
		border-right:1px solid #050505;
		border-top:1px solid #050505;
		border-bottom:0px;
		margin-left:55px;
		margin-top:0;
}

#nav li ul.fourth li{
	cursor:hand;
}


.phonenumber{
	color:#4B4B4B;
	text-align:right;
	float:right;
	margin-top:45px;
	font-size:10px;
}

#search{
	margin-top:7px;
	margin-bottom:5px;
}

.search_input{
	height:16px;
	border:none;
	background:none;
	float:left;
	width:183px;
	margin-top:1px;
	outline:none;
	color:#333;
}

.search_btn{
	height:21px;
	border:none;
	background-color:#CCCCCC;
	width:27px;
	display:block;
	float:right;
}

.search_box{
	background:#fff;
	padding:0 0px 0 3px;
	border:solid 1px #5f5f61;
	height:21px;
	margin-top:-2px;
}


/**** HOME PAGE SPECIFIC STYLES ****/
.home{
	background-image:url(../img/main_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
}


#slideshowcontainer{
	background-image:url(../img/home-trim.png);
	background-repeat:no-repeat;
	background-color:#005283;
	text-align:left;
}

.slideshow{
}

.slideshow h2{
	color:#EEC53D;
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:0;
}

#flashcontent{
	padding-bottom:6px;
	text-align:left;
}
#news h2{
	margin-bottom:0px;
	font-size:15px;
	font-weight:bold;
	color:#eec53d;
	margin-top:0px;
}

#news ul{
	padding-left:0px;
	margin-top:0px;
	margin-bottom:11px;
}

#news ul li:last-child  
   {  
   	margin-bottom:0px; 
   }  

#news ul li{
	list-style-type:none;
	font-size:10px;
	margin-left:0px;
	margin-bottom:10px;
	padding-left:0px;
}

#news li a:link { 
		 color:#fff;
		 text-decoration:none;
		}
#news li a:visited { 
		 color:#fff;
		 text-decoration:none;
		}
#news li a:hover  { 
		 color:#fff;
		 text-decoration:underline;
		 background-color:transparent;
		}
#news li a:active { 
		 color:#fff;
		 text-decoration:none;
		}
		
.article img{
	float:right;
	margin-left:10px;
}
	
		
#slideshowdivider{
	background-image:url(../img/slideshowdivider.png);
	background-repeat:no-repeat;
	background-position:0 50px;
	padding-top:40px;
}

#takecontrol{	
	padding-left:10px;
	padding-bottom:5px;
}

.hometextblocks{
	margin-top:20px;
	background-image:url(../img/hometext_bg.jpg);
	background-repeat:repeat-y;
}

.hometextblocks .grid_4{
	margin-left:0px;
	margin-right:0px;
	padding-left:10px;
	padding-right:10px;
	width:299px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
}

.hometextblocks .grid_6{
	margin-left:0px;
	margin-right:0px;
	padding-left:10px;
	padding-right:10px;
	width:459px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
}


.withborder{
	
}

#cycleElements{
	background-image:url(../img/product_slider_bg.png);
	background-repeat:repeat-y;
	margin-top:-5px;
}
#cycleElements ul{
	margin:-5px 0px 0 8px;
	padding:0px;
}

#cycleElements ul li{
	list-style-type:none;
	width:210px;
	float:left;
	margin-left:15px;
	padding-top:0px;	
	text-align:center;
}


#cycleElements ul li p{
	margin-bottom:0px;
	padding:0px;
}

#cycleElements .clear{
	height:0px;
}

#cycleElements .divider{
	height:10px;
}

#product_slider #bottom_img{
	margin-top:0px;
}

#thumb_3, #thumb_8, #thumb_4, #thumb_6{
	margin-top:15px;
	}

#cycleElements ul li a:link img{
		border:solid 2px #fff;
	}
#cycleElements ul li a:visited img{
		border:solid 2px #fff;
	}
#cycleElements ul li a:active img{
		border:solid 2px #fff;
	}
#cycleElements ul li a:hover img{
		border:solid 2px #333;
	}
	
	
#cycleElements ul li a:link{
		color:#fff;
	}
#cycleElements ul li a:visited{
		color:#fff;
	}
#cycleElements ul li a:active{
		color:#fff;
	}
#cycleElements ul li a:hover{
		color:#333;
	}



/**** END HOME PAGE SPECIFIC STYLES ****/


/**** INTERIOR PAGE STYLES ****/
#trim{
	background-image:url(../img/trim.png);
	background-repeat:no-repeat;
	background-color:#fff;
	text-align:left;
}

.interior{
	background-image:url(../img/interior-main-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:10px;
	background-color:#f8f8f8;
}

#sidebar{
	border-left: solid 1px #e4e5e6;
	margin-right:17px;
	float:right;
}

#sidebar p{
	margin-top:5px;
	margin-bottom:5px;
}	

#sidebar br{
	display:none;
}

#sidebar ul{
	margin:0 0 20px 25px;
	border-top:solid 1px #e4e5e6;
	padding:20px 0px 0px 0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0px;
	padding:5px 0px;
}

#sidebar ul:last-child  {border-bottom:solid 0px #fff;}

#sidebar ul:first-child {padding-top:0px; margin-top:0px; border-top:0px;}

	
/**** END INTERIOR PAGE STYLES ****/

/******* FOOTER ********/
#footer{
	background:none;
	color:#eec53d;
	font-size:10px;
	margin-bottom:70px;
}

#footer p{
	margin-top:0;
	margin-bottom:5px;
}

#footer a:link, #key a:link{
		color:#fff;
	}
#footer a:visited, #key a:visited{
		color:#fff;
	}
#footer a:active, #key a:active{
		color:#fff;
	}
#footer a:hover, #key a:hover{
		color:#fff;
		text-decoration:underline;
	}
	
#footer a:link.backtotop{
	background-image:url(../img/top-arrow.png);
	background-repeat:no-repeat;
	background-position:right 2px ;
	padding-right:15px;
	font-size:12px;
	}
	
#footer a:visited.backtotop{
    background-image:url(../img/top-arrow-over.png);
	background-repeat:no-repeat;
	background-position:right 2px ;
	padding-right:15px;
	font-size:12px;
	}

#footer a:active.backtotop{
    background-image:url(../img/top-arrow-over.png);
	background-repeat:no-repeat;
	background-position:right 2px ;
	padding-right:15px;
	font-size:12px;
	}
#footer a:hover.backtotop{
    background-image:url(../img/top-arrow-over.png);
	background-repeat:no-repeat;
	background-position:right 2px ;
	padding-right:15px;
	font-size:12px;
	}
	
div#copyright{
	margin-top:5x;
	padding-top:5px;
}
	
ul#footernav{
	margin:5px 0 0 0;
	padding:0;
	text-align:right;
}
	
ul#footernav li{
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
	
}

#footernav p{
	text-align:right;
}


#footernav span{
	color:#ccc;
}

/* Fixed Footer */
#fixedfooter{
	width:100%;
	position:fixed;
	bottom:0px;
	background-image:url(../img/fixedfooter_bg.png);
	background-repeat:repeat-x;
	height:32px;
}

#calltoactions{
	text-align:right;
}

#calltoactions br{
	display:none;
}

#calltoactions ul{
	margin-top:0px;
}

#calltoactions ul li{
	list-style-type:none;
	display:inline;
}

#calltoactions ul li img {
	position:relative;
}

#calltoactions span{
	margin-top:-10px;
}

/* Dealers/Distributors Specific Styles */
#key{
	margin:0px;
	padding:1px 0 1px 5px;
	background-color:#005283;
	color:#CCCCCC;
}

#key li{
	list-style-type:none;
	display:inline;
	padding-right:0px;
	padding-left:0px;
	margin:0px;
}

h3.region{
	height:20px;
}

.dealersanddistributors  div{

}

.dealersanddistributors  .grid_3{
	margin-left:5px;
	margin-right:5px;
	width:220px;
}

#USDealers .grid_3{
	margin-top:10px;
	margin-bottom:10px;
	}

div.intl_dist{
height:280px;
}

.dealersanddistributors  h2{
 background-color:#005283;
 color:#fff;
 margin-bottom:10px;
 padding:5px;
}

h2.sub{
	background:#CCCCCC;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	padding:0px 0 0 5px;
	margin-top:20px;
	margin-bottom:0px;
}

.dealersanddistributors  h3{
	font-size:13px;
	font-weight:bold;
	color:#005283;
	border-bottom:1px solid #E4E5E;
	padding-left:5px;
	margin-bottom:5px;
	padding-top:5px;
}

	.dealersanddistributors strong{
	color:#333333;
}

.dealersanddistributors  p{
	margin:0px;
	font-size:12px;
	font-weight:normal;
	padding:2px 5px 0 5px;
}
.dealersanddistributors  .clear{
	margin-bottom:10px;
}


/* International dealers style fixes the float problem */

#intl_dist_78{
	height:185px;
}

/* US Dealers Styles */
#InternationalDealers{
	margin-top:40px;
}



/* NEWS */
.newsarchive{
	margin:0px;
	padding:0px;
}

.newsarchive li
{
	padding:0 0 0px 0;
	list-style-type:none;
	margin-left:0px;

}

.newsarchive h2{
	line-height:1.5em;
}

.pagination{
	clear:both;
	text-align:left;
}

.pagecount{
	clear:both;
	margin-bottom:10px;
}

.pagination span{
	background:#3a3a3a;
	border-top:1px solid #050505;
	border-bottom:1px solid #050505;
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	padding:5px;
	margin-top:10px;
	color:#EEC53D;
}

.pagination span.currentpage{
	border-left:0px;
}

.pagination span.previous,.pagination span.next{
	background:#2B2B2B;
	color:#777;
}

.pagination a.previous, .pagination span.previous{
  border-left:1px solid #050505 !important;
  border-right:1px solid #050505 !important;
}

.pagination span.next{
	border-left:0px;
}

.pagination a:link{
	background-color:#2B2B2B;
	border-top:1px solid #050505;
	border-bottom:1px solid #050505;
	border-right:1px solid #050505;
	border-left:0px solid #050505;
	padding:5px;
	margin-top:10px;
	color:#fff;
}

.pagination a:visited{
	background-color:#2B2B2B;
	border-top:1px solid #050505;
	border-bottom:1px solid #050505;
	border-right:1px solid #050505;
	border-left:0px solid #050505;
	padding:5px;
	margin-top:10px;
	color:#fff;
}

.pagination a:active{
background-color:#2B2B2B;
	border-top:1px solid #050505;
	border-bottom:1px solid #050505;
	border-right:1px solid #050505;
	border-left:0px solid #050505;
	padding:5px;
	margin-top:10px;
	color:#fff;
}

.pagination a:hover{
	background-color:#3a3a3a;
	border-top:1px solid #050505;
	border-bottom:1px solid #050505;
	border-right:1px solid #050505;
	border-left:0px solid #050505;
	padding:5px;
	margin-top:10px;
	color:#fff;
}

/* Contact Styles */
.error{
	color:#FF0000;
	font-weight:bold;
}

.forms_table{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.forms_fields input, .forms_fields textarea{
	border:solid 1px #ccc;
	margin-right:5px;
	width:381px;
	margin-bottom:5px;
}

.forms_fields textarea{
	height:100px;
	width:385px;
}

#form_field_54{
	height:40px;
}

.checkboxes span.form_fields text-area{
	height:50px;
}

.forms_fields input:hover, .forms_fields textarea:hover, .forms_fields input:focus, .forms_fields textarea:focus{
	border:solid 1px #142A5A;
	margin-right:5px;
	background-color:#EFEFEF;
}


.checkboxes input{

}

.error input, .error input:hover, .error input:focus{
	border:solid 1px #FF0000;
}


label{
	color:#333;
	font-weight:bold;
	padding-right:5px;
	margin-bottom:5px;
}

#submit_52{
	background-image:url(../img/button-bg.png);
	background-repeat:repeat-x;
    text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin-right:10px;
	padding:4px;
	border:0px;
}

#submit_52:hover, #submit_52:focus{
	background-image:url(../img/button-bg-over.png);
	background-repeat:repeat-x;
    text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin-right:10px;
	padding:4px;
	border:0px;
}

/* SEARCH RESULTS */
.search_result{
	margin:0;
	padding:0px;
}

#sitemap, #sitemapNewsArticles, #sitemapcategorylist{
	margin-left:16px !important;
	padding-left:0px;
	font-weight:bold;
}


#sitemap li ul.second, #sitemap li ul.third, #sitemap li ul.fourth{
	border-top:0px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	font-weight:normal;
}

#sitemap li ul.fourth{
	margin-left:15px;
}

.expandable-hitarea {
background:transparent url(../img/expand.png);
cursor:pointer;
float:left;
height:16px;
margin-left:-16px;
width:16px;
}

.collapsable-hitarea {
background:transparent url(../img/expanded.png);
cursor:pointer;
float:left;
height:16px;
margin-left:-16px;
width:16px;
}

/* Sitemap Page */
#sitemapmain ul li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
} 

#sitemapmain li ul.second li, #sitemapmain li ul.third li, #sitemapmain li ul.fourth li{
	border-top:0px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	font-weight:normal;
	list-style-type:disc;
	font-size:12px;
}

ul.productlist{
	margin:0px 0 0 10px;
	padding:0px;
}
.productlist li{
	margin:0px;
	padding:0px 0 0 10px;
	list-style-type:none;
}

p.prodshort{
	float:right;
	width:485px;
}

.gsanum{
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

#marketspage, #marketspage li{
	margin-left:10px;
	padding-left:0px;
	font-size:16px;
	line-height:1.6em;
	font-weight:bold;
}

h3#marketpage{
	font-size:18px;
	}