* {
	
	margin: 0;
	padding: 0;
	
}

html {
	
	height: 100%;
	font-family: "proxima-nova",sans-serif;
	
}

body {
	
	position: relative;
	background-color: #F1F2F2;
	
}


img {
	
	border: none;
	
}

/* Fonts:
 * 
 * font-family: "ltc-bodoni-175",serif;
 * font-family: "proxima-nova",sans-serif;
 * 
 */

.bodoni {
	
	font-family: "ltc-bodoni-175",serif;
	
}

.proxima-nova {
	
	font-family: "proxima-nova",sans-serif;
	
}

/* Wrapper */

#wrapper {
	
	width: 100%;
	height: 100%;
	position: relative;
	
}

/* Navigation */

#navigation {
	
	height: 85px;
	background-color: #F1F2F2;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 2px 15px #D1D1D1;
	
}

#nav_container {
	
	width: 1000px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

#nav_logo {
	
	position: absolute;
	left:  15px;
	line-height: 85px;
	width: 254px;
	height: 65px;
	margin-top: 10px;
	
}

#nav_logo img {
	
	border: none;
	
}

#navigation ul {
	
	position: absolute;
	right: 100px;
	
}

#navigation ul li {
	
	display: inline-block;
	margin-left: -5px;
	line-height: 65px;
	height: 85px;
	width: 105px;
	text-align: center;
	
}

#navigation ul li a {

	display: block;
	height: 65px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	font-size: 17px;
	font-family: "ltc-bodoni-175",serif;
	color: #9a9a9c;
	margin-top: 10px;
	text-decoration: none;
	
}

#nav_arrow {
	
	width: 29px;
	height: 15px;
	background-image: url('../images/design/nav_arrow.png');
	position: absolute;
	left: 0;
	top: 85px;
	
}

#nav_login {
	
	width: 150px;
	position: absolute;
	right: 0;
	top: 85px;
	height: 50px;
	background-color: #99A439;
	text-align: center;
	line-height: 50px;
	color: transparent;
	z-index: 100;
	
}

#nav_login a {
	
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	
}

.v65-selected {
	
	color: #414042;
	background-color: #f9fafb;
	margin-right: 1px;
	
}

.v65-selected a {
	
	border: none !important;
	color: #404040 !important;
	
}

.v65-home {
	
	display: none !important;
	
}

#v65-modalCart {
	
	display: inline-block;
	margin-left: -5px;
	line-height: 65px;
	height: 85px;
	width: 100px;
	text-align: center;
	position: absolute;
	
}

#v65-toggleModalCart {
	
	display: block;
	height: 65px;
	border-right: 1px solid #d7d7d7;
	font-size: 18px;
	font-family: "ltc-bodoni-175",serif;
	color: #9a9a9c;
	margin-top: 10px;
	text-decoration: none;
	
}

#modalCartNumber {
	
	width: 20px;
	height: 17px;
	position: absolute;
	top: 34px;
	right: 6px;
	font-size: 11px;
	color: #FFF;
	background-color: #99A439;
	line-height: 17px;
	
}

/* Stage */

#mainstage {
	
	margin-top: 85px;	
	z-index: 10;
	
}

#mainstage_contact {
	min-height: 450px !important;
}

#nav_drop_shadow {
	
	width: 100%;
	position: fixed;
	height: 35px;
	z-index: 9999;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	
}

/* Footer */

#footer {

	width: 100%;
	height: 215px;
	background-color: #F1F2F2;
	padding-top: 30px;
	
}

#footer_container {
	
	width: 1000px;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

#footer_wines {
    
    position: absolute;
    left: 25px;
    width: 485px;
    
}


#footer_wines a {
	
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
		
}

#wines_left {
	
	width: 265px;
	display: inline-block;
	
}

#wines_right {
	
	width: 210px;
	display: inline-block;
	vertical-align: top;
	
}

#footer, #footer a, #footer a:visited, #footer p {
	
	color: #777777;
	font-size: 10px;
	font-family: "proxima-nova",sans-serif;
	
}

#footer_trade {
	
	position: absolute;
	right: 300px;
	width: 180px;

}

#footer_trade a.button_view {
	
	width: 90px;
	height: 24px;
	background-color: #9CA539;
	color: #FFF;
	font-size: 10pt;
	border: none;
	margin-top: 10px;
	display: block;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	
}

#footer_trade a.button_view span {
	
	width: 100%;
	height: 100%;
	text-align: center;
	
}

#footer_updates {
	
	position: absolute;
	right: 25px;
	width: 250px;
	height: 200px;
	
}

#footer h3 {
	
	display: block;
	width: 100%;
	font-size: 14pt;
	font-weight: 600;
	color: #B2B579;
	border-bottom: 1px solid #D1D3D4;
	padding-bottom: 15px;
	margin-bottom: 19px;
	box-shadow: 0px 2px -1px white;
	
}

/* Footer buttons */

a#button_facebook, a#button_twitter, a#button_gplus a#button_instagram{
	
	display: inline-block;
	margin-top: 15px;
	margin-right: 5px;
	
}

a#button_facebook img, a#button_twitter img, a#button_gplus , a#button_instagram img {
	
	border: 1px solid white;
	
}

/* Footer form */

#footer_updates fieldset legend {
	
	display: none;
	
}

#footer_updates fieldset {
	
	padding: 0 !important;
	
}

#footer_updates fieldset div {
	
	padding: 0 !important;
	
}

#footer_updates input[type="text"] {
	
	width: 228px !important;
	background-color: #FFF;
	border: 1px solid #A7A9AC;
	color: #777;
	opacity: 0.8;
	height: 22px;
	margin-bottom: 3px;
	padding: 0px 10px 0px 10px;
	
}

#footer_updates input[type="submit"] {
	
	width: 90px;
	height: 30px;
	background-color: #B2B579;
	color: #FFF;
	font-size: 10pt;
	border: none;
	margin-top: 5px;
	border: 1px solid white;
	
}

/* footer legal */

#footer_legal {
	
	margin-top: 20px;
	
}

#footer_legal a {
	
	display: inline-block;
	margin: 0px 10px 0px 10px;
	font-size: 12px;
	text-decoration: none;
	
}

#footer_legal a#legal_first {
	
	margin: 0px 10px 0px 0px;
	
}
#wines_left {
display:none;
}
#wines_right {
display:none;
}
#footer_wines h3 {display:none;}
#product_notes_title {display:none;}