/**** Main Styles *****/
body{
	margin: 0; padding: 0; background-color: #336666; text-align: center;
}
a:link, a:visited, a:active, a:hover { 
	color: #93d68f;
}
#body{
	width: 1003px; min-width: 1003px; position: relative; font-family:Arial, Helvetica, sans-serif; font-size:10pt; height:100%; text-align: left;
	margin: 0 auto;
}

img{ border: 0pt; }


/**** Header *****/
#header{
	width: 1003px; position: relative; text-align: center;  clear: both; height: 447px;  background-image: url(img/head.jpg); background-repeat: no-repeat; background-position:bottom; left:0px;
}
/** HEADER  MENU **/
#header_menu{
    position: absolute;
    top: 40px;
    right: 10px;
}
#header_menu ul{
    list-style: none;
}
#header_menu ul li{
    float: left;
    padding: 0 10px;
    position: relative;
    background: url('img/head_menu_sep.jpg') no-repeat;
    background-position: right top;
}
#header_menu ul li.last{
    background: none;
}
#header_menu ul li a{
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #b6e0e0;
    text-decoration: none;
    padding: 9px;
}
#header_menu ul li ul{
    position:  absolute;
    width: 185px;
    background: #285050;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 10;
    display: none;
}
#header_menu ul li:hover ul{
    display: block;
}
#header_menu ul li ul li{
    text-align: left;
    background: none;
    width: 185px;
}
#header_menu ul li ul li .subitem{
    width: 155px;
    margin: 0 5px 0 5px;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #366060;
}
#header_menu ul li ul li .no_border{
    border-bottom: none;
}

#header_menu ul li ul li.last{
    border-top: 1px solid #366060;
    padding: 5px 15px 2px 15px;
}
#header_menu ul li ul li a{
    color: #b6e0e0;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 3px 0;
    display: block;
    width: 160px;
    height: 15px;
}
#header_menu ul li ul li a:hover{
    text-decoration: none;
    background: url('img/head_sub_item_bg.png') no-repeat;
    background-position: bottom center;
    color: #ffffff;
}
#header_menu ul li a.active{
    color: #ffffff;
    background: #285050;
}
#header_menu ul li a.folder{
    background-image: url('img/head_menu_arrow.png');
    background-repeat: no-repeat;
    background-position: right 15px;
    padding-right: 18px;
}
#header_menu ul li a:hover{
    text-decoration: underline;
}
#header_menu ul li a.folder.active{
	background-position: right -11px;
}
/** END OF HEADER  MENU **/

#logo{
	position: absolute; float: left; left: 30px; top: 0px; width: 395px; height: 139px;
}
#dowmload_now{
	position: absolute; float: left; left: 581px; top: 377px; width: 203px; height: 48px;
}
#buy_now{
	position: absolute; float: left; left: 805px; top: 377px;  width: 161px; height: 48px;
}
#dowmload_now a{
	background-image: url('img/download_now.jpg'); background-position: 0 0; background-repeat: no-repeat; line-height: 48px; height: 48px;
	width: 203px; position: absolute; left: 0; top: 0;
}
#dowmload_now a:hover{
	background-image: url('img/download_now.jpg'); background-position: 0 -48px; background-repeat: no-repeat; line-height: 48px; height: 48px;
	width: 203px; position: absolute; left: 0; top: 0;
}
#buy_now a{
	background-image: url('img/buy_now.jpg'); background-position: 0 0; background-repeat: no-repeat; line-height: 48px; height: 48px;
	width: 161px; position: absolute; left: 0; top: 0;
}
#buy_now a:hover{
	background-image: url('img/buy_now.jpg'); background-position: 0 -48px; background-repeat: no-repeat; line-height: 48px; height: 48px;
	width: 161px; position: absolute; left: 0; top: 0;
}

#change_icons{
	position: absolute; font-size: 46px; color: #FFFFFF; top: 130px; left: 580px;
}
#with_color_code{
	position: absolute; font-size: 30px; color: #FFFFFF; top: 180px; left: 580px;
}
#image_code{
	position: absolute; font-size: 30px; color: #FFFFFF; top: 210px; left: 720px;
}
#header h1{
	margin: 0; padding: 0; font-weight: normal;
}

#head_text{
	position: absolute; float: left; left: 600px; top: 245px; color: #EAFBD1; width: 350px; text-align: left;
	font-size: 14px;
}

#buttons{
	width: 1003px; position: relative; margin: 0 auto; margin-top: 5px;
}

a.link_title{
	font-size: 30px; position: relative; margin: 20px 0 0 0; padding: 0; font-weight: bold; display: block; color: #0A8904; text-decoration: none;
}
a.link_title:hover{
	text-decoration: underline;
}
a.link_description{
	font-size: 18px; position: relative; margin: 5px 0 0 0; padding: 0; color: #3DCA3A; text-decoration: none;
} 
a.link_description:hover{
	text-decoration: underline;
}

#see_it{
	position: relative; float: left; width: 129px; height: 111px;
}
#try_it{
	position: relative; float: left; width: 129px; height: 111px;
}
#buy_it{
	position: relative; float: left; width: 129px; height: 111px;
}
#see_it_button, #try_it_button, #buy_it_button{
	position: relative; float: left;  height: 111px; background-image: url('img/btn_r.jpg'); background-repeat: no-repeat; text-align: center;	
}
#see_it_button, #try_it_button{
	margin-right: 5px; width: 202px;
}
#buy_it_button{
	width: 202px;
}

#benefits_testimonials {
	width: 1001px;
	height: 259px;
	position: relative;
	background: white url('img/benefits_background.jpg') bottom repeat-x;
	clear: both;
	margin: 0 auto;
	border: solid 1px #244747;
	top: 5px;
}

