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

* {
	margin: 0px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background-gradient.jpg);
	text-align: left;
	font-family: Helvetica, sans-serif;
}

#navul {
	margin-left: -30px;
}

.navlist {
	text-decoration: none;
	list-style: none;
	float: left;
	font-weight: bold;
	width: 100px;
	height: 28px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    -khtml-border-radius-topright: 10px;
    border-radius-topleft: 10px;
    border-radius-topright: 10px;
	line-height: 25px;
}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100px;
	height: 28px;
	font-weight: bold;
	background-color: #999999;
	text-align: center;
	vertical-align:middle;
	color: #FFFFFF;
	display: block;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    -khtml-border-radius-topright: 10px;
    border-radius-topleft: 10px;
    border-radius-topright: 10px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover {
	background-color: #666666;
	text-decoration: none;
	color: #FFFFFF;
}

a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}

#activelink {
	background-color: #666666;
}

#spacer {
	height: 50px;
}

.spacer2 {
	height: 25px;
}

#logo-padding {
	padding-top: 20px;
	padding-left: 6px;
}

#top-left {
	width: 510px;
}

#top-right {
	width: 400px;
}

#description {
	padding-top: 30px;
	line-height: 24px;
	width: 440px;
	font-size: 15px;
}


#main-section {
	width: 900px;
	height: 900px;
	background-color: #FFFFFF;
	border: 1px solid black;
}

#main-container {
	width: 860px;
	padding: 30px 30px 0px 30px;
	background-image: url(images/hand-feather.jpg);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align:top; 
}

#main-section2 {
	width: 900px;
	height: 585px;
	background-color: #FFFFFF;
	border: 1px solid black;
}


#main-container2 {
	width: 860px;
	padding: 30px 30px 0px 30px;
	background-image: url(images/hand-feather.jpg);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align:top; 
}

#left-container2 {
	width: 540px;
	height: 585px;
}

.intro-text {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
}

.product-text {
	font-size: 14px;
	width: 430px;
	padding-top: 20px;
	line-height: 22px;
}

.customh1 {
	font-family: Helvetica, sans-serif;
	font-size: 35px;
	color: #006666;
	padding-top: 15px;
}

#left-container {
	width: 540px;
	height: 900px;
}

.video1 {
	width: 325px;
	height: 315px;
	background-color: #333333;
	border: 2px solid black;
}


#line {
	width: 495px;
	height: 20px;
	background-color: #E9E9E9;
	margin-top: 40px;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
	color: #006666;
}

.pic-pad {
	padding: 10px 10px 0px 10px;
}

.video-text {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	padding: 8px 10px 0px 15px;
	letter-spacing: 1px;
}

.benefits {
	font-size: 14px;
	width: 490px;
	margin-top: 35px;
	line-height: 21px;
}

#benefits2 {
	font-size: 14px;
	width: 490px;
	line-height: 21px;
	padding-top: 25px;
	clear: both;
}

#benefits3 {
	font-size: 14px;
	width: 420px;
	line-height: 21px;
	padding-top: 25px;
	clear: both;
	text-align: left;
}

#whatitcuts {
	font-size: 14px;
	line-height: 21px;
}

#cutul {
	padding-top: 15px;
}

.ben-text {
	float: left;
	width: 280px;
}

.ben-text2 {
	float: left;
	width: 170px;
}


#bentext2 {
	float: left;
	width: 200px;
}

.ben-pic {
	float: right;
}

.ben-pic2 {
	float: right;
	padding-top: 70px;
}

.cut-list {
	padding-top: 5px;
}

.pad-top {
	padding-top: 30px;
}

.pad-top2 {
	padding-top: 55px;
	width: 440px;
}

#footer {
	clear: both;
	font-size: 12px;
	padding-top: 110px;
	color: #666666;
	text-align:left;
}

#footer2 {
	clear: both;
	font-size: 12px;
	padding-top: 45px;
	color: #666666;
	text-align:left;
}

#footer3 {
	clear: both;
	font-size: 12px;
	padding-top: 175px;
	color: #666666;
	text-align:left;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.product-txt2 {
	width: 200px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding-top: 10px;
}

#prod-txt3 {
	clear: both;
	padding-top: 15px;
	width: 200px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

#distributors {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 20px;
	width: 450px;
}

#dist-content {
	padding-top: 70px;
	width: 475px;
}

.dist-pad {
	padding-top: 30px;
}

.country {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

#cbm {
	font-size: 14px;
	color: #003399;
}

#style {
	padding-top: 80px;
	clear: both;
	font-size: 14px;
	line-height: 23px;
	width: 470px;
}












