

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	color:#000;
	background:#eaeae2 url(../images/img_gradBg.jpg) no-repeat center;
}

#wrapper {
	width:960px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}

#wrapper.age {
	width:465px;
	text-align:center;
}
#wrapper.age #copy {
	text-align:left;
	width:185px;
	float:left;
	padding:10px 0 0 49px;
	
}
#wrapper.age #signature {
	text-align:right;
	width:185px;
	float:left;
}
#ageCheck {
	width:370px;
	margin:10px 0 0 49px;
	border:solid #000000;
	border-width:1px 0 0 0;
}

.home {
	background:url(../images/mainBottle.gif) no-repeat right top;
}

#stamp {
	width:75px;
	height:75px;
	position:absolute;
	top:490px;
	left:160px;
	z-index:100;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/homeStamp.png');
}
#stamp[id] {
	background:url(../images/homeStamp.png);
}

#stampAge {
	width:75px;
	height:75px;
	position:absolute;
	top:460px;
	right:0px;
	z-index:100;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/homeStamp.png');
}
#stampAge[id] {
	background:url(../images/homeStamp.png);
}


/* Generic Links */

a:link, a:active, a:visited {
	color:#b62428;
	text-decoration:none;
}
a:hover {
	color:#000;
}

a.selected {
	color:#000000;
}

a:link em, a:active em, a:visited em {
	color:#68685E;
	text-decoration:none;
}

#mainNav a.facebook:link, #mainNav a.facebook:active, #mainNav a.facebook:visited {
	background:url(../images/facebookBtn.gif) no-repeat 0 0;
	width:120px;
	height:19px;
	line-height:19px;
	padding:0 0 0 25px;
	display:block;
	margin:20px 0 0 0;
}
	
#mainNav a.twitter:link, #mainNav a.twitter:active, #mainNav a.twitter:visited {
	background:url(../images/twitterBtn.gif) no-repeat 0 0;
	width:120px;
	height:19px;
	line-height:19px;
	padding:0 0 0 25px;
	display:block;
	margin:5px 0 20px 0;
}

#mainNav a.facebook:hover {
	background-position:0 -19px;
}

#mainNav a.twitter:hover {
	background-position:0 -19px;
}

#socialHome {
	margin: 14px 0 0 0;	
}

/*--------------------------------------------------------------------------------------------
	Structure 
  --------------------------------------------------------------------------------------------*/

#header {
	width:960px;
	height:250px;
	float:left;
	margin:0 0 20px 0;
	border:solid #000000;
	border-width:0 0 1px 0; 
}

.home #header {
	width:690px;
}


#logo {
	width:460px;
	height:160px;
	padding:55px 0 20px 0;
	float:left;
}

#mainLogo {
	width:465px;
	height:317px;
	padding:30px 0 20px 0;
	float:left;
}

#pageTitle {
	width:480px;
	height:60px;
	float:left;
	padding:180px 0 0 0;
	font-size:1.17em;
}
.article {
	border:solid #000000;
	border-width:1px 0 0 0;
	padding:10px 0;
}

.articleTxt {
	width:310px;
	padding:0 20px 0 0;
	float:left;
}
.articleImg {
	width:150px;
	float:left;
}


#mainNav {
	width:210px;
	height:250px;
	float:left;
}

#mainContent {
	width:750px;
	float:left;
	margin:0 0 20px 0;
}

#homeContent {
	width:480px;
	float:left;
	padding:0 0 20px 0;
}

.singleCol {
	width:230px;
	float:left;
}

.doubleCol {
	width:480px;
	float:left;
}

.marginRight {
	margin:0 20px 0 0;
}

#homeBase {
	width:480px;
	float:left;
	padding:30px 0 30px 210px;
	border:solid #000000;
	border-width:1px 0 0 0;
}
/* Footer */

