body {
	margin: 15px;
	background: url(../images/main-body-bg.jpg) #24110C;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

img {
	behavior: url(/assets/iepngfix.htc)
}

a:focus, a:hover, a:active { outline:none }

a {
	color: #A09879;
}
a:hover {
	color: #7F795F;
}
a:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}


/*
a[href $='.pdf'] { 
	padding-left: 24px;
	background: transparent url(/assets/images/ico_spdf.gif) no-repeat center left;
	padding-top:1px;
}
a[href $='.doc'] { 
	padding-left: 24px;
	background: transparent url(/assets/images/ico_sdoc.gif) no-repeat center left;
	padding-top:1px;
}
a.no-icon {
	background: none;
	padding: 0px;
}
*/


form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 1px 2px;
}

input[type=button], input[type=submit], input[type=reset] {
	font-size: 11px;
	border: solid #4F4F4F 1px;
	background-color: #DFDFDF;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}




.pagetext {
	line-height: 20px;
	background: #E1E0D3;
	color: #7B7B75;
	font-size: 13px;
}



div#breadcrumbs {
	font-size: 10px;
	/*font-weight: bold;*/
	padding-bottom: 5px;
	text-transform: uppercase;
}
div#breadcrumbs a {
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	color: #9A916C;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h1 { font-size: 16px; font-weight:normal; }
h2 { font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 11px; }

hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}


/*******************************************************/

div#main-wrap {
	margin: 0px auto;
	width: 830px;
}
div#main {
	margin-top: 6px;
	background: #7C7164;
	border: solid #7C7164 8px;
}


#inner_footer a {
	color: #A2A3A4;
	text-decoration: none;
}

#inner_footer a:hover {
	color: #584C42;
}

#innermenu {
	/*font-weight: bold;*/
	letter-spacing: 1px;
	font-family: Georgia, "times new roman", serif;
	text-transform: uppercase;
	font-size: 11px;
}

#innermenu a {
	text-decoration: none;
}

#innermenu a:hover {

}


/***************** mainmenu styles *********************/

#mainmenu {
	background: url(../images/main-menu-bg.png) repeat-x #675D53;
	width:100%;
	border-collapse: collapse;
	border-top: solid #615949 1px;
}

#mainmenu td {
	height: 28px;
	white-space: nowrap;
	text-align: center;
	border: none;
	font-size: 10px;
	/*font-weight: bold;*/
	padding: 2px 3px 0px 3px;
	font-family: Georgia, "times new roman", serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#mainmenu a {
	text-decoration: none;
	color: #d0c5ac;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #130e0a;
}

div.submenu {
	margin-top: 12px;
	width:175px;
	padding: 0px;
	position: absolute;
	display: none;
	background: #817668;
	border: none;

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

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

div.submenu td {
	padding: 5px 15px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;

/*	font-weight: bold;*/
	text-transform: uppercase;
/*	font-family: "times new roman", serif;*/
	font-family: Georgia, "times new roman", serif;
}

div.submenu td a {
	color: #130e0a;
	text-decoration: none;
}

div.submenu td.hover {
	background: #685F53;
}

div.submenu td.hover a {

	color: #d0c5ac;
	text-decoration: none;
}


/****************************************/


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



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



#footer {
	font-size: 11px;
	margin-top: 8px;
	color: #63534D;
}

#footer a {
	color: #63534D;
	text-decoration: none;
}

#footer a:hover {
	color: #BCAEA9;
}


#cart-links {
	padding-bottom: 5px;
}

#cart-links a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #63534D;
	margin: 0px 8px;
}
#cart-links a:hover {
	color: #BCAEA9;
}






/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color:#7F7F7F;
	border-bottom: dotted #7F7F7F 1px;
}

div.blog-post div.post-title {
	color: #7C7164;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	/*text-shadow: #CFCFCF 3px 4px 2px;*/
}

div.blog-post div.post-text {
	
}

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

/******** nav links ********/

div.navlinkbox, div.navlinkboxhover {
	font-size: 11px;
	display: inline;
	border: solid #7c7164 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkbox a {
	text-decoration: none;
}
div.navlinkboxhover {
	color: #ffffff;
	background: #7c7164;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover {
	color: #ffffff;
	text-decoration: none;
}



