*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #8f0011 url(../images/bg.jpg) top center repeat-y;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	color: #e2001a;
	font-size: 23px;
	margin-bottom: 10px;
}

h6
{
	color: #9B0012;
	font-size: 1.2em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 12px;
	text-align: left;
}

#header
{
	background: url(../images/header.jpg) top left no-repeat;
	width: 925px;
	margin: 0 auto;
	height: 289px;
	text-align: left;
}

#header h1
{
	display: none;
}
.home
{
	display: block;
	width:  460px;
	height: 110px;
	float: left;

}

#contact_link
{
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	padding-top: 60px;
	padding-right: 47px;
}

#contact_link a, #contact_link a:hover, #contact_link a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav
{
	background: url(../images/nav.jpg) top right no-repeat;
	font-size: 0.75em;
	clear: both;
	margin: 0 0 30px;
	padding: 25px 30px 0;
	width: 840px;
	height: 210px;
}

#spec_offer
{
	color: #fff;
	font-family: Arial;
	float: left;
	background: url(../images/main_img.jpg) top center no-repeat;float: left;
	width: 840px;
	height: 160px;
	padding: 0 30px;
	margin-bottom: 10px;
}

#spec_offer p
{
	font-size: 14px;
}

#spec_offer h3
{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
}

#spec_offer h4
{
	font-size: 24px;
	color: #fff;
}

#spec_offer a, a:visited
{
	color: #fff;
}

#content
{
	float: left;width: 900px;
	height: auto;
	color: #505050;
	font-size: 12px;
	font-family: 'trebuchet ms', Arial, sans-serif;
	margin-bottom: 15px;
}

.info
{
	float:left;
	width: 230px;
	height: 390px;
	padding: 30px;
}

#about{
	background: #ebebeb url(../images/about.jpg) bottom center no-repeat;
}

#fitting{
	background: #ebebeb url(../images/fitting.jpg) bottom center no-repeat;
	margin: 0 16px 0;
}

#free_top{
	float: left;
	background: url(../images/free.gif) top center no-repeat;
	width: 287px;
	height: 30px;
	margin-bottom: 0;
}

#free{
	float: left;
	background: #9b0012;
	color: #fff;
	width: 227px;
	font-size: 15px;
	margin-bottom: 0;
	padding: 0 30px 10px;
}

#free_bottom{
	float: left;
	background: url(../images/free.gif) bottom center no-repeat;
	width: 287px;
	height: 104px;
}

#free h2
{
	color: #fff;
}

#free dd
{
	font-size: 12px;
	margin-bottom: 10px;
}

#free dl
{
	margin-bottom: 15px;
}

#free p span
{
	padding: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}



#map
{
	padding: 0 30px;
}

#sidebar
{
	display: none;
	float: right;
	width: 30%;
	height: auto;
}

#footer
{
	display: none;
	clear: both;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#nav a, #nav a:visited, #nav a:hover
{
	color: #626262;
	font-weight: 700;
	text-decoration: none;
}


/**NAVIGATION STYLES**/

#nav h2
{
	color: #626262;
}

#nav ul{
	
	list-style: none;
}

#nav ul li{
	color: #626262;
	width: 145px;
	float: left;
	display: inline;
	padding: 0 10px; 
}

#nav .first
{
	padding-left: 0;
}

#nav .last
{
	padding-right: 170px;
}
/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

address
{
	font-style: normal;
}
