/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background: #e8ebe0 url(../images/bg.jpg) repeat-y center top;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #000000;
}

form{
	margin: 0px;
	padding: 0px;
}

img{ border: none; outline: none;}

.center{
	float:left;
	width: 944px;
	height: 241px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/center.jpg) repeat-x left top;

	color: #FFFFFF;
	font-size: 11px;
}

.center h1{
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background:url(../images/tick1.gif) no-repeat left top;
	padding-left:25px;
}
.center p{
	font-size: 12px;
	margin:0;
	padding-top:0;
	padding-bottom:7px;
	font-weight:bold;
}

.footer{
	float:left;
	width: 964px;
	height: 34px;
	padding-top: 30px;
	background: url(../images/footer-center.jpg) repeat-x left top;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 10px;
}

.footer a{
	text-decoration: none;
	padding: 0px 3px;
	color: #FFFFFF;
}

.footer a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.copyright{
	color: #7f7f7f;
	line-height: 28px;
	text-align: center;
	padding-top: 10px;
}

.copyright a{
	color: #7f7f7f;
	text-decoration: none;
}

.copyright a:hover{
	color: #7f7f7f;
	text-decoration: underline;
}

.copyright img{
	padding-right: 10px;
}

.header{
	font-size: 13px;
	color: #FFFFFF;
	background: url(../images/header.jpg) left top;
	height: 35px;
	width: 240px;
	line-height: 35px;
	font-weight: bold;
	padding-left: 10px;
}

.rightbg{
	background: url(../images/bg1.jpg) repeat-y left top;
	padding: 15px;
	width: 220px;
}

.rightbg h1{
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #4c721d;
	display: block;
}

.request{
	font-size: 13px;
	font-weight: bold;
}

.request input, textarea{
	border: 1px solid #4c721d;
}

.left{
	font-size: 13px;
}

.left a{
	font-size: 13px;
	color: #4c721d;
	text-decoration: underline;
	display: block;
}

.left a:hover{
	font-size: 13px;
	color: #4c721d;
	text-decoration: none;
}

.left h1{
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #4c721d;
}



.left1{
	font-size: 13px;
	width: 360px;
	padding-left: 32px;
	padding-right: 42px;
}

.left1 a{
	font-size: 13px;
	color: #4c721d;
	text-decoration: underline;
	display: block;
}

.left1 a:hover{
	font-size: 13px;
	color: #4c721d;
	text-decoration: none;
}

.left1 h1{
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #4c721d;
}
.navbg{
	background:url(../images/navbg.jpg) repeat-x;
	height:35px;
	display:block;
	margin-bottom:1px;
}
.navleft{
	background:url(../images/navleft.jpg) no-repeat left;
	height:35px;
	display:block;
}
.navright{
	background:url(../images/navright.jpg) no-repeat right;
	height:35px;
	display:block;
	line-height:35px;
	padding-left:10px;
}
h3{ margin:0px; padding: 5px 0px; font-size:16px; margin-top:10px; }
h2{ margin:0px; padding: 5px 0px; font-size:22px; color: #4c721d; }

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-weight: bold;
	width: auto;
	padding:6px 0px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	background: url(../images/arrow.jpg) no-repeat 675px center ;
	font-size: 13px;
	color: #4c721d;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 8px;
	padding-right: 20px;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width: auto;
	/* End layout CSS */	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	font-size: 12px;
	color: #000000;	/*background: url(../images/close.gif) no-repeat 880px 95%;*/
	line-height: 16px;
}


.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
}
.ajeetHideMe{
	display: none;
}
.ajeetShowMe{
	visibility: visible;
}
.breadcrumb{
	font-size: 11px;
	color: #4c721d;
	text-decoration:none;
	margin-bottom:15px;
}
.breadcrumb a{
	font-size: 11px;
	color: #666;
	text-decoration:none;
}
.breadcrumb a:hover{
	font-size: 11px;
	color: #666;
	text-decoration:underline;
}

div.content{
	padding-top:8px;
	font-size:13px;
}

