html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	font-family: Tahoma, sans-serif;
	font-weight:normal;
	font-size: 62.5%;
	background:url(../images/bg_home.png) repeat-x top #6f9822;
}
body.splash{
	background:url(../images/bg2_home.png) repeat-x top #729a24;
}

html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding:0;
	margin:0;
	border:0;
}

img {display:block;} 

.clear{
	content:".";
	height:0;
	visibility: hidden;
	display:block;
	clear:both;
}

* { outline: none;}

.all{
	width:894px;
	margin:0 auto;
}
.logo{
	width:314px;
	position:relative;
	left:-40px;
}
.splash .logo{
	margin:0 auto;
	left:0;
}
.topBlock{
	float:right;
	margin-top:37px;
	width:230px;
}
.search{
	margin-bottom:16px;
	overflow:hidden;
}
.search input{
	float:right;
}
.search span{
	font-size:1.1em;
	line-height:13px;
	font-weight:bold;
	color:#446f0c;
	float:right;
	padding-top:3px;
}

.search-button
{
    background-image:url(../images/search-button.png);
    width:20px;
    height:20px;
}

.textInput{
	border:1px solid #5fa400;
	font-family: Tahoma, sans-serif;
	font-size:1.1em;
	line-height:13px;
	color:#446f0c;
	display:inline;
	margin:0 2px 0 4px;
	padding:3px 2px 2px 4px;
	width:152px;
}
.topNavigation li{
	float:right;
	display:inline;
	margin-left:10px;
	list-style:none;
}
.topNavigation a{
	display:block;
	text-indent:-5000px;
	line-height:0;
	font-size:0;
	background-position:left top;
	background-repeat:no-repeat;
	height:10px;
}
.topNavigation a:hover{
	background-position:left bottom;
}
.topNav1{
	background-image:url(../images/top-nav1.gif);
	width:11px;
}
.topNav2{
	background-image:url(../images/top-nav2.gif);
	width:13px;
}
.topNav3{
	background-image:url(../images/top-nav3.gif);
	width:11px;
}
.mainNavigation{
	overflow:hidden;
	width:100%;
}
.mainNavigation li{
	list-style:none;
	float:left;
	display:inline;
}
.mainNavigation a{
	display:block;
	position:relative;
	z-index:2;
}
.mainNav1{
	margin-right:44px;
}
.mainNav2{
	margin-right:38px;
}
.mainNav3{
	margin-right:43px;
}
.mainNav4{
	margin-right:37px;
}
.mainNav5{
	margin-right:30px;
}
.mainNav6{
	margin-right:29px;
}
.mainArea{
	/*background:url(../images/content-bg.png) no-repeat left top;*/
	padding-top:25px;
	position:relative;
}
.mainAreaInner{
	position:relative;
	margin-top:-4px;
}
.image1{
	position:absolute;
	top:0px;
	z-index:10;
}
.image2{
	position:absolute;
	top:5px;
	left:5px;
	z-index:10;
}
.banner{
	position:absolute;
	top:20px;
	right:0;
	z-index:20;
}
.banner2{
	position:absolute;
	top:10px;
	right:0;
	z-index:20;
}
.contentAreaIndex{
	/*border-left:1px solid #3e6d00;
	border-right:1px solid #3e6d00;
	border-bottom:1px solid #3e6d00;
	background:url(../images/content-area-main-bg.png) repeat-x top;
	padding:7px 0 23px 22px;*/
	overflow:hidden;
	margin-bottom:8px;
}
.mainAreaInner .contentAreaIndex{
	background:url(../images/content-bg2.png) repeat-x top #dbfb96;
	padding-top:15px;
}
.block{
	float:left;
	display:inline;
	margin-right:19px;
	width:269px;
}
.block h1{
	line-height:0;
	font-size:0;
}
.content{
	border-width:0 1px 1px 1px;
	border-style:solid;
	background:#fff;
	height:291px;
}
.blockInner{
	padding:15px 14px 0 14px;
}
.blockInner h2{
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:19px;
	font-size:1.2em;
	line-height:14px;
}
.blockInner p{
	font-size:1.1em;
	line-height:14px;
	color:#545454;
	padding-left:19px;
}
.blockInner p sup{
	font-size:0.8em;
}
.content1{
	border-color:#ff9c00;
}
.content1 .blockInner h2{
	color:#ff7200;
	background-image:url(../images/bullet1.gif);
}
.content1 .blockInner h2 a{
	color:#ff7200;
}
.content2{
	border-color:#e30000;
}
.content2 .blockInner h2{
	color:#bd0000;
	background-image:url(../images/bullet2.gif);
}
.content2 .blockInner h2 a{
	color:#bd0000;
}
.content2 .image{	
	padding:6px 14px 0 14px;
}
.content2 .image img{
	border:1px solid #d5d5d5;
	padding:4px;
}
.content3{
	border-color:#567e15;
}
.content3 .blockInner h2{
	color:#2d5107;
	background-image:url(../images/bullet3.gif);
}
.content3 .blockInner h2 a{
	color:#2d5107;
}
.content3 .image{
border-bottom:1px solid #345e00;
}
.blockInner ul{
	list-style:none;
	margin-left:20px;
}
.blockInner ul li{
	background:url(../images/bullet4.gif) no-repeat left 4px;
	padding-left:13px;
	color:#4b4747;
	font-size:1.2em;
	line-height:14px;
	margin-top:8px;
}
.footer{
	background:url(../images/footer-bg.png) no-repeat left top;
	text-align:center;
	color:#b4d264;
	font-size:1.1em;
	line-height:14px;
	padding:11px 0 0 0;
	height:27px;
}
.footer a{
	color:#f0ffc8;
	margin:0 9px;
}
.footer a:hover{
	text-decoration:none;
}
.copyright{
	text-align:center;
	font-size:1.1em;
	color:#fff;
	padding:8px 0 13px 0;
}

