@charset "utf-8";

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}


body {
	margin: 0px;
	position: relative;
	background-color: #000;
}

#page {
	width: 900px;
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.home_page {
	background-image: none;
}
.page {
	background-image: url(../images/common/border_bg.png);
	background-repeat: no-repeat;
}

#header {
	position: relative;
	float: left;
	width: 840px;
	margin-top: 20px;
	margin-left: 30px;
}
#logo {
	
}

#content {
	position: relative;
	float: left;
	height: 510px;
	width: 780px;
	margin: 0 30px;
	padding: 15px 30px;
}

#lower_content {
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 900px;
}

#footer {
	position: relative;
	float: left;
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home_footer {
	padding-top: 30px;
}
#footer_box {
	position: relative;
	margin: 0 auto;
}


/*Home Page Layout*/
#home_left_content {
	width: 200px;
	min-height:600px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}
#home_right_content {
	width: 640px;
	min-height:720px;
	float: right;
}


/*About Layout*/
#about_left_content {
	width: 420px;
	min-height: 440px;
	float: left;
}
#about_right_content {
	width: 330px;
	min-height: 440px;
	float: right;
	padding-top: 10px;
}


/*Wines Layout*/
#wines_left_content {
	width: 570px;
	min-height:600px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}
#content_wines {
	position: relative;
	float: left;
	width: 420px;
	height:510px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#wines_right_content {
	width: 270px;
	min-height:600px;
	float: right;
	margin-top: 5px;
	margin-right: 30px;
}


/*text containers*/
.title_box {
	height: 180px;
	width: 420px;
}

.club_title_box {
	height: 120px;
	width: 420px;
}


/*main navigation*/
#main_nav {
	position: relative;
	float:left;
}
.home_nav {
	width: 140px;
	padding-left: 30px;
}
.main_nav {
	width: 550px;
	margin-left: 30px;
}
.wines_main_nav {
	width: 550px;
}

#main_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main_nav a {
	float: left;
	height: 3em;
	padding: 0 15px 0 0;
}
#main_nav span {
	float: left;
	height: 3em;
	padding: 0 15px 0 0;
}

#main_nav a:hover {
	
}


/*footer navigation*/
#footer_nav {
	margin: 0 auto;
}

#footer_nav a {
	padding: 0 6px;
}
#footer_nav a:hover {
	
}


/*home page content*/
#home_element {
	position: relative;
	clear: both;
	height: 800px;
	width: 600px;
}


.wine_container {
	position: absolute;
	top: 0px;
}
#wine_1 {
	left: 202px;
	top: 140px;
}
#wine_2 {
	left: 315px;
	top: 100px;
}
#wine_3 {
	left: 420px;
	top: 70px;
}
#wine_4 {
	left: 515px;
	top: 50px;
}
#feature_wine {
	left: 0px;
	top: 0px;
	/*top: 130px;*/
}
.feature_wine {
	position: absolute;
	top: 0px;
	left: 0px;
}
.current_feature {
	
}

#home_image {
	margin: 0 auto;
}


/*about content*/
#about_info {
	position: relative;
	float: right;
	height: 240px;
	padding-top: 77px;
}
#about_info p {
	width: 205px;
}


/*wines navigation*/
#wines_nav {
	position: relative;
	float: left;
	width: 210px;
	height: 240px;
	padding-top: 75px;
}
#wines_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#wines_nav a {
	float: left;
	height: 3em;
	width: 210px;
}
#wines_nav span {
	float: left;
	height: 3em;
	width: 210px;
}
#wines_nav a:hover {
	
}

/*wines content*/
#wines_vintage {
	position: relative;
	float: left;
	padding-top: 35px;
}
.vintage_gold {
	position: relative;
	float: left;
	height: 20px;
	width: 45px;
	margin-right: 1px;
	background-color: #be9544;
}
.vintage_red {
	position: relative;
	float: left;
	height: 20px;
	width: 45px;
	margin-right: 1px;
	background-color: #d80c1a;
}

#wines_info {
	position: relative;
	float: right;
	height: 215px;
	padding-top: 77px;
}
#content_wines p {
	width: 205px;
}

#wines_purchase {
	position: relative;
	float: left;
	height: 30px;
	width: 180px;
	padding-top: 15px;
}
#wines_purchase a {
	position: relative;
	height: 28px;
	width: 178px;
	background-color: #d80c1a;
	border: #be9544 1px solid;
}
#wines_purchase a:hover {
	border: #ffffff 1px solid;
}



/*gallery content*/
#gallery_content {
	display: block;
	clear: both;
	position: relative;
}
.gallery_image {
	display: block;
	clear: both;
	position: absolute;
	left: 0px;
	top: 10px;
	visibility: visible;
}

#gallery_thumb_content {
	
	padding: 30px 55px;
}
.gallery_thumb_spacer {
	display: block;
	float: left;
	height: 60px;
	width: 33px;
}
.gallery_thumb_spacer_middle {
	display: block;
	float: left;
	height: 60px;
	width: 32px;
}
.gallery_thumb {
	float: left;
	padding: 5px;
	border: none;
}
.gallery_thumb:hover {
	padding: 4px;
	border: #d80c1a 1px solid;
}
.gallery_thumb_select {
	float: left;
	padding: 4px;
	border: #be9544 1px solid;
}


/*purchase pages*/
#purchase_info {
	width: 400px;
	padding-top: 30px;
}
.purchase_text {
	
}

#order_form {
	height: 480px;
	padding-top: 53px;
}


/*contact content*/
#contact_info {
	width: 600px;
	padding-top: 30px;
}
.contact_text {
	
}

/*wine club content*/
#wine_club_info {
	width: 780px;
	padding-top: 0px;
}
.wine_club_text {
	
}

#club_login {
	position: relative;
	float: right;
	height: 30px;
	width: 180px;
	padding-top: 10px;
}
#club_login a {
	position: relative;
	float: right;
	height: 28px;
	width: 178px;
	background-color: #d80c1a;
	border: #be9544 1px solid;
}
#club_login a:hover {
	border: #ffffff 1px solid;
}

.club_option {
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
	padding: 20px 0px;
}
.club_option_text {
	position: relative;
	float: left;
	width: 600px;
}
.club_option_select {
	position: relative;
	float: right;
	height: 30px;
	width: 180px;
	padding-top: 25px;
}
.club_option_select a {
	position: relative;
	float: right;
	height: 28px;
	width: 178px;
	background-color: #d80c1a;
	border: #be9544 1px solid;
}
.club_option_select a:hover {
	border: #ffffff 1px solid;
}





