/* 
Main stylesheet for Takeley Performance Tyres & Exhausts
Client: Takeley Performance Tyres
Author: Oliver Camp
Created: Wednesday 13th Feb 2008
Updated: Wednesday 7th March 2008
Version: 1.0
*/

body {
	padding: 0;
	margin: 0;
	font-family: "Verdana";
}

h1, h2, h3 {
	padding: 0;
	margin: 0;

}

a {
	text-decoration: none;
}

#container {
	position: absolute;
	width: 100%;
	height: 100%;
}

#sideBar, #companyBar {
	background-color: rgb(217,84,22);
}


#sideBar {
	position: absolute;
	left: 0px;
	width: 150px;
	height: 100%;
	
	overflow: hidden;
	background: url('../images/template/tread-black.png') repeat-y rgb(217,84,22);
}

#companyBar {
	position: relative;
	height: 115px;
	/*color: #d30303;*/
	padding: 5px;
	padding-left: 150px;
	z-index: 0;
	margin-left: 150px;
}

#title {
	position: absolute;
	height: 114px;
	width: 793px;
	top: 0px;
	left: 10px;
	text-indent: -9999px;

	background: url('../images/template/title.png') no-repeat;
}

#phone {
	position: absolute;
	height: 56px;
	width: 404px;
	top: 10px;
	right: 10px;
	z-index: 20;
	text-indent: -9999px;
	background: url('../images/template/phone.png') no-repeat;
}

#navBar {
	position: absolute;
	left: 150px;
	background: url('../images/template/navbar.jpg') repeat-x;
	height: 35px;
	color: #FFF;
	z-index: 10;
}

#navBar a {
	color: #FFF;
}

#navbar h3 {
	font-weight: normal;
	font-size: 0.7em;
}

#content {
	position: relative;
	padding: 5px;
	margin-top: 30px;
	margin-left: 150px;
}

.button, #active {
	float: left;
	padding: 4px 6px;
	height: 35px;
}

#active {
	background: url('../images/template/active.jpg') repeat-x;
}


