@charset "utf-8";
body {
	margin-top: 0px;
	background-color: #41210A;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
}
#container {
	position:relative;
	width: 900px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
#header {
	position: relative;
	width: 900px;
	top: 0px;
	background-image: url(images/header_bkgd.jpg);
	background-repeat: no-repeat;
	height: 112px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#navigation {
	position: relative;
	width: 900px;
	top: 0px;
	height: 25px;
	background-color: #9B8250;
	padding-left: 180px;
}
#imageBar {
	height: 46px;
	width: 900px;
	position: relative;
	background-image: url(images/image_bar.jpg);
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	width: 900px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D3BE87;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#logo {
	position: absolute;
	z-index: 200;
	left: 10px;
}
#mainContent {
	position: relative;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
}

#header a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}
h1 {
	font-size: 20px;
	font-style: italic;
	color: #594314;
}
ul li {
	right: -25px;
}
.sideNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.sideNav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.sideNav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #ffffff;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.sideNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}
.sideMainNav {

}
#sideMainNavLink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sideMainNavLink li {
	padding: 0px;
	margin-bottom: 1px;
	text-align: left;
}
#sideMainNavLink a:link, #sideMainNavLink a:visited{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 275px;
	background-color: #9B8250;
	height: 18px;
	padding-top: 3px;
	font-size: 12px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2BD86;
}
#sideMainNavLink a:hover, #sideMainNavLink a:active{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 275px;
	height: 18px;
	padding-top: 3px;
	font-size: 12px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2BD86;
	background-color: #41210A;
	font-weight: bold;
}
#sideProdNavLink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sideProdNavLink li {
	padding: 0px;
	margin-bottom: 1px;
	text-align: left;
}
#sideProdNavLink a:link, #sideProdNavLink a:visited{
	color: #494949;
	text-decoration: none;
	display: block;
	width: 180px;
	background-color: #D8D8D8;
	height: 18px;
	padding-top: 3px;
	font-size: 11px;
	padding-left: 30px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(images/mainNavBkgd_off.jpg);
	background-repeat: no-repeat;
}
#sideProdNavLink a:hover, #sideProdNavLink a:active{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 180px;
	height: 18px;
	padding-top: 3px;
	font-size: 11px;
	padding-left: 30px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #D8D8D8;
	background-image: url(images/mainNavBkgd_on.jpg);
	background-repeat: no-repeat;
}
#container #mainContent table tr td table tr td ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