#footer {
	width:960px;
	height:55px;
	border:solid #000000;
	border-width:1px 0 0 0;
	padding:20px 0 0 0;
	float:left;
}
#footer #copy {
	width:210px;
	float:left;
}
#footer #tertNav {
	width:480px;
	float:left;
}
#footer #authentic {
	width:270px;
	float:left;
}

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  

/* Main nav */
#mainNav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#mainNav a:link, #mainNav a:active, #mainNav a:visited {
	display:block;
	margin:0 0 10px 0;
}

#mainNav a:link span, #mainNav a:active span, #mainNav a:visited span {
	color:#000000;
}

/* Footer nav */
#ageCheck #tertNav {
	width:330px;
	padding:0 0 0 40px;
}

#tertNav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#tertNav li {
	float:left;
	border:solid #666666;
	border-width:0 1px 0 0;
}

#tertNav li.last {
	border:none;
}

#tertNav a:link, #tertNav a:active, #tertNav a:visited {
	padding:0 5px;
}


/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */

h1 {
	font-size:1.50em;
	line-height:1.33em;
	font-weight:normal;
	font-style:italic;
	padding:0;
	margin:0 0 20px 0;
}

#ageCheck h1 {
	margin:20px 0 10px 0;
}

.article h1 {
	margin:0;
	font-style:normal;
}
h2{
	font-size:1.17em;
	font-weight:normal;
	padding:0;
	margin:0;
}

.singleCol h2 {
	height:24px;
	padding:5px 0 0 0;
	border:solid #000000;
	border-width:1px 0 1px 0;
}

.doubleCol .singleCol h2 {
	height:24px;
	padding:5px 0 0 0;
	border:solid #000000;
	border-width:1px 0 0 0;
}
h3 {
	font-size:1.17em;
	font-weight:normal;
	padding:0;
	margin:0;
}

h4 {
}
h5 {
}


/* Type */

p {
	font-size:1.17em;
}
.singleCol p {
	padding:10px 0;
	margin:0;
}

#homeBase p {
	color:#68685E;
}
.article p {
	margin:0 0 10px 0;
}
.article p.date {
	margin:0;
	padding:0;
	color:#7e7d70;
}

hr {
	background:#000000;
	color:#000000;
	height:1px;
	border:none;
	padding:0;
	margin:5px 0 5px 0;
}

#ageCheck hr {
	background:#000000;
	color:#000000;
	height:1px;
	border:none;
	padding:0;
	margin:20px 0 20px 0;
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}

textarea {
	background:#FFFFFF url(../images/searchBox.gif) no-repeat;
	width:224px;
	height:48px;
	padding:8px 0 0 6px;
	margin:0;
	border:none;
	overflow:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#68685E;
}
input {
	background:url(../images/searchBox.gif) no-repeat;
	width:224px;
	height:20px;
	padding:8px 0 0 6px;
	margin:5px 0;
	border:none;
	color:#68685E;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#ageCheck input {
	background:url(../images/searchBox.gif) no-repeat;
	width:20px;
	height:30px;
	padding:8px 0 0 6px;
	margin:5px 0;
	border:none;
	color:#b62428;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
}
#ageCheck input.twoDigit {
	width:30px;
}

#ageCheck input.fourDigit {
	width:60px;
}


#ageCheck input#remember {
	background:url(../images/searchBox.gif) no-repeat;
	width:15px;
	height:15px;
	border:none;
}

#ageCheck input.error {
	border:1px solid #FF0000;
}
#signupform input.error {
	border:1px solid #FF0000;
}
#ageCheck label.error {
	visibility:hidden;
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#signupform label.error {
	color:#b62428;
	display:block;
	margin:0 0 10px 0;
}

input#sendBtn {
	width:224px;
	height:23px;
	padding:5px 0 0 6px;
	border:none;
	cursor:pointer;
	margin:0;
	color:#b62428;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background:none;
	font-size:1.17em;
	text-align:right;
}

#ageCheck input#sendBtn {
	width:100px;
}
