html {
	height:101%; 
	}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-image: url(../images/main_ui/pathbg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #C5C881;
	background-repeat: repeat-x;
	}
	
h1 {
	font-size: 1.2em;
	color:#922F04;
}

h2 {
	font-size: 1.1em;
	color:#0A462D;
	text-align: center;
}

h3 {
	font-size: 1em;
	color:#635646;
	text-align: center;
}

h3 a:hover {
	color: #922F04;
	text-decoration: none;
}

h4 {
	font-size: 1em;
	color:#635646;}

td {
	font-size:.8em;
	vertical-align: top;
}

th {
	font-size:.9em;
}

.message {
	font-size: 0.8em;
	color:#922F04;
	font-weight: bold;
}

p {
	font-size:.8em;
}
/*
.bodytxt {
	font-size:1.4em;
}*/

a {
 color: #635646;
 text-decoration:  none;
}

img {
	border: 0px;	
}

.siteList {
	font-size:.8em;
	list-style-image: url(/images/misc/listBug.gif);
}

.siteList2 {
	font-size:.8em;
	list-style-image: none;
}

.imgRight {
	float: right;
	border-top: 2px solid #B97F66;
	border-right: 3px solid #922F04;
	border-bottom: 3px solid #922F04;
	border-left: 2px solid #B97F66;
	margin: 5px;
}

.imgLeft {
	float: left;
	border-top: 2px solid #B97F66;
	border-right: 3px solid #922F04;
	border-bottom: 3px solid #922F04;
	border-left: 2px solid #B97F66;
	margin: 5px;
}
.prodName,.prodDetails  {
	font-size:1.4em;
}

/*.cart {
	font-size:1.4em;
}

.cartsmall {
	font-size:1.2em;
}*/


.pathButton {
	color: #FFFFFF;
	font-weight:bold;
	border-top: 2px solid #B97F66;
	border-right: 3px solid #922F04;
	border-bottom: 3px solid #922F04;
	border-left: 2px solid #B97F66;
	background-color: #C5C881;
	text-decoration:none;
	width:10em;
	text-align:center;
	margin:auto;
}

.buttonText {
	color:#FFFFFF;
	text-decoration:none;
	font-size:.8em;
}

.divider {
	margin: auto;
	width: 300px;
	border: 2px solid #B97F66;
}

.editTable {
	font-size: 0.8em;
	margin: auto;
	width: 550px;}

.label {
	text-align:right;
	font-weight:bold;
	color:#922F04;
}

#container {
	margin: 10px auto;
	min-width:750px;
	max-width: 90%;
	width:expression(document.body.clientWidth > 800? "95%": "auto" );
	border: 4px solid #922F04;
	position:relative;
}

#masthead {
	background-color: #922F04;
	height: 126px;
}

#masthead img {
	width:100%;
	height:106px;
	margin-top: 5px;
	clear:both;
}

#mastimage {
	width:100%;
	top:12px;
	position:relative;
	z-index:1;
}

#mastlinks {
	float:right;
	height:12px;
}

#mastlinks a {
	font-size: .7em;
	color:#C5C881;
	text-decoration:none;
	margin: 0px 10px;
}

#mastlinks a:hover {
	color:#E0E6BA;
}


#nav {
	width:100%;
	background-image:url(../images/main_ui/navbg.gif);
	background-repeat:repeat-x;
	font-size: .8em;
	font-weight:bold;
	padding-top:5px;
	height:30px;
}

#footer {
	width:100%;
	background-image:url(../images/main_ui/footerbg.gif);
	background-repeat:repeat-x;
	background-color: #D5DAA3;
	font-size: .8em;
	padding-top:2px;
	height:40px;
}

#logo {
	width:91px;
	height:140px;
	position:absolute;
	top:21px;
	text-align:center;
	z-index:100;
	margin-left:50%;
	margin-right:50%;
}


#mainContentWrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#mainContentWrapper
	{
	display: inline-block;
	overflow:hidden;
	}
/*\*/
#mainContentWrapper
	{
	display: block;
	background-color: #E0E6BA;
	}	
	
#bodyWrapper {
	float:left;
	width:100%;
}
	
#bodyContent
	{
	margin: 0 180px 0 180px;
	background-color: #E0E6BA;
	text-align:left;
	padding:10px;
	}
	
#bodyContent a {	
	color:#922F04;
	text-decoration:underline;
}
	
#leftColumn
	{
	float: left;
	margin-left: -100%;
	width: 180px;
	background-color: #0A462D;
	padding-top:10px;
	color:#CCCCCC;
	text-align:center;
	}
#rightColumn
	{
	float: right;
	margin-left: -100%;
	width: 180px;
	background-color: #B4955E;
	color:#CCCCCC;
	}
* html #rightColumn
	{
	margin-left: -180px;
	}
	
#bodyContent, #leftColumn, #rightColumn
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
	
.centeredMaps {
	text-align:center;
}
.hiddenDiv {
	display:none;
}
#credit{
	font-size:.8em;
	text-align:center;
	margin: auto;
	padding: 10px;
}
#credit a {
	border-bottom: 2px dotted #990000;	
}