@import url("reset.css");
/*
1. Basic Structure
2. Header
3. Sidebar
*/


/*
1. Basic Structure
*/
body {
	background:url(../img/structure/body.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
#header {
	height:147px;
	background:url(../img/structure/header.jpg);
	margin-bottom:8px;
}
#sidebar {
	width:224px;
	float:left;
	margin-right:16px;
}
#content {
	width:740px;
	float:left;
	
}
#text-content-slider {
	background:url(../img/structure/content.jpg) no-repeat;
	padding:20px;
	min-height:236px;
}
#text-content {
	background:url(../img/structure/content.jpg) no-repeat;
	padding:10px 20px;
	min-height:550px;
}
#text-content.no-pad {
	padding:10px 0;	
}
#footer {
	clear:left;
	background:url(../img/structure/footer.jpg);
	height:156px;
}
#footer-inner {
	background:url(../img/structure/footer-inner.jpg);
	height:136px;
	width:980px;
	margin:0 auto;
	padding:20px 0 0 0;
}
/*
2. Header
*/
h1 {
	display:none;
}
#header #logo {
	display:block;
	height:114px;
	width:350px;
}
#header #logo span {
	display:none;
}
#header ul {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:8px 0 0 5px;
	font-size:14px;
}
#header li {
	display:inline;
	margin-right:20px;
}
#header ul a {
	color:#FFF;
}

/*
3. Sidebar
*/
.block {
	margin-bottom:20px;
}
.block h3 {
	background:url(../img/structure/block-bock.jpg) repeat-x;
	height:24px;
	color:#FFF;
	line-height:24px;
	border:1px solid #610101;
	padding-left:10px;
	font-size:13px;
	margin-bottom:0;
}
.block .content {
	padding:5px 10px 10px;
	border:1px solid #ccc;
	background:url(../img/structure/block-bock2.jpg) bottom repeat-x;
}
.block h4 {
	font-size:16px;	
	margin:5px 0;
}
.block img {
	border:2px solid #7d1b1b;
}
/*
4. Content
*/
#slider {
	margin-bottom:10px;
}
#quoteSlide {
	background:url(../img/slides/slide3.jpg) no-repeat;
	height:236px;
}
blockquote {
	color:#FFFFFF;
	font-size:17px;
	line-height:33px;
	padding:50px 40px;
	text-align:center;
}
/*used car list*/
body.none {
	background:none;
}
.usedcar {
	float:left;
	margin-right:20px;
}
.usedcar img {
	border:2px solid #0e69e3;
}
.usedcar p {
	text-align:center;
	background:#fff;
	border:1px solid #0e69e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:10px;
	padding:5px;
}
/*googlemap*/
.googlemap {
	width:425px;
	height:350px;
	border:3px solid #801c1c;
	float:left;
	margin:20px 20px 0 0;
}
/*whats new page*/
.newcarimg {
	border:3px solid #7a1b19;
	clear:left;
}
/*meet the team*/
.team img {
	float:right;
	border:3px solid #7A1B19;
	margin-left:20px;
}
.team-member {
	clear:both;
	margin-top:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
/*forms*/
.formcontain {
	margin:20px 0 20px 20px;
}
.formcontain h3 {
	font-size:18px;
	margin-bottom:10px;
}
form label {
	width:170px;
	text-align:right;
	display:block;
	float:left;
	clear:left;
	margin-bottom:20px;
	margin-right:5px;
}
form .textfield, form textarea {
	float:left;
	display:block;
	font-family:inherit;
	font-size:14px;
	margin-bottom:5px;
	width:200px;
}
form textarea {
	height:100px;
}
form .radio {
	float:none;
	display:inline;
}




/*
5. Footer
*/
#footer ul {
	margin:0 auto;
	width:960px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
#footer ul li {
	display:inline;
	margin:0 30px 0 0;
}	
#footer ul li a {
	color:#fff;
}


/*
x. General Rules
*/
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Verdana, sans-serif;
	color:#033a7a;
}
h1 {
	font-size:22px;
	margin-bottom:20px;
	line-height:26px;
}
h2 {
	font-size:22px;
	margin-bottom:10px;
	line-height:26px;
}
h3 {
	font-size:18px;
	margin-bottom:5px;
	line-height:22px;
}
p {
	margin-bottom:15px;
}

a {
	color:#0068f3;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
ul, ol {
	margin:0 0 10px 40px;
	
}
li {
	margin-bottom:5px;
}
ul li, ol ul li {
	list-style-type:square;
}
ol li {
	list-style-type:decimal;
}
.special {
	font-weight:bold;
	color:#850909;
	font-size:16px;
}
.green {
	color:#2a5f00;
}
.red {
	color:#850909;
}
.italic {
	font-style:italic;
}
.bold {
font-weight:bold;
}
.f20 {
	font-size:20px;
}
.text-center {
	text-align:center;
}
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.float-right.margin {
	margin:5px 0 20px 20px;	
}
.layoutimg {
	margin-bottom:10px;
}
.border {
	border:3px solid #7A1B19;
}
.float-right.margin {
	margin-left:15px;
}

.fine {
	font-size:10px;
	color:#666666;
	line-height:13px;
}
.signature {
	color:#004c82;
	font-size:16px;
}
.quote {
	background:url(/img/testimonials/quote.png) no-repeat top left;
	padding:10px 10px 10px 30px;
	font-style:italic;
}
.classic img {
	margin-bottom:15px;
	float:none; 
	margin-left:0;
}
.classic img.smaller-car {
	float:left; margin-right:10px;
}
.classic img.smaller-car.right {
	margin-right:0;
}
/*redeem*/
.redeem {
	float:left;
	font-size:20px; 
	font-family:'Droid Sans', sans-serif; 
	color:#B60000;
	margin-right:10px;
	margin:60px 18px 0 0;
	font-weight:bold;
}
.redeem-div img {
	float:left;
	border:1px solid #B60000;
	margin-bottom:30px;
}
