﻿html
{
	overflow-y: scroll;
}

html,body
{
	font-family:Arial;
	font-size: small;
	/* background-color:#FFFFFF; */
	background: #EDEDED url('../Images/carbon-fiber-texture-vector.jpg') repeat;
	margin: 0px 0px 0px 0px;
	min-height: 100%;
}

a, a:link, a:visited
{
	color:Black;
	text-decoration:none;
	border-width:0px;
}

a, a:hover, a:active
{
	color:Red;
	text-decoration:underline;
	border-width:0px;
}

h1
{
	color:Red;
}

h2
{
	color:Red;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3
{
	color:Red;
}

h4
{
	color:Red;
	font-size:small;
}

h5
{
	color:Red;
}

img{
	border-width:0px;
}

/*
LAYOUT DIVS
*/

#tblMain
{
	border-width:0px;
	width:100%;
}

.tbMainCellHeader
{
	/*	border-bottom: solid 1px #D3D3D3; */
	width:100%;
	vertical-align:top;
}

.tbMainCellLeft
{
	border-right: solid 5px transparent;
	width:210px;
	vertical-align:top;
}

.tbMainCellBody
{
	border-top: solid 5px transparent;
	border-right: solid 5px transparent;
	width:100%;
	vertical-align:top;
	min-width:570px;
}


.tbMainCellRight
{
	border-top: solid 5px transparent;
	width:210px;
	vertical-align:top;
	padding-right:5px;
}

.tbMainCellBottom
{
	border: solid 5px transparent;
	
	text-align:center;
	vertical-align:top;
}

.tbMainCellFooter
{
	border: solid 5px white;
	background-color:#F6F6F6;
	text-align:center;
	vertical-align:top;
}

.tdBottomBorderLeft
{
	border-bottom: solid 1px Black;
	text-align: left;
	vertical-align:top;
	padding: 0px 5px 0px 5px;
	background-color: #D2D2D2;
}

.tdBottomBorderLeftAlt
{
	border-bottom: solid 1px Black;
	text-align: left;
	vertical-align:top;
	padding: 0px 5px 0px 5px;
	background-color: #E0E0E0;
}

.tdLeftBottomBorderLeft
{
	border-left: solid 1px Black;
	border-bottom: solid 1px Black;
	text-align: left;
	vertical-align:top;
	padding: 0px 5px 5px 5px;
	background-color: #D2D2D2;
}

.tdLeftBottomBorderLeftGreen
{
	border-left: solid 1px Black;
	border-bottom: solid 1px Black;
	text-align: left;
	vertical-align:top;
	padding: 0px 5px 5px 5px;
	background-color: #AAFF00;
}

.tdLeftBottomBorderLeftAlt
{
	border-left: solid 1px Black;
	border-bottom: solid 1px Black;
	text-align: left;
	vertical-align:top;
	padding: 0px 5px 5px 5px;
	background-color: #E0E0E0;
}



#divHeader
{
	top:0px;
	left: 0px;
	right: 0px;
	height:100px;
	background: transparent url('../Images/carbon.jpg') repeat-x;
	
}

.divDealerNameArea
{
	position:absolute;
	padding-left: 10px;
	top: 15px;
	font-size:30px;
	text-decoration: underline;
}

#divHeaderLogo
{
	height:95px;
	top:0px;
	left: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

#divHeaderInfo
{
	position:absolute;
	right:230px;
	top:0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	text-align:center;
}

#divSocialMedia
{
	position:absolute;
	height:45px;
	width:200px;
	top:0px;
	right:0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;
	text-align:right;
}

#divSearch
{
	position:absolute;
	height:45px;
	width:200px;
	top:50px;
	right: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

#divLeftNav
{
	width:200px;
	padding: 5px 5px 0px 5px;
}

#divBody
{
	padding: 5px 5px 5px 5px;
	border: solid 1px black;
	background-color:#DDDDDD;
}

#divRightNav
{
	width:200px;
	padding: 10px 5px 10px 5px;
	text-align:center;
	border: solid 1px #FB95AD;
}

#divBottom
{
	border-top: solid 1px #D3D3D3;
}

#divFooter
{
	border: solid 1px #FB95AD;
	font-size: smaller;
}

.button
{
	background-color:Red;
	border: 1px solid; 
	border-color: Black; 
	padding-left:5px;
	padding-right:5px;
}
.button:hover
{
	background-color:#FB95AD;
	
}

.button:active
{
	background-color:Red;
}

/* FORMATTING STYLES */
.headingLarge 
{
	color:Black;
	font-size: medium;
	text-decoration: underline;
	font-weight:bold;
}
.headingMedium
{
	color:Red !important;
	font-size: medium;
	text-decoration: none;
	font-weight:bold;
}
.headingMediumBlack
{
	color:Black !important;
	font-size: medium;
	text-decoration: none;
	font-weight:bold;
}

.headingSmall
{
	color:Black;
	font-size: medium;
	text-decoration: none;
	font-weight:bold;
}

.importantMedium
{
	color:Red !important;
	font-size: small;
	text-decoration: none;
	font-weight:bold;
}


#invisible
{
	visibility:hidden;
	display:none;
}

.invisible
{
	visibility:hidden;
	display:none;
}
