/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* ------------------------- END RESET ------------------------- */

html, body
{
	width: 100%;
	background: url(../images/full-menage-background.jpg) no-repeat;
	background-color: #2C6432;
	margin:0;
	padding:0;
	text-align:left;
	color: #DBEDAF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

a
{
color: #FCF38F;
text-decoration: underline;
}

a:hover
{
color: #FFF;
text-decoration: underline;
}



.simplemodal-overlay
{
	background-color: #FFF;
}

.simplemodal-container
{
	
}

#ageGate-container
{
	width: 691px;
	height: 475px;
	background: url(../images/age-gate-background.png) no-repeat;
	overflow: hidden;
}

#ageGate
{
	margin: 40px 75px;
}

.simplemodal-container .logo
{
	float: left;
	margin: 0 0 2px;
}

.simplemodal-container #welcomeLabel
{
	float: left;
	clear: both;
	color: #faf7d3;
	font-size: 53px;
}

.simplemodal-container p
{
	float: left;
	clear: both;
	width: 500px;
	font-size: 19px;
	color: #333333;
	margin: 5px 0 0 3px;
}

.simplemodal-container #age-gate-form
{
	float: left;
	clear: both;
	position: relative;
	top: 20px;
	left: 150px;
}

.simplemodal-container fieldset
{
	float: left;
	margin: 0 15px 0 0;
}

.simplemodal-container label
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #dbedaf;
	font-size: 12px;
}

.simplemodal-container .age-gate-input
{
	width: 80px;
	height: 60px;
	background-color: #FFF;
	text-align: center;
	font-size: 30px;
	color: #666666;
	border: 3px solid #347038;
}

.simplemodal-container #ageSubmit
{
	float: left;
	clear: both;
	position: relative;
	left: 75px;
	top: 20px;
}

#header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 101px;
	background: url(../images/header-background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	z-index: 50;
	text-align: center;
}

#menu
{
	position: relative;
	top: 2px;
	margin: 0 auto;
	padding: 0px;
	height: 54px;
	width: 870px;
	min-width: 870px;
}

/*
width: 1024px;
min-width: 1024px;
*/
	
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 10px 0 0px;
}

#menu ul li a
{
	text-decoration: none;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a:hover
{
	text-decoration: none;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu #facebookNav
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 1px 0 8px;
}

#menu #twitterNav
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer
{
	position: absolute;
	top: 700px;
	left: 0;
	height: 67px;
	z-index: 10;
	text-align: center;
}

#footer #footerContent
{
	width: 639px;
	height: 67px;
	margin: 0 auto;
	/* background: url(../images/footer-background.png) no-repeat left bottom; */
	text-align: left;
}

#footer ul
{
	font-family: Arial, sans-serif;
	display: block;
	list-style-type: none;
	position: relative;
	left: 40px;
	padding: 0;
}

#footer ul li
{
	float: left;
	line-height: 12px;
	border-right: 1px solid #FAF7D3;
	margin: 0;
}

#footer ul li:last-child
{
	border: 0;
}

#footer ul li a
{
	display: block;
	font-size: 12px;
	color: #FAF7D3;
	text-decoration: none;
	padding: 0 8px 1px 7px;
}

#footer ul li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer .copyright
{
	color: #90C568;
	font-size: 10px;
	margin: 0 0 0 50px;
}

#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9000px;
	margin: 0;
	padding: 0 0;
	height: 770px;
	overflow: hidden;
}

h1
{
	color: #FAF7D3;
	font-size: 35px;
}

h2
{
	color: #FAF7D3;
	font-size: 18px;
	margin: 0 0 4px;
}

h3
{
	color: #FCF38F;
	font-size: 14px;
}

h4
{
	color: #FCF38F;
	font-size: 13px;
}

.fltrtanchor {
	display:block;
	position: relative;
	left: 225px;
}

.marydale
{
	font-size: 16px;
	line-height: 1.2;
	color: #FCF38F;
}

.section
{
	float: left;
	z-index: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 140px;
}

.sparkliessecsep {
	padding-top: 0px;
	
}

.winesparklers {
	width: 255px;
	float: left;
}

#shop
{
	width: 680px;
	padding: 0px;
}

#shopArt
{
	float: right;
	position: relative;
	top: 180px;
}

#shop #content
{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}

#shop h1
{

}

#shop .marydale
{
	margin: 10px 0 0 4px;
}

#shopForm
{
	margin: 30px 0 0;
	width: 280px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #DBEDAF;
}

#shopForm ol li, #shopForm em
{
	color: #DBEDAF;
}

#shopForm a
{
	color: #FCF38F;
	text-decoration: underline;
}

#shopForm a:hover
{
	color: #FFF;
	text-decoration: underline;
}


