@import url('fonts/fonts.css');

HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.4em Arial, sans-serif;
	color: #000;
	background-color: #fff;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #830c34;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1 A, H2 A {
	text-decoration: none;
	color: #623936;
}
H1 A:hover, H2 A:hover {
	text-decoration: none;
	color: #830c34;
}
H3 A:hover {
	text-decoration: underline;
}
H1,
H2 {
	font: normal 1.5em/1.2em Serif6BetaRegular, "Times New Roman", serif;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #623936;
}
H3 {
	font-family: Serif6BetaRegular, "Times New Roman", serif;
	font-size: 1.34em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #623936;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR,
.hr {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #dfdcd7; /* ie6, ie7 */
	background: transparent url(pics/hr.gif) repeat-x center;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}
/* sitemap
============*/
#pageList UL LI {
	list-style-type: disc;
}
#pageList UL LI.subList {
	list-style-type: none;
}

/* wrapper
============*/
#wrapper {
    background: #f3efea url(pics/wrapper.jpg) no-repeat center bottom;
}
#wrapperContent {
	margin: 0 auto;
	width: 960px;
	padding: 0 0 30px 0;
	position: relative;
	height: auto;
	min-height: 300px;
	overflow: hidden;
}

/* Header
==========*/
#header {
	height: 108px;
	overflow: hidden;
	position: relative;
}

/* Logo
=========*/
#logo {
	width: 98px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 9px;
	left: 0px;
}


/* topLinks
=============*/
.topLinks {
	width: 515px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 150px;
	overflow: hidden;
}
.topLinks UL {
	margin: 0;
	padding: 0;
	float: right;
}
.topLinks UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	background: none;
}
.topLinks UL LI A {
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 9px;
	text-decoration: none;
	color: #623936;
}
.topLinks UL LI A:hover {
	text-decoration: underline;
}

/* searchBox
=============*/
.searchBox {
	width: 212px;
	height: 28px;
	position: absolute;
	top: 15px;
	right: 30px;
	background-color: #fff;
	overflow: hidden;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
.searchBox TABLE {
	border-collapse: collapse;
}
INPUT.searchInput {
	width: 160px;
	height: 26px;
	padding: 0 0 0 10px;
	border: 0;
	font-size: 14px;
	line-height: 26px;
	font-style: italic;
	color: #999;
	background: transparent;
}
INPUT.searchSubmit {
	width: 40px;
	height: 26px;
	border: 0;
	background: none;
	color: #000;
	cursor: pointer;
	text-indent: -1000px;
	overflow: hidden;
	background: url(pics/search.gif) no-repeat center center;
}

/* Top Navigation
===================*/
#nav {
	width: 800px;
	height: 39px;
	padding: 0 0 0 8px;
	border: 1px solid #e6e2de;
	overflow: hidden;
	position: absolute;
	top: 56px;
	right: 0px;
	background: #f3efea url(pics/nav.gif) repeat-x top;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0 13px;
	font: normal 18px/39px Serif6BetaBold, "Times New Roman", serif;
	color: #623936;
	text-decoration: none;
}
#nav UL LI A SPAN {
	display: none;
}
#nav UL LI A:hover {
	text-decoration: none;
	color: #830c34;
}
#nav UL LI A.open {
	background: #ac1248 url(pics/navOpen.gif) repeat-x top;
	color: #fff;
}
/* home
==========*/
#nav UL LI#nav1 A {
	padding-left: 35px;
	position: relative;
}
#nav UL LI#nav1 A.open {
	background: #ac1248 url(pics/navHome.gif) no-repeat left top;
}
#nav UL LI#nav1 A SPAN {
	display: block;
	width: 25px;
	height: 39px;
	background: url(pics/home.gif) no-repeat 10px center;
	position: absolute;
	left: 0px;
	top: 0px;
}
#nav UL LI#nav1 A.open SPAN {
	background: url(pics/homeOpen.gif) no-repeat 10px center;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 300px;
	overflow: hidden;
	padding: 0 0 32px 0;
	background: url(pics/content.gif) repeat-y left;
}
#main {
	float: right;
	width: 654px;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	background-color: #fff;
}
.mainText,
.extraContent,
.newsList,
.newsView,
.search {
	padding: 18px 32px 0 32px;
}
.box {
	margin: 18px 32px 0 32px;
	padding: 20px;
	background-color: #f3f0eb;
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: left;
	width: 295px;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	background-color: #fff;
}
.column1Text {
	padding: 18px 21px 0 21px;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#clearDiv,
.clearDiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Sub navigation
==================*/
.subnav {
	padding: 0 0 15px 0;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 60px;
	background: url(pics/subnavParent.gif) repeat-x top;
}
.subnav UL LI A {
	display: block;
	padding: 0 10px 0 20px;
	list-style-type: none;
	height: 46px;
	font: normal 18px/46px Serif6BetaRegular, "Times New Roman", serif;
	overflow: hidden;
	color: #623936;
}
.subnav UL LI A:hover {
	text-decoration: none;
	color: #830c34;
}
.subnav UL LI.sub {
	height: auto;
	margin: 0 20px;
	background: url(pics/hr.gif) repeat-x left top;
	display: inline-block;
	width: 255px;
}
/* sub */
.subnav UL LI UL {
}
.subnav UL LI UL LI {
	height: auto;
	background: none;
}
.subnav UL LI UL LI.open {
	background: url(pics/subnavArrow.gif) no-repeat 235px 18px;
}
.subnav UL LI UL LI.sub {
	height: auto;
	margin:0;
	background: none;
}
.subnav UL LI UL LI A {
	height: auto;
	font: 18px/20px Serif6BetaRegular, "Times New Roman", serif;
	padding: 10px 21px 10px 1px;
	background: url(pics/hr.gif) repeat-x left bottom;
}
.subnav UL LI UL LI A.open {
	
}
/* subsub */
.subnav UL LI UL LI UL {
	padding: 15px 0;
	background: url(pics/hr.gif) repeat-x left bottom;
}
.subnav UL LI UL LI UL LI {
	background: none;
}
.subnav UL LI UL LI UL LI.open {
	background: none;
}
.subnav UL LI UL LI UL LI A {
	color: #830c34;
	font: 12px/16px Arial, sans-serif;
	padding: 5px 1px 5px 16px;
	background: none;
}
.subnav UL LI UL LI UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI UL LI UL LI A.open {
	font-weight: bold;
}
/* subsubsub */
.subnav UL LI UL LI UL LI UL {
	background: none;
	padding: 5px 0;
}
.subnav UL LI UL LI UL LI UL LI A {
	padding: 5px 1px 5px 32px;
}


/* FooterContainer
==================*/
#footerContainer {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	background: url(pics/hr.gif) repeat-x left 20px;
}

