@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

table {
	font-size: 1em;
}

h1 {
	color: #EFB32F;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}

a {
	overflow: hidden;
	color:#06F;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height:  100%;
}

body {
	background-color: #2E3640;
	text-align: left;
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
}

#wrap {
	min-height: 500px;
	width: 100%;
	background-attachment: scroll;
	background-image: url(images/headerBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	background-color: #2E3640;
	position: relative;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#titleLogo {
	display: block;
	height: 188px;
	background-attachment: scroll;
	background-image: url(images/Logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
}

#logo {
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}

#title {
	float: right;
	color: #FFF;
	font-family: Tahoma, Geneva;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	margin-right: 80px;
}

#navWrapper {
	padding-left: 10px;
	position: relative;
}

#nav {
	display: block;
	left: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#nav li {
	float: left;
	margin-right: 15px;
	padding-left: 10px;
}

#nav li a {
	color: #FFF;
	display: block;
	font-family: Tahoma,Geneva;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin-right: -5px;
	padding-bottom: 12px;
	padding-right: 10px;
	text-decoration: none;
}

#nav li a:hover {
	color: #EFB32F;
}

#nav li.current a {
	color: #EFB32F;
}

#nav li.current a:hover {
	color: #FFF;
}

#contentWrapper {
	padding-left: 10px;
	position: relative;
}

#contentHeadder {
	background-image: url(images/content.jpg);
	background-attachment: scroll;
	background-color: #EFB32F;
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	margin-top: 30px;s
}

#content {
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	min-height: 300px;
}

#bottomInfo {
	padding-left: 10px;
}

#footerInfo {
	border-top: 2px solid #2E3640;
	font-family: Tahoma, Geneva;
	color: #2E3640;
	font-size: 12px;
	font-weight: bolder;
	background-color: #EFB32F;
	height: 60px;
}

#footerInfo a {
	border: medium none;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

#footLogo {
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-top: 5px;
}

.footLogo1 {
	font-size: 18px;
}

.footLogo2 {
	font-size: 12px;
}

#footerCenter {
	text-align: center;
	font-size: 9px;
	line-height: normal;
	float: left;
	margin-left: 150px;
	margin-top: 20px;
}

#footerAddress {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	text-align: right;
}

#footer {
	clear: both;
	padding-bottom: 30px;
}

/* Product */

#ProdRow {
	background-image: url(images/product_brake.png);
	background-repeat:no-repeat;
	background-position: left center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	padding-left: 25px;
	margin-left: 80px;
	padding-top: 10px;
	clear: both;
}

#ProdOne {
	margin-left: 150px;
	width: 40%;
	clear: none;
	float: left;
	margin-bottom: 10px;
}

#ProdOne a{
	font-size: 16px;
}

#ProdTwo {
	font-size: 16px;
	width: 40%;
	float: right;
}

#ProdTwo a{
	font-size: 16px;
}

#prodNav {
	position: absolute;
	left: 10px;
	width: 200px;
	text-align: left;
	background-image: url(images/product_nav.png);
	background-repeat: repeat-y;
}

#prodNav a{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
}

#prodNav a:hover{
	text-decoration: underline;
}