#shopForm .title
{
	color: #DBEDAF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.fullFormInput
{
	width: 220px;
	margin-bottom: 6px;
}

.leftFormInput
{
	width: 115px;
	margin: 0 0 6px 0;
}

.rightFormInput
{
	width: 97px;
	margin: 0 0 6px 5px;
}

#shopCopy
{
	margin: 30px 0 0;
	width: 260px;
}

#about
{
	width: 950px;
	/*
background: url(../images/wine-club-main.png);
	background-repeat: no-repeat;
	background-position: 40px top;
*/
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0px;
}

#about h1
{
	margin: 0 0 0 25px;
}

#about p.marydale
{
	float: left;
	margin: 10px 0 0 30px;
	width: 450px;
}

#about p.aboutCopy
{
	float: left;
	margin: 12px 0 0 30px;
	width: 420px;
}

#locationAndEvents
{
	width: 1000px;
	padding: 0px;
}

#locationAndEvents h1
{
	clear: left;
}

#locationAndEvents .marydale
{
	float: left;
	margin: 5px 0 0 5px;
	width: 450px;
}

#locationAndEvents #leftColumn
{
	float: left;
	width: 450px;
	height: 420px;
	/**background: url(../images/location-events-art.png) no-repeat right bottom;**/
}

#locationAndEvents #locationArt
{
	float: right;
	position: relative;
	top: 145px;
}

#locationAndEvents #rightColumn
{
	float: left;
	margin: 0px 0 0 30px;
	width: 510px;
	min-height: 420px;
}

#locationAndEvents #map
{
	float: left;
	width: 346px;
	height: 203px;
	margin: 10px 0 0 3px;
	border: 3px solid #347038;
}

#locationAndEvents .eventsCopy
{
	float: left;
	margin: 20px 0 0 5px;
	padding: 0 30px 0 0;
}

#homeSection
{
	width: 1100px;
	min-height: 770px;
	/* background: url(../images/main-art.png); */
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	padding: 0px;
}

#homeCopyOne
{
	float: left;
	position: relative;
	width: 220px;
	top: 290px;
	left: 50px;
}

#homeCopyTwo
{
	float: left;
	position: relative;
	top: 645px;
	left: 130px;
	width: 320px;
}

#homeSection #feature
{
	float: right;
	position: relative;
	margin: 0px 5px 0 0;
}

#homeSection h1
{
	margin: -5px 0 0;
}

#homeSection #menageLogo
{
	margin: 20px 0 0 15px;
}

#homeFilmFestival
{
	width: 234px;
	height: 181px;
	background: url(../images/film-festival-background-art.png) no-repeat;
	position: relative;
	top: 10px;
	left: 1px;
}

#homeSection #featuredVideo
{
	position: relative;
	left: 14px;
	top: 35px;
	border: 3px solid #347038;
}

#homeSection #homeFilmReel
{
	width: 211px;
	height: 63px;
	background: url(../images/film-festival-reel.png) no-repeat;
	position: relative;
	top: 44px;
	left: 2px;
}

#homeSection #homeFilmReel p
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #6a5e0a;
	text-shadow: 1px 1px #ffeca4;
	position: relative;
	left: 55px;
	top: 8px;
	width: 150px;
}

#homeSection #homeFilmReel p a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #6a5e0a;
	text-shadow: 1px 1px #ffeca4;
	text-decoration: none;
	position: relative;
}

#homeSection #homeFilmReel p a:hover
{
	color: #6a5e0a;
	text-decoration: none;
}

#homeSection p a
{
	color: #FFFFFF;
	text-decoration: underline;
}

#bottleNav
{
	position: relative;
	top: -10px;
	left: 10px;
	z-index: 0;
}

.bottleNavLabel
{
	position: relative;
	top: -5px;
	left: -20px;
	width: 150px;
	text-align: center;
	visibility: hidden;
}

#californiaRedSection
{
	width: 950px;
	/* min-height: 580px; */
	/*
background: url(../images/california-red.png);
	background-repeat: no-repeat;
	background-position: left top;
*/
	padding-top: 0px;
}

#californiaRedArt
{
	float: right;
	position: relative;
	top: 120px;
	right: 0px;
}

#californiaRedSection #content
{
	width: 600px;
	float: right;
	position: relative;
	top: 140px;
}

#californiaRedSection h1
{
	margin: -7px 0 15px 12px;
}

#californiaRedSection .wineList
{
	margin: 0 0 7px 12px;
	padding: 1px 0 0 19px;
	background: url(../images/star-bullet.png) no-repeat left top;
	width: 350px;
}

#californiaRedSection #graphic
{
	float: left;
	margin: 20px 0 0 15px;
}

