BODY {
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	__b_ackground: #333333;
	__b_ackground-image:url("images/mainbg.png");
	background: black;
}

A.regular {
	color:pink;
	text-decoration:none;
}

A.regular:Hover {
	color:yellow;
	border-bottom: 1px solid red;
}

#atcorplogo {
	border: 1px solid red;
	margin-left:7px;
	margin-top:7px;
	display:block;
	top: 23px;
	position:absolute;
	width:180px;
}
#atcorplogo:hover {
	margin-left: 6px;
	top: 22px;
	border: 2px solid orange;
}

#outercontainer {
	overflow-y:scroll;
	overflow-x:hidden;
	position:absolute;
	height: 410px;
	width:650px;
	padding:0px;
}

#detailframe {
	display:none;
	position:relative;
	left:165px;
	border:1px solid black;
	height:410px;
	width:640px;
}

#Specials {
	font-family: sans-serif;
	font-size: 32px;
	color:white;
	text-align:center;
	font-style: italic;
}

DIV.Special {
	cursor: pointer;
	color:white;
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	padding: 5px;
	float:left;
	text-align:center;
}

DIV.Special IMG.Image {
	text-align:center;
	width: 150px;
	border: 1px solid black;
	margin: 5px;
}

#main {
	font-family: sans-serif;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	vertical-align: top;
	color: #CCCCCC;
	__b_order-left: 1px solid #CCCCCC;
}

#main_text {
	margin-right: 25px;
	margin-left: 50px;
	margin-top: 0px;
	position:absolute;
	width: 600px;
}

#fpc_container {
	position:absolute;
	top: 85px;
	left: 0px;
	overflow:hidden;
        width: 250px;
        height:1px;
        float:right;
        __b_ackground:#333333;
	__b_ackground-image:url("images/mainbg.png");
	background: black;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.header1 {
	__b_ackground:#666666;
	__b_ackground-image:url('images/topnavbg.png');
	background: black;
	height:50px;
	font-variant: small-caps;
}
.header2 {
	__b_ackground:#333399;
	__b_ackground-image:url('images/headerbg.png');
	font-variant: small-caps;
	background: red;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	height:35px;
}

TD.VertNav {
	vertical-align:top;
	padding-top: 35px;
}

