body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #bbd52c;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: center top;
}
.main {
	background-image: url('images/bg_table.gif');
	background-repeat: repeat-y;
	
}
.main .header {
	min-height: 320px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding-right: 22px;
	width:730px;
}
.main .header h1 {
    color: #c11811;
    margin: 0 20px 0 0;
    font-size: 42px;
    padding: 20px 0px 0px 0px;
    font-weight: normal;
    padding-top: 28px;
}
.main .header h2 {
	margin: 0px 20px 0px 0px; 
	font-size: 14px;
	color: #7e9113;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	position:relative;
	top:-7px;
}

.mainBox .side
{
    width:155px;
    margin-right:30px;
}

.mainBox .side .menuItem{
    min-height: 22px;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    border-bottom: solid 1px #c7d076;
    border-bottom-style: dotted;
    background-position: right 1em;
    padding-top: 7px;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 0px;
    padding-left: 10px;
    color: #b13436;
    font-weight: bold;
    position:relative;
    left:-5px;
}
.mainBox .side .menuItem a:hover {
	color: #404a07;
}
.mainBox .side .menuItemSelected {
	min-height: 22px;
	margin: 0;	
	font-weight: bold;
	text-decoration: none;
	background-image: url( 'images/starSm.gif' );
    background-repeat: no-repeat;
    border-bottom: solid 1px #c7d076;
    border-bottom-style: dotted;
    background-position: right 1em;  
	padding-right: 0px;
	padding-top: 7px;
}
.mainBox .side .menuItemSelected a, 
.mainBox .side .menuItemSelected a:visited {
	padding-right: 0px;
	padding-top: 7px;
	min-height: 22px; 	
	padding-left: 10px; 
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
	position:relative;
	left:-5px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 22px; 
	color: #404a07;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #000000; 
    padding-top: 0px;
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-image: url('images/bg_button2.gif');
	background-repeat: repeat-x;
	border: solid 1px #430004;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 50px;
    min-height: 20px;
    font-weight: bold;
}

.mainBox .content {
    padding: 0;
    margin: 0;
	width: 565px; /* Main box width */
	float:left;
}


.mainBox .content .element {
    width: 510px;
    border-bottom: solid 1px #d8e498;
    margin-right: 30px;
}

.mainBox .content .element .contactUs {
    color: #301e08;
}


.mainBox .content .element h2
{
    line-min-height: normal;
    margin: 0;
    margin-bottom: 0px;
    font-size: 20px;
    color: #72822b;
    font-weight: normal;
    vertical-align: top;
    padding-top: 0px;
	min-height: 30px;
    padding-right: 0px;
}
.mainBox .content .element h3 {
	font-size: 12px;
	color: #242323;	
	font-weight: normal;
	border: solid 1px #94a534;
	text-align: center;
	min-height: 20px;
}

.mainBox .content .element .products h3 {
    font-size: 12px;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:12px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    border: 0;
    text-align: right;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right:300px;
    background-image: url('images/bg_button1.gif');
	background-repeat: repeat-x;
	border: solid 1px #430004;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    text-align: center;
    width:50px;
    font-weight: bold;
    font-size: 12px;
    min-height: 20px;
}

.footer {
    color: #191919; 
    line-min-height: 160px;
    font-size: 11px;
	text-align: center;	
	background-image: url('images/bg_footer.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 115px;
}
.credits {
	color: #191919; 
	margin-top: -15px;
}
.credits a, 
.credits a:visited {
	color: #191919; 
}