body {
background:#CCCCCC;
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:0.75em;
margin:0px;
margin-top: 10px;
margin-bottom: 10px;
}

a img {
	border: 0px;
}

.empty a:link, .empty a:visited, .empty a:hover, .empty a:active {
	display: block;
	width: 100%;
	height: 228px;
	text-decoration: none;
}

.fbox a:link, .fbox a:visited, .fbox a:hover, .fbox a:active {
	font-size: 12px;
	color: red;
}

h1 {
	font-size: 1.35em;
	color: white;
	margin: 0px;
	padding-left: 20px;
}

h2 {
	font-family: trebuchet MS;
	font-size: 1.35em;
	margin: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: normal;
	background: URL('../images/blockdefault.gif') center center repeat-x ;
}

label {
color:#FFFFFF;
display:block;
font-weight:bold;
}

input[type="text"] {
background:#8FC2E2 none repeat scroll 0%;
border:3px solid #004F84;
padding:3px;
width:150px;
}

.required {
color:#FFF100;
font-size:0.95em;
}

.yelLink a:link, .yelLink a:visited, .yelLink a:hover, .yelLink a:active {
color:#FFF100;
}

.contactBtn {
background:#004F84 none repeat scroll 0%;
border:1px solid #FFFFFF;
color:white;
cursor:pointer;
font-family:Trebuchet MS;
font-size:14px;
margin-right:10px;
padding:5px;
text-decoration:none;
width:110px;
}

textarea {
background:#8FC2E2 none repeat scroll 0%;
border:3px solid #004F84;
font-family:Arial,Helvetica,sans-serif;
font-size:0.95em;
height:95px;
padding:5px;
width:250px;
}

.menuContainer {
background:#004F84 none repeat scroll 0%;
border-top:0px solid #569FD0;
}

p {
margin-bottom:12px;
margin-top:0px;
padding:0px;
}

.defaultUL {
color:#FFFFFF;
line-height:16px;
margin:0px;
padding-bottom:0px;
padding-left:45px;
padding-top:0px;
}

.benefitsUL {
font-size:0.95em;
line-height:16px;
margin:0px;
padding-bottom:15px;
padding-left:45px;
padding-top:50px;
}

#mainContainer {
	width: 820px;
	margin: 0 auto 0 auto;
	border: 1px solid #aaa;
	background-color: white;
}

#header {
	width: 800px;
	background: url('../images/header.jpg') maroon no-repeat;
	margin: 10px;
	height: 150px;
	margin-bottom: 0px;
	border-bottom: 0px solid #aaa;
}

#content {
	width: 800px;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentBottom {
	background-color: #cd5353;
	width: 800px;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;clear: both;
	border-bottom: 3px solid #aaa;
}

#footer {
	width: 780px;
	clear:both;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: #000;
	height: auto;
	color: #fff;
	padding: 10px;	
}

#menuContainer {
	width: 800px;
	margin: 0px auto 0px auto;
}

#welcomeBox {
	width: 460px;
	background: url('../images/redbg.png') maroon repeat-x;
	height: 228px;
	float: left;
	border-top: 0px solid #aaa;
	border-bottom: 0px solid #aaa;
}

.pad15{
	padding: 20px;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}

#whyBox {
	width: 340px;
	height: 228px;
	border-top: 0px solid #aaa;
	border-bottom: 0px solid #aaa;
	float: left;
	background: url('../images/why.png') maroon right no-repeat;
}

.qteBtn {
	background: #6d0000;
	border: 3px solid #d24545;
	color: white;
	margin-top: 190px;
	margin-left: 15px;
	font-size: 14px;
	cursor: pointer;
	padding: 3px;
}

/*  ################ MENU ############# */

.solidblockmenu{
margin: 0;
padding: 0;
padding-left: 10px;
float: left;
font: bold 13px Arial;
width: 790px;
border-bottom: 1px solid #000;
border-top: 0px solid #444;
background: black url(../images/blockdefault.gif) center center repeat-x;

}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #333;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover{
color: #d5d5d5;
background: transparent url(../images/blockdefault.gif) center center repeat-x;
}

