/*************************
	Global Settings
**************************/
html,body			{color: #000000; font: 12px/18px 'Trebuchet MS'; background: #000000 url(../images/bg_body.gif) repeat-x bottom fixed; height: 100%; margin: 0; padding: 0;}
td,th,p				{color: #000000; font: 12px/18px 'Trebuchet MS';}

a:link, a:visited	{color: #000000; text-decoration: underline; outline: none;}
a:active, a:hover	{color: #000000; text-decoration: none; outline: none;}

.clear				{clear: both; font-size: 0; width: 0; height: 0; line-height: 0;}



/*************************
	Page Layout
**************************/
div#container {
		width: 850px;
		margin: 0 auto;
		position: relative;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		background: #ffffff url(../images/bg_content.gif) repeat-y top left;
	}
div#base-head {
		width: 850px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		height: 165px;
		z-index: 0;
	}
div#base-foot {
		width: 850px;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		height: 195px;
		z-index: 99;
	}
div#base-body {
		width: 850px;
		margin: 0 auto;
		text-align: left;
	}

	/**********/

div#base-head:after,
div#base-body:after,
div#base-foot:after {
		content: "";
		display: block;
		clear: both;
	}


/*************************
	Header / Footer
**************************/
div#header {
		width: 850px;
		margin: 0 auto;
	}
div#header-image {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		height: 165px;
		z-index: 1;
		background: url(../images/bg_headerbot.gif) repeat-x bottom left;
	}

	/**********/

div#footer_left {
		float: left;
		margin: 0;
		padding: 0;
		width: 190px;
		height: 195px;
}

div#footer_right{
		float: left;
		margin: 0;
		padding: 0;
		width: 660px;
		height: 195px;
}
div#footer_image {
		margin: 0;
		padding: 15px 0 0 0;
		width: 660px;
		height: 150px;
		background: url(../images/bg_contentbot.gif) repeat-x top left;
	}
	
div#footer_text {
		margin: 0;
		padding: 10px 0 0 0;
		width: 650px;
		height: 20px;
		background: #000000;
		border-left: solid 5px #a67d08;
		border-right: solid 5px #a67d08;
		color: #ffffff;
		font: 11px/11px 'Trebuchet MS';
		text-align: center;
	}

div#footer_text a:link, div#footer_text a:visited	{color: #ffffff; text-decoration: none; outline: none;}
div#footer_text a:active, div#footer_text a:hover	{color: #ffffff; text-decoration: underline; outline: none;}



/*************************
	Content
**************************/
div#content {
	float: right;
	width: 600px;
	min-height: 460px;
	margin-top: -510px; /* same value as height of divMenu */
	padding: 30px 30px 205px 30px;
	overflow: hidden;
	background: #ffffff url(../images/bg_contenttop.gif) repeat-x top left;
	}

#column_text {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

#facebook_twitter {
	position: relative;
	margin: 0;
	padding: 8px 0 5px 30px;
	width: 160px;
	height: 52px;
	background: #ece4cb url(../images/bg_facebook.gif) repeat-x top left;
}

#newsletter_box {
	margin: 0;
	padding: 0;
	width: 190px;
	height: 200px;
	background: url(../images/bg_newsletter.gif) repeat-x top left;
}

#newsletter_content {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font: 11px/14px 'Trebuchet MS';
}

.media_button {
	float: right;
	margin: 2px 0 0 0;
	padding: 10px 10px;
	width: 100px;
	background: #7e1512;
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	}
.media_button a:link, .media_button a:visited	{color: #ffffff; text-decoration: none; outline: none;}
.media_button a:active, .media_button a:hover	{color: #ffffff; text-decoration: underline; outline: none;}


/* special Products classes */
.products {
	border: solid 1px #ece4cb;
}
.products td {
	padding: 3px 5px;
	font: 11px/14px 'Trebuchet MS';
	background: #ffffff;
	border: solid 1px #ece4cb;
}
.products td.title {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #d8c692;
}

.mootabs_title {
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 12px/14px 'Trebuchet MS';
	color: #a67d08;
}
.mootabs_title li {
	float: left;
	list-style: none;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	background: #ffffff;
	border: solid 2px #ece4cb;
	cursor: pointer;
	
}
.mootabs_title li.active {
	background: #ece4cb;
	color: #000000;
}
.mootabs_panel {
	display: none;
	position: relative;
	top: -2px;
	width: 100%;
	clear: both;
	overflow: auto;
	
}
.mootabs_panel.active {
	background: #ffffff;
	display: block;
}

/* classes for homepage ad popup */
#ad_wrapper {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(../images/ad_bg.png) repeat top left;
	z-index: 99;
	}
#ad_container {
	position: relative;
	margin: 30px auto 30px;
	width: 600px;
	height: auto;
	text-align: center;
	}
	
#ad_btn_close {
	position: absolute;
	top: -20px;
	right: 0;
	padding: 0;
	font: bold 14px/14px Arial;
	color: #ffffff;
	display: block;
	cursor: pointer;
	}

#beeroftheyear ul {
	float: right;
	width: 360px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#beeroftheyear li {
	margin: 0;
	padding: 0 0 35px 0;
	list-style: disc outside;
	font: 14px/18px 'Trebuchet MS';
}
	

/* basic elements */
h1, .h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 16px/20px 'Trebuchet MS';
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h2, .h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 16px/20px 'Trebuchet MS';
	}
h3, .h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 14px/18px 'Trebuchet MS';
	text-transform: uppercase;
	}
h4, .h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 14px/18px 'Trebuchet MS';
	}
h5, .h5 {
	margin: 0;
	padding: 0;
	font: bold 13px/18px 'Trebuchet MS';
	border-bottom: solid 2px #e4d8b4;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h6, .h6 {
	margin: 0;
	padding: 0;
	font: bold 13px/18px 'Trebuchet MS';
	}

ul {
	margin: 0 0 0 30px;
	padding: 0 0 5px 0;
	list-style: none;
}
ol {
	margin: 0 0 0 30px;
	padding: 0 0 5px 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: disc outside;
}
li ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}
li li {
	list-style: lower-alpha outside;
}
ol li {
	list-style: decimal outside;
}


/* basic classes */
.gold {color: #a67d08;}
.red {color: #7e1512;}

.small {font: 11px 'Trebuchet MS';}

.hrdash {width: 100%; margin: 15px 0px; line-height: 1px; border-bottom: dashed 1px #a67d08;}

.noline:link, .noline:visited {text-decoration: none; outline: none;}
.noline:active, .noline:hover {text-decoration: underline; outline: none;}

.note {font: 10px/12px 'Trebuchet MS'; font-style: italic;}
.name {font: 11px/12px 'Trebuchet MS'; font-style: italic;}

.whitelink:link {text-decoration: none; outline: none; color: #ffffff;}
.whitelink:visited {text-decoration: none; outline: none; color: #ffffff;}
.whitelink:active, .whitelink:hover {text-decoration: underline; outline: none; color: #ffffff;}
