
body {
	margin: 0px 0px;
	background: url('/assets/images/back_tile.jpg') repeat-x top left #936F4D;
}
body, table {
	font-size: 12px;
    color: #414141;
}

a {
	color: #B9866E;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: Georgia, Times, Serif;
	font-weight: bold;
}
h1, .h1 { font-size: 16px; }
h2, .h2 { font-size: 14px; }
h3, .h3 { font-size: 12px; }
h4, .h4 { font-size: 11px; }

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

input.text, textarea.text, select {
	border: solid #936F4D 1px;
	color: #936F4D;
	font-size: 12px;
	padding: 2px 4px;
}

input.button {
	font-size: 11px;
	color: #C1B0A0;
	border: solid black 1px;
	background-color: #936F4D;
	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;
}


div#breadcrumbs, div#BREADCRUMBS {
	margin-bottom: 15px;

}


div#main_outer {
	width: 100%;
	height: 100%;

	background: url('/assets/images/back_main.jpg') no-repeat top left;
}

div#main_inner {
	width:796px;


}
div#main_content {
	background-color: #FBF9E1;
	border: solid #FBF9E1 1px;
	padding: 0px;
}

div#main_content_inner {
	border: solid black 1px;
	padding: 0px;
	margin: 2px;

}

.back_inner {
	background: url('/assets/images/back_inside.jpg') no-repeat top right;
}
.back_home {
	background: url('/assets/images/back_home.jpg') no-repeat top right;
}

table#topnavshop {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

.topnav a {
	color: #C1B0A0;
	text-decoration: none;
	margin-left: 14px;
}
.topnav a:hover {
	color: #FBF9E1;
	text-decoration: underline;
}


table#topnavsubscribe {
	margin: 10px 0px 6px 0px;

}


table#topnavsubscribe input.text {
	background: #936F4D;
	border-color: black;
	color: #C1B0A0;
}

div#pagefooter {
	font-family: Arial, Helvetica, sans-serif;
	color: #C1B0A0;
	width: 100%;
	text-align:center;
	font-size: 11px;
	padding: 50px 0px 20px 0px;
	line-height: 18px;
}

div#pagefooter a {
	color: #C1B0A0;
	text-decoration: none;

}
div#pagefooter a:hover {
	color: #FBF9E1;
	text-decoration: underline;
}


td#main_content_photo {
	padding: 0px 4px 4px 4px;
	border-right: solid black 1px;
	width:241px;
}

td#main_content_copy {
	padding: 0px 30px 20px 30px;
	font-family: Georgia, Times, Serif;
	color: #414141;
}

td#main_content_copy h1 {
	text-align: center;
	margin-bottom: 25px;
}

td#main_news_column {
	width: 170px;
	padding: 0px 20px 20px 20px;
	border-left: solid black 1px;
	font-family: Georgia, Times, Serif;
	color: #414141;

}


/******** mainmenu styles ***********/
table#tablemainmenu {
	margin-bottom: 20px;
}

div.mainmenudiv, div.submenudiv {
	position: absolute;
	padding: 0px;
	display: none;
	opacity: 0.85;
	filter: Alpha(Opacity=85);
}
div.mainmenudiv table, div.submenudiv table {
	width: 150px;

	font-size: 11px;
	font-weight: bold;
	border: solid #4C6B88 1px;
}

div.mainmenudiv table td, div.submenudiv table td {
	padding: 2px 4px;
	background: white;
	white-space: nowrap;
}

div.mainmenudiv table td a, div.submenudiv table td a {
	text-decoration: none;
	color: #754B1B;
}

div.mainmenudiv table td.hover, div.submenudiv table td.hover {
	background: #FCF0C6;
}

div.mainmenudiv table td.hover a, div.submenudiv table td.hover a {
	color: #000000;
}





