@charset "utf-8";
/* CSS Document */

/* reset all */
* {
	margin: 0;
	padding: 0;
}
/* basic text style */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	color: #3E2E73;
	background-image: url(../images/bgd-body.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #d1d3d4;
}
img a {
	border: none;
}
a {
	color: #ED1F24;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* set structure sizes */
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align:left;
	padding: 0 20px;
	background-image: url(../images/bgd-wrapper.gif);
	background-repeat: repeat-y;
	background-position: 5px center;
	overflow: hidden;
}
/* site by section */
#header {
	width: 830px;
	margin: 0 auto;
	padding-top: 27px;
	background-image: url(../images/header-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header img {
	float: left;
	margin: 10px 0 20px 40px;
}
#tagline {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: left;
	color: #fff;
}
#tagline h2 {
	font-weight: normal;
	width: 510px;
	margin: 0 auto;
	padding: 35px 80px 0 240px;
	font-size: 20px;
	line-height: 1.5em;
}
#applications {
	clear: both;
	background-image: url(../images/waves.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	color: #fff;
	font-size:13px;
	text-align: center;
	padding: 91px 15px 0;
	overflow: hidden;
}
#applications div {
	background-color:#3E2E73;
	padding: 8px 10px;
	margin: 0;
}

#navigation li {
	float: left;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	width: 25%;
}
#navigation a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding: 3px 6px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation a.home, h1.home {
	background-color:#29AAE2;
}
#navigation a.what, h1.what {
	background-color:#E5E2E0;
	color: #3E2E73;
}
#navigation a.how, h1.how {
	background-color:#90BBD6;
}
#navigation a.order, h1.order {
	background-color:#ED1F24;
}
#navigation a.home {
	background-image: url(../images/arrow-home.gif);
	background-position: 140px 8px;
}
#navigation a.what {
	background-image: url(../images/arrow-what.gif);
	background-position: 70px 8px;
}
#navigation a.how {
	background-image: url(../images/arrow-how.gif);
	background-position: 90px 8px;
}
#navigation a.order {
	background-image: url(../images/arrow-order.gif);
	background-position: 135px 8px;
}
#navigation a.home:hover {
	background-position: 145px 8px;
}
#navigation a.what:hover {
	background-position: 75px 8px;
}
#navigation a.how:hover {
	background-position: 95px 8px;
}
#navigation a.order:hover {
	background-position: 140px 8px;
}
h1 {
	background-image: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 30px;
	text-transform: uppercase;
}
#contentwrap {
	padding: 20px 0;
	overflow: hidden;
}
.content {
	width: 500px;
	padding: 0px 30px;
	float: left;
}
.content h2 {
	font-size: 16px;
	padding: 10px 0;
	clear: both;
}
.content p {
	padding: 10px 0;
}
.content h3 {
	font-size: 13px;
	color: #ED1F24;
	padding: 10px 0 0;
	clear: both;
}
.content h4 {
	font-size: 13px;
	color: #29AAE2;
	padding: 10px 0 0;
}
.content blockquote {
	padding: 0px 5px;
}
.content ul, .content ol {
	padding: 10px 0 10px 20px;
}

.content a.order {
	width: 179px;
	height: 70px;
	background-image: url(../images/order-now-button2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	display:block;
	float: right;
	text-indent: -1800px;
	margin: 80px 0px 30px 10px;
}
.content a.order:hover {
	background-position: center -70px;
}
.red {
	color: #ED1F24;
}
ul.tick {
	float:left;
	width: 57%;
}
ul.tick li {
	padding: 1px 0 1px 30px;
	list-style-type: none;
	background-image: url(../images/red-tick.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.sidebar {
	float: right;
	width: 200px;
	padding: 0;
}
#hform {
	display: none;
}
#commentform {
	background-color:#E5E2E0;
	padding: 10px;
	overflow: hidden;
	font-size: 11px;
	margin-right: 20px;
	margin-top: 20px;
}
#distributorform {
    clear: both;
	background-color:#E5E2E0;
margin: 10px 40px;
padding: 0px 20px;
}
#distributorform label {
display: block;
float: left;
    width: 120px;
text-align: right;
padding-right: 10px;
}
#distributorform input {
display: block;
float: left;
    width: 245px;
}
#distributorform select {
display: block;
float: left;
    width: 180px;
}
#distributorform textarea {
display: block;
float: left;
    width: 245px;
}
#distributorform p {
display: block;
clear: both;

}
#distributorform #submit {
width: auto;
}
#commentform #fullname, #commentform #emailfrom, #commentform #details {
	width: 160px;
	border: 1px solid #29AAE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#commentform #submit {
	font-size: .9em;
	font-weight: bold;
	float: right;
	color: #555;
}
#fullname.err, #emailfrom.err, #details.err, #telephone.err {
	border: 1px solid #ED1F24;
}
.error, .req {
	font-weight: bold;
	color: #ED1F24;
}

#footer {
	text-align: left;
	width: 830px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	overflow:hidden;
	background-image: url(../images/footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contact {
	float: left;
	padding: 20px 20px 50px 45px;
}
#contact a {
	color: #3E2E73;
}
#distribute {
	color: #3E2E73;
	margin-right: 15px;
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	float: right;
}
#distribute p#top {
	background-color:#E5E2E0;
	padding: 20px 10px 0px;
}
#distribute p#bottom {
	background-color:#E5E2E0;
	padding: 5px 10px 12px;
}
#wanted {
	font-size: 1.2em;
	padding-top: 20px;
}
#wanted a {
	background-image: url(../images/red-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}
#wanted a:hover {
	background-position: 4px center;
}
/************ subnav ************/
#subnav a {
	padding: 3px 25px;
}
#subnav a.current {
	background-position: 0px center;
}
#subnav a:hover {
	background-position: 4px center;
}

#subnav {
overflow: hidden;
width: 100%;
clear: both;
}
#subnav li {
	float: left;
	text-align: left;
	width: auto;
	margin-left: 20px;
}
#subnav.how {
	background-color:#90BBD6;
}
#subnav.how a.current, #subnav.how a:hover {
	background-image: url(../images/arrow-how.gif);
}
#subnav.what {
	background-color:#E5E2E0;
}
#subnav.what a.current, #subnav.what a:hover {
	background-image: url(../images/arrow-what.gif);
}
#subnav.what a {
	color: #3E2E73;
}
#subnav.order {
background-color:#ED1F24;
}
#subnav.order a.current, #subnav.order a:hover {
	background-image: url(../images/arrow-order.gif);
}
/****************** video player ************************/
.video-player {
display: block;
margin: 1em auto;
	background-color:#90BBD6;
padding: .5em;
}




.youtube, .facebook {
padding: 20px 0;

}

.youtube a:visited, .facebook a:visited,
.youtube a:link, .facebook a:link
{
text-decoration: none;
}


.youtube img, .facebook img {
border: none;
display:block;
width: 170px;
}
