body {
    color: #76654a; 
	font-size: 12px; 
	background-color: #989718;
}
.main {
	background-color: #b88d4d;
	background-image: url('images/bg_table.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	border: solid 1px #7f681a;
	
}
.main .header {
	min-height: 250px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top: solid 11px #b88d4d;
	margin: 0px 10px 10px 10px;
	padding-right: 25px;
	width:706px;
}
.main .header h1
{
    color: #d72507;
    font-size: 36px;
    padding: 80px 0px 0px 0px;
    font-weight: bold;
    font-style: italic;
}
.main .header h2 {
	margin: 0px 5px 0px 0px; 
	font-size: 14px;
	color: #191106;
	padding-right: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	width: 150px;
	position:relative;
	top:-25px;
}

.mainBox .side
{
    width:160px;
    margin-right:15px;
}

.mainBox .side .menuItem{
    min-height: 24px;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    background-position: 150px;
    border-bottom: solid 1px #6c3004;
    padding-top: 7px;
    border-bottom-style: dotted;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 15px;
    color: #6c3004;
    font-weight: bold;
    position:relative;
    left:0px;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #bf2e1d;
}
.mainBox .side .menuItemSelected {
	min-height: 24px;
	margin: 0;	
	font-weight: bold;
	text-decoration: none;
	background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    background-position: 150px;  
    border-bottom: solid 1px #6c3004;
    border-bottom-style: dotted;
	padding-right: 0px;
	padding-top: 7px;
}
.mainBox .side .menuItemSelected a, 
.mainBox .side .menuItemSelected a:visited {
	padding-right: 10px;
	min-height: 30px; 
	padding-left: 15px; 
	font-size: 12px; 
	color: #bf2e1d;
	font-weight: bold;
	position:relative;
    left:0px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 30px; 
	text-decoration: underline;
	color: #bf2e1d;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #6c3004;
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-color: #fc0106;
    min-height: 20px;
    border: 0;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width:50px;
    font-weight: bold;
    font-size: 12px;
}

.mainBox .content {
    padding: 0;
    margin: 0;
	width: 568px; /* Main box width */
	float:left;
	
}


.mainBox .content .element {
    width: 532px;
    background-color: #fcfcfc;
    border: solid 5px #f9e7b9;
    padding-bottom: 15px;
    padding-right: 5px;
}

.mainBox .content .element .contactUs {
    color: #76654a;
}


.mainBox .content .element h2 {
	line-min-height: 18px;
	font-size: 24px;
    color: #583005;
    font-weight: normal;
    font-style: italic;
}
.mainBox .content .element h3 {
	font-size: 12px;
    color: #d51209;
    font-weight: bold;   
}

.mainBox .content .element .products h3 {
    font-size: 12px;
    color: #76654a;
    text-decoration: underline;
    font-weight: normal;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:12px;
    color: #bc2222;
    margin: 10px 0px 0px 0px;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right:300px;
    background-color: #979819;
    min-height: 20px;
    width:50px;
    border: 0;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;        
    font-weight: bold;
    font-size: 12px;
}

.footer {
    background-color: #b88d4d;
    border-top: solid 1px #7f6109;
    color: #603813; 
    font-size: 11px;
    padding-top: 5px;
    line-min-height: 20px;
    min-height: 20px;
}
.credits {
	color: #6b5219; 
	font-size: 11px;
}
.credits a, 
.credits a:visited {
	color: #6b5219; 
	font-size: 11px;
}