div.content p{	/* Styling question */
	/* Start layout CSS */
	font-weight: normal;
	margin:0px;
	padding:0px 15px;
	font-size: 13px;
	padding-left:40px;
}
div.content h4{	/* Styling question */
	/* Start layout CSS */
	font-weight: bold;
	margin:0px;
	padding:0px 15px;
	font-size: 13px;
	color: #4c721d;
	padding-top:6px;
	padding-left:40px;
}
div.content h3{
	margin:0px;
	padding: 5px 5px;
	font-size:16px;
	margin-top:10px;
	background-color:#f1f1f1;
	background:url(../images/benefits-icon.gif) no-repeat left 50% #f1f1f1;
	padding-left:40px;
	width:auto;
	}
div.content table{	/* Styling question */
	padding-left:40px;
	font-size:13px;
}
div.content table a{	/* Styling question */
	padding-left:40px;
	font-size:12px;
	color: #4c721d;
}
div.content table a:hover{	/* Styling question */
	padding-left:40px;
	font-size:12px;
	color: #4c721d;
	text-decoration:none;
}
div.content ul li{
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-size:13px;
}
div.content ul li {
	padding-left:15px;
	background:url(../images/tick.gif) no-repeat left;
}
h4.green13{	/* Styling question */
	/* Start layout CSS */
	font-weight: bold;
	margin:0px;
	padding:0px 15px 0px 0px;
	font-size: 13px;
	color: #4c721d;
	padding-top:6px;
}
.font12{
	font-size:12px;
	}
div.content .greenSlogan{
	font-weight: bold;
	margin:0px;
	padding:0px 15px 0px 0px;
	font-size: 22px;
	color: #4c721d;
	padding-top:6px;
	padding-left:40px;
	font-family:"Courier New", Courier, monospace;
	}
/*Added on 22 Dec, 2008 by Vinit Kumar*/

div.projectList{
	background:url(../images/projectlist-bg.gif) repeat-x top #fff;
	padding:12px;
	width:100%;
	font-size:12px;
	padding-bottom:25px;
}
div.projectList h1{
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
div.projectList h3{
	padding:0px;
	margin:0px;
	font-size:13px;
	color:#416612;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
div.projectList .thumb {
	border:5px solid #f1f1f1;
	margin-right:10px;
}
div.spOffer{
	background:url(../images/special-offer-bg.gif) no-repeat;
	padding:25px 15px 10px 20px;
	width:285px;
	height:148px;
}
div.spOffer h3.sanalysis{
	padding:0;
	margin:0;
	font-size:16px;
	color:#d22008;
	font-weight:bold;
}
div.spOffer div.content{
	height:95px;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
}
div.spOffer a.download{
	margin-top:8px;
	background:url(../images/pdf-icon.gif) no-repeat left;
	padding-left:20px;
	font-weight:bold;
	width:130px;
	display:block;
	color:#000000;
	text-decoration:none;
	margin-right:10px;
}
div.spOffer .price{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	line-height:34px;
}
div.spOffer .monthly{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
div.cc-card{
	background:url(../images/cc-card-bg.gif) no-repeat;
	padding:10px 15px 10px 20px;
	width:265px;
	height:148px;
	margin-top:15px;
}
div.cc-card h3.sanalysis{
	padding:0;
	margin:0;
	font-size:16px;
	color:#d22008;
	font-weight:bold;
}
div.cc-card div.content{
	height:95px;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
}
div.cc-card a.download{
	margin-top:8px;
	background:url(../images/pdf-icon.gif) no-repeat left;
	padding-left:20px;
	font-weight:bold;
	width:130px;
	display:block;
	color:#000000;
	text-decoration:none;
	margin-right:10px;
}

.center .headtext h1{
padding-left:0 !important; background:none !important;
}
.center .headtext h2{
	font-size: 12px;
	margin:0;
	padding-top:0;
	padding-bottom:7px;
color:#fff;
}
.center .headtext h3{
	font-size: 12px;
	margin:0;
	padding-top:0;
	padding-bottom:7px;
color:#fff;
}