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

/*---------------------  START CSS RESET  ---------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}

table {
	border-spacing: 0;
	}

fieldset, img, abbr {
	border: 0;
	}

ul {
	list-style: none;
	}

caption, th {
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight:bold;
	}

q:before, q:after {
	content: '';
	}

a, ins {
	text-decoration: none;
	}




/*---------------------   END CSS RESET   ---------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #005596;
	color:#242424;
	padding:0px 0px 50px 0px;
	font-weight:normal;
	
}
#container {
	width:100%;
	margin:0px auto;
	background:#c1c1c0 url(/img/bkgd_stripes2.gif) top left repeat;
}

/*---------------------  START CLEARFIX  ---------------------*/

.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%}

.clearfix {display: block;}

.clear {
	clear:both;
}

/*---------------------   END CLEARFIX   ---------------------*/



/*---------------------  START TEXT ELEMENTS  ---------------------*/

h1 {
	font-size:18px;
	line-height:19px;
}

h2 {
	font-size:14px;
	background:url(/img/bkgd_h2.gif) repeat-x top left;
	color:#0f3b76;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	font-size:12px;
	line-height:17px;
	color:#333333;
}
h3.width100 {
	width:100%;
}
h4 {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
}

h5 {
	font-size:14px;
	line-height:15px;
}

h6 {
	font-size:13px;
	line-height:14px;
}
p {
	line-height:13px;
	padding:0px 0px 1em;
	
}
ul {
	padding-left:2em;
	list-style-position: outside;
	list-style-type: disc;
}
ol {
	padding-left:2em;
	list-style-position: outside;
	list-style-type: decimal;
}

a:link {
	color:#005596;
}
a:visited {
	color:#005596;
}
a:active {
	color:#005596;
}
a:hover {
	color:#242424;
}

.bold {
	font-weight:bold;
}
/*---------------------   END TEXT ELEMENTS   ---------------------*/



/*---------------------  START GLOBAL LAYOUT  ---------------------*/
#header {
	background:#005596 url(/img/bkgd_header.gif) top left repeat-x;
	height:75px;
}
#header_content .left {padding-left:36px; }
#header_content {
	width:885px;
	margin:0 auto;
}
#footer ul, #footer li, #header ul, #header li {
	margin:0px;
	padding:0px;
}
#footer li, #header li {
	display:inline;
	padding-right:12px;
	float:center
}
#footer {
	background:#005596 url(/img/bkgd_footer.gif) top left repeat-x;
	height:130px;
	margin:0
}
#footer_content {
	width:885px;
	margin:0 auto;
	padding-left:36px;
	}

#footer_logos li{margin:0 5px}


.right {
	float:right;
}
#header li a {
	padding-right:30px;
	color:#D2D2D2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
#header li a:hover {
	color:#fff;
	
}
#header ul {padding-top:46px; }
.left {
	float:left;
}
.hr {
	background:url(/img/hr.gif) top left repeat-x;
	height:1px;
	margin:5px 0px 0px;
}
#content {
	width:100%;
	margin:0 auto;
	
	}
	
.page_bg {
	background:transparent url(/img/bkgd_content.gif) top center repeat-y;
}	
	
	

/*---------------------   END GLOBAL LAYOUT   ---------------------*/



/*---------------------  START HOME PAGE  ---------------------*/
.index_news{
	padding:10px 0 0 35px;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
}
.index_text{
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	text-indent:15px;
}
.index_news a{
	font-size:10px;
	line-height:14px;
	font-weight:bold;
}
	
#slideshow {
	overflow: hidden; 
	position: relative; 
	height: 353px;
	width: 940px;
	text-align:left;
	}

#slideshow div {
	display: none;
	position: absolute; 
	
}	
/*---------------------   END HOME PAGE   ---------------------*/



/*---------------------  START PRODLIST PAGE  ---------------------*/
#pagination li {
	list-style:none;
	padding-right:15px;
	display:inline;
}
ul#pagination {
	padding:0px;
	margin:0px;
}
/*---------------------   END PRODLIST PAGE   ---------------------*/

/*---------------------  START GENERIC PAGE  ---------------------*/

/*---------------------   END GENERIC PAGE   ---------------------*/



/*---------------------  START FAQ PAGE  ---------------------*/

/*---------------------   END FAQ PAGE   ---------------------*/



/*---------------------  START NEWS LISTING PAGE  ---------------------*/
.news_item {margin-bottom:20px}
/*---------------------   END NEWS LISTING PAGE   ---------------------*/



/*---------------------  START BLOG LISTING PAGE  ---------------------*/

/*---------------------   END BLOG LISTING PAGE   ---------------------*/



/*---------------------  START ARTICLE PAGE  ---------------------*/

/*---------------------   END ARTICLE PAGE   ---------------------*/



/*---------------------  START SEARCH PAGE  ---------------------*/

/*---------------------   END SEARCH PAGE   ---------------------*/



/*---------------------  START SITEMAP PAGE  ---------------------*/

/*---------------------   END SITEMAP PAGE   ---------------------*/



/*---------------------  START DEALER LOCATOR PAGE  ---------------------*/

#dealer_locator_form {
	padding:10px;
}

#dealer_locator_form .title {
	width:150px;
	text-align:right;
	display:block;
	float:left;
	padding:0px 8px 0px;
}

#dealer_locator_form .clear {
	padding-bottom:5px;
}
/*---------------------   END DEALER LOCATOR PAGE   ---------------------*/



/*---------------------  START MEDIA PAGE  ---------------------*/

/*---------------------   END MEDIA PAGE   ---------------------*/



/*---------------------  START CAREER PAGE  ---------------------*/

/*---------------------   END CAREER PAGE   ---------------------*/



/*---------------------  START CONTACT US PAGE  ---------------------*/




/*---------------------   END CONTACT US PAGE   ---------------------*/

