@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D7D7D8;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2E4E1;
} 
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-size: 12px;
	background-color: #E2E4E1;
	margin: 0px;
	padding: 0px;
}
#sidebar1 h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 15px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #271994;
}
#sidebar1 li {
	background-color: #6FBDEE;
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
	background-image: url(../images/menuback.gif);
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar1 li a:link {
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	
}
#sidebar1 li a:visited {
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	
}
#sidebar1 li a:hover {
	color: #30267D;
	background-color: #A3C4E3;
	padding-left: 25px;
	display: block;
}
#mainContent {
	margin-left: 180px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #110A50;
	margin-top: 0px;
} 
#mainContentr {
	margin-left: 180px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #110A50;
	margin-top: 0px;
} 
#mainContentco {
	margin-left: 180px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #110A50;
	margin-top: 0px;
	min-height: 400px;
	background-repeat: repeat;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#mainContent h2 {
	display: inline;
	font-size: 13px;
	font-weight: bold;
}
#mainContent p {
	display: inline;
}
.smalltxt {
	font-size: 11px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
	font-size: 12px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#details {
	z-index:1;
	padding: 10px;
}
#container #mainContent p strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.smalltxt {
	font-size: 11px;
}
#flholder {
	width:200px;
	height:150px;
	float: right;
	margin-right: 100px;
	margin-top: 5px;
}
.cardetails {

}
.cardetails a {
	text-decoration: none;
	font-weight: bold;
	color: #14173A;
}
.cardetails a:visited {}
.cardetails a:hover {
	color: #FFF;
}
.cardetails h4{
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 10px;
	padding: 0px;
}

.recholder {
	padding: 10px;
	border: 1px solid #377DBD;
	height: 165px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #A3C5E4;
}
.recholder h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
.picholder {
	width:220px;
	height:165px;
	z-index:2;
	float: left;
	text-align: center;
	background-color: #A3C5E4;
	border: 1px solid #577EDB;
}
.detailholder {
	float: left;
	width: 440px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.detailholder h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 6px;
	padding: 0px;
	font-weight: normal;
}
.detailstats {
	width: 200px;
	float: left;
	padding: 5px;
	background-color: #E2E4E1;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.lstats {
	width: 147px;
	float: left;
	background-color: #E2E4E1;
	text-align: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 5px;
}

.furtherdetails {
	width: 425px;
	float: left;
	background-color: #E2E4E1;
	text-align: center;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.carheading {
	padding: 5px;
	text-align: center;
	font-size: 16px;
	margin: 5px;
	background-color: #A3C5E4;
}
.vehdetails {
	height: 340px;
}



#mainContentco h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.lholder {
	float: right;
	width: 330px;
	background-color: #A3C5E4;
	margin-bottom: 7px;
	height: 144px;
}
.smallpicholder {
	background-color: #A3C5E4;
	height: 113px;
	float: right;
	width: 317px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.returnshow {
	background-color: #A3C5E4;
	text-align: center;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.description {
	margin: 10px;
}

.smallpics img {
	height: 52px;
	width: 69px;
}

.smallpics {
	width:71px;
	height:54px;
	float: left;
	margin-right: 7px;
	margin-bottom: 8px;
}

.picholderdet {
	width:358px;
	height:280px;
	z-index:2;
	float: left;
	text-align: center;
	background-color: #A3C5E4;
	border: 1px solid #577EDB;
}
.orb {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
padding-top:20px;
}

