BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: url("../images/bg/body-bg.gif") repeat left top;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}
LABEL {cursor: pointer;}
H1, H2, H3, H4, H5, H6, P, UL, FORM, OL {
	padding: 0;
	margin: 0;
}
.content H1, .content H2, .content H3, .content H4,
.content H5, .content H6, .content P {margin: 13px 17px 0;}
.content P {
	font-size: 12px;
	color: #333;
}
.content UL, .content OL {
	font-size: 12px;
	margin: 10px 40px 0;
}
.content A {
	color: #CC3300;
}
.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*  Page  */
#page {
    margin: auto;
    text-align: left;
	width: 980px;
}

/*  Header  */
.header {
	height: 135px;
	background: url("../images/bg/header-bg.jpg") repeat-x left top;
}
.container {
	 background: url("../images/bg/shadow.png") repeat-y left top;
}
*html .container {
	background: none;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/bg/shadow.png', sizingMethod='scale');
}
.area {
	width: 900px;
	float: left;
	display: inline;
	margin-left: 39px;
}
.header A {
	margin: 43px 0 0 20px;
	float: left;
}
.header A.email {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	line-height: 12px;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #FFFFFF;
}
.header SPAN {
	float: right;
	display: inline;
	margin: 55px 27px 0 0;
}
.header P {
	color:#FFFFFF;
}
/*  Content  */
.content {
	background: url("../images/bg/gradient.jpg") repeat-x left bottom;
	padding-bottom: 17px;
}
.top-bg {
	background: url("../images/pictures/picture.jpg") no-repeat left top;
	padding-top: 17px;
}
.top-bg-about {
	background: url("../images/pictures/picture6.jpg") no-repeat left top;
	padding-top: 17px;
}
.top-bg-serv {
	background: url("../images/pictures/picture3.jpg") no-repeat left top;
	padding-top: 17px;
}
.top-bg-proj {
	background: url("../images/pictures/picture2.jpg") no-repeat left top;
	padding-top: 17px;
}
.top-bg-track {
	background: url("../images/pictures/picture4.jpg") no-repeat left top;
	padding-top: 17px;
}
.top-bg-tuning {
	background: url("../images/pictures/picture5.jpg") no-repeat left top;
	padding-top: 17px;
}

.content UL.menu {
	list-style: none;
	margin: 0;
	padding: 0 15px;
	height: 41px;
	background: url("../images/bg/menu-bg.gif") repeat-x left top;
}
.content UL.menu LI {
	display: inline;
	float: left;
	background: url("../images/bg/border.gif") no-repeat right top;
	height: 23px;
	margin-top: 9px;
	padding: 0 20px 0 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content UL.menu LI A {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	float: left;
	margin-top: 5px;
}
.content UL.menu LI.last {
	background: none;
}
.content UL.menu LI a:hover {
	color: #FF6600;
	text-decoration: none;
}
.text {
	margin-top: 10px;
	width: 335px;
	height: 146px;
	background: url("../images/titles/perform-bigger-better-faster.png") no-repeat left top;
}
*html .text {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/titles/perform-bigger-better-faster.png', sizingMethod='scope');
}
.text IMG {display: none;}
.table {
	margin:0px 15px;
}

/*  Footer  */
.footer {
	color: #fff;
	font-size: 11px;
	padding: 0 40px 10px 32px;
	text-align: right;
	background: #202020 url("../images/bg/footer-bg.gif") repeat-x left top;
	line-height: 14px;
}
.left-footer {
	float: left;
	text-align: left;
	width: 560px;
	margin-top: 60px;
}
.footer SPAN {
	float: right;
	margin-top: 75px;
	font-weight: bold;
}
.footer A {color: #fff;}
UL.logos {
	list-style: none;
	margin: 0;
	padding: 30px 0 10px;
	float: left;
	width: 100%;
}
UL.logos LI {
	display: inline;
	margin-right: 28px;
	float: left;
}
UL.logos LI.last {margin-right: 0;}
.main-content {
	float: left;
	width: 613px;
	display: inline;
	margin-left: 13px;
}
.content H2 {
	font-size: 25px;
	font-style: italic;
	color: #4b4b4b;
	margin-bottom: 20px;
}
.content H4 {
	font-size: 18px;
	font-style: normal;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
}
.content .main-content H3 {
	font-size: 12px;
	color: #333;
}
.content P.read-more {margin-top: 25px;}
.content P.read-more A {
	background-color: #993300;
	color: #fff;
	font-size: 12px;
	padding: 4px 7px;
	float: left;
}
.content P.read-more A:HOVER {
	text-decoration: none;
	color: #000000;
}
.separator {
	clear: both;
	height: 10px;
	line-height: 0;
	font-size: 0;
	margin: 25px 15px 0;
	border-top: 1px solid #e5e5e5;
}
.columns {
	background: url("../images/bg/columns-bg.gif") repeat-y 13px top;
	padding-bottom: 30px;
	margin-top: 140px;
}
.sidebar {
	float: right;
	width: 252px;
	display: inline;
	margin-right: 11px;
}
.box {
	width: 193px;
	_width: 221px;
	height: 251px;
	padding: 0 16px;
	margin: 16px 0 0 16px;
	background: url("../images/bg/box-bg.jpg") no-repeat left top;
}
.content .sidebar H2 {
	color: #fff;
	margin: 0 0 10px;
	// margin: 0 0 15px;
	padding-top: 15px;
}
.content .box P {
	margin: 10px 3px 0;
	color: #fff;
	font-weight: bold;
}
.content .box P.read-more {margin-top: 16px;}
.content .box P.read-more A {
	border: 1px solid #d6d5d5;
}
.box.track-days {
	background: url("../images/bg/box-bg-2.jpg") no-repeat left top;
}
.imageleft {
	width: 180px;
	height: 135px;
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
	margin-right: 0px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}
