body {
	margin: 30px 0px 10px 0px;
	background: #272820;
	font-family: arial;
}

a {
	color: #F2E7CF;
	font-weight: bold;
}

a:hover {
	color: #fff;
}

img {
	border: 0px;
}

#wrapper {
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	background: url('images/tile.gif') repeat-y right #C18300;
}

#logo span, #winesof span, #winesof2 span, #copyright span, #menu span, #menu2 span, #heading span, #rightside span, #ppol span{
	display: none;
}

#logo {
	margin: 0px;
	padding: 0px;
	width: 763px;
	height: 107px;
	background: url('images/logo.gif') no-repeat;
}

#winesof {
	width: 763px;
	height: 49px;
	background: url('images/winesof.jpg') no-repeat;
}

#winesof2 {
	width: 763px;
	height: 49px;
	background: url('images/winesof2.jpg') no-repeat;
}

#mainimg {
	width: 763px;
	height: 232px;
	background: url('images/front_page.jpg') no-repeat;
}

#menu {
	text-align: right;
	background: #000000;
	padding-left: 203px;
	/*width: 763px;*/
	height: 26px;
}

#menu a, #menu2 a, #ppol a {
	display: block;
	width:100%;
	height:100%;
}

#menu div, #menu2 div, #ppol div {
	float: left;
	margin-left: 21px;
}

#menu2 div, #ppol div{
	margin: 0px;
}

#menu a:hover, #menu2 a:hover, #ppol a:hover {
	background-image: none;
}

#ppol {
	height: 26px;
	clear: both;
	margin-left: 626px;
	border-top: 1px solid #C18300;
}

/* menu navigation */
#home { width: 31px; height: 25px; background: url('images/home.gif') -39px 0px no-repeat; }
#home a { background: url('images/home.gif') top left no-repeat; }

#history { width: 45px; height: 25px; background: url('images/history.gif') -50px 0px no-repeat; }
#history a {	background: url('images/history.gif') top left no-repeat; }

#ourwine { width: 63px; height: 25px; background: url('images/ourwine.gif') -67px 0px no-repeat; }
#ourwine a {	background: url('images/ourwine.gif') top left no-repeat; }

#location { width: 52px; height: 25px; background: url('images/location.gif') -58px 0px no-repeat; }
#location a {	background: url('images/location.gif') top left no-repeat; }

#order { width: 38px; height: 25px; background: url('images/order.gif') -47px 0px no-repeat; }
#order a {	background: url('images/order.gif') top left no-repeat; }

#contact { width: 69px; height: 25px; background: url('images/contact.gif') -76px 0px no-repeat; }
#contact a {	background: url('images/contact.gif') top left no-repeat; }

#privacy { width: 136px; height: 25px; background: url('images/priv.gif') -144px 0px no-repeat; }
#privacy a {	background: url('images/priv.gif') top left no-repeat; }

#copyright {
	width: 767px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	background: url('images/copyright.gif') no-repeat;
}

#content {
	color: #fff;
	line-height: 160%;
	font-size: 11px;
	padding: 20px 160px 20px 30px;
}

#rightside {
	float: right;
	width: 137px;
}

#address {
	height: 232px;
	width: 137px;
	background: url('images/rs.jpg') no-repeat;
}

#heading {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 450px;
}

.wines h2 {
	font-size: 14px;
	margin: 0px;
}

.wines th {
	text-align: left;
}

.wines {
	float: left;
}

.wines a {
	text-decoration: none;
	color: #fff;
}

.wines a:hover {
	text-decoration: underline;
}

#submit {
	clear: both;
	height: 30px;
	text-align: right;
	padding: 7px;
}

.input {
	border-top: 1px solid #6D4D0A;
	border-left: 1px solid #6D4D0A;
	border-bottom: 1px solid #D6C9AC;
	border-right: 1px solid #D6C9AC;
	background: #F4E8CF;
}

.error {
	background: #990000;
	padding: 3px;
	margin-top: 1px;
}

.heading {
	background: #61450B;
	padding: 5px;
	margin-top: 20px;
	font-size: 14px;
}

.bottle {
	float: left;
	padding-right: 10px;
}

.desc {
	line-height: 150%;
}