
body {
	margin: 10px 0;
	background: #F1F1F2;
	font-family: Tahoma, Geneva, sans-serif; font-size: 14px; color: #6a6663;
}


/* ####################### GENERAL  ##############################	*/
/* links */
a {
	text-decoration: underline;
	color: #D9C703;
}
a:focus, a:hover {
	color: #C6B900;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.4em 0;
	font-weight: bold;
	font-family:  Georgia, Times, serif;
}
h1, h4 { font-size: 24px; }
h2, h5 { font-size: 20px; }
h3, h6 { font-size: 16px; }

h1, h2, h3 { color: #65591E; }
h4, h5, h6 { color: #000000; }


fieldset {
	background: #F4F4F4;
	border: solid #BCBCBC 1px;

	margin: 0px;
	padding:4px 8px;

	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

/* ####################### SITE LAYOUT  ##############################	*/

div.main-wrap {
	width: 760px;
	margin: 0 auto;
}

div#main {
	background: #fff;
	border: solid #B3A87C 1px;

	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
}


#pageheader {
	height:24px;
}


/* pagefooter styles */
#pagefooter {
	color: #A0A0A0;
	margin-top: 5px;
	font-size: 12px;
}
#pagefooter .footer-menu {
	text-align: center;
}
#pagefooter .footer-menu a, #pagefooter .footer-menu span {
	margin: 0 5px;
}

/* ####################### SITE ELEMENTS  ##############################	*/
div.breadcrumbs {
	font-size: 11px;
	margin-bottom:10px;
}

div.subscribe {
	color: #6F665E;
	white-space:nowrap;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

div.divOverlay { z-index:95; }
div.popupForm {
	position: absolute;
	z-index:99;
	background: #FFFFFF;
	border: solid #BCBCBC 1px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}


div.blog-post {
	clear:both;
	margin: 6px 0 12px 0;
	padding: 10px 0;
}

div.blog-post .post-date {
	font-size: 11px;
}

div.blog-post div.post-title  {
	padding-bottom:4px;
}


/* nav links */
div.navlinks .navlinkbox {
	font-size: 11px;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	border: solid #7F7F7F 1px;
	padding: 2px 4px;
	margin: 0px 1px;
	text-align: center;
}

div.navlinks .navlinkbox.on, div.navlinks .navlinkbox.on, div.navlinks .navlinkbox:hover {
	background: #7F7F7F;
}
div.navlinks .navlinkbox.on, div.navlinks .navlinkbox.on a, div.navlinks .navlinkbox:hover a {
	color: #fff;
}

/* ####################### FORMS ##############################	*/

a.button-theme-dark {
	color: white;
}
a.button-over.button-theme-dark, a.button-small-over.button-theme-dark {
	color: white;
}


input[type=text], input[type=password], input[type=file], textarea, select {
	background: #ffffff;
	border: solid #65591E 1px;
	color: #4F4F4F;
	font-size: 11px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 2px 4px;
}

.formcaption {
	text-align:right;
	font-size:11px;
	font-weight: bold;
	padding: 1px 4px;
}
.formfield {
	font-size:11px;
	padding: 1px 4px;
}

input.form-error {
	border: dotted red 1px;
	background: #F5FCD1;
}
.form-error-message {
	font-size: 11px;
	color: red;
}

/* ####################### MAINMENU STYLES ##############################	*/
/* the main menu bar */
#mainmenu {
	background: #65591E;
}

#mainmenu > table {
	width: 100%;
	background: #65591E;
	border: none;
	border-collapse: collapse;
	height: 24px;
}
#mainmenu, #mainmenu a {
	text-decoration: none;
	color: white;
}

#mainmenu .menuitem {
	white-space: nowrap;
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 15px;
	cursor: pointer;
}

#mainmenu .menuitem-on {
	background: #9C915D;
}

/* drop down submenus */

div.submenu {
	width:170px;
	padding: 0px;
	position: absolute;
	display: none;
	background: #9C915D;
	border: none;

	opacity: 0.90;
	filter: alpha(opacity = 90);

	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
}

div.submenu, div.submenu a {
	color: #fff;
	text-decoration: none;
}

div.submenu > table {
	border-collapse: collapse;
	width: 100%;
}

div.submenu td.menuitem {
	padding: 2px 8px;
	cursor: pointer;
	text-align: left;
	font-size: 12px;
}

div.submenu td.menuitem-on {
	background: #CEC5A0;
}
div.submenu td.menuitem-on, div.submenu td.menuitem-on a {
	color: #5D5841;
}

/* ####################### INNER MENU ##############################	*/
#innermenu {
	padding: 30px 20px 20px 20px;
}
#innermenu > div div {
	padding-left: 10px;
}
#innermenu div.innermenu-0 > span {
	font-weight: bold;
	font-size: 120%;
}

#innermenu div.innermenu-1 > span {
	font-size: 110%;
}

#innermenu div.innermenu-2 > span {
	font-size: 100%;
}
#innermenu div.innermenu-3 {
	font-size: 90%;
}

/* ####################### SHOP CART WIDGET ##############################	*/

/* cartLabels are the running totals */
.cartLabels {
	font-size: 11px;
	color: #000;
}
.cartLabels b {
	color: #65591E;
}



#shopCartDiv {
	background: #ffffff;
	border: solid black 1px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;

	-webkit-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	box-shadow: 3px 3px .5em rgba(0,0,0,.3);
}

#shopCartDiv .shopCartContents {
	width: 265px;
	padding: 10px;
}




/* ####################### ADDITIONAL STYLES  ##############################	*/
/* text is a general text style for content */
.text {
	font-size: 10pt;
	line-height: 1.6em;
	color: #000;
}


hr, .border, .border-dotted { border: solid #B3A87C 1px; }
hr.dotted, .border-dotted { border-style: dotted; }

hr, hr.dotted {
	display: block;	
	background:transparent;
	width: 100%;
	height:1px;
	border-width: 0 0 1px 0;
}


.shadow {
	-webkit-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px .5em rgba(0,0,0,.3);
	box-shadow: 3px 3px .5em rgba(0,0,0,.3);
}

.rounded {
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
}

/* float styles, leave for images added via editor */
.image-align-left {
	float: left;
	margin: 0 8px 8px 0;
}
.image-align-right {
	float: right;
	margin: 0 0 8px 8px;
}









