body{
	margin: 0px;
	padding: 0px;
	background: url(../images/back.gif) repeat;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #340000;
}

img{
	padding: 0px;
	margin: 0px;
	display: block;
	border: none;
}

a{
	color: #340000;
}

h1{
	font-size: 18px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

hr{
	color: #CDA35E;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: #CDA35E;
}

#container{
	width: 840px;
	margin: auto;
}

#topMenu{
	margin: 0px;
	padding: 0px;
	display: block;
}

#topMenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#topMenu ul li{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	height: 37px;
	text-indent: -5000px;
	overflow: hidden;
}

#topMenu ul li a{
	display: block;	
	text-decoration: none;
	height: 37px;	
}

#topMenu ul li#home, #topMenu ul li#home a:hover, #topMenu ul li#home a.current{
	width: 99px;
	background-position: 0px 0px;
}

#topMenu ul li#location, #topMenu ul li#location a:hover, #topMenu ul li#location a.current{
	width: 122px;
	background-position: -99px 0px;
}

#topMenu ul li#features, #topMenu ul li#features a:hover, #topMenu ul li#features a.current{
	width: 115px;
	background-position: -221px 0px;
}

#topMenu ul li#price, #topMenu ul li#price a:hover, #topMenu ul li#price a.current{
	width: 94px;
	background-position: -336px 0px;
}

#topMenu ul li#offer, #topMenu ul li#offer a:hover, #topMenu ul li#offer a.current{
	width: 160px;
	background-position: -430px 0px;
}

#topMenu ul li{
	background: url(../images/menu/menu_off.gif) no-repeat;
}

#topMenu ul li a:hover, #topMenu ul li a.current{
	background: url(../images/menu/menu_on.gif) no-repeat;
}

#contentWrap{
	background: url(../images/content_back.gif) repeat-y;
}

#content{
	background: url(../images/content_back_top.gif) no-repeat top;
	padding: 50px 30px 50px 30px;
}