BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Calibri;
	background: #fff url("../images/bg/body-bg.jpg") no-repeat center top;
	font-size: 33px;
	line-height: 39px;
	color: #000000;
	font-weight: normal;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

.relax {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
}

/*Page*/
.page {
	margin: auto;
	width: 995px;
	text-align: left;
	font-family: Calibri;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

/*Header*/
.header {
    float: left;
    width: 100%;
	margin-top: 56px;
}
.header A.logo {
    width: 343px;
    height: 69px;
    background: url("../images/logo.png") no-repeat left top;
    float: left;
    outline: none;
    text-indent: -2000em;
    cursor: pointer;
}
.main-nav {
    margin: 15px 0 0 23px;
    width: 900px;
    float: left;
    display: inline;
}
.main-nav UL {
	list-style :none;
	margin: 0;
	padding: 0;
}
.main-nav UL LI {
	float: left;
	margin-right: 1px;
    display: inline;
    position: relative;
	z-index: 10;
}
.main-nav UL LI A {
	color: #fff;
	font-size: 20px;
    position: relative;
    display: block;
    float: left;
}
.main-nav UL LI A SPAN {float: left;}
.main-nav UL LI A SPAN.left {
	background: url("../images/bg/l-main-nav.png") no-repeat left top;
	width: 7px;
	height: 44px;
}
.main-nav UL LI A SPAN.text {
	background:url("../images/bg/bg-main-nav.png") repeat-x left top;
    line-height: 100%;
    padding: 12px 20px 12px 15px;
    position: relative;
    cursor: pointer;
}
.main-nav UL LI A SPAN.right {
	background: url("../images/bg/r-main-nav.png") no-repeat left top;
	width: 8px;
	height: 44px;
}
.main-nav UL LI A:HOVER {text-decoration: none;}
.main-nav UL LI A:HOVER SPAN.text {text-decoration: underline;}
/*.main-nav UL LI:HOVER UL {display: block;}*/
.main-nav UL LI:HOVER UL LI UL {display: none;}
.main-nav UL LI UL {
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 44px;
    background: #91cc33;
    width: 210px;
    border-left: 2px solid #7ec425; 
    border-right: 2px solid #7ec425; 
    border-top: 2px solid #7ec425; 
    display: none;
/*visibility: hidden;*/
	z-index: 5;
}
.main-nav UL LI UL LI {
    border-bottom: 2px solid #7ec425; 
    width: 100%;
    margin: 0px;
}
.main-nav UL LI UL LI A {
    color: #fff;
    font-size: 16px;
    padding: 5px 0 5px 5px;
    float: none;
}
.main-nav UL LI UL LI A:HOVER {text-decoration: underline !important;}
/*.main-nav UL LI UL LI:HOVER UL {display: block;}*/
.main-nav UL LI UL LI UL {
    top: -2px;
    left: 210px;
    _left: 206px;
    display: none;
/*visibility: hidden;*/
}
/*Content*/
.content {
    float: left;
    width: 100%;
    background: #fff;
}
.content P, .content H2, .content H3, .content H4 {
    padding: 0px;
    margin: 0px;
}
.content H2 {
    font-size: 30px;
    color: #040404;
    font-family: Calibri;
}
.content H3 {
	font-size: 24px;
	color: #040404;
	font-family: Calibri;
}
.content P {
	font-size: 20px;
	color: #040404;
	font-family: Calibri;
	line-height: 18px;
}
.content-top {
	background: url("../images/bg/top.gif") no-repeat left top;
	height: 12px;
	float: left;
	width: 100%;
    line-height: 0%;
    font-size: 1px;
}
.main-text {
    margin: 15px 0 0 30px;
    float: left;
    display: inline;
    width: 935px;
    padding-bottom: 37px;
}
.main-text P.top-text {margin-top: 25px;}
.main-text UL {
    margin-top: 0px;
    margin-bottom: 0px;
}
.main-text UL LI {
    font-family: Calibri;
    font-size: 18px;
    color: #040404;
    margin-left: -22px;
    position: relative;
    padding-left: 15px;
}
.line-links {
    float: left;
    display: inline;
    margin: 0 0 0 10px;
}

.main-text2 {
    margin: 15px 0px 0px 30px;
    float: left;
    display: inline;
    width: 635px;
    padding-bottom: 0px;
}
.main-text2 P.top-text {margin-top: 25px;}
.main-text2 UL {
    margin-top: 0px;
    margin-bottom: 0px;
}
.main-text2 UL LI {
    font-family: Calibri;
    font-size: 18px;
    color: #040404;
    margin-left: -22px;
    position: relative;
    padding-left: 15px;
}



.green-box {
    width: 225px;
    float: left;
    background: url("../images/bg/box-no-bg.gif") repeat-x left top;
    display: inline;
    margin-left: 15px;
    font-size: 18px;
    color: #FFF;
    line-height: 25px;
    position: relative;
}
SPAN.l-green-box, SPAN.r-green-box {width: 100%; float: left;}
SPAN.l-green-box {background: url("../images/bg/left-no-box.gif") no-repeat left top;}
SPAN.r-green-box {background: url("../images/bg/right-no-box.gif") no-repeat right top; height: 169px;}
.green-box:HOVER {
    background: url("../images/bg/box-bg.gif") repeat-x left top;
    text-decoration: none;
}
.green-box:HOVER SPAN.l-green-box {background: url("../images/bg/left-act-box.gif") no-repeat left top;}
.green-box:HOVER SPAN.r-green-box {background: url("../images/bg/right-act-box.gif") no-repeat right top;}
.green-box SPAN.text-sp {
    position: relative;
    cursor: pointer;
    padding: 8px 5px 13px 5px;
    display: block;
}
.green-box2 {
    width: 305px;
    float: left;
    background: url("../images/bg/box-no-bg.gif") repeat-x left top;
    display: inline;
    margin-left: 15px;
    font-size: 18px;
    color: #FFF;
    line-height: 25px;
    position: relative;
}
SPAN.l-green-box2, SPAN.r-green-box2 {width: 100%; float: left;}
SPAN.l-green-box2 {background: url("../images/bg/left-no-box.gif") no-repeat left top;}
SPAN.r-green-box2 {background: url("../images/bg/right-no-box.gif") no-repeat right top; height: 169px;}
.green-box2:HOVER {
    background: url("../images/bg/box-bg.gif") repeat-x left top;
    text-decoration: none;
}
.green-box2:HOVER SPAN.l-green-box2 {background: url("../images/bg/left-act-box.gif") no-repeat left top;}
.green-box2:HOVER SPAN.r-green-box2 {background: url("../images/bg/right-act-box.gif") no-repeat right top;}
.green-box2 SPAN.text-sp {
    position: relative;
    cursor: pointer;
    padding: 8px 5px 13px 5px;
    display: block;
}
.green-box-off {
    width: 225px;
    float: left;
    background: url("../images/bg/box-no-bg.gif") repeat-x left top;
    display: inline;
    margin-left: 15px;
    font-size: 18px;
    color: #FFF;
    line-height: 25px;
    position: relative;
}
SPAN.l-green-box-off, SPAN.r-green-box-off {width: 100%; float: left;}
SPAN.l-green-box-off {background: url("../images/bg/left-no-box.gif") no-repeat left top;}
SPAN.r-green-box-off {background: url("../images/bg/right-no-box.gif") no-repeat right top; height: 169px;}
.green-box-off:HOVER {
    background: url("../images/bg/box-no-bg.gif") repeat-x left top;
    text-decoration: none;
}
.green-box-off:HOVER SPAN.l-green-box-off {background: url("../images/bg/left-no-box.gif") no-repeat left top;}
.green-box-off:HOVER SPAN.r-green-box-off {background: url("../images/bg/right-no-box.gif") no-repeat right top;}
.green-box-off SPAN.text-sp {
    position: relative;
    cursor: pointer;
    padding: 8px 5px 13px 5px;
    display: block;
}



.header-banner {
    background: url("../images/bg/bg-header-banner.gif") repeat-x left bottom;
    margin: 10px 0 0 30px;
    float: left;
    display: inline;
    width: 940px;
}
.l-header-banner, .r-header-banner {
    width: 100%;
    float: left;
}
.l-header-banner {background: url("../images/bg/l-header-banner.gif") no-repeat left bottom;}
.r-header-banner {background: url("../images/bg/r-header-banner.gif") no-repeat right bottom;}
.header-banner A.dvd-photo {
    float: right;
    display: inline;
    margin: 0 72px 0 0;
    line-height: 0%;
}
.text-header-banner {
    width: 416px;
    float: left;
    display: inline;
    margin: 54px 0 0 53px;
}
.content .text-header-banner H2 {
	font-size: 36px;
	line-height: 34px;
	color: #000000;
	font-family: Calibri;
	font-weight: normal;
}
.content .text-header-banner P {
    font-size: 15px;
    color: #262626;
    line-height: 20px;
    margin-top: 18px;
}
.content .text-header-banner P.top-text {
    margin-top: 14px;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}
.viccontent { 
    text-align:center; 
}
.text-header-banner A.buy-now {
    float: right;
    margin-top: -5px;
}

.video-box {
    width: 311px;
	float: left;
    display: inline;
    margin: 27px 0 0 16px;
}
.video-box H4 {
    font-size: 12px;
    color: #65bd1b;
    margin-top: 20px;
}
.content .video-box H3 {
    font-size: 20px;
    color: #000;
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
}
.content .video-box P {
	font-size: 12px;
	font-family: Calibri;
	line-height: 16px;
	color: #666666;
	margin-top: 7px;
}
.info-box {
    margin: 0 0 0 30px;
    width: 935px;
    float: left;
    display: inline;
}
.info-box H2 {margin-top: 20px;}
.info-box H3 {margin-top: 30px;}
.content .info-box P {margin-top: 24px;}
.right-photo-box {
    float: right;
    display: inline;
    margin: 30px 0 0 40px;
}
.left-photo-box {
    float: left;
    display: inline;
    margin: 30px 50px 0 0;
}
.top-products {
    margin: 22px 0 0 48px;
    float: left;
    display: inline;
    width: 867px;
}
.top-products P {
	margin-top: 0px;
	padding: 0px;
}
.left-top-products {
    border-right: 4px solid #b5df99;
    width: 460px;
    float: left;
}
.left-top-textbox {
    border-right: 4px solid #FFFFFF;
	width: 360px;
    float: left;
}
.left-top-textbox {
    width: 360px;
    float: left;
}
.left-top-textbox UL {
	margin-top: 0px;
	margin-left: 20px;
	padding: 0;
}
.left-top-textbox UL LI {
    font-size: 20px;
    color: #040404;
    font-family: Calibri;
    line-height: 22px;
    padding-left: 0px;
}

.top-products .left-top-products P {margin-right: 55px;}
.right-top-products {
    width: 360px;
    float: right;
}
.right-top-products UL {
	margin-top: 0px;
	margin-left: 20px;
	padding: 0;
}
.right-top-products UL LI {
    font-size: 18px;
    color: #040404;
    font-family: Calibri;
    line-height: 22px;
    padding-left: 20px;
/*    position: relative;*/
/*    margin-left: -20px;*/
}
.prod-tab {
    margin: 0 0 0 40px;
    float: left;
    display: inline;
    width: 920px;
}
.prod-tab TD {padding-top: 45px;}
.prod-photo {
    width: 157px;
    vertical-align: top;
}
.content .text-prod-box H3 {
    font-size: 24px;
    color: #040404;
    font-family: Calibri;
    font-weight: normal;
}
.text-prod-box {padding-right: 35px;}
.text-prod-box P.price {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	float: right;
	padding-right: 40px;
}
.text-prod-box P.price SPAN {font-size: 22px;}
.button-box {width: 136px;}
.container-resources {
    margin: 22px 0 0 40px;
    float: left;
    display: inline;
    width: 925px;
}
.container-resources .info-box {
    margin: 0px;
    width: 615px;
    float: right;
}
.right-col-resources {
    border-left: 4px solid #b5df99;
    padding: 0 0 10px 32px;
    float: right; 
    width: 615px;
}
.left-col-resources {
    width: 260px;
    float: left;
}
.left-col-resources H3 {
    font-size: 24px;
    color: #050505;
    font-family: Calibri;
    margin-top: 27px;
}
.left-col-resources P {
    margin-top: 18px;
    padding-bottom: 10px;
}
.green-form, .l-green-form, .r-green-form {
    width: 100%;
    float: left;
}
.green-form {
    background: url("../images/bg/bg-green-form0.gif") repeat-x left top;
    margin-top: 12px;
}
.l-green-form {background: url("../images/bg/l-green-form0.gif") no-repeat left top;}
.r-green-form {background: url("../images/bg/r-green-form0.gif") no-repeat right top; height: 124px;}
.green-form FORM {
    padding: 0px;
    margin: 0px;
}
.form-block {padding: 15px 0 0 15px;}
.green-form LABEL {
    font-size: 18px;
    color: #FFF;
    font-family: Calibri;
    cursor: pointer;
    float: left;
    margin: 2px 54px 0 0;
    display: inline;
}
.green-form2, .l-green-form2, .r-green-form2 {
    width: 100%;
    float: left;
}
.green-form2 {
    background: url("../images/bg/bg-green-form2.gif") repeat-x left top;
    margin-top: 12px;
}
.l-green-form2 {background: url("../images/bg/l-green-form2.gif") no-repeat left top;}
.r-green-form2 {background: url("../images/bg/r-green-form2.gif") no-repeat right top; height: 202px;}
.green-form2 FORM {
    padding: 0px;
    margin: 0px;
}
.form-block2 {padding: 15px 0 0 15px;}
.green-form2 LABEL {
    font-size: 18px;
    color: #FFF;
    font-family: Calibri;
    cursor: pointer;
    float: left;
    margin: 2px 54px 0 0;
    display: inline;
}
.green-form2, .l-green-form2, .r-green-form2 {
    width: 100%;
    float: left;
}
.green-form3 {
    background: url("../images/bg/bg-green-form3.gif") repeat-x left top;
    margin-top: 12px;
}
.l-green-form3 {background: url("../images/bg/l-green-form3.gif") no-repeat left top;}
.r-green-form3 {background: url("../images/bg/r-green-form3.gif") no-repeat right top; height: 372px;}
.green-form3 FORM {
    padding: 0px;
    margin: 0px;
}
.form-block3 {padding: 15px 0 0 15px;}
.green-form3 LABEL {
    font-size: 18px;
    color: #FFF;
    font-family: Calibri;
    cursor: pointer;
    float: left;
    margin: 2px 54px 0 0;
    display: inline;
}



#testtable {
margin: auto;
width: 460px;
}





