
.float_l {
	float: left;
	display: inline;
}


.float_r {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

#mainGraphic_container {
	width: 909px;
	height: 230px;
	/*background: url(../images/bg_mainGraphic.jpg) 0 0 no-repeat;*/
	padding: 0 0 0 10px;
	margin: 2px 16px;
	border: 1px solid #ccc;
}

#search_links {
	padding-top: 10px;
}

#flashFlipper_container {
	width: 708px;
	height: 230px;
}

#modelScroller_container {
	width: 919px;
	height: 95px;
	margin: 5px 16px;
	background: transparent url(../images/bg_modelScroller.jpg) 0 0 repeat-x;
}

#top_btn_container {
	width: 919px;
	height: 115px;
	margin: 10px 16px;
}

#top_btn_container ul li {
	display: inline;
	margin-right: 13px;
}

#top_btn_container ul li.last_btn, #btm_btn_container ul li.last_btn {
	margin-right: 0;
}

#btm_btn_container {
	width: 919px;
	height: 110px;
	margin: 0 16px;
}

#btm_btn_container ul li {
	display: inline;
	margin-right: 30px;
	float: left;
}

#btm_btn_container .btn_accessories {
	padding-top: 25px;
}

#seo_text {
	padding: 0 10px 0 20px;
	height: 200px;
	overflow: auto;
	width: 900px;
}

#footer{
	margin-left: 16px;
	padding: 0;
	width: 920px;
	height: 42px;
	background: transparent url(../images/bg_footer.jpg) bottom left repeat-x;
	color: #ccc;
	font-size: 12px;
}

#footer a {
	color: #ccc;
}

.footerleft, .footerright {
	padding-top: 13px;
}
