body {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	background-color: #e5e5e5;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
.main {
	background-color: #5a5a5a;	
	background-image: url('images/bg_table.gif');
	background-repeat: repeat-y;
}

.main .header {
	min-height: 215px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 10px 10px 10px;
	padding-right: 25px;
	padding-top: 0px;
	border-top: solid 8px #5a5a5a;
	width:705px;
}
.main .header h1 {
    color: #ffffff;
    margin: 0 40px 0 0;
    font-size: 42px;
    padding: 30px 0px 0px 0px;
    font-weight: bold;
    padding-top: 50px;
}
.main .header h2 {
	margin: 0 50px 0 0;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 10px;
}

.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: 150px;
    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: #2f2e2e;
    font-weight: bold;
    position:relative;
    left:-5px;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #d32d31;
}
.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: 150px;  
    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: #d32d31;
	font-weight: bold;
	position:relative;
	left:-5px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 30px; 
	text-decoration: underline;
	color: #d32d31;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #2f2e2e; 
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-color: #ec4348;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 50px;
    min-height: 18px;
    font-weight: bold;
}

.mainBox .content {
    padding: 0;
    margin: 0;
	width: 570px; /* Main box width */
	float:left;
}


.mainBox .content .element {  
    width: 530px;
    border: solid 1px #dedede;
}

.mainBox .content .element .contactUs {
    color: #2f2e2e;
}


.mainBox .content .element h2 {
	line-min-height: 36px;
	margin-bottom: 5px;
	font-size: 24px;
    color: #262626;
    font-weight: normal;
}
.mainBox .content .element h3 {
	font-size: 12px;
}

.mainBox .content .element .products h3 {
    font-size: 12px;
    color: #d32d31;
}

.mainBox .content .element .products .desc {
    font-size: 10px;
}

.mainBox .content .element .questions h3 {
    font-size:14px;
    margin: 10px 0px 0px 0px;
    color: #d32d31;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right:300px;
    background-color: #5a5a5a;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width:50px;
    font-weight: bold;
    font-size: 12px;
    min-height: 18px;
}

.footer {
    color: #a7a7a7;	 
	background-color: #5a5a5a;
	padding-top: 10px;
	text-align: center;	
	min-height: 25px;
}
.credits {
	color: #5a5a5a; 
	min-height: 25px;
}
.credits a, 
.credits a:visited {
	color: #5a5a5a; 
	min-height: 25px;
}