html, body{
	width:100%;
	min-width:900px;
}
html {
	background:#343333 url(../images/html.jpg) repeat-x;
	height:100%;
}
body {
	margin:0;
	background:url(../images/body.gif) repeat-y 50% 0;
	font:12px "Trebuchet MS", Helvetica, sans-serif;
	color:#000;
	min-height:100%;
}
* html body {
	height:100%;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#000;
}
a:hover {text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
.page {
	width:100%;
	height:100%;
	background:url(../images/page.jpg) no-repeat 50% 0;
	display:table;
}
#main {
	position:relative;
	margin:0 auto;
	width: 900px;
	padding:271px 0 0;
}
/*header*/
#header {width:100%;}
.mustang {
	position:absolute;	
	top:9px;
	left:146px;
}
/*logo*/
#header h1 {
	margin:0;
	position:absolute;
	left:386px;
	top:131px;
}
#header h1 a {
	display:block;
	width:126px;
	height:69px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}
.navigation {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:231px;
}
.navigation li a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:0;
	cursor:pointer;
}
.navigation .parts a {
	width:54px;
	height:20px;
	background:url(../images/parts.png) no-repeat;
	left:104px;
}
.navigation .services a {
	width:78px;
	height:20px;
	background:url(../images/services.png) no-repeat;
	left:254px;
	top:1px;
}
.navigation .performance a {
	width:130px;
	height:20px;
	background:url(../images/performance.png) no-repeat;
	left:385px;
	top:1px;
}
.navigation .engines a {
	width:74px;
	height:20px;
	left:559px;
	top:1px;
	background:url(../images/engines.png) no-repeat;
}
.navigation .restoration a {
	width:118px;
	height:20px;
	background:url(../images/restoration.png) no-repeat;
	left:707px;
}
/*content*/
.container {
	overflow:hidden;
	width:798px;
	padding:0 50px;
}
#content {
	width:542px;
	float:left;
}
.post {
	width:542px;
	background:url(../images/post.gif) repeat-y;
	overflow:hidden;
	margin:0 0 10px;
}
.post .top {
	width:542px;
	background:url(../images/post-top.gif) no-repeat;
	overflow:hidden;
}
.post .bottom {
	width:498px;
	background:url(../images/post-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
	padding:16px 23px 6px 21px;
}
.post h2 {
	margin:0 0 6px;
	color:#425c9b;
	font-size:20px;
	line-height:22px;
}
.post p {
	line-height:14px;
	margin:0 0 14px;;
}
.picture {
	float:right;
	display:inline;
	padding:3px 0 0;
	margin:0 0 5px 12px;
}
.picture span {
	display:block;
	padding:1px 0 0;
	width:227px;
	font-size:10px;
	line-height:12px;
	
}
.picture img {
	display:block;
	border:1px solid #000;
}
/*sidebar*/
#sidebar{
	width:236px;
	float:right;
	padding:1px 2px 0 0;
}
.box {
	width:236px;
	margin:1px 0 14px 0;
	background:#273d72 url(../images/box-top.gif) no-repeat;
}
.box-body {
	width:196px;
	background:url(../images/box-bottom.gif) no-repeat 0 100%;
	padding:14px 20px 14px;
	overflow:hidden;
}
.box h3 {
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 9px;
}
.box h4 {
	font-size:11px;
	line-height:13px;
	color:#fff;
	margin:0 0 0px;
}
.box ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box ul li {
	font-size:11px;
	line-height:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 13px;
	background:url(../images/marker.gif) no-repeat 0 6px;
}
.box ul li a {
	color:#fff;
}
/*footer*/
#footer {
width:100%;
}