.copyright a:hover {
text-decoration:none;
}
.copyright a {
color:#ffffff;

}

.contentAreaInner{
	border-left:1px solid #3e6d00;
	border-right:1px solid #3e6d00;
	border-bottom:1px solid #3e6d00;
	background:url(../images/content-area-main-bg.png) repeat-x top #eaffbf;
	padding:0 0 23px 22px;
	overflow:hidden;
}
.sideContent{
	float:left;
	width:211px;
}
.sideNavigation{
	list-style:none;
}
.sideNavigation li{
	margin-bottom:2px;
}
.sideNavigation a{
	display:block;
	background:url(../images/side-navigation-bg.gif) no-repeat left top;
	font-size:1.2em;
	font-weight:bold;
	color:#386209;
	text-decoration:none;
}
.sideNavigation a:hover{
	background-position:left bottom;
	color:#ae2100;
}
.sideNavigation span{
	display:block;
	padding:9px 0 9px 23px;
}
.sideNavigation a.current {
	color:#569801;
}
.sideNavigation a.current span{
	background:url(../images/bullet5.gif) no-repeat 9px 12px;
}
.sideNavigation a.current:hover {
	background-position:left top;
	color:#569801;
}
.textArea{
	float:right;
	display:inline;
	width:616px;
	margin-right:20px;
}
.inner{
	padding:0 1px;
	background:#fff;
	font-size:1.1em;
	line-height:14px;
	color:#4b4747;
}	
.inner-tit{
	padding-bottom:6px;
	background:url(../images/bullet.gif) repeat-x bottom;
}
.inner-tit img{
	margin:0 auto;
}
.inner p{
	margin-top:5px;
	margin-bottom:7px;
}
.inner p a{
	color:#3e6a00;
}
.inner p a:hover{
	text-decoration:none;
}
.list{
	margin-top:10px;
	margin-left:15px;
	list-style:none;
}
.list li{
	background:url(../images/bullet5.gif) no-repeat left 5px;
	padding:0 0 9px 15px;
}
.bannerInner{
	margin-top:19px;
	border:1px solid #d5d5d5;
	padding:3px;
	background-color:#fff;
}
.bannerInner2{
	margin-top:10px;
	border:1px solid #fff;
}
.inner1{
	padding:0 25px 32px 25px;
}
.inner1 h1{
	color:#2f5202;
	border-bottom:1px solid #b2e06a;
	font-size:17px;
	line-height:19px;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
}
.inner1 h2{	
	background: url(../images/sub-title-bg.png) no-repeat left top;
	font-size:14px;
	line-height:16px;
	color:#3e670b;
	padding:6px 0 9px 29px;
}
.list2{
	list-style:none;
	margin:8px 0 6px 36px;
}
.list2 li{
	background:url(../images/list-bullet.gif) no-repeat left 7px;
	padding:0 0 7px 8px;
}
.floatLeft{
	float:left;
	margin:5px 0 10px 0;
}
.floatRight{
	float:right;
	margin:5px 0 10px 0;
}