TD.VertNav A {
	text-decoration:none;
	font-size: 20px;
	font-variant:small-caps;
	font-family: sans-serif;
	font-style: italic;
	color:white;
	width: 160px;
	display: block;
	border-bottom: 2px dotted gray;
	background: black;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

TD.VertNav A:Hover {
	border-bottom: 2px solid #FF6600;
	background: #333333;
}

A.nav {
	border-collapse: collapse;
	background: #000000;
	font-size: 12px;
	font-weight:bold;
	font-family: sans-serif;
	padding: 2px 15px 2px 15px;
	b__order: 1px solid #FF0000;
	border-bottom: 1px solid #660000;
	text-decoration: none;
	color: #CCCCCC;
}
A.nav:Hover {
	border-bottom: 5px solid #FF0000;
	color:yellow;
	position:relative;
	/*t op: 2px;*/
}

DIV.FrontPageCar {
	color:#CCCCCC;
	border-collapse: collapse;
	cursor:pointer;
	float:left;
	font-family: sans-serif;
	font-size: 12px;
	text-align:center;
	margin-bottom: 40px;
	margin-left: 5px;
	width: 240px;
	padding: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}
DIV.FrontPageCar:HOVER {
	__b_ackground-image:url("images/scroll_highlight.png");
	background: darkred;
}

DIV.FrontPageCar SPAN.Headline {
	height: 30px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

DIV.FrontPageCar TD.Data {
	text-align: center;
}

DIV.FrontPageCar SPAN.Description {
	font-size: 10px;
	display:block;
}

DIV.FrontPageCar SPAN.MakeModel {
	display:block;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}

DIV.FrontPageCar Img.Image {
	width: 200px;
	border: 1px dotted #AAAAAA;
}

DIV.FrontPageCar SPAN.Mileage {
	font-size: 10px;
	height: 15px;
	display:block;
	margin-top: 5px;
}

DIV.FrontPageCar SPAN.Price {
	font-size: 18px;
	color:#33CC33;
	font-weight: bold;
}
DIV.FrontPageCar:HOVER SPAN.Price {
	#color:#003300;
}	


#DetailContainer {
	padding-left: 170px;
	margin-right: 250px;
}

TABLE.DetailView {
	font-family: sans-serif;
	background: #FFFFFF;
	height: 80%;
	position:relative;
}

TABLE.DetailView TD {
	vertical-align:top;
	padding: 5px;
}
TABLE.DetailView #Headline {
	border-bottom: 2px solid gray;
	font-size:24px;
	color: black;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 10px;
}
TABLE.DetailViewData {
	font-size: 12px;
	border-collapse: collapse;
}
TABLE.DetailViewData TD,TH {
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
TABLE.DetailViewData TH {
	font-weight: bold;
	text-align:right;
}
TABLE.DetailView IMG.Image {
	border: 1px solid black;
	margin: 10px;
	cursor:pointer;
	display:none;
	position:absolute;
}
TABLE.DetailView .Description {
	font-size: 12px;
}
TABLE.DetailView .ThumbnailImage {
	border: 1px solid black;
	cursor: pointer;
	width: 100px;
	margin: 3px;
}


A.ListItem {
	cursor:pointer;
	border-collapse: collapse;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color:white;
	clear:both;
	display:block;
	font-family: sans-serif;
	min-height: 92px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	text-decoration:none;
	width: 600px;
}

A.ListItem:HOVER {
	background: #CCCCCC;
	color:black;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
A.ListItem Img.Image {
	margin-left: 20px;
	float:right;
	width:120px;
	border: 1px solid black;
}
A.ListItem SPAN.Price {
	font-weight:bold;
}
A.ListItem SPAN.Year, SPAN.Make, SPAN.Model, SPAN.Description, SPAN.Price{
	margin-right: 5px;
	font-size: 14px;
}
A.ListItem SPAN.Mileage, SPAN.Description {
	display:block;
}
A.ListItem SPAN.Description {
	font-size: 10px;
}


DIV.FormRow {
	margin-top: 15px;
	color: #C0C0C0;
	font-family: sans-serif;
	font-size: 12px;
}


#personInfo {
	width: 160px;
	color:white;
	float:left;
	padding-left: 10px;
	height: 375;
}

#vehicleInfo {
	border-left: 1px solid white;
	color:white;
	width: 160px;
	float:left;
	padding-left: 10px;
	height: 375;
}

#vehicleInfo2 {
	border-left: 1px solid white;
	color:white;
	width: 160px;
	float:left;
	height: 375;
	padding-left: 10px;
}

.FormHeader {
	font-weight:bold;
	position:relative;
	font-size: 12px;
	font-family: sans-serif;
	color: #FFCC00;
}


#largeImageContainer {
	width: 100%;
	height:100%;
	display:none;
	position:absolute;
	top: 0px;
	cursor:pointer;
	background: black;
	text-align:center;
	font-weight: bold;
	z-index: 10001;
}

#largeImageContainer A {
	color:white;
	font-size: 16px;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration:none;
	padding: 5px 25px 5px 25px;
	border: 1px solid #FF6600;
	background: #333333;
}

#largeImageContainer A:Hover {
	color:red;
}


.aniImage {
	width:200px;
	opacity: 0.75;
	filter:alpha(opacity=75);
	border: 1px solid gray;
	margin: 10px;
}


.aniDiv {
	opacity: 0;
	filter:alpha(opacity=0);
	position:absolute;
}

#aniDivContainer {
	width: 200px;
	height: 133px;
}

.indexCenterContent {
        width:585px;
        height:440px;
        position:absolute;
        top: 30px;
        left:0px;
}


.subscriptionContainer {
	float:left;
	width:165px;
	height: 200px;
	text-align:left;
	padding-left: 15px;
}


#detailingImage {
	margin-top: 45px;
	margin-left: 15px;
	border: 1px solid darkgray;
}


#tradeinslink {
	text-decoration:none;
	background:none;
	border: 0px;
}
