body {
	font-family: Arial;
	font-size: 12px;
	color: #222d33;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
}
.main {

	
}
.main .header {
	min-height: 220px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding-right: 22px;
	padding-top: 32px;
	width:730px;
}
.main .header h1 {
    color: #2e566d;
    margin: 0 50px 0 0;
    font-size: 48px;
    padding: 50px 0px 0px 0px;
    font-weight: bold;
    padding-top: 60px;
}

.main .header h2 {
	margin: 0px 50px 0px 0px; 
	font-size: 20px;
	color: #29363e;
	padding-right: 30px;
	padding-left: 10px;
	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.gif' );
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: solid 1px #b2b3ad;
    padding-top: 7px;
    border-bottom-style: dotted;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 10px;
    color: #222d33;
    font-weight: bold;
    position:relative;
    left:-5px;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #dd4303;
}
.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: right;  
    border-bottom: solid 1px #b2b3ad;
    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: #dd4303;
	font-weight: bold;
	position:relative;
	left:-5px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 30px; 
	text-decoration: underline;
	color: #dd4303;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #222d33; 
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-image: url('images/bg_button.gif');
	background-repeat: repeat-x;
    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: 570px; /* Main box width */
	float:left;
}


.mainBox .content .element {
    width: 545px;
}

.mainBox .content .element .contactUs {
    color: #080808;
}


.mainBox .content .element h2 {
	line-min-height: 36px;
	margin: 0;
	margin-bottom:5px;	
	padding-right: 25px;
	font-size: 18px;
    color: #df3f05;
    font-weight: bold;
	background-image: url('images/star.jpg');
	background-repeat: no-repeat;
	border-bottom: solid 1px #b2b3ad;
    border-bottom-style: dotted;
	background-position:right;
}
.mainBox .content .element h3 {
	font-size: 11px;	
}

.mainBox .content .element .products h3 {
    font-size: 11px;
    color: #f04f01;
	text-decoration:underline;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:12px;
    margin: 10px 0px 0px 0px;
    color: #2b566e;
    text-decoration:none;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right: 100px;
    background-image: url('images/bg_button.gif');
	background-repeat: repeat-x;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 50px;
    min-height: 20px;
    font-weight: bold;
}

.footer {
    color: #222d33; 
	text-align: center;	
}
.credits {
	color: #cbccc6; 
	padding-bottom: 10px;
	background-color: #2e3f47;
}
.credits a, 
.credits a:visited {
	color: #cbccc6; 
}