@import "menu.css";
@import "forms.css";

/********************************************************
   default.css
   (C) Mangrove 2007
   Default style properties
********************************************************/

/* body / wrapper */
body
{
	font: 100%/1em Georgia, Arial, sans-serif;
	margin: 0;
	color: #625759;
	background: #1b1a0e;
}

body.agecheck {
	background: #f9f8ec;
}

div#wrapper 
{
	width: 100%;
	background: #f9f8ec;
}

/* header */
div#header 
{
	width: 970px;
	padding: 0 10px;
	height: 430px;
	margin: 0 auto 2.1em;
	position: relative;
}

div#header h1 
{
	position: absolute;
	left: 10px;
	top: 70px;
	background: url(/images/bg_header.gif);
}

div#header h1 a
{
	display: block;
	width: 225px;
	height: 188px;
	background: 0;
}

h1 span 
{
	position: absolute;
	overflow: hidden;
	width: 0;
}

div#header p a
{
	position: absolute;
	overflow: hidden;
	width: 0;
	left: 10px;
	top: 10px;
	background: 0;
	color: #c89b29;
}

div#header p a:active, div#header p a:focus
{
	width: auto;
	overflow: visible;
}

div#header h1, div#header p 
{
	margin: 0;
	line-height: 1em;
}

div#flash_video, div#image_still
{
	float: right;
	margin: 40px 0 0;
	width: 710px;
	height: 390px;
	position: relative;
	overflow: hidden;
}

div#flash_video p 
{
	position: absolute;
	right: 20px;
	top: 372px;
	font-style: italic;
	color: #d3a654;
	font-size: 0.7em;
}

div#flash_video p a
{
	position: static;
	overflow: visible;
	width: auto;
	left: 0;
	top: 0;
}

div#flash_video p a:hover, div#flash_video p a:active
{
	text-decoration: underline; 
}

div.center{
    text-align: center;
}

/* agecheck */ 
div#header.agecheck h1 
{
 height: auto;
}

div#header.agecheck h1 
{
	position: absolute;
	left: 50%;
	top: 70px;
	width: 225px;
	margin-left: -112px;
	height: 188px;
	background: url(/images/bg_header.gif);
}

div#header.agecheck div
{
	width: 294px;
	margin: 0 auto;
	padding: 302px 0 0;
	position: relative;
}

div#header.agecheck p
{
	font-size: 0.7em;
	margin: 0 0 1.25em;
	color: #625759;
}

div#header.agecheck h2
{
	font-size: 1em;
	font-style: normal;
	color: #625759;
	text-align: center;
	margin: 0 0 0.94em;
}

/* content */
div#content 
{
	width: 100%;
	background: #fff;
}

div#content_container
{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
 padding: 1.88em 0 1.88em 10px;
}

div#content_primary 
{
	float: left;
	width: 720px;
	padding-right: 30px;
}

div#content.two_columns div#content_primary
{
 width: 455px;
}

div.column
{
	float: left;
	width: 340px;
	padding-right: 20px;
}

div#content_secondary 
{
	float: right;
	width: 230px;
	text-align: center;
}

div#content_secondary p
{
	font-style: italic;
	color: #d3a654;
	font-size: 0.7em;
	padding: 0.9em 10px 0;
}

div#content.two_columns div#content_secondary
{
	width: 495px;
}

/* parent elements */
h2, h3, h4 
{
	font: italic 1.38em Georgia;
	color: #c89b29;
	margin: 0 0 0.3em;
}

h3
{
	font-size: 1em;
}

h4
{
	font-size: 0.9em;    
}

p 
{
	font-size: 0.94em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

a:link, a:visited 
{
	color: #c89b29;
	text-decoration: underline;
}

a:hover, a:active 
{
	color: #fff;
	background: #c89b29;
	text-decoration: none;
}

img 
{
	border: 0;
	display: block;
}

img.left
{
	float: left;
}

img.right
{
 float: right;
}

ul, ol 
{
	margin: 0 0 0.9em 1.5em;
	padding: 0;
}

ul li, ol li 
{
	font-size: 0.94em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

ul li ul li, ol li ol li 
{
	font-size: 1em;
}

table th, table td 
{
	font-size: 0.75em;
	text-align: left;
	vertical-align: top;
}

address
{
	font-size: 0.94em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
	font-style: normal;
}

blockquote
{
	margin: 0;
}

span.type
{
	display: none;
}

/* footer */
div#clear 
{
	clear: both;
}

div#clear.agecheck
{
	clear: both;
	height: 1.88em;
}

div#footer
{
	width: 990px;
	margin: 0 auto;
	padding: 0.5em 0;
	text-align: center;
	background: url(/images/bg_footer.gif) center 0;
}

div#footer.agecheck
{
	background: 0;
}

div#footer p
{
	font-size: 0.7em;
	line-height: 1em;
	margin: 0;
	color: #6b6a62;
}

div#footer p#more_information
{
	font: normal 0.6em Verdana;
}