body {
	font-family: Arial;
	font-size: 12px;
	color: #2b2b2b;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
	background-position: left top;
}
.main {
	background-color: #ffffff;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
}
.main .header {
	min-height: 190px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 10px 10px 10px;
	padding-right: 25px;
	padding-top: 10px;
	width:705px;
}
.main .header h1 {
    color: #1a2016;
    margin: 0 40px 0 0;
    font-size: 30px;
    padding: 30px 0px 0px 0px;
    font-weight: normal;
    padding-top: 70px;
}
.main .header h2 {
	margin: 0 50px 0 0;
	font-size: 14px;
	color: #b20300;
	font-weight: bold;
}

.mainBox .side
{
    width:160px;
    margin-right:10px;
}

.mainBox .side .menuItem{
    min-height: 24px;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    background-image: url( 'images/starSm.jpg' );
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: solid 1px #c0c0c0;
    padding-top: 7px;
    border-bottom-style: dotted;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 10px;
    color: #cc2810;
    font-weight: bold;
    position:relative;
    left:-5px;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #36a233;
}
.mainBox .side .menuItemSelected {
	min-height: 24px;
	margin: 0;
	
	font-weight: bold;
	text-decoration: none;
	background-image: url( 'images/starSm.jpg' );
    background-repeat: no-repeat;
    background-position: right;  
    border-bottom: solid 1px #c0c0c0;
    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: 10px; 
	font-size: 12px; 
	color: #36a233;
	font-weight: bold;
	position:relative;
	left:-5px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 30px; 
	text-decoration: underline;
	color: #36a233;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #2b2b2b; 
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-color: #36a233;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 50px;
    font-weight: bold;
}

.mainBox .content {
    padding: 0;
    margin: 0;
	width: 570px; /* Main box width */
	float:left;
}


.mainBox .content .element {
   	background-color: #ffffff;
	border:solid 2px #dad9c5;
	border-style: dotted;
    width: 545px;
}

.mainBox .content .element .contactUs {
    color: #464646;
}


.mainBox .content .element h2 {
	line-min-height: 36px;
	margin: 10;
	padding-right: 25px;
	font-size: 20px;
    color: #121212;
    font-weight: bold;
	background-image: url('images/star.jpg');
	background-repeat: no-repeat;
	background-position:right;
	border-bottom: solid 1px #36a233;
}
.mainBox .content .element h3 {
	font-size: 12px;
}

.mainBox .content .element .products h3 {
    font-size: 12px;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:14px;
    margin: 10px 0px 0px 0px;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right:300px;
    background-color: #c12910;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width:50px;
    font-weight: bold;
    font-size: 12px;
}

.footer {
    color: #121212; 
	padding-top: 12px; 
	text-align: center;
	background-color: #f7f7f7;
	min-height: 30px;
	border-top: solid 3px #36a233;
}
.credits {
	color: #5e5b5b; 
}
.credits a, 
.credits a:visited {
	color: #5e5b5b; 
}