/* base html elements */

body { 
	margin : 0;
	padding : 0;
	height : auto !important;
	height : 100%;
	min-height : 100%;
	text-align : left;
	background: #ffdcb4;
	color: #574b43;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	background: #ffdcb4 url(../img/products-bg.gif) no-repeat 0px 0px;
}
#product {
	width: 496px;
	height: 342px;
	border: none;
}
#productsNav {
	position: relative;
	margin-top: 18px;
	width: 280px;
	height: 27px;
	z-index: 30;
	font-size: 12px;
}
#productsNav #navl {
	position: absolute;
	left: 215px;
}
#productsNav #navr {
	position: absolute;
	left: 250px;
}
#productsNav #options {
	position: absolute;
	left: 290px;
	text-align: left;
	width: 190px;
	color: #6d6e71;
}
#productsNav #rub {
	position: absolute;
	left: 10px;
	text-align: left;
	width: 190px;
}
html { 
	height : 100%;
}
img {
	border : none;
}