/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 80%;
	background: #1162C9 url(../images/bg.gif) repeat-x top;

}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 1em/1.5em Helvetica, Arial, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #2d2d2d;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	text-align: left;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin-bottom: 10px;
	padding: 0px;
	color: #0b3d90;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a
h6 a 
{
	padding: 0px;
	color: #0b3d90;
}

p + h1, p + h2, p + h3, p + h4{
	margin-top: 20px;
}


h1
{
	font-size: 20px;
	line-height: 30px;

}
h2
{
	font-size: 16px;
	line-height: 30px;
}
h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}

h4
{
	font-size: 12px;
	margin-bottom: 0; 

}
h5
{
	color: #FFFFFF;
}
h6
{
	font-size: 1em;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: none;
	color: #105DC2;
	outline: none;
}

a:hover
{
	color: #000133;
}
a:selected {
	text-decoration: underline;
}
ul, 
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}
ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/li.gif) no-repeat left 5px;
}
ul ul li
{
	list-style: url(UserFiles/Image/Frame/lili.gif) no-repeat left center;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#wrapper{
	width: 100%
}
#container {
	margin: auto;
	width: 681px;
	}
#car{
	z-index: 50;
	position: relative;
	width: 0;
	height: 0;
	left: 520px;
	top: 480px;
}
#carInside{
	z-index: 50;
	position: relative;
	width: 0;
	height: 0;
	left: 510px;
	top: -90px;
}
#logo{
	z-index: 50;
	position: relative;
	width: 0;
	height: 0;
	left: -20px;
	top: 85px;
	}
#menu {
	float: left;
	width: 100%;
	padding-top: 102px;
	height: 25px;
	background: url(../images/menuLine.gif) bottom repeat-x;
}
	#menu a {
		display: block;
		float: right;
		color: #424973;
		text-decoration: none;
		line-height: 25px;
		background: url(../images/menuLineRollover.gif) repeat-x;
		background-position: 0 -3px;
		padding-right: 10px;
		padding-left: 10px;
		
		font-size: 12px;
		font-weight: normal;
	}
	#menu a:hover {
		color: #ffdd00;
		background-position: 0 22px;
	}
	#menu img {
		display: inline;
	}
#flashHomePage{
	float: left;
	clear: both;
	width: 681px;
	height: 277px;
	margin: 2px 0;
}
#header{
	float: left;
	clear: both;
	width: 681px;
	height: 93px;
	margin: 2px 0;
	background: no-repeat top left;
}
.panel{
	float: left;
	width: 168px;
	height:197px;
	margin-right: 3px;
	color: #2d2d2d;
}
	.panel a{
		display: block;
		width: 150px;
		height:197px;
		padding: 0 9px;
		background: url(../images/panel.png);
		background-position: 0 0;
		color: #2d2d2d;
	}
	.panel a:hover{
		background-position: -168px 0;
		color: #2d2d2d;
	}
	.panel h1{
		padding: 15px 0 0 0;
		color: #0b3d90;
		text-align: left;
		font-size: 15px;
		line-height: 5px;
	}
	.panel li, .panel ul{
		margin: 0 0 0 2px;
		background-position: 0 3px;
	}
	.panel li{
		padding-left: 15px;
	}
#content {
	float: left;
	width: 651px;
	margin: 0;
	background: #FFFFFF;
	padding: 0 0 0 30px;
}
#footer {
	float: left;
	width: 621px;
	padding: 10px 30px;
	height: 100px;
	margin: 0;
	background: url(../images/pageReflection.png) repeat-x top;
	color: #1864C9;
}
#footerIndex {
	float: left;
	width: 621px;
	padding: 10px;
	margin: 0;
	color: #3C7EC9;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#footer a,
#footerIndex a {
	color: #3479D0;
}
#footer a:hover,
#footerIndex a:hover {
	color: #FFCC00;
}
.altRow {
	background-color: #E0E0E0;
}
/*Breadcrumb Navigation */
.bc1 {
	font-size: 14px;
	color: #CCCCCC;
}
.bc1 a {
	color: #CCCCCC;
}
.bc1 a:hover {
	color: #FFF;
}


/* ----------------- classes ------------------------ */
.textBox{
	float: left;
	padding: 20px 30px 0 0 ;
	width: 290px;
}
.insidePanel{
	float: right;
	width: 300px;
	background: url(../images/brushedMetal.gif);
	padding: 0 20px 0 0;
	margin-bottom: -10px;
	margin-right: 10px;
}
.insidePanel h3{
	background: url(../images/brushedMetalTitle.png) no-repeat 0 0;
	display: block;
	height: 25px;
	padding: 7px 0 0 20px;
}
.insidePanel:hover{
	background-position	: -400px 0;
}
.insidePanelFade{
	width: 320px;
	height: 37px;
	background: url(../images/brushedMetalFade.png) repeat-x top;
	position: relative;
	bottom: -37px;
	margin-top: -27px;
}
.insidePanel p {
	margin: 0 20px;
}

/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
	float: right;
	width: 360px;
}
.marginRight {
	margin-right: 20px;
}

fieldset {
	border: dotted 1px #000;
	padding: 10px;
}
label {
	width: 160px;
	float: left;
	white-space: nowrap;

}
legend {
	color:  #990000;
	background: #FFF;
	padding: 0 2px;
}
.submit {
	background-color:  #990000;
	color:  #FFF;
	margin-left: 160px;
	display: inline;
}
#contactLeftCol {
	float: left;
	width: 200px;
}
.required {
	border: 1px solid #990000;
	background: #F3E9E6;
}

#contactLeftCol h2 {
	margin-top: 50px;
}
ul.FloatLeft {
	float: left;
	width: auto;
	margin-right: 30px;
}
ul.FloatLeft li {
	white-space: nowrap;
}
