body,html{
	padding:0px;
	margin:0px;
	height: 100%;
	background-color: #F1F1F1;
	text-align: center;
}
div{
	margin: 0px;
	padding: 0px;
	background-color: White; 
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #BA0000;
}
a:hover{
	color: Maroon;
}
h1{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #BA0000;
}
input,select,textarea{
	background-color: White;
	color: Black;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid Black;
}
div.bodydiv{
	width: 800px;
	height: auto; 
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px; 
}
div.topmost{
	height: auto;
	background-color: White;
	text-align: right; 
}
div.top{
	background: url(elements/dots.gif) bottom left repeat-x;
}
div.menu{
	width: 157px;
	height: 182px;
	float: left;
	background-color: White;
}
div.menu a{
	display: block;
	padding: 6px 20px 6px 30px;
	text-align: left;
	vertical-align: middle;
	font-weight: bolder;
	text-decoration: none;
	color: #5E5E5E;
	border-top: 1px dotted #E7E7E7;
	border-right: 1px dotted #E7E7E7;
	background: url(elements/menu_bc2.gif) center left no-repeat;
}
div.menu a:hover{
	color: Black;
	background: url(elements/menu_bc2_hover.gif) center left no-repeat;
}
div.header{
	height: 182px;
	background-color: White;
	text-align: right;
}
div.left{
	width: 158px;
	float: left;
	background-color: White;
}
div.content{
	float: left;
	height: auto;
	min-height: 495px;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
	margin: 0px;
}
div.content p,h1{
	margin: 10px 20px 10px 10px;
} 
div.bottom{
	width: 100%;
	clear: both;
	background-color: #F9F9F9;
	color: #5E5E5E;
	text-align: center;
	line-height: 22px;
} 
div.bottom a{
	color: #5E5E5E;
}
div.bottom a:hover{
	color: #8CB3DA;
}
.dot_div{
	clear: both;
	width: 580px;
	margin: 10px 20px 10px 20px;
	background: url(elements/dot.gif) bottom left repeat-x;
}
.dot_div li{
	background-image: url(/elements/ul.gif);
	background-repeat: no-repeat;
	background-position: center left;	
	list-style-type: none; 
	padding-left: 10px;
}
.dot_div img{
	border: none;
}
.gallery{
	width: 580px;
	margin: 10px 20px 10px 20px;
}
.gallery img{
	float: left;
	margin: 5px;
	border: 1px solid #E1E1E1;
}
/* Offers table style for listing */
.object{
	width: 550px;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 10px 0px; 
}
td.obj_img{
	border: none;
	width: 134px;
}
td.obj_img img{
	width: 130px;
	height: 98px;
	border: 1px solid #E1E1E1;
}
td.obj_title{
	background-color: #F9F9F9;
	vertical-align: middle;
	width: 416px;
	padding-left: 5px; 
}
td.obj_title_bargain{
	background-color: #E7EDF7;
	vertical-align: middle;
	width: 416px;
	padding-left: 5px; 
}
td.obj_text{
	width: 416px;
	padding-left: 5px;
}
div.offer_title{
	width: 100%;
	padding: 3px;
	text-align: center;
	font-weight: bold; 
	background: #F9F9F9;
}