.table-div{
	padding:14px 13px 14px 11px;
}
.promo-table-inner{
	width:100%;
	border-left:1px solid #698f15;
	border-top:1px solid #698f15;
	border-bottom:1px solid #698f15;
}
.promo-table-inner img{
	display:inline;
}
.promo-table-inner th, td{
	border-right:1px solid #698f15;
}
.promo-table-inner tr td{
	text-align:center;
	padding:6px 0 10px 0;
}
.promo-table-inner tr td div{
	margin-left:7px;
	text-align:left;
}
.promo-table-inner tr.header th{
	background:url(../images/table-header-bg.png) repeat-x top #ffd635;
	color:#2b4903;
	line-height:11px;
	font-weight:normal;
	font-size:10px;
	padding:7px 0 9px 0;
	border-bottom:1px solid #698f15;
}
.promo-table-inner tr.line1 td{
	background:url(../images/table-td-bg.png) repeat-x top #f3fcd3;
	padding:7px 0 6px 0;
	border-bottom:1px solid #698f15;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#2b4903;
	text-align:center;
}
.promo-table-inner tr.title td{
	background:url(../images/table-title-bg.png) repeat-x top #92c504;
	font-size:14px;
	line-height:16px;
	color:#2b4903;
	text-align:center;
	padding:7px 0 8px 0;
	border-bottom:1px solid #698f15;
}
.promo-table-inner tr.subtitle td{
	background:#fffa6c;
	color:#2b4903;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	text-align:center;
	padding:8px 0 9px 0;
	posi tion:relative;
}
.promo-table-inner tr.border-bottom td{
	border-bottom:1px solid #698f15;
}
.promo-table-inner tr.gray td{
	background-color:#e9ece8;
}

.iconInfo {
	display:block;
	float:right;
	width:24px;
	height:25px;
	cu rsor:pointer;
	background:url(../images/icon-info.png) no-repeat;
	margin:-6px 2px;
	display:inline;
}
.iconInfo .in {
	display:block;
	width:24px;
	height:25px;
	cursor:pointer;
}
.InfoPopUp {
	position:absolute;
	width:420px;
	margin-left:-437px !important;
	margin-top:-4px;
	background:#fff;
	border:1px solid #698f15;
	padding:10px;
	font-weight:normal;
	color:#4b4747;
}
.InfoPopUp h3 {
	background:#d5f090;
	font-size:1em;
	color:#2b4903;
	margin:-10px -10px 8px;
	padding:3px 8px 5px;
}
.InfoPopUp h3 .closeBtn {
	float:right;
	width:8px;
	height:8px;
	background:url(../images/x.gif) no-repeat;
	margin:4px -1px 0 0;
	cursor:pointer;
}
.InfoPopUp h4 {
	font-size:1em;
	color:#4b4747;
	background:url(../images/bullet6.gif) 0 0.59em no-repeat;
	padding-left:13px;
}
.InfoPopUp ul li {
	list-style:none;
	line-height:1.6em;
	margin-bottom:4px;
}

