/* CSS Document */

body {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

.house {
	display: block;
	margin: auto;
	padding: 0px;
	height: 530px;
	width: 850px;
	background-color: #716652;
}

.banner {
	display: block;
	margin: 0px;
	height: 65px;
	width: 830px;
	background-color: #AFA89C;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}


.banner ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 190px;
	
}


.banner li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #C35A29;
	text-align: left;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}


.banner li a {
	text-decoration: none;
	color: #E3E0DD;
}

.banner a:hover {
	text-decoration: none;
	color: #716652;
}



.content {
	background-color: #716652;
	margin: 0px;
	width: 850px;
	display: block;
	float: left;
	padding: 0px;
	height: 420px;
}

.leftpic {
	background-color: #ffffff;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 420px;
	width: 450px;
}

.rightcol {
	display: block;
	margin: 0px;
	float: right;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 370px;
}

.rightcopy {
	padding-left: 65px;
	padding-right: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.rightcopy h1 {
	font-size: 18px;
	color: #AFA89C;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.rightcopy h2 {
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #E9E9E9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.rightcopy h4 {
	font-size: 13px;
	color: #242424;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rightcopy h4 span {
	font-size: 10px;
	color: #242424;
	font-weight: normal;
}


.rightcopy p {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

.rightcopy p a {
	color: #FF9900;
	text-decoration: none;
}

.rightcopy ul {
}

.rightcopy li {
font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}



.rightcopy p a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.thumbnails {
	display: block;
	margin: 0px;
	width: 40px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*.thumbnails a {
	border: 1px solid #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 40px;

}

.thumbnails a:hover {
	border: 1px solid #C35A29;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 40px;

}*/

.thumbnails a .test1 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 40px;
	background-image: url(../images/thumb_test_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

.thumbnails a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 40px;
	background-image: url(../images/photo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.thumbnails a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 40px;
	background-image: url(../images/photo_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.thumbnails a:active {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 40px;
	background-image: url(../images/photo_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*
.thumbnails .test1 a:hover {
	border: 1px solid #C35A29;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 40px;

}*/


.spacer {
	clear: both;
}
iframe {
	background-color: #716652;
	border:0;
}

.scrollbox {
	background-color: #716652;
	height: 360px;
	overflow: scroll;
	overflow-x: hidden;
	
}




.scrollbox {scrollbar-3dlight-color:#716652;
scrollbar-arrow-color:#000;
scrollbar-base-color:#716652;
scrollbar-darkshadow-color:#716652;
scrollbar-face-color:#B1A794;
scrollbar-highlight-color:#716652;
scrollbar-shadow-color:#716652;
scrollbar-track-color:#716652;}

table.wine {
	margin-bottom: 15px;
}

table.wine td {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #82755E;
}

table.wine td img {
	padding: 10px;
}

.rightcopy hr {
	font-size: 1px;
	line-height: 1px;
	background-color: #716652;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #574F40;
	border-bottom-color: #918368;
	margin-top: 10px;
	margin-bottom: 20px;
}
