body {
	background: #858585 url(pics/bgBubbles.jpg) repeat-y center top;
	/*background: #f4f0e4;*/
	background-attachment: fixed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535053;
}
* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
p {
	line-height: normal;
}
p.dealer {
	padding-left: 98px;
	line-height: 14px;
}
#wrapper {
	width: 810px;
	margin: 0 auto;
}
#logo {
	float: left;
}
#logo img {
	border: none;
}
#contact_infoLEFT {
	width: 370px;
	float: left;
}
#contact_infoRIGHT {
	width: 370px;
	float: left;
	padding-top: 40px;
}
/*----------------------------------------------------------------- navigation & banner*/

#logo {
	float: left;
}
#ban {
	height: 300px;
	background: #fff url(pics/ban.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#ban ul.nav {
	margin-left: 35px;
	overflow: hidden;
	text-align: center;
	padding-top: 32px;
}
#ban ul.nav li {
	
	float: left;
	list-style: none;
	display: block;
	height: 60px;
}
#ban ul.nav li a {
	
	text-decoration: none;
	color: #838383;
	font-size: 16px;
	padding: 35px 30px 0px 10px;
	border-left:  1px solid #ccc;
	
	
}
#ban ul.nav li.left {
	
	border: none;
	
	
	
}
#ban ul.nav li a:hover {
	color: #4f4f4f;
	text-decoration: underline;/*background: url(pics/btnBg.gif) repeat-x ;*//*background: #808080;*/
		
			
		}
#ban ul.nav li a.current {
	color: #4f4f4f;
	text-decoration: underline;/*background: #808080;*/
}
/*------------------------------------------------------------------ content */


h1 {
	color: #838383;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px;
}
#content {
	/*background: #fff url(pics/tile.jpg) repeat-y center;*/
		float: left;
	padding: 0px 35px 50px 35px;
	text-align: left;
	width: 740px;
}
.header {
	color: #7f7f7f;
	font-size: 18px;
	margin-bottom: 5px;
}
.titleOrange {
	color: #b26127;
	font-size: 18px;
}
.linkOrange {
	color: #b26127;
	text-decoration: none;
}
.linkOrange:hover {
	text-decoration: underline;
}
.titleGreen {
	color: #3b7325;
	font-size: 18px;
}
.linkGreen {
	color: #3b7325;
	text-decoration: none;
}
.linkGreen:hover {
	text-decoration: underline;
}
.titlePurple {
	color: #810200;
	font-size: 18px;
}
.linkPurple {
	color: #810200;
	text-decoration: none;
}
.linkPurple:hover {
	text-decoration: underline;
}
.titleBlue {
	color: #067fe2;
	font-size: 18px;
}
.box_text {
	text-align: left;
}
/*--------------------------------------------------columes---*/

#leftCol {
	background-color: #fff;
	width: 545px;
	float: left;
	padding-right: 15px;
}
#rightCol {
	background-color: #fff;
	float: left;
	width: 160px;
	padding-left: 15px;/*background: url(pics/dotted.gif) repeat-y left top;*/
}
/*------------------------------------------------------------------ boxes */


	
	
	
#content ul.boxes {
	overflow: hidden;
	list-style: none;
}
#content ul.boxes li {
	float: left;
	margin-right: 35px;
	display: block;
	width: 223px;/*background: #fff url(pics/box_bg.jpg);*/
	
		/*border-top: 5px solid #ddd; */
		
		
	}
#content ul.boxes li.right {
	float: left;
	list-style: none;
	display: block;
	width: 223px;
	margin-right:0px;
	padding-right: 0px;
	background: none;
}
#content ul.boxes li img {
	border: 5px solid #000;
	padding-bottom: 10px;
	border: none;
}
/*----------------products--------------------------------------------------------*/
.products {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858585;
}
.products p {
	padding-top: 50px;
	width: 490px;
	float: right
}
.products img {
	float: left;
	margin-top: 10px;
}
.pic {
	float: right;
}
#footer {
	float: left;
	width: 100%;
	text-align: right;
	font-size: 11px;
	color: #999;
	/*background: #fff url(pics/box_bg.jpg) bottom repeat-x;*/
	
	border-top: 1px solid #ccc;
	margin-top: 60px;
	padding-top: 5px;/*background: #f4f0e4;*/
}
#footer a {
	text-decoration: none;
	font-size: 11px;
	color: #555;
}
#footer a:hover {
	text-decoration: underline;
}