.screen {
	width:685px;
	height:490px;
	margin:45px auto;
	background:url(../images/screen.gif) no-repeat;
	position:relative;
	padding:19px 19px 0;
}
.screen .quitBtn {
	position:absolute;
	bottom:13px;
	left:311px;
	cursor:pointer;
}
.splash .contentAreaInner{
	background:url(../images/bg-splash-content.png) no-repeat left top;
	width:900px;
	height:347px;
	margin-top:42px;
	padding:25px 0 0 0;
	border:0;
	overflow:auto;
}
.splash .contentAreaInner h1{
	text-align:center;
	color:#2c4a07;
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:26px;
}
.splash .contentAreaInner .block1{
	float:left;
	display:inline;
	margin-left:30px;
	margin-bottom:20px;
	width:404px;
}
.splash .contentAreaInner .block1 .contentArea{
	background:url(../images/splash-content-1-block.jpg) no-repeat left top;
	height:168px;
	color:#234100;
	font-size:1.2em;
	line-height:17px;
	padding:11px 0 0 18px;
}
.splash .contentAreaInner .block1 .contentArea input{
	display:block;
	margin:10px 0 0 148px;
}
.splash .contentAreaInner .block2{
	float:right;
	display:inline;
	margin-right:30px;
	margin-bottom:20px;
	width:404px;
}
.splash .contentAreaInner .block2 .contentArea{
	background:url(../images/splash-content-2-block.jpg) no-repeat left top;
	height:168px;
	color:#234100;
	font-size:1.2em;
	line-height:17px;
	padding:11px 0 0 18px;
}
.splash .contentAreaInner .block2 .contentArea input{
	display:block;
	margin:10px 0 0 148px;
}
.details{
	clear:both;
	text-align:center;
	font-size:1.2em;
	color:#3d660b;
}
.details a{
	color:#234100;
}
/*********/
.basis {background:url(../images/bgGreenOn.jpg) no-repeat 50% 133px;}
.MainBannerArea {height:269px; margin-bottom:20px;}
.MainPicture {width:704px;}
.MainPicture img {
    top:  0; 
    left: 0; }
.MainBannerArea .MainPicture, .MainBannerArea .LinkBanner {float:left;}
.norm1 { background:url(../images/bannerClientsPartners.png) no-repeat right top; width:94px; height:269px;
    cursor:hand; cursor:pointer;float:left;}
.act1{ background:url(../images/bannerClientsPartners.png) no-repeat left top;}
.norm2 { background:url(../images/bannerViewDemo.png) no-repeat right top; width:94px; height:269px;
    cursor:hand; cursor:pointer;float:left;}
.act2{ background:url(../images/bannerViewDemo.png) no-repeat left top;}
.contentAreaIndex .ContentPart {float:left; width:676px;}

