/*
-----------------------------------------------
Adobe Graphics
Author:   Jason Cooper
Version:  1 June 2007
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #0090ee
	}
	
/* Pseudo Links
----------------------------------------------- */
a:link {
	color: #ec6916;
    text-decoration: underline;
	}    
a:visited {
	color: #ec6916;
    text-decoration: underline;
	} 
a:hover {
	color: #66ccff;
    text-decoration: none;
	}  
a:active {
	color: #ec6916;
    text-decoration: underline;
	}   
	
/* Banner
----------------------------------------------- */	
#banner {
	background-color: #fff;
	padding: 0 13px 0 13px;
	vertical-align: top;
	}	
		
	
/* Navigation
----------------------------------------------- */
#nav {
	background-color: #fff;
	text-align: left;
	}
.button1 {
	padding: 0 0 0 13px;
	}
	
.button2 {
	padding: 0 0 0 0;
	}
	
.button3 {
	padding: 0 13px 0 0;
	}	
		
#cNav {
	text-align: left;
	color: #fff;
	}
	
#cNav a:link {
	color: #fff;
    text-decoration: none;
	}    
#cNav a:visited {
	color: #fff;
    text-decoration: none;
	} 
#cNav a:hover {
	color: #fff;
    text-decoration: underline;
	}  
#cNav a:active {
	color: #fff;
    text-decoration: none;
	}
	
#cNavRight {
	text-align: right;
	color: #fff;
	}	
		
	
/* Body 
----------------------------------------------- */
body {
  	background-color: #36819f;
  	background-image: url("media/bg.gif");
	background-repeat: repeat-x;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #363e7e;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 784px;
	}
	
#header {
	margin: 0px;
  	padding: 0px;
  	background-image: url("media/header.gif");
	background-repeat: no-repeat;
	width:784px;
	}	
	
#main {
	margin: 0px;
	padding: 0px;
  	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
	}
	
#main strong {
	color: #fff;
	}	
	
	
#mainSub {
	margin: 0px;
	padding: 0 15px 15px 15px;
  	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
	}	
	
.mainHeader {
	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  	color: #363e7e;
  	padding-top: 10px;
	}	
	
.company {
	padding: 0 10px 0 12px;
	}
	
	
/* Misc.
----------------------------------------------- */	

hr {
  border: none;
  background-color: #00b9f1;
  color: #00b9f1;
  height: 1px;
}


.flashcontent {
	color: #053d5e;
	}
.homeBox1 {
	background-color: #164262;
	color: #fff;
	border-right: solid 2px #fff;
	vertical-align: top;
	padding: 5px 15px 15px 15px;
	
	}
.homeBox2 {
	background-color: #164262;
	color: #fff;
	border-right: solid 2px #fff;
	vertical-align: top;
	padding: 5px 15px 15px 15px;
	}
.homeBox3 {
	background-color: #164262;
	color: #fff;
	border-right: solid 2px #fff;
	vertical-align: top;
	padding: 5px 15px 15px 15px;
	}
	
.bannerTri1 {
	border-right: solid 2px #fff;
	padding: 0 0 0 13px;
	}
.bannerTri2 {
	border-right: solid 2px #fff;
	padding: 0 0 0 0;
	}
.bannerTri3 {
	border-right: solid 2px #fff;
	padding: 0 12px 0 0;
	}
		
.homeBoxHeader {
	color: #69c7e7;
	margin-top: 10px;
	}
	
#mainBottom {
	background-color: #fff;
	}
	
.bannerTriLink {
	padding: 0 0 0 17px;
	}	
	
div#callout  {
 	position:relative;
 	float: right;
 	width: 205px;
 	margin: 0px 0px 10px 20px;
 	background-color: #16add5;
 	margin-top: 20px;
 	color: #fff;
 	border-top: solid 5px #1d65ae;
 	}
 	
div#callout	strong {color: #fff}
 	
div#callout a:link {
	color: #fff;
    text-decoration: underline;
	}    

div#callout a:hover {
	color: #fff;
    text-decoration: none;
	}  

div#callout a:visited {
	color: #fff;
    text-decoration: underline;
	}    
	
div#callout a:active {
	color: #fff;
    text-decoration: underline;
	}  
	
strong {
	color: #009bca}
	
.imgleft {
	position:relative;
	float:left;
	margin: 10px 0 0 0;
	}
  
.imgright {
	position: relative;
	float: right;
	margin: 10px 0 0 0;
	padding: 0px;
	}
 	
 .partsSearch {
	position: absolute;
	left: 600px;
	margin: 10px 0 0 0;
	padding: 0px;
	border: solid 1px red;
	}

.map  {
	margin: 0px;
  	padding: 0px;
  	background-image: url("media/map.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	}	 		
 	

/* Footer 
----------------------------------------------- */
#footer {
	text-align: center;
	color: #fff;
	padding: 10px;
	}	

#foot-a {
	font-size:11px;
	padding-left:15px;
	}	

#foot-b a:hover {
	color: #ff00ba;
    text-decoration: none;
	}