body {
	margin: 0px;
	margin-top: 31px;
	padding: 0px;
	background-color: #37200f;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #37200f;
}

h1, h2, p {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	color: #37200f;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

a {
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: normal;
	color: #37200f;
	text-decoration: none;
	outline-style: none;
}

a:hover {
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: normal;
	color: #37200f;
	text-decoration: none;
}

#main {
	position: relative;
	margin: 0 auto;
	background-image: url(../images/sale_bg.jpg);
	background-repeat: no-repeat;
	width: 932px;
	height: 720px;
	border: 1px solid #5b3818;
}

#sale #main {
	background-image: url(../images/sale_bg.jpg);
}


#head {
	position: relative;
	width: 901px;
	height: 101px;
}

#head #name {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 64px;
	padding-top: 34px;
}

#head #name h1 {
	display: none;
}

#head #name h2 {
	color: white;
}
#head #name h2.name {
	font-size: 28px;
}
#head #name h2.name a {
	font-size: 28px;
	color: white;
}
#head #name h2.web {
	display: none;
}

#head #contact {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 29px;
	text-align: right;
	line-height: 18px;
	color: white;
}

#head #contact a {
	color: white;
}
#head #contact a:hover {
	color: white;
}

#head #contact .lang {
	font-size: 11px;
	color: white;
}

#head #contact .lang a {
	font-size: 11px;
	color: white;
}
#head #contact .lang a:hover {
	color: white;
}

#nav {
	padding: 10px;
	margin-left: 30px;
	margin-right: 31px;
	margin-bottom: 0;
	background-color: #E6C6A0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #37200f;
}
#nav a {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #37200f;
}

#content {
	position: relative;
	padding-left: 64px;
	padding-right: 31px;
	font-size: 19px;
	line-height: 24px;
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	line-height: 36px;
}

#content #salebutt {
	position: absolute;
	right: 31px;
	top: 0px;
	width: 184px;
	height: 33px;
	padding-right: 10px;
	background-image: url(../images/sale_butt_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	line-height: 30px;
}

#sale #content #salebutt {
	background-image: url(../images/sale_back_butt_bg.jpg);
}

#content #salebutt a {
	font-size: 20px;
}

#comp {
	position: absolute;
	right: 35px;
	bottom: 35px;
	font-size: 14px;
	color: #37200f;
}

#sale #content {
	color: #37200f;
	padding-top: 0;
	height: 557px;
	overflow: hidden;
}

#sale #content h1 {
	color: #37200f;
}

#sale #content p {
	color: #37200f;
	font-size: 14px;
}

#sale #content p.title {
	font-size: 22px;
}

#sale #content #slideup {
	position: absolute;
	left: 5px;
	top: 30px;
	width: 17px;
	height: 13px;
	background-image: url(../images/scroll_up.png);
	background-repeat: no-repeat;
}

#sale #content #slidedown {
	position: absolute;
	left: 5px;
	bottom: 60px;
	width: 17px;
	height: 13px;
	background-image: url(../images/scroll_down.png);
	background-repeat: no-repeat;
}

#sale #content #slide {
	height: 548px;
	overflow: hidden;
}

#sale #content .image {
	width: 120px;
	float: left;
}

#sale #content img {
	border: 4px solid #5b3818;
	border-radius: 4px;
}

#sale #content .txt {
	width: 300px;
	float: left;
	padding-top: 5px;
}

#sale #content table td {
	font-size: 16px;
	padding-bottom: 5px;
}

#sale #content .map {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	width: 400px;
}

#sale #slide .item {
	width: 300px;
	float: left;
	margin-right: 30px;
}

#sale #slide .end {
	clear: both;
	height: 1px;
	padding-bottom: 20px;
}

#sale #content .sendmessage {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 350px;
	height: 280px;
	padding: 10px;
	background-color: #F2F2F2;
}

#sale #content #formMsg p {
	font-size: 16px;
}