/*---------------------------
	QUICK VIEW PANEL
---------------------------*/
.quick-view-panel {
	background:#fff url(../images/back_quick-view-back.png) no-repeat 0 0;
	float:left;
}
.quick-view-panel .bot-corners {
	background:url(../images/back_quick-view-bot.png) no-repeat left bottom;
}
.quick-view-panel .top-corners {
	/*background:url(../images/back_quick-view-top.png) no-repeat;*/
	min-height:374px;/*fix for IE in styles-ie.css*/
}
.quick-view-panel .quick-view-menu {
	width:172px;
	float:left;
	padding-top:10px;
	/*background:url(../images/quick-view-menu-a-hover.gif) no-repeat 1000px 1000px;*/
}
.quick-view-panel .quick-view-menu li {
	background:url(../images/quick-view-menu-li.gif) no-repeat right bottom;
	margin:0;
	height:54px;
	clear:both;
}
.quick-view-panel .quick-view-menu li span {/*fix for IE in styles-ie.css*/
	padding:16px 5px 5px 35px;
	display:block;
	background:url(../images/quick-view-menu-a.gif) no-repeat 0 20px;
	color:#0d0d0d;
	text-decoration:none;
	margin:0;
	cursor:pointer;
}
.quick-view-panel .quick-view-menu li.over {
	background:url(../images/quick-view-menu-li-hover.png) no-repeat 0 0;
	margin-top:-7px;
	height:63px;
	margin-bottom:-3px;
}
.quick-view-panel .quick-view-menu li.over span {
	background:url(../images/quick-view-menu-a-hover.gif) no-repeat 0 26px;
	position:relative;
	z-index:10;
	padding-top:23px;
}
.quick-view-panel .quick-view-menu li.active span {
	background:#eaf3ff url(../images/quick-view-menu-a-hover.gif) no-repeat 0 24px;
	position:relative;
	padding-top:23px;
}
.quick-view-panel .quick-view-content {
	width:450px;
	padding:21px 30px 10px 15px;
	float:right;
}
.quick-view-panel .quick-view-content p {
	padding-bottom:5px;
	line-height:1.54em;
	font-size:1.1em;
}
.quick-view-panel .quick-view-content h1 {
	font-size:1.7em;
	font-weight:normal;
	color:#2f5202;
	border-bottom:1px solid #b2e06a;
	padding-bottom:9px;
	margin-bottom:10px;
}
.quick-view-panel .quick-view-content h2 {
	font:bold 1.2em/1.25em Tahoma, Arial, sans-serif;
	color:#2f5202;
	margin-bottom:3px;
	margin-top:10px;
}
.quick-view-panel .quick-view-content h3 {
	font:bold 1.2em/1.36em Tahoma, Arial, sans-serif;
	color:#2f5202;
	margin:5px 0 5px 0;
}
.quick-view-panel .quick-view-content ul {
	padding-left:15px;
	margin-bottom:3px;
}
.quick-view-panel .quick-view-content ul li {
	list-style-type:none;
	background:url(../images/bul2.gif) no-repeat 0 0.9em;
	padding:4px 0 8px 11px;
	font-size:1.1em;
}
.quick-view-panel .quick-view-content a, .quick-view-panel .quick-view-content strong {
	color:#386209;
}
.quick-view-panel .quick-view-content a:hover {
	text-decoration:none;
}
.two-cols {
	width:45%;
	padding-right:5%;
	float:left;
}
.quick-view-panel .quick-view-content ul.two-cols li {
	padding:2px 0 2px 11px;
}
.quick-view-panel .quick-view-content ol {
	margin-left:10px;
	list-style-type:decimal;
}
.quick-view-panel .quick-view-content ol li {
	margin-left:10px;
	padding:2px 0;
}
.quick-view-panel .quick-view-content img {border:1px solid #d5d5d5; padding:3px; float:left; margin:0px 11px 11px 0;}
.quick-view-panel .quick-view-menu strong {display:block; height:12px; font-size:11px; color:#ffffff;}

.quick-view-panel .quick-view-menu li.over strong {background-position:0 -12px; font-size:11px; color:#53772f;}

.calculateBox {float:right; background:url(../images/calculateCol-bg.png) no-repeat bottom right; width:204px; min-height:374px;}
.calculateBox h1 {background:url(../images/calculateColH.png) no-repeat top left; font-size:1.7em; font-weight:normal; color:#ffffff; padding:8px 0 0 18px; height:28px;}
.calculateBox fieldset { margin:0 1px; border-top:1px solid #d5e97b; padding:20px 16px;}
.calculateBox fieldset .Row {overflow:hidden; padding-bottom:17px;}
.calculateBox fieldset .Row label {display:block; width:118px; padding:0 3px 0 0; float:left; font-size:1.1em; color:#315b02;}
.calculateBox fieldset .Row .FormText {float:left; width:40px; padding:3px 2px 2px 2px; border:1px solid #638d1a; font-size:1.1em; margin-top:4px; font-family:Tahoma;}

.NewsListing
{
	font-family:Tahoma,sans-serif !important;
	list-style:none !important;
	padding-left:0px !important;
}



.NewsListing li{
	background:url(../images/bullet4.gif) no-repeat left 36px !important;
	padding-left:16px !important;
	color:#4b4747 !important;
	line-height:14px !important;
	margin-top:8px !important;
	padding-bottom:10px !important;
}

.NewsListing li p
{
	margin: 8px 8px 8px 8px !important;
}

.NewsListing span.lightGreen
{
	color:#569801 !important;
}

.nyroModalClose
{
    background:transparent url(../images/close.gif) no-repeat scroll 0 0;
display:block;
height:12px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
position:absolute;
right:-13px;
text-indent:-9999em;
top:-13px;
width:12px;
    }
