@charset "utf-8";
/* CSS Document */

body {
	border: 0; 
	margin: 0;
	background: #808080;
	font-size: 12px;
	font-family: Tahoma; 
	font-weight: normal;}

a:link {
color:#000000;
TEXT-DECORATION: underline;
font-weight:bold; }

a:active {
color:#A60004;
TEXT-DECORATION: underline;
font-weight:bold; }

a:visited {
color:#000000;
TEXT-DECORATION: underline;
font-weight:bold; }

a:hover {
color:#A60004;
TEXT-DECORATION: underline;
font-weight:bold; }


.internalContainer {
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 1010px; 
	background: #e3e3e3; 
	border: 1px solid black; }
	
	
.headerContainer {
	width: 100%; 
	height: 70px;
	border-bottom: 1px solid black;
	background: white;
	background-image: url('/images/gradient.png');
	background-repeat: repeat-x;
	background-position: bottom; }
	
.headerBannerContainer {
	float: left;
	width: 355px;
	height: 100%; }

.headerBanner {
	margin-top: 10px;
	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;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid #808080;
}	

.headerCenterVehicleContainer {
	width: 99%; text-align: right; margin-top: 7px; font-size: 13px; font-weight: bold;
}

.headerShoppingCartContainer {
	float: left; width: 87px; padding-top: 8px; text-align: center; font-size: 10px; font-weight: bold;
}

.horizontalBoxContainer
{
	margin-top: 15px;
	overflow: auto;
}

.commonBox
{
	border: 1px solid #A3A3A3;
	margin-left: 15px;
	padding: 10px;

	background-color: white;
	background-image: url('/images/gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.commonInlineBox
{
	float: left; 
	border: 1px solid #A3A3A3;
	margin-left: 15px;
	padding: 10px;

	background-color: white;
	background-image: url('/images/gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.commonInlineObject
{
	float: left; 

	margin-left: 15px;
	padding: 10px;

}

.boxHeader
{
	font-size: 14px;
	font-weight: bold;
}

.boxContent
{
	font-size: 12px;
	margin-top: 10px;

}

.searchResultImageContainer
{
	float: left; }

.footerContainer {
	width: 100%; margin-top: 15px; 
	border-top: 1px solid black; 
	background: white; 
	background-image: url('/images/gradient.png'); 
	background-repeat: repeat-x;  
	background-position: bottom; }

input {
	border: 1px solid #A4A4A4; }

select {
	border: 1px solid #A4A4A4; }
	
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#shoppingCartPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:480px;
width:608px;

	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;
}

#carSelectorPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:300px;
width:300px;

	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;
}
	
