/* 

BUD NAKED COMMON STYLE SHEET
Created 17 Feb 2009
Last Edit 3 Mar 2009

*/


body {
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	color: #fff;
}

body.green {
	background: #8da120; /* Standard Green BG */
}

body.purple {
	background: #53146b; /* Standard Green BG */
}

#outer {
	background-color:#fff; /* for home flash */
	
	position:relative;
	margin: 0 auto;
	width: 960px;
	height: 650px;
}

.outergreen {
	background: url(../images/main_bg_green.jpg) 0 0 no-repeat;
}

.outerwhite {
	background: url(../images/main_bg_white.gif) 0 0 no-repeat;
}

.outerpurple {
	background: url(../images/main_bg_purple.jpg) 0 0 no-repeat;
}

/*	*************************
	HEADER & MAIN NAV STYLES
	************************* */

#header {
	width: 960px;
	height: 73px;
}

#header h1 {
	display: none;
}

/* Bud Naked Logo */

div.logo a {
	display: block;
	position: absolute;
	width: 171px;
	height: 58px;
	top:  566px;
	margin-left: 44px;
}

div.logo span {
	display: none;
}

.mainNav {
	position: absolute;
	margin: 42px 0 0 64px;
	padding: 0;
	width: 831px;
	height: 30px;
	background: url(../images/nav_bg_green.gif) 0 0 no-repeat;
}

.outerwhite .mainNav {
	background: url(../images/nav_bg_white.gif) 0 0 no-repeat;
}

.outerpurple .mainNav {
	background: url(../images/nav_bg_purple.gif) 0 0 no-repeat;
}

#navlink1 {
	position:absolute;
	left: 0px;
	top:0px;
}
#navlink2 {
	position:absolute;
	left: 166px;
	top:0px;
}
#navlink3 {
	position:absolute;
	left: 332px;
	top:0px;
}
#navlink4 {
	position:absolute;
	left: 498px;
	top:0px;
}
#navlink5 {
	position:absolute;
	left: 664px;
	top: 0px;
}

.mainNav .navlink a {
	float: left;
	display: block;
	margin: 0 9px 0 0;
	padding: 7px 0 0 0;
	width: 157px;
	height: 23px; /* 30px less padding */
	font: .8em Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.mainNav .navlink a:hover,
.mainNav .navlink a.active {
	color: #59670f;
}

.outerpurple .mainNav .navlink a:hover,
.outerpurple .mainNav .navlink a.active {
	color: #b764d5;
}


/*	*************************
	CONTENT STYLES
	************************* */

#mainContent {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 578px;
}

#mainContent #sectionContent { /* Downloads page uses different div */
	margin-top: 60px;
	margin-left: 230px;
	padding-top: 60px;
	padding-right: 305px;
	width: 351px; /* 656px less padding */
	height: 321px; /* 381px less padding */
	font: .8em Arial, Helvetica, sans-serif;
	color: #738415;
}

.outerpurple #mainContent #sectionContent {
	color: #fff;
}

#mainContent #sectionContent a {
	color: #666;
	text-decoration: none;
}

#mainContent #sectionContent a:hover {
	text-decoration: underline;
}

/* Section Headers */

#mainContent #sectionContent h1.pack {
	width: 242px;
	height: 62px;
	background: url(../images/h1_pack.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1.sauvignon {
	width: 373px;
	height: 62px;
	background: url(../images/h1_sauvignon.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1.shiraz {
	width: 392px;
	height: 62px;
	background: url(../images/h1_shiraz.gif) 0 0 no-repeat;
}

#mainContent #sectionContentDownloads h1.downloads {
	width: 490px;
	height: 62px;
	background: url(../images/h1_downloads.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1.mailinglist {
	width: 422px;
	height: 62px;
	background: url(../images/h1_mailinglist.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1.contact {
	width: 422px;
	height: 121px;
	background: url(../images/h1_contact.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1.thankyou {
	width: 425px;
	height: 62px;
	background: url(../images/h1_thanks.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1.copyright {
	width: 326px;
	height: 38px;
	background: url(../images/h1_copyright.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1.disclaimer {
	width: 326px;
	height: 38px;
	background: url(../images/h1_disclaimer.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1.privacy {
	width: 326px;
	height: 38px;
	background: url(../images/h1_privacy.gif) 0 0 no-repeat;
}

#mainContent #sectionContent h1 span,
#mainContent #sectionContentDownloads h1 span {
	display: none;
}

/* Content generic styles */

#mainContent .wideContent {
	width: 590px;
	color: #738415;
}

#mainContent #sectionContent h2 {
	font: 1.6em "Times New Roman", Times, serif;
}

#mainContent #sectionContent ul li {
	margin-left: -25px;
	margin-bottom: 8px;
}


/* Downloads styles */

#mainContent #sectionContentDownloads {
	margin-top: 60px;
	margin-left: 230px;
	padding-top: 50px;
	width: 656px;
	height: 321px; /* 381px less padding */
	font: .8em Arial, Helvetica, sans-serif;
	color: /* #FFF */ #738415;
}

#mainContent #sectionContentDownloads #2col {
	width: 656px;
}

#mainContent #sectionContentDownloads #desktop1 {
	float: left;
	display: block;
	width: 310px;
}

#mainContent #sectionContentDownloads #desktop2 {
	float: right;
	width: 310px;
}

#mainContent #sectionContentDownloads #desktop1 img,
#mainContent #sectionContentDownloads #desktop2 img {
	float: left;
	margin-right: 10px;
}

#mainContent #sectionContentDownloads .desktoplinks,
#mainContent #sectionContentDownloads .desktoplinks a {
	margin-top: 42px;
	_margin-top: 36px;
	color: #738415;
	text-decoration: none;
}

#mainContent #sectionContentDownloads .desktoplinks a:hover {
	color: #fff;
	text-decoration: none;
}


/* Section Backgrounds */

#mainContent .pack {
	background: url(../images/content_bg_pack.jpg) 0 0 no-repeat;
}

#mainContent .sauvignon {
	background: url(../images/content_bg_sauvignon.jpg) 0 0 no-repeat;
}

#mainContent .shiraz {
	background: url(../images/content_bg_shiraz.jpg) 0 0 no-repeat;
}

