/*font-family:'Proxima N W15 Thin Reg';
font-family:'Proxima N W15 Reg';
font-family:'Proxima N W15 Bold';*/

body {
	border-top:9px solid #242021;
	background: #262626 url('../images/bg.jpg') no-repeat center top;
	color:#fea16f;
	font-family:'Proxima N W15 Reg', sans-serif;
	min-width: 960px;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
}

a {
	text-decoration: none;
}

a:hover {
	color:#fea16f;
}

#content {
	background:url('../images/transparent.png');
	float:right;
	font-family:'Proxima N W15 Thin Reg', sans-serif;
	font-size: 18px;
	line-height: 30px;
}

.content-wrapper {
	padding: 20px 35px 0;
	width: 290px;
	height: 706px;
	background: url('../images/truck.png') no-repeat right bottom;
}

#content strong {
	font-weight: normal;
	font-family:'Proxima N W15 Reg', sans-serif;
}

#content ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	font-size: 21px;
	line-height: 33px;
}

#content li {
	padding-left: 15px;
	background: url('../images/bullet.gif') no-repeat left 11px;
}

#brand {
	float:left;
	text-indent: -9999px;
	width: 175px;
	height:47px;
	margin-top: 65px;
	background: url('../images/instant-tire.png') no-repeat left top;
}

.wrapper {
	margin:0 auto;
	width:960px;
	position: relative;
	height: 100%;
}

#main {
	height: 730px;
	width: 100%;
	background: #1d1d1d url('../images/bg.jpg') no-repeat center top;
}

#footer {
	clear:both;
	width:100%;
	background: #262626 url('../images/bg-footer.jpg') no-repeat center top;
	overflow: hidden;
	height:267px;
}

#contact {
	color: #cb5211;
	padding-top: 20px;
}

#contact h3 {
	text-transform: uppercase;
	font-family:'Proxima N W15 Thin Reg', sans-serif;
	margin-bottom: 5px;
}

.contact-owner {
	color:#fea16f;
}

.contact-owner p {
	margin:0;
	font-size: 21px;
}

.contact-owner span {
	margin-bottom: 10px;
	display:block;
}

.contact-details, .contact-details a {
	color:#cb5211;
}

.contact-details a:hover {
	color:#fea16f;
}

.contact-details  {
	font-family:'Proxima N W15 Thin Reg', sans-serif;
	font-size: 21px;
	line-height: 38px;
}

.contact-details .separator {
	margin: 0 10px;
}

.contact-details strong {
	font-family:'Proxima N W15 Bold';
}

#copyright {
	font-family: sans-serif;
	color:#676767;
	font-size: 11px;
	line-height: 12px;
	position: relative;
	width: 200px;
}

#copyright span {
	display:block;
}

#copyright a {
	background:url("../images/dink.gif") no-repeat left top;
	width:10px;
	height:9px;
	text-indent:-9999px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:10px;
	margin-left:10px
}

#decoration {
	position: absolute;
	right: 0;
	bottom:-270px;
	z-index: 1000;
	pointer-events:none;
}