body {
	font-family: Arial;
	font-size: 12px;
	color: #d1d1d1;
	background-color: #0d0d0d;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
.main {
	background-image: url('images/bg_table.gif');
	background-repeat: repeat-y;
	background-position: center left;
	background-color: #212121;
	border-left: solid 8px #1e1e1e;
	border-right: solid 8px #1e1e1e;
}
.main .header {
	min-height: 230px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: solid 1px #585858;
	margin: 0;
	padding-right: 22px;
	width:730px;
}
.main .header h1 {
    color: #ffc24d;
    margin: 0;
    font-size: 36px;
    padding: 5px 0px 0px 0px;
    font-weight: bold;
    padding-top: 100px;
}

.main .header h2 {
	margin: 0px 10px 0px 0px; 
	font-size: 20px;
	color: #ffc24d;
	padding-right: 0px;
	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 #585858;
    padding-top: 7px;
    border-bottom-style: dotted;
}
.mainBox .side .menuItem a,
.mainBox .side .menuItem a:visited {
    padding-right: 10px;
    padding-left: 10px;
    color: #cecece;
    font-weight: bold;
    position:relative;
    left:-5px;
}
.mainBox .side .menuItem a:hover {
	text-decoration: underline;
	color: #ffc24d;
}
.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 #585858;
    padding-top: 7px;
    border-bottom-style: dotted;
	padding-right: 0px;
}
.mainBox .side .menuItemSelected a, 
.mainBox .side .menuItemSelected a:visited {
	padding-right: 10px;
	min-height: 30px; 	
	padding-left: 10px; 
	font-size: 12px; 
	color: #ffc24d;
	font-weight: bold;
	position:relative;
	left:-5px;
}

.mainBox .side .menuItemSelected a:hover {
	font-weight: bold;
	min-height: 30px; 
	text-decoration: underline;
	color: #ffc24d;
	font-size:12px;
}

.mainBox .side .contactUs {
    color: #cecece; 
}

.mainBox .side .contactUs .button {
    margin-right: 100px;
    background-color: #cdcdcd;
    font-family: Arial;
    color: #1d1d1d;
    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: 545px;
    
}

.mainBox .content .element .contactUs {
    color: #cecece;
}


.mainBox .content .element h2 {
	line-min-height:24px;
	margin: 0;
	margin-bottom:5px;	
	font-size: 16px;
    color: #ffc24d;
    font-weight: bold;
    padding-right: 20px;
    background-image: url( 'images/star.gif' );
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: solid 3px #878787;
    border-bottom-style: dotted;
}
.mainBox .content .element h3 {
	font-size: 11px;	
}

.mainBox .content .element .products h3 {
    font-size: 12px;
   color:white;
	text-decoration:none;
}

.mainBox .content .element .products .desc {
    font-size: 12px;
  
}

.mainBox .content .element .questions h3 {
    font-size:12px;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    text-decoration:none;
}

.mainBox .content .element .questions .answer {
    font-size: 12px;
}

.mainBox .content .element .contactUs .button{
    margin-right: 100px;
    background-color: #cdcdcd;
    font-family: Arial;
    color: #1d1d1d;
    font-size: 12px;
    text-align: center;
    width: 50px;
    min-height: 18px;
    font-weight: bold;
}

.footer {
    color: #cecece; 
    font-size: 11px;
    line-min-height: 30px;
    font-weight: normal;
	text-align: center;	
	background-color: #1e1e1e;
	border-top: solid 1px #585858;
	min-height: 30px;
}
.credits {
	font-size: 11px;
	color: #878787;
	padding-top: 10px;
	padding-bottom: 10px; 
	
}
.credits a, 
.credits a:visited {
	color: #878787; 
}
.highslide-caption .title {
   color:black;
}

 
.highslide-caption .desc {
   color:black;
}