.bg-input-box {
    width: 215px;
    height: 33px;
    float: right;
	padding-right: 30px;
    background: url("../images/bg/bg-input.gif") no-repeat left top;
}
.bg-input-box INPUT {
    outline: none;
    margin: 5px 0 0 7px;
    font-size: 14px;
    width: 205px;
    background: none;
    border: none;
}
.bg-input-box2 {
    width: 180px;
    height: 33px;
    float: left;
	padding-right: 30px;
    background: url("../images/bg/bg-input2.gif") no-repeat left top;
}
.bg-input-box2 INPUT {
    outline: none;
    margin: 5px 0 0 7px;
    font-size: 14px;
    width: 140px;
    background: none;
    border: none;
}


.bg-submit-box {
    float: right;
	padding-right: 30px;
}
.bg-check-box {
    float: left;
}

.text-align-right {text-align: right;}
/*Footer*/
.footer {
     float: left;
     width: 100%;
     background: url("../images/bg/bg-footer.gif") repeat-x left bottom;
     padding: 40px 0 93px 0;
}
.logo-footer {
    float: left;
    display: inline;
    margin: 0 0 0 25px;
    padding-bottom: 20px;
    line-height: 0%;
}
.l-footer {
    float: left;
    display: inline;
    margin: 0 0 0 48px;
    width: 334px;
}
.c-footer {
    float: left;
    width: 73px;
}
.r-footer {float: left;}
.footer P {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: #000;
    line-height: 18px;
}
.footer P A {color: #000;}






.mytab {
border:none;
width:100%;
}
.mytab td{
text-align:center;/* horizontal text align */
line-height:100px;/* vertical text align - the value should be equal with the element's height */
}





.main-nav UL LI A SPAN.lefton {
	background: url("../images/bg/l-main-nav-on.png") no-repeat left top;
	width: 7px;
	height: 44px;
}
.main-nav UL LI A SPAN.texton {
	background:url("../images/bg/bg-main-nav-on.png") repeat-x left top;
    line-height: 100%;
    padding: 12px 20px 12px 15px;
    position: relative;
    cursor: pointer;
}
.main-nav UL LI A SPAN.righton {
	background: url("../images/bg/r-main-nav-on.png") no-repeat left top;
	width: 8px;
	height: 44px;
}