/* footer nav
===============*/
#footerContainer .nav {
	height: 40px;
	padding: 0 0 0 13px;
	background: url(pics/hr.gif) repeat-x left bottom;
	overflow: hidden;
}
#footerContainer .nav UL {
	margin: 0;
	padding: 0;
}
#footerContainer .nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#footerContainer .nav UL LI A {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 40px;
	padding: 0 9px;
	color: #000;
}
#footerContainer .nav UL LI A:hover {
	text-decoration: underline;
}

/* footerLinks
================*/
.footerLinks {
	margin: 5px 0 0 0;
	padding: 12px 0 12px 13px;
	/*background: url(pics/hr.gif) repeat-x left top;*/
}
.footerLinks UL {
	margin: 0;
	padding: 0;
}
.footerLinks UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	background: none;
}
.footerLinks UL LI A {
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 9px;
	text-decoration: none;
	color: #000;
}
.footerLinks UL LI A:hover {
	text-decoration: underline;
}

/* really
===========*/
#really {
	padding: 16px 20px 0 0;
	text-align: right;
	float: right;
}
#really A {
	color: #909090;
	display: inline-block;
	padding: 2px 5px;
	font: bold 11px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* button
===========*/
A.button {
	background: url(pics/buttonLeft.png) no-repeat left top;
	padding: 0 0 0 12px;
	display: inline-block;
	height: 24px;
	color: #fff;
	font: normal 14px/23px Serif6BetaRegular, "Times New Roman", serif;
}
A.button SPAN {
	background: url(pics/button.png) no-repeat right top;
	display: inline-block;
	height: 24px;
	padding: 0 50px 0 0;
	cursor: pointer; /* ie6 */
}
A.button:hover {
	text-decoration: none;
}
A.button:hover SPAN {
	text-decoration: underline;
}


/* boxBrown
============*/
.boxBrown {
	padding: 18px 21px 0 21px;
	color: #fff;
}
.boxBrownCenter {
	padding: 20px;
	background-color: #857364;
}
.boxBrownContent > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.boxBrown H1, 
.boxBrown H2,
.boxBrown H3,
.boxBrown A {
	color: #fff;
}

/* newsletter
==============*/
.newsletter {
	margin: 25px 21px 0 21px;
	background: url(pics/hr.gif) repeat-x left top;
}
#main .newsletter {
	margin-left: 0;
}
.newsletterContent {
	padding: 0 0 15px 0;
	background: url(pics/hr.gif) repeat-x left bottom;
}
.newsletterContent > :first-child {
	padding-top: 10px;
}
.newsletter INPUT[type="text"] {
	width: 170px;
	border: 1px solid #dfdcd7;
	padding: 7px;
	font: italic 14px Arial, sans-serif;
	color: #726b62;
}
.newsletter TEXTAREA {
	border: 1px solid #dfdcd7;
	padding: 7px;
}
.newsletter INPUT[type="submit"] {
	border: 0;
	width: 132px;
	height: 24px;
	padding: 0 0 2px 12px;
	background: url(pics/submit.png) no-repeat center center;
	font: 14px/24px Serif6BetaRegular, "Times New Roman", serif;
	text-align: left;
	color: #fff;
	cursor: pointer;
}
#column1 .newsletterContent FORM {
	margin-bottom: -35px;
}

/* store
=========*/
.store {
	margin: 10px 10px 0 10px;
	padding: 10px 10px 20px 10px;
	background-color: #f3efea;
}
.store SELECT {
	padding: 2px;
	width: 170px;
}


.reallyFacebook {
	float: left;
	padding-left: 22px;
	padding-top: 9px;
	height: 60px;
}
.reallyFacebookCenter {
	padding-left: 45px;
	height: 32px;
	background: url(pics/fb.gif) no-repeat left center;
	line-height: 32px;
}
.reallyFacebookResultText {
	float: left;
	color: #122e6a;
}
.facebookLikeButton {
	float: left;
	display: block;
	height: 23px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 15px;
}