*{
	margin:0;
	padding:0;
}
body{
	background:#fff url(images/bg.gif) repeat-x top;
	font:12px/20px Tahoma,Helvetica,sans-serif;
	color:#222;
}
#home-bg{
	background:#fff url(images/home-bg.gif) repeat-x top;
}

/* Layout Styles Starts */

#wrapper{
	width:960px;
	margin:0 auto;
}
	#header-top{
		height:62px;
		overflow:hidden;
		padding:25px 0 0 0;
	}
		#logo{
			width:444px;
			float:left;
		}	
			#logo h1{
				background:url(images/logo.gif) no-repeat;
			}
				#logo h1 a{
					display:block;
					height:40px;
				}
					#logo h1 a span{
						display:none;
					}
		#menu{
			float:right;
		}
			#menu li{
				list-style:none;
				margin:0 0 0 10px;
			}
				#menu li, #menu li a, #menu li a span, #menu li a.current, #menu li a.current span{
					display:block;
					float:left;
					height:35px;
					line-height:35px;
					text-decoration:none;
					text-transform:uppercase;
					cursor:pointer;
				}
				#menu li a, #menu li a.current{
					color:#9c9fa2;
					padding:0 0 0 12px;
				}
					#menu li a span, #menu li a.current span{
						color:#9c9fa2;
						padding:0 18px 0 9px;
					}
						#menu li a:hover, #menu li a.current{
							background:url(images/menu-h-l.gif) no-repeat left;
							color:#fff;
						}
							#menu li a:hover span, #menu li a.current span{
								background:url(images/menu-h-r.gif) no-repeat right;
								color:#fff;
							}
	#header{
		height:328px;
		background:url(images/header-banner.png) no-repeat;
		overflow:hidden;
		padding:0 18px 0 0;
	}
		#domain-search{
			width:395px;
			height:35px;
			margin:222px 0 0 0;
			padding:12px 0 0 0;
			color:#818181;
			font-size:11px;
			float:right;
		}
			.search-input{
				background:#bcbcbc;
				border:2px solid #eaeaea;
				margin:0 0px;
				padding:1px;
			}
			#domain-search select{
				width:55px;
			}
			.search-btn{
				width:47px;
				height:20px;
				background:url(images/go-btn.gif) no-repeat;
				border:0;
				outline:0;
				margin:0 0 0 5px;
				cursor:pointer;
			}
	#container{
		margin:30px 0;
	}
		#sidearea{
			width:220px;
			float:left;
		}
			.sblock1{
				background:url(images/sblock1-bg.gif) repeat-y;
				margin:0 0 20px 0;
				width:220px;
			}
				.sblock1-top{
					background:url(images/sblock1-top.gif) no-repeat top;
					height:34px;
					line-height:34px;
					color:#7f7f7f;
					text-indent:20px;
					font-weight:bold;
					font-size:13px;
				}
				.sblock1-bottom{
					background:url(images/sblock1-bottom.gif) no-repeat bottom;
					padding:16px;
					color:#7f7f7f;
				}
		#mainarea{
			width:715px;
			float:right;
		}
			#mainarea h2{
				margin:0 0 25px 0;
			}
			#mainarea h2 span{
				color:#649305;
				font-weight:bold;
			}
				.mblock1{
					width:193px;
					height:225px;
					float:left;
					display:block;
					margin:0 18px 0 0;
					background:url(images/green-box3.gif) no-repeat;
					padding:15px;
					color:#fff;
				}
					.mblock1.orange{
						background:url(images/orange-box3.gif) no-repeat;
					}
					.mblock1.nomargin{
						margin:0;
					}
					#container .mblock1 h2{
						color:#fff;
						font-weight:bold;
						font-size:20px;
						margin:0 0 8px 0;
					}
					#container .mblock1 ul{
						list-style:none;
						margin:5px 0 0 3px;
					}
						.mblock1 li{
							font-size:10px;
							background:url(images/bullet1.gif) no-repeat left;
							padding:0 0 2px 20px;
						}
				.mblock2{
				background:url(images/mblock2-bg.gif) repeat-y;
				margin:0 0 20px 0;
				width:600px;
			}
				.mblock2-top{
					background:url(images/mblock2-top.gif) no-repeat top;
					height:34px;
					line-height:34px;
					color:#7f7f7f;
					text-indent:20px;
					font-weight:bold;
					font-size:13px;
				}
				.mblock2-bottom{
					background:url(images/mblock2-bottom.gif) no-repeat bottom;
					padding:16px;
					color:#7f7f7f;
				}
#footer-outer{
	width:100%;
	background:url(images/footer-bg.gif) repeat-x;
	position: fixed;
	bottom: 0;
	z-index: 999999;
	
}
	#footer{
		width:960px;
		margin:0 auto;
		height:50px;
		line-height:50px;
		overflow:hidden;
		padding:0 10px;
		color:#d9d9d9;
		font-size:12px;
}
		#footer a{
			color:#d9d9d9;
			text-decoration:none;
			margin:0 6px;
		}
			#footer a:hover{
				color:#d9d9d9;
				text-decoration:underline;
			}
			
/* Layout Styles Ends */


/* Links Styles Starts */

#container p.hr{
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}

/* Links Styles Ends */

/* Form Styles */

.login-input{
	background:#fefefe url(images/login-input-bg.gif) repeat-x;
	border:1px solid #e2e2e2;
	padding:3px 5px;
	width:155px;
	font-size:10px;
	font-weight:bold;
}
.login-btn{
	background:url(images/login-btn.gif) no-repeat;
	width:79px;
	height:33px;
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 0 0 0;
}
#mainarea form{
	padding:0 5px;
}
#mainarea form p{
	margin:0 0 5px 0;
}
#mainarea form p.floatleft{
	margin-right:15px;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}
.signin-btn, .button1{
	background:#4d9319;
	margin:8px 0;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p{
	margin:0 0 15px 0;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:10px 10px 0 0;
}
#container p img.floatright{
	margin:10px 0 0 10px;
}
#mainarea img.floatleft, #mainarea p img.floatleft{
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#container ol{
	margin:0 0 0 30px;	
}
#container dt{
	font-weight:bold;
	margin:5px 0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#4d9319;}
h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0;font-family:"Trebuchet MS";font-weight:normal;}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}

/* Genric Styles Ends */


/* Table Styles */

table.tablecr{
	font-family:Arial,Helvetica,sans-serif;
	color:#646464;
	font-size:12px;
	width:100%;
}
table.tablecr td{
	height:25px;
}
table.tablecr th{
	height:25px;
	font-size:13px;
	color:#ffffff;
}
.tbwidth{
	width:15%;
	text-align:center;
}
table.tablecr tr.features{
	background: #565656 ; 
	color:#fff;
}
.style77 {width: 15%; font-weight: bold; text-align:center;}
.critem{
	background-color: #F3F8FE;
}

/* Table Styles */

.comingsoon{
    position: fixed;
    top: 50%;
    left: 50%;
	margin-top: -350px;
    margin-left: -350px;
    z-index: 1;
	border: 0px;
}