#californiaRedSection #wineCallouts
{
	float: left;
	margin: 23px 0 0 7px;
}

#californiaRedSection p
{
	clear: left;
	width: 400px;
	margin: -5px 0 20px 17px;
}

#californiaWhiteSection
{
	width: 1160px;
	min-height: 580px;
	/*
background: url(../images/california-white.png);
	background-repeat: no-repeat;
	background-position: left top;
*/
	padding: 0px;
}

#californiaWhiteArt
{
	float: right;
	position: relative;
	top: 170px;
	right: 0px;
}

#californiaWhiteSection #content
{
	float: right;
	width: 800px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	top: 140px;
}

#californiaWhiteSection h1
{
	margin: -7px 0 15px 12px;
}

#californiaWhiteSection .wineList
{
	margin: 0 0 7px 12px;
	padding: 1px 0 0 19px;
	background: url(../images/star-bullet.png) no-repeat left top;
	width: 350px;
}

#californiaWhiteSection #graphic
{
	float: left;
	margin: 12px 0 0 0px;
}

#californiaWhiteSection #wineCallouts
{
	float: left;
	margin: 11px 0 0 7px;
}

#californiaWhiteSection p
{
	clear: left;
	width: 400px;
	margin: 0 0 15px 17px;
	padding: 0;
}

#chardonnaySection
{
	width: 1020px;
	min-height: 580px;
	/*
background: url(../images/chardonnay.png);
	background-repeat: no-repeat;
	background-position: left top;
*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
}

#chardonnayArt
{
	float: right;
	position: relative;
	top: 150px;
	right: 20px;
}

#chardonnaySection #content
{
	float: right;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	top: 140px;
	position: relative;
}

#chardonnaySection h1
{
	margin: -7px 0 15px 12px;
}

#chardonnaySection #graphic
{
	float: left;
	margin: 10px 0 0 10px;
}

#chardonnaySection .wineList
{
	margin: 0 0 7px 12px;
	padding: 1px 0 0 19px;
	background: url(../images/star-bullet.png) no-repeat left top;
	width: 350px;
}

#chardonnaySection #wineCallouts
{
	float: left;
	margin: 17px 0 0 7px;
}

#chardonnaySection p
{
	clear: left;
	width: 400px;
	margin: 0 0 15px 12px;
	padding: 0;
}

#roseSection
{
	width: 1000px;
	/* min-height: 580px; */
	/*
background: url(../images/rose.png);
	background-repeat: no-repeat;
	background-position: left top;
*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 250px;
	margin-left: 0;
	padding-top: 0px;
}

#roseArt
{
	float: right;
	position: relative;
	top: 120px;
	right: 0px;
}

#roseSection #content
{
	float: right;
	width: 700px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	top: 140px;
}

#roseSection h1
{
	margin: -7px 0 15px 12px;
}

#roseSection #graphic
{
	float: left;
	margin: 12px 0 0 10px;
}

#roseSection .wineList
{
	margin: 0 0 7px 12px;
	padding: 1px 0 0 19px;
	background: url(../images/star-bullet.png) no-repeat left top;
	width: 350px;
}

#roseSection #wineCallouts
{
	float: left;
	margin: 11px 0 0 7px;
}

#roseSection p
{
	clear: left;
	width: 400px;
	margin: 0 0 15px 12px;
	padding: 0 0 0 0;
}



#fixed-footer
{
	position: fixed;
	bottom: 0;
	left: 35px;
	width: 210px;
	height: 30px;
	z-index: 10;	
}

#fixed-footer-bg
{
	position: absolute;
	width: 208px;
	height: 100%;
	z-index: 10;
	background-color: #2C6432;
}

#fixed-footer-content
{
	position: relative;
	z-index: 20;
	padding: 0;
	margin: 6px 0 0 4px;
}

#fixed-footer-content ul
{
	width: 205px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fixed-footer-content ul li
{
	float: left;
	padding: 0 7px;
	border-right: 1px solid;
}

#fixed-footer-content ul li:last-child,
#fixed-footer-content ul li.last-child
{
	border-right: none;
}

#fixed-footer-content ul li a
{
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#privacy-policy-container, #terms-container
{
	display: none;
	position: relative;
	width: 650px;
	height: 355px;
	margin: 0 auto;
	background-color: #2C6432;
	text-align: left;
}

#privacy-policy-close, #terms-close
{
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

#privacy-policy-close a, #terms-close a
{
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}


#privacy-policy-container h1, #terms-container h1
{
	margin: 0 0 10px;
	font-size: 20px;
}

#privacy-policy-content, #terms-content
{
	padding: 10px;
}

#privacy-policy, #terms-of-use
{
	width: 630px;
	height: 300px;
	margin: 0 10px 10px 0;
	background-color: #FFF;
}

