@charset "utf-8";
/* CSS Document */

body {
	border: 0;
	margin: 0;
	padding-top: 10px;
	background: #DEDEDE;
	font-family: Arial; 
	font-weight: normal; }

input {
	border: 1px solid #A4A4A4;
	border-radius: 3px;	}

select {
	border: 1px solid #A4A4A4;
	border-radius: 3px;	}

.button {
	font-size: 12px; 
	border: 1px solid #A4A4A4; 
	border-radius: 3px; }

textarea {
	border: 1px solid #A4A4A4;
	border-radius: 3px;	}

img {
	border: none;	
}

.internalContainer {
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 980px; 
	background: #F3F3F1; 
	border: 0px solid black; }
	
	
.headerContainer {
	width: 100%; 
	height: 70px;
	background: #304D6D;
	background-repeat: repeat-x;
	background-position: bottom; }
	
.headerBannerContainer {
	float: left;
	width: 355px;
	height: 100%; }

.headerBanner {
	margin-top: 5px;
	margin-left: 3px;
	border: 0; }
	
.headerCenterContainer {
	float: left;
	width: 565px;
	margin-top: 10px;
	height: 50px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.headerCenterNavigationContainer {
	width: 98%; 
	height: 25px;
	margin-left: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid #808080;
}	

.headerCenterVehicleContainer {
	
	width: 97%;
//	text-align: center;
	margin-top: 7px;
	font-size: 10px;
	font-weight: bold;
//	background-color:#003E88;
	height: 23px;
}

.headerShoppingCartContainer {
	float: left; 
	width: 87px; 
	padding-top: 8px; 
	text-align: center; 
	font-size: 10px; 
	font-weight: bold; 
	color:#CCC;
}

.breadcrumbsContainer {
	width: 100%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background: none;
	font-size: 12px; 	
}

.horizontalBoxContainer
{
	//margin-top: 15px;
	overflow: auto;
}

.categoryTabs
{
	border: 1px solid #A3A3A3;
	margin-left: 15px;
	padding: 0px;

	background-color: white;
	background-repeat: repeat-x;
	background-position: bottom;
}

.commonBox
{
	//border: 1px solid #A3A3A3;
	margin-left: 15px;
	padding: 10px;

	background-color: white;
	background-repeat: repeat-x;
	background-position: bottom;
}

.commonInlineBox
{
	float: left; 
	border: 1px solid #A3A3A3;
	margin-left: 15px;
	padding-bottom: 10px;

	background-color: white;
	background-repeat: repeat-x;
	background-position: bottom;
}

.commonInlineObject
{
	float: left; 

	margin-left: 15px;
	padding: 10px;

}

.commonContainerDiv
{
	width: 100%; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid #ECECEB; 
	background: #FFFFFF; 
	border-radius: 5px;
}

.commonContainerTable
{
	width: 100%; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid #ECECEB; 
	background: #FFFFFF; 
	border-radius: 5px;
}

.boxHeader
{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	background-color:#003E88;
	background-image: url(../images/h3.png);
	color: white;
	height: 20px;
	padding-top: 5px;
}

.boxContent
{
	font-size: 12px;
	margin-top: 10px;

}

.searchResultImageContainer
{
	float: left; }

.footerContainer {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid 2E4B6B;
	background: #f2f2f2;
}



.searchResultsTab {
	position: relative; border-top-left-radius: 5px 5px;  border-top-right-radius: 5px 5px;
	top: 1px; 
	margin-left: 13px;

	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left; 
	//width: 100px; 
	height: 57px; 
	background: #ECECEC;
	border: 1px solid #ECECEB; 
	border-bottom: 0;
}

.searchResultsTabSelected {
	position: relative; border-top-left-radius: 5px 5px;  border-top-right-radius: 5px 5px;
	top: 1px; 
	margin-left: 13px; 
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left; 
	//width: 100px; 
	height: 57px; 
	background: #FFFFFF; 
	border: 1px solid #ECECEB; 
	border-bottom: 1px solid #FFFFFF;
}

.errorBox {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	text-indent: 7px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	overflow: auto;
}

.successBox {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #00FF00;
	text-indent: 7px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	overflow: auto;
}

.dropdownContainer select
{
	width: 80%;
	z-index: 1;
}








#backgroundPopup{
	display:none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height: height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:0;
	z-index:1;
}

#shopping_cartPopup{
	display:none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:500px;
	width:750px;

	border: 1px solid #A3A3A3;
	border-radius: 5px;
	padding: 10px;

	background-color: white;
	background-image: url('/images/gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;

	z-index:2;
}

#shopping_optionSelectorPopup{
	display:none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:340px;
	width:500px;
	border: 1px solid #A3A3A3;
	padding: 10px;
	
	background-color: white;
	background-image: url('/images/gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;
	
	z-index:2;
	
	overflow: auto;
}

#carSelectorPopup{
	display:none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/
	
	height:340px;
	width:500px;

	border: 1px solid #A3A3A3;
	padding: 10px;

	background-color: white;
	background-image: url('/images/gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;

	z-index:2;
}








.popupContactClose{
font-size:20px;
line-height:14px;
right:6px;
top:7px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
	
.shadow-one {
    position: absolute;
    padding-top: 100px;
    padding-left: 100px;
    }

.corner-a {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: url(file:///css/shadow.png) right top no-repeat;
    }

.corner-b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: url(file:///css/shadow.png) left bottom no-repeat;
    }

.shadow-two {
    background: url(file:///css/shadow.png) right bottom no-repeat;
    }

.shadow-three {
    position: relative;
    left: -100px;
    top: -100px;
    background: url(file:///css/shadow.png) left top no-repeat;
    }

.shadow-four {
    position: relative;
    left: 50px;
    top: 50px;
    }

// LINK COLORS

a
{
 color: #000000;
  text-decoration: underline;
}

a:link {
 color: #000000;
  text-decoration: underline;
}
a:visited {
 color: #000000;
  text-decoration: underline;
}
a:hover {
 color: #ff0000;
 text-decoration: none;
}
a:active {
 color: #000000;
  text-decoration: underline;
}

textarea
{
	font-family: Arial;
	font-size: 14px;

}

.nav {
	background: #2E4B6B;
	border: 1px solid #2E4B6B;
	border-radius: 5px 5px;
}

.nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;	
	
}

.nav ul {
	margin: 0;
	padding: 0;	
}

.nav li {
  	display: block;
  	height: 40px;
  	margin: 0 3px;
  	padding-left: 25px;
  	background: #2E4B6B;
  	float: left;
  	text-align: center;
  	line-height: 40px;
}

.nav .logo {
	margin-right: 80px;	
}