#mainContent .contactBG {
	background: url(../images/content_bg_contact.jpg) 0 0 no-repeat;
}

/* Mailing List styles - to sit on white bg */

#mainContent .white,
#mainContent .white h2,
#mainContent .white p,
#mainContent .white form label {
	color: #c1d72e /*#8da120*/;
}

#mainContent .white form label {
	float: left;
	width: 42px;
	margin-bottom: 5px;
}

#mainContent .white form input {
	color: #666;
	border: 1px solid #c1d72e;
}

#mainContent .white form input#Age {
	width: 40px;
}

#mainContent .white form input.submit {
	padding: 5px;
	color: #fff;
	background: #8da120;
	border: none;
}

/*	*************************
	FOOTER STYLES
	************************* */

#footer {
	margin: 0 auto;
	padding-top: 10px;
	width: 960px;
	font: .7em Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/*	*************************
	Protip Tool Styles
	************************* */
	
/* CSS to go with Prototip.Styles */
.prototip {
	font: .8em Arial, Helvetica, sans-serif;
	color: #000;
}
/* creamy */
.prototip .default {
/*	width: 157px;   */
	width: 166px;
	color: #5a5758;
}
.prototip .default .toolbar {
	background: #fff;
	font-weight: bold;
}
.prototip .default .title {
	padding: 5px;
}
.prototip .default .content {
	background: #fff;
	text-align: center;
	/*	padding: 5px;  */
	padding: 2px;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* purple */
.prototip .purple {
	width: 166px;
	color: #5a5758;
}
.prototip .purple .toolbar {
	background: #fff;
	font-weight: bold;
}
.prototip .purple .title {
	padding: 5px;
}

.prototip .purple .content {
	background: #fff;
	text-align: center;
	padding: 2px;
}

/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

/* Required for all tooltips, do not modify */
.prototip {
	position:absolute;
	overflow:hidden;
}
.prototip .tooltip, .prototip .toolbar, .prototip .toolbar .title {
	position:relative;
}
.prototip .content {
	clear:both;
}
.prototip .toolbar .close {
	position:relative;
	text-decoration:none;
	float:right;
	width:19px;
	height:15px;
	display:block;
	line-height:0;
	font-size:0;
	border:0;
	cursor:pointer;
}
.prototip .tooltip {
	clear:both;
	float:left;
}
.prototip .borderLeftWrapper, .prototip .borderRightWrapper {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:20px;
}
.prototip .borderFrame {
	height:100%;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
.prototip .borderTop, .prototip .borderBottom {
	overflow:hidden;
}
.prototip .borderRow {
	list-style-type:none;
	float:left;
	width:100%;
	position:relative;
	clear:both;
	margin:0;
	padding:0;
}
.prototip_CornerWrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	clear:both;
}
.prototip_Corner {
	float:left;
	position:relative;
}
.prototip canvas {
	position:relative;
	float:left;
}
.prototip_CornerTr, .prototip_CornerBr {
	float:right;
}
.prototip_BetweenCorners {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	clear:both;
}
.prototip .borderMiddle {
	position:relative;
	float:left;
}
.prototip .borderCenter {
	position:relative;
	float:left;
	height:100%;
}
.prototip_StemWrapper {
	position:relative;
	width:100%;
	height:auto;
	clear:both;
}
.prototip_StemBox {
	float:left;
	position:relative;
}
.prototip_Stem {
	width:100%;
	position:absolute;
	overflow:hidden;
}
.iframeShim {
	position:absolute;
	border:0;
	margin:0;
	padding:0;
	background:none;
	overflow:hidden;
}
.prototip .clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.prototip .clearfix {
	display:inline-block;
}/* IE Mac Hide \*/
.prototip .clearfix {
	display:block;
}/* IE Mac Hide End */


/* Age Check on Home Page */
#agecheckform {
	position:absolute;
	top:180px;
	left:206px;
	z-index:2000;
}
#agechecktext {
	color:#bebfc1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding-bottom:4px;
}
#agecheckfields {
	float:left;
}
/* IE6 & 7 can not style a select box border */
#agecheckfields select {
	font-size:0.8em;
	color:#3a3738;
	background:#fff;
	border:1px solid #c1d72d;
	padding:1px 0px;
	margin:0px;
	margin-right:1px;
}
#agecheckbutton {
	float:left;
}
#agecheckbutton input {
	font-size:0.8em;
	color:#3a3738;
	background:#f0f0f0;
	border:1px solid #c1d72d;
	padding:1px 5px;
	margin-left:4px;
}
#agecheckbutton input:hover,
#agecheckbutton input:active {
	background:#c1d72d !important;
}



