@charset "utf-8";
/* CSS Document */

body {
	border: 0;
	margin: 0;
	padding-top: 10px;
	background: #FFF;
	font-family: Tahoma; 
	font-weight: normal; }

.internalContainer {
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 980px; 
	background: #dbdadb; 
	border: 1px solid black; }
	
	
.headerContainer {
	width: 100%; 
	height: 70px;
//	border-bottom: 1px solid black;
	background: #003E88;
//	background-image: url('/images/gradient.png');
	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;
}

.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;

}

.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 black;
	background: #f2f2f2;
}



.searchResultsTab {
	position: relative;
	top: 1px; 
	margin-left: 17px; 

	padding-top: 5px;
	float: left; 
	width: 100px; 
	height: 55px; 
	background: #CCCCCC;
	border: 1px solid black; 
	border-bottom: 0;
}

.searchResultsTabSelected {
	position: relative;
	top: 1px; 
	margin-left: 17px; 

	padding-top: 5px;
	float: left; 
	width: 100px; 
	height: 55px; 
	background: #dadbda; 
	border: 1px solid black; 
	border-bottom: 1px solid #dadbda;
}

.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:absolute; /* hack for internet explorer 6*/


height:expression(document.documentElement.clientHeight + 'px');
width:100%;
top:0;
left:0;
background:#000000;
border:0;
z-index:1;
}
body > #backgroundPopup {
	position: fixed;
	height:100%;
}

#shopping_cartPopup{
display:none;

position:absolute; /* hack for internet explorer 6*/
height:500px;
width:750px;

	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;
}
body > #shopping_cartPopup {
	position: fixed;
}


#shopping_optionSelectorPopup{
	display:none;
	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;
}
body > #shopping_optionSelectorPopup {
	position: fixed;
}



#carSelectorPopup{
display:none;

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;
}
body > #carSelectorPopup {
	position: fixed;
}








.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;
}