@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg/tiles.png);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.clear {
	clear: both;
}
#body {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
#body .wrapper {
	float: left;
	width: 758px;
	background-image: url(../images/bkg/table_shadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#head .wrapper {
	height: 141px;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(../images/bkg/header.png);*/
	background-position: left bottom;
	background-repeat: no-repeat;
}
#head .wrapper img {
	margin-left: 14px;
	border: none;
}
#body #nav {
	background: none;
	width: 679px;
	float: left;
	padding: 5px 20px 20px 35px;
}
#body #nav li {
	float: left;
	list-style: none;
}
#body #nav li a {
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	float: left;
	text-indent: -999px;
	overflow: hidden;
	margin-right: 48px;
}
#body #nav li a:hover {
	background-position: left -31px;
}
#body #nav li#home a {
	background-image: url(../images/nav/home.png);
	width: 76px;
}
#body #nav li#about a {
	background-image: url(../images/nav/about.png);
	width: 77px;
}
#body #nav li#parts a {
	background-image: url(../images/nav/parts.png);
	width: 71px;
}
#body #nav li#videos a {
	background-image: url(../images/nav/videos.png);
	width: 87px;
}
#body #nav li#contact a {
	background-image: url(../images/nav/contact.png);
	width: 93px;	
}
#body .wrapper .table {
	display: inline;
	width: 734px;
	float: left;
	background-image: url(../images/bkg/table_mid.png);
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#body .content {
	width: 664px;
	padding: 5px 35px 20px 35px;
	clear: both;
}
#body .content a {
	color: #333;
}
#body .content a:hover {
	color: #666;
}
#body .content h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
#body .content h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 12px;
}
#body .content h3 {
	margin-bottom: 8px;
}
#body .content p {
	line-height: 150%;
	margin-bottom: 10px;
}
#body .content ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
#body .content ul li {
	margin-bottom: 5px;
	list-style: square;
}
#body #product-boxes {
	width: 100%;
	margin-top: 30px;
	clear: both;
}
#body #product-boxes h3 {
	margin-bottom: 20px;
}
#body #product-boxes h6 {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}
#body .product {
	width: 298px;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}
#body .product.left {
	margin-right: 68px;
	display: inline;
}
#body .product img {
	border: none;
	padding: 10px;
	background-image: url(../images/bkg/image.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#body .content .product h4 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
}
#body .product .box {
	padding: 10px;
	background-image: url(../images/bkg/image.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#body .product .box {
	color: #ffffff;
}
#body .product .box img {
	padding: 0 0 10px 0;
	background: none;
}
#body .content .video {
	padding: 0 0 15px 15px;
	float: right;
}
#body #gallery {
	padding: 10px 5px 0px 9px;
	background-image: url(../images/bkg/image.jpg);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	width: 650px;
}
#body #gallery ul,
#body #gallery ul li {
	margin: 0px;
	list-style: none;
	float: left;
}
#body #gallery ul li a {
	float: left;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 125px;
}
#body #gallery ul li img {
	border: none;
}
#foot {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	color: #F9E3E3;
	font-size: 75%;
}
#foot .wrapper {
	background-image: url(../images/bkg/table_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 734px;
	padding: 15px 12px 20px 12px;
	float: left;
}
#foot .wrapper a{
	color: #CCC;
}