h6 {
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
#green {
	background-color:#6F6;
	padding:5px;
}
#testimonysubmit {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
#distributerlogin {
	width:150px;
	margin-left:auto;
	margin-right:auto;
}
label
{
width: 80px;
float:left;
text-align: right;
margin-right: 5px;
display: block;
vertical-align:top;
color:#000;
}
input, textarea
{
	color: #000;
	background: #84addb;
	border: .3px solid #CCC;
}


a:link {
	color: #3886E0;
}

a:hover, {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #3886E0;
}

*
{
border: 0;
margin: 0;
}

body
{

	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #296FC0;
}

#main
{
margin: 0 auto;
width: 998px;
background: #296FC0 url(/images/back_all.gif) repeat-y center;
}

#header
{
width: 790px;
margin: 0 auto; 
height: 205px;
/*background: url(/images/header.jpg) no-repeat center bottom;*/

}
#animation {
	padding-top:35px;
	z-index:1;
}
#logo
{
padding-left: 40px;
text-align: left;
z-index:1000;

}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#logo h2 {
	color:#FFF;
}
#logo H2 a
{
font-size: 10px;
}


#buttons-top
{
	width:790px;
	padding-top:2px;
}

#buttons-top li {
	display:inline;
}
#buttons-top a {
	display: block;
	float:left;
	width: 130px;
	height: 21px;
	background: url(/images/button.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	padding-top:8px;
	margin-left:8px;
	margin-right:8px;
}

#buttons-top a:hover {
	width: 130px;
	height: 21px;
	background: #FFFFFF url(/images/button_r.gif) no-repeat;
	font-size: 14px;
}

#buttons
{
width: 130px;
float:left;
}
#buttons ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#buttons li {
	display:inline;
}
#buttons a {
	display: block;
	width: 130px;
	height: 21px;
	background: url(/images/button.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	padding-top:8px;
}

#buttons a:hover {
	width: 130px;
	height: 21px;
	background: #FFFFFF url(/images/button_r.gif) no-repeat;
	font-size: 14px;
}

#content
{
width: 758px;
margin: 0 auto;
padding: 20px;
min-height:338px;
}

#right
{
width: 580px;
padding: 10px;
margin-left:150px;
}

#right H1
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 24px;
}
#right H2
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
}

#right a
{
 color: #3886E0;
}

#right a:hover, {
	text-decoration: none;
	color: #FF0000;
}

#right a:visited {
	color: #3886E0;
}
#footer
{
	background: url(/images/footer.gif) repeat-x;
	height: 77px;
	width: 780px;
	margin: 0 auto;
	font-size: 10px;
	color: #000000;
	padding-top: 5px;
	text-align: center;
	border-top: 4px solid #296FC0;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}

#FAQ {
	margin-left:30px;
}

#TestimonialsTabletr {
	width:50%;
	vertical-align:top;

}
#TestimonialsTabletd {
	vertical-align:top;
	width:50%;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200%;
	height: 200%;
}

