/* Project: AKG Motorsport
URL: http://www.akgmotorsport.com/
Date: October 2009
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

:link, :visited { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, * {
	margin: 0; padding:0; }
a img, :link img, :visited img { border: none; }
/* normalize font-size for all headers */
h1, h2, h3, h4 { font-size: 100%; }
img, fieldset { display: block; border: none; }
/* To prevent jumping */
html { min-height: 100%; margin-bottom: 1px; }
/**************************************
  Default rules
**************************************/
h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	padding: 0;	
	line-height: 120%;
	font-weight: bold;
	color: #333;
	background-color: transparent;
}
h1 {
	font-size: 170%;
	text-align: right;
}
h2 {
	font-size: 140%;	
}
h3 {;
	font-size: 130%;
}
h4 {
	font-size: 1.4em;
}
p {
	margin: 0;
	padding-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	background-color: transparent;	
}
a, a:link, a:visited {
	color: red;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #a1a1a1;
	background-color: transparent;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}
ul li {
	margin: 0;
}
acronym {
	border-bottom: 1px dotted #333;
}
/**************************************
  Overall layout rules
**************************************/
body {
	position: relative;
	font-size: 76%;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}
/* For the sticky footer */
html, body {
	height: 100%;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: 100%;
	color: #333;
	background-color: transparent;	
	background-image: url(../images/wrapper-bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
/* For the sticky footer */
body > #wrapper {
	height: auto; 
	min-height: 100%;
}
#header {
	position: relative;
	height: 193px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#logo-link {
	position: absolute;
	top: 50px;
	left: 140px;
	height: 60px;
	background-color: transparent;
	width: 720px;
}
/************************************************
  Main content rules
************************************************/
#content { 
	margin: 0;
	padding: 0 0 33px 0; /* Must be same height as footer */
	width: 970px;	
	min-height: 600px;
}
#main { 
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	width: 780px;
	color: #333;
	background-color: transparent;
}
#main .padding {
	padding: 1em 2em 1em 0.5em;
}
#with-care {
	position: absolute;
	top: 31px;
	right: 24px;
}
body#home h1 {
	margin-bottom: 26px;
}
#car-month {
	margin: 0.5em 0 1.5em;
}
.boxes {
	float: left;
	width: 243px;
	margin: 0 6px 1em 0;
}
.box1, .box2, .box3 {
	margin-bottom: 20px;
	padding-bottom: 13px;
	background-image: url(../images/bucket-bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-align: left;
}
#main .box1 div.top {
	position: relative;
	margin: 0;
	padding-top: 225px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background: transparent url(../images/bucket-news-top.jpg) no-repeat top;
}
#main .box2 div.top {
	margin: 0;
	padding-top: 225px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background: transparent url(../images/bucket-topsellers-top.jpg) no-repeat top;
}
#main .box3 div.top {
	margin: 0;
	padding-top: 225px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background: transparent url(../images/bucket-newproducts-top.jpg) no-repeat top;
}
#main .box1 div.bottom, #main .box2 div.bottom, #main .box3 div.bottom {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
}
#main .box1 div.top p, #main .box2 div.top p, #main .box3 div.top p   {
	padding: 0 12px 6px 24px;
	font-size: 12px;
	width: 90%;
}
.box1 a.box-link1, .box3 a.box-link3 {
	position: relative;
	top: 10px;
	left: 185px;
}
.box2 a.box-link2 {
	position: relative;
	top: 10px;
	left: 178px;
}
ul.left {
   float: left;
   margin: 0.5em 1em 1.5em 2em;
   padding: 0;
	width: 180px; 
   list-style-position: inside;
   list-style-type: disc;
}
ul.right {
   float: left;
   width: 180px; 
   margin: 0.5em 1em 1.5em 0;
   padding: 0;
   list-style-position: inside;
   list-style-type: disc;
}
ul.bullet-list {
	margin: 0 1em 1.5em 3em;
	list-style: outside;
	list-style-type: disc;
}
ul.bullet-list li, ol li, ul.right li, ul.left li {
	padding: 0 0 0.5em 0;
	line-height: 1.2em;
	font-size: 110%;
	list-style-type: disc;
}
ul.bullet-list li ul {
	list-style-type: disc;	
	padding: 0.5em 0 0 0.5em;	
}
ul.bullet-list li ul li {
	padding-bottom: 0.2em;
}
/************************************************
 Sidebar rules
************************************************/
#sidebar {
	float: left;	
	position: relative;
	margin: 0;
	padding: 0;
	width: 183px;
	color: #333;
	background-color: transparent;
}
#sidebar .padding {
	padding: 0;
	background-image: url(../images/social.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#search {
	position: relative; 
	top: 76px;
	left: 8px;
	width: 175px;
}
#search input.searchbox {
	position: relative;
	top: -7px;
	color: #333;
	font-size: 1.1em;
	width: 120px;
	height: 16px;
	padding-right: 5px;
}
#search input.button-go img {
	position: relative;
	top: 0;
	width: 24px;
	height: 24px;
}
#facebooktext {
	position: absolute;
	top: -8px;
	left: 6px;
	font-size: 11px;
	color: #fff;
	background-color: transparent;
}
#facebook-link {
	position: absolute;
	top: 9px;
	left: 28px;
	height: 44px;
	background-color: transparent;
	width: 40px;
}
#twittertext {
	position: absolute;
	top: -8px;
	left: 106px;
	font-size: 11px;
	color: #fff;
	background-color: transparent;
}
#twitter-link {
	position: absolute;
	top: 9px;
	left: 118px;
	height: 44px;
	background-color: transparent;
	width: 40px;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	position: relative;
	margin: -33px auto 0 auto; /* Negative value of footer height */
	padding: 0;
	width: 970px;
	height: 33px;
	background-image: url(../images/footer-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;	
}
#footer p {
	padding: 0;
	font-size: 11px;
	color: #fff;
	background-color: transparent;	
}
#footer p#copyright {
	position: absolute;
	top: 15px;
	left: 16px;	
}
#footer p#privacy {
	position: absolute;
	top: 1px;
	left: 44px;	
}
#footer p#address {
	position: absolute;
	top: -1px;
	left: 470px;
	font-size: 12px;
	color: #000;
	background-color: transparent;
}
#footer a, #footer a:link, #footer a:visited {
	color: red;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
	background-color: transparent;
}
/************************************************
  Nav rules
************************************************/
#navcontainer {
	position: relative;
	top: 82px;
	margin-bottom: 84px;
}
#navlist {
	margin: 0;
	padding: 0;
	width: 175px;
	background-color: transparent;
	border-top: 3px solid #fff;
}
#navlist li {
	list-style-type: none;
	text-align: left;
	border-bottom: 3px solid #fff;
}
#navlist li a, #navlist li a:link, #navlist li a:visited {
	padding: 5px 7px;
	width: 160px;
	display: block;	
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	text-decoration: none;
}	
#navlist li a:hover, #navlist li a:active {
	color: red;
	background-color: #cdcdcd;
}
#navlist li a.current, #navlist li a.current:link, #navlist li a.current:visited {
	color: red;
	background-color: #cdcdcd;
}	
#navlist li a.current:hover, #navlist li a.current:active {
	color: #333;
	background-color: #cdcdcd;
}

/************************************************
  Miscellaneous rules
************************************************/
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.img-right {
	float: right;
	margin: 6px 0 6px 13px;
}
.img-left {
	float: left;
	margin: 6px 13px 6px 0;
}
.clearfix:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