#benefits_testimonials.restcontent.long {
	height: initial;
}

#benefits_testimonials.restcontent.long {
	width: auto;
	height: auto;
	background-color: white;
	background-image: none;
	padding: 20px;
	color: #336666;
}
#benefits_testimonials.restcontent.long h1{
	color: #40BA03;
}
#benefits_testimonials h2 {
	font-size: 20px; color: #40BA03; margin: 0 0 10px 0; padding: 0;
}
#benefits{
 	position: relative; width: 522px; float: left; padding: 20px 10px 0 25px; color: #336666;
}
#testimonials{
	position: relative; width: 340px; float: left; padding: 20px 10px 0 25px; color: #336666;
}
#benefits ul{
	list-style: none; margin: 0; padding: 0;
}
#benefits li{
	position: relative; position: relative; background-image: url('img/li.jpg'); background-position: center left; background-repeat: no-repeat;
	padding: 4px 0 4px 27px; margin-top:6px;
}
#benefis_read_more{
	font-size: 10px; color: #228E01; text-decoration: underline; font-weight: bold; float: right; margin-top: 10px;
}
#testimonials_text{
	margin: 0; padding: 0; font-style: italic;
}
#testimonials_text p{
	margin: 0; padding: 0 0 10px 0;
}
#testimonials_read_more{
	font-size: 10px; color: #228E01; text-decoration: underline; font-weight: bold; float: right; padding-top: 0px;
}

/**** Content *****/
#content{
	width: 905px; position: relative; text-align: left; clear: both; margin: 0 auto; padding: 20px 50px 30px 50px;
}

#content h1 {
	color: #AACECE;
}

#content h2 {
	color: #AACECE;
	font-size: 18px;
	font-weight: bold;
}

#content h3 {
	color: #40BA03;
	font-size: 20px;
}

#content p{
	color: #DDDEE0;
	font-size: 14px;
	line-height: 20px;
}

.keyfeatures {
	color: #DDDEE0;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
}
.keyfeatures .list {
	text-align:left;
	/*width:660px;*/
}
.keyfeatures ul li {
	margin-bottom:15px;
	line-height: 17px;
}
.keyfeatures .name {
	font-weight:bold;
}
.keyfeatures .mark1 {
	color:#20A786;
}

#keyfeatures {
	color: #DDDEE0;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
}
#keyfeatures .list {
	text-align:left;
	width:660px;
}
#keyfeatures ul li {
	margin-bottom:15px;
	line-height: 17px;
}
#keyfeatures .mark1 {
	color:#FFC;
}

#bottomlinkbox {
	height: 70px;
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
	margin-top: 50px;
	line-height: 23pt;
}

a.bottomlink:link {
	color: #FFFFFF;;
	font-size: 17pt;
}

a.bottomlink:visited {
	color: #93BBBB;
}

a.bottomlink:hover {
	color: #CCC;
}

/**** Footer *****/
#footer{
	width: 1003px; position: relative; text-align: center; clear: both; background-color: #477575; margin: 0 auto;
	font-family: Arial; font-size: 12px; color: #93BBBB; height: 70px; border: 1px solid #316363; top: 10px;
	margin-bottom: 10px;
}
#footer_links{
	margin: 0 0 10px 0; position: relative; top: 20px;
}

#footer a{ 
	color: #93BBBB; font-size: 12px; margin: 0 3px 0 3px;
}

#copyrights{
	    position: relative;
		top: 20px;
		padding:0; 
		font-family: "Times New Roman", Times, serif;
		font-size: xx-small;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		margin: 10px 0px 0px 0px auto;
}
#footer_space{
	height: 60px; position: relative; clear: both;
}

#youtube-btn  {
	position: absolute;
	top: 257px;
	left: 202px;
	cursor: pointer;
}

.video_modal_window{
	display:none;
	padding: 30px 10px 10px 10px;
	z-index: 10;
	position: relative;
	background: #ffffff;
}
.video_modal_window .head{
	position: absolute;
	text-align: right;
	height: 15px;
	top: 10px;
	left: 0px;
	width: 100%;
	font-size: 12px;
}
.video_modal_window .head a{
	color: #000000;
	margin-right: 10px;
}
.video_modal_window .signature{
	margin-top: 10px;
}

.buttons{
    padding: 0px 0 0 5px;
    overflow: hidden
}

.btn_download{
    float: left;
    margin-right: 13px;
}
.btn_download a{
    display: block;
    width: 88px;
    height: 24px;
    padding-top: 7px;
    background: #49d72b url('img/btn_download.jpg') no-repeat;
    background-position: 0 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.btn_buy_now{
    float: left;
}
.btn_buy_now a{
    display: block;
    width: 88px;
    height: 24px;
    padding-top: 7px;
    background: #00bdbd url('img/btn_buynow.jpg') no-repeat;
    background-position: 0 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.btn_buy_now a:hover{
    background-position: 0 -31px;
}
.btn_download a:hover{
    background-position: 0 -31px;
}
.name {
	font-style: italic;
}

.mark1 {
	font-weight: bold;
}


.buy-now-with {
    display: inline-block;
    width: 67px;
    height: 44px;
    background: url(img/btn_BuyNow_with.gif) center no-repeat;
    text-decoration: none;
}
.buy-now-with span.buy-now-lbl {
    color: #fff;
    display: block;

    font-size: 13px;
    margin-top: 12px;
}
.buy-now-with span.buy-now-provider {
    color: #fff;
    display: block;
    font-family: 'Arial';
    font-size: 9px;
    margin-top: -2px;
}