body {
	margin: 0px;
	background-color: #B5ACA4;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

/* ####################### GENERAL  ##############################	*/
/* links */
a {
	text-decoration: none;
	color: #DFD8D1;
}
a:focus, a:hover {
	color: #fff;
}

.linkgc {
	color: #DFD8D1;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.4em 0;
	font-weight: bold;
	color: #fff;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; font-style:italic; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }






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 {
	width: 1000px;
}

div#innermain {
	padding:16px;
}

#pagecontent {
	background: url('/assets/images/content-corner.png') no-repeat top left #568194;
	padding: 18px 18px 6px 18px;
}

.contenttext, .contenttext td, .text {
	line-height: 20px;
	color: white;
	font-size: 14px;
}
.contenttext a, .text a {
	text-decoration: underline;
}

.contentbox {
	padding: 16px;
	background: #345B71;
}



#pageheader {

}


/* pagefooter styles */
div#footer, div#footer td {
	font-size:11px;
	font-weight: normal;
}
div#footer .footer-menu {
	text-transform: uppercase;
}

div#footer a {
	color: white;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer .footer-menu a {
	margin: 0px 5px;
}



/* ####################### SITE ELEMENTS  ##############################	*/
div.breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px;
	text-transform: uppercase;
}
div.breadcrumbs a, div.breadcrumbs span {
	margin: 0px 3px;
	text-decoration: none;
}

div.subscribe {
	color: #fff;
	white-space:nowrap;
	font-size: 11px;
}

div.divOverlay { z-index:95; }
div.popupForm {
	position: absolute;
	z-index:99;
	color: #fff;
	background: #568194;
	border: solid #756D64 1px;

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



/************ blog/news posts *********/


div.blog-post div.post-title a { text-decoration: none; }
div.blog-post {
	clear:both;
	margin: 6px 0 6px 0;
	padding: 10px 0;
}

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

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


div.blog-nav {
	margin:10px 0px;
}


/* nav links */
div.navlinks .navlinkbox {
	font-size: 11px;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	border: solid #6D8D9F 1px;
	padding: 2px 4px;
	margin: 0px 1px;
	text-align: center;
	background: transparent;
}
div.navlinks .navlinkbox a {
	text-decoration: none;
	color: #fff;
}


div.navlinks .navlinkbox.on, div.navlinks .navlinkbox.on, div.navlinks .navlinkbox:hover {
	background: #568194;
}
div.navlinks .navlinkbox.on, div.navlinks .navlinkbox.on {
	font-weight: bold;
}

div.navlinks .navlinkbox.on, div.navlinks .navlinkbox.on a, div.navlinks .navlinkbox:hover a {

}

/* ####################### 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 #51605E 1px;
	color: #51605E;
	font-size: 11px;
	padding: 1px 2px;
	-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 {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}
.formfield {
	font-size:11px;
	padding-left: 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: #756D64;
}

#mainmenu > table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	height: 24px;
}



#mainmenu, #mainmenu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
#mainmenu a:focus {
	outline-offset: -1px
}

#mainmenu .menuitem {
	height: 40px;
	white-space: nowrap;
	text-align: center;
	border:none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
#mainmenu .menuitem img {
	display: block;
}

#mainmenu .menuitem-on {

}

/* drop down submenus */

div.submenu {
	width:180px;
	padding: 0px;
	position: absolute;
	display: none;
	border: none;

	opacity: 0.80;
	filter: alpha(opacity = 80);

	/*
	-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 table.tsubmenu {
	border-collapse: collapse;
	width:100%;
	background: #3F3F3F;
}

div.submenu, div.submenu a {
	color: #fff;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

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

div.submenu td.menuitem {
	padding: 5px 8px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
}

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

/* ####################### INNER MENU ##############################	*/
#innermenu {
	font-weight: bold;
	padding-left:10px;
	font-size: 12px;
	line-height: 2em;
}
#innermenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#innermenu a:hover {
	color: #DFDFDF;
}

#innermenu > div div div {
	padding-left: 10px;
}
#innermenu div.innermenu-0 > span {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
#innermenu div.innermenu-0 > span, #innermenu div.innermenu-0 > span a {
	color: #2E5165;
}

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

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



/*dddddddddd*/

/**/
/*#innermenu td.nest0, #innermenu td.nest0 span, #innermenu td.nest0 a {*/
/*	text-transform: uppercase;*/
/*	font-size: 16px;*/
/*	color: #2E5165;*/
/*}*/


/* ####################### 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 */


hr, .border, .border-dotted { border: solid #6D8D9F 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;
}

li {
	margin-top: 6px;
	margin-bottom: 6px;
}


.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;
}



/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}



div.randtestimonial {
	padding: 10px;
	font-size: 14px;
	background: #8AA7B4;
}


a.button span._buttonLabel {
	color: white;
}

div.scroller-frame {
	font-size:12px;
	line-height: 18px;
}

div.scroller-nav {
	font-size: 11px;
	text-align: center;
}

div.scroller-nav span.navlink {
	zoom: 1;
	display: inline-block;
	margin: 0 3px;
	border: solid #568194 1px;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	color: white;

	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
div.scroller-nav span.navlink.on {
	background: #568194;
	font-weight: bold;
}

div.scroller-nav span.navlink.hover {
	background: #568194;
}



