@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
body {
	background: #fff;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, form, p, ul{
	margin:0;
	padding:0;
}
p{
	line-height:15px;
}
img{
	border:0;
}
a{
	color:#5fad07;
	text-decoration:none;
}
a:hover{
	color:#353535;
}
.clear{
	clear:both;
}
h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	display:block;
	color:#565656;
	font-weight:normal;
	margin-bottom:5px;
}
h1 span{
	color:#5fad07;
}
.subheading{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	display:block;
	color:#565656;
	font-weight:normal;
	margin-bottom:7px;
}
/*start top header*/
#top_header_holder{
	background:#e6e6e6 url(../images/top-header-bg.gif) repeat-x;
	height:110px;
	border:1px solid #98cd09;
	border-width:5px 0;
	margin-bottom:1px;
}
#top_header_holder #top_header{
	width:1000px;
	margin:auto;
}
#top_header_holder #top_header #logo{
	float:left;
	width:25%;
}
#top_header_holder #top_header #icons{
	float:right;
	width:70%;
	text-align:right;
}
#top_header_holder #top_header #icons img{
	float:right;
	margin-left:20px;
}




/*start banner*/
#banner_holder{
	background:url(../images/header-bg.gif) repeat-x;
	height:220px;
}
#banner_holder #banner{
	width:1000px;
	height:220px;
	overflow:hidden;
	margin:auto;
}

/*start navigation*/
#naviagtion_holder{
	background:url(../images/nav-bg.gif) repeat-x;
	height:39px;
	margin:1px 0;
}
#naviagtion_holder #nav{
	width:1000px;
	margin:auto;
}
#naviagtion_holder #nav ul li{
	list-style:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	float:left;
}
#naviagtion_holder #nav ul li a{
	display:block;
	color:#fff;
	_float:left;
	padding:12px 25px 0 25px;
	border-right:1px solid #32312d;
	height:27px;
}
#naviagtion_holder #nav ul li a:hover{
	background:url(../images/nav-bg.gif) repeat-x 0 -39px;
}
#naviagtion_holder #nav ul li a.active{
	display:block;
	background:url(../images/nav-bg.gif) repeat-x 0 -39px;
	color:#fff;
	_float:left;
	padding:12px 25px 0 25px;
	border-right:1px solid #32312d;
	height:27px;
}

/*start containt holder*/
#containt_holder{
	width:1000px;
	margin:auto;
	background:#fff url(../images/body-bg.gif) repeat-x;
	min-height:484px;
	padding:10px;
}
* html #containt_holder{
	height:484px;
}

/*start search bar*/
#search_bar{
	background:#efefef url(../images/grey-pattern.gif);
	padding:10px;
	margin-bottom:10px;
}
#search_bar li{
	list-style:none;
	float:left;
}
#search_bar li .greenbig{
	font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5fad07;
}
#search_bar li .greybig{
	font-size:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#525252;
}
.searchbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:#f5f5f5;
	border:1px solid #bcbcbc;
	height:20px;
	width:300px;
	margin:0 5px;
	padding:3px 4px 0 4px;
}

/*start search bar domain */
#search_bar_domain{
	background:#efefef url(../images/grey-pattern.gif);
	padding:10px;
	margin-bottom:10px;
}
#search_bar_domain li{
	list-style:none;
	float:left;
}
#search_bar_domain li .greenbig{
	font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5fad07;
}
#search_bar_domain li .greybig{
	font-size:17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#525252;
}
.searchbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:#f5f5f5;
	border:1px solid #bcbcbc;
	height:20px;
	width:250px;
	margin:0 5px;
	padding:3px 4px 0 4px;
}

.listmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:#f5f5f5;
	border:1px solid #bcbcbc;
	width:100px;
	margin:0 5px;
	padding:3px 4px 3px 4px;
}
.bt_go{
	width:45px;
	height:22px;
	color:#fff;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bt-bg.gif) repeat-x;
	padding:0 0 3px 0;
	cursor:pointer;
}
.bt_go_hover{
	width:45px;
	height:22px;
	color:#fff;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bt-bg.gif) repeat-x 0 -22px;
	padding:0 0 3px 0;
	cursor:pointer;
}
.check_out{
	width:90px;
	height:22px;
	color:#fff;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bt-bg.gif) repeat-x;
	padding:0 0 3px 0;
	cursor:pointer;
}
.check_out_hover{
	width:90px;
	height:22px;
	color:#fff;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bt-bg.gif) repeat-x 0 -22px;
	padding:0 0 3px 0;
	cursor:pointer;
}


/*start containt area*/
#containt_area{
	background:#fff;
	padding:10px;
	min-height:500px;
}
#containt_area #welcome_box{
	margin-bottom:10px;
}
* html #containt_area{
	height:550px;
}

#welcome_box #image{
	width:168px;
	float:left;
}
#welcome_box #righ_containt{
	width:685px;
	float:right;
}


/*start containt area Domain*/

#containt_area_domain {
	background:#fff;
	padding:10px;
	min-height:550px;
}
#containt_area_domain #welcome_box{
	margin-bottom:10px;
}
* html #containt_area_domain {
	height:550px;
}

#welcome_box #image{
	width:168px;
	float:left;
}
#welcome_box #righ_containt{
	width:685px;
	float:right;
}


/*start containt area Design*/

#containt_area_design {
	background:#fff;
	padding:10px;
	min-height:640px;
}
#containt_area_domain #welcome_box{
	margin-bottom:10px;
}
* html #containt_area_domain {
	height:550px;
}

#welcome_box #image{
	width:168px;
	float:left;
}
#welcome_box #righ_containt{
	width:685px;
	float:right;
}



/*start bottom boxes*/
#bottom_boxes ul{
	display:block;
	float:left;
	width:184px;
	margin-right:10px;
}
#bottom_boxes ul li{
	list-style:none;
}
#bottom_boxes ul li p{
	line-height:16px;
}
#bottom_boxes ul li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
#bottom_boxes ul li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x;
	height:161px;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:10px;
	text-align:center;
}
#bottom_boxes ul li.more{
	background:#373633 url(../images/bullet.gif) no-repeat 165px 12px;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 0 5px;
}
#bottom_boxes ul li.more a{
	color:#fff;
	text-decoration:none;
}
#bottom_boxes ul li.more a:hover{
	color:#ccc;
	text-decoration:none;
}
#bottom_boxes ul li.compare a{
	color:#fff;
	text-decoration:none;
}
#bottom_boxes ul li.compare a:hover{
	color:#ccc;
	text-decoration:none;
}
.green_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5fad07;
	margin-bottom:10px;
}
.green{
	color:#5fad07;
}
#news_block{
	text-align:left;
}
.hr_line{
	background:#666;
	margin:3px 0;
}

/*End boxes*/

/*start bottom NEWS boxes*/
#bottom_boxes_news ul{
	display:block;
	float:left;
	width:189px;
	margin-right:45px;
}
#bottom_boxes_news ul li{
	list-style:none;
}
#bottom_boxes_news ul li p{
	line-height:16px;
}
#bottom_boxes_news ul li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
#bottom_boxes_news ul li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x;
	height:161px;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:10px;
	text-align:center;
}
#bottom_boxes_news ul li.more{
	background:#373633 url(../images/bullet.gif) no-repeat 165px 12px;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 0 5px;
}
#bottom_boxes_news ul li.more a{
	color:#fff;
	text-decoration:none;
}
#bottom_boxes_news ul li.more a:hover{
	color:#ccc;
	text-decoration:none;
}
#bottom_boxes_news ul li.compare a{
	color:#fff;
	text-decoration:none;
}
#bottom_boxes_news ul li.compare a:hover{
	color:#ccc;
	text-decoration:none;
}
.green_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5fad07;
	margin-bottom:10px;
}
.green{
	color:#5fad07;
}
#news_block{
	text-align:left;
}
.hr_line{
	background:#666;
	margin:3px 0;
}

/*End News boxes*/

/*start product boxes*/
#product_boxes ul{
	display:block;
	float:left;
	width:250px;
	margin-right:10px;
}
#product_boxes ul li{
	list-style:none;
}
#product_boxes ul li p{
	line-height:16px;
}
#product_boxes ul li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
#product_boxes ul li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x;
	height:161px;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:10px;
	text-align:center;
}
#product_boxes ul li.more{
	background:#373633 url(../images/bullet.gif) no-repeat 235px 12px;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 5px;
   text-align:center;
}
#product_boxes ul li.more a{
	color:#fff;
	text-decoration:none;
}
#product_boxes ul li.more a:hover{
	color:#ccc;
	text-decoration:none;
}
#product_boxes ul li.compare a{
	color:#fff;
	text-decoration:none;
}
#product_boxes ul li.compare a:hover{
	color:#ccc;
	text-decoration:none;
}
.green_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5fad07;
	margin-bottom:10px;
}
.green{
	color:#5fad07;
}
.style1 {color: #5fad07}
}
#news_block{
	text-align:left;
}
.hr_line{
	background:#666;
	margin:3px 0;
}

/*start footer*/
#footer{
	align:center
    width:940px;
	height:25px;
	margin:auto;
	background:url(../images/hr-shadow.gif) no-repeat top center;
	padding:25px 25px 0px 25px;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer #left_footer{
	width:45%;

}
#footer #right_footer{
	width:50%;

	text-align:right;
}


/*left panel*/
#left_panel{
	float:left;
	width:750px;
}
#right_panel{
	float:right;
	width:160px;
	background:url(../images/box-pattern.gif) repeat-x bottom;
	min-height:300px;
	border:2px solid #ebeaea;
	padding:10px;
}
* html #right_panel{
	height:300px;
}


ul.boxes{
	margin-bottom:5px;
}
ul.boxes  li{
	list-style:none;
}
ul.boxes  li p{
	line-height:16px;
}
ul.boxes  li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
ul.boxes li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x bottom;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:20px 10px;
}

.right_heading{
	background:#5dac07 url(../images/nav-bg.gif) repeat-x left -39px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	line-height:14px;
}

ul.list{
	margin:10px 15px;
}
ul.list li{
	line-height:16px;
}


/*client login*/
#client_login_holder{
	position:absolute;
	width:189px;
	height:189px;
	background:url(../images/login-bg.gif) no-repeat;
	margin:10px 0 0 783px;
	padding:6px 10px;
}

.font13{
	font-size:13px;
	color:#565656;
}
.textbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:#f5f5f5;
	border:1px solid #bcbcbc;
	width:150px;
	height:17px;
	padding:3px 4px 3px 4px;
}
.listmenu1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:#f5f5f5;
	border:1px solid #bcbcbc;
	width:150px;
	padding:3px 4px 3px 4px;
}

/*start product boxes*/
#host_boxes ul{
	display:block;
	float:left;
	width:180px;
	margin-right:10px;
}
#host_boxes ul li{
	list-style:none;
}
#host_boxes ul li p{
	line-height:16px;
}
#host_boxes ul li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
#host_boxes ul li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x;
	height:161px;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:10px;
	text-align:center;
}
#host_boxes ul li.more{
	background:#373633 url(../images/bullet.gif) no-repeat 235px 12px;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 5px;
   text-align:center;
}
#host_boxes ul li.more a{
	color:#fff;
	text-decoration:none;
}
#host_boxes ul li.more a:hover{
	color:#ccc;
	text-decoration:none;
}
#host_boxes ul li.compare a{
	color:#fff;
	text-decoration:none;
}
#host_boxes ul li.compare a:hover{
	color:#ccc;
	text-decoration:none;
}
/*start webdesign boxes*/
#design_boxes ul{
	display:block;
	float:left;
	width:230px;
	margin-right:10px;
}
#design_boxes ul li{
	list-style:none;
}
#design_boxes ul li p{
	line-height:16px;
}
#design_boxes ul li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
#design_boxes ul li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x;
	height:161px;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:10px;
	text-align:center;
}
#design_boxes ul li.more{
	background:#373633 url(../images/bullet.gif) no-repeat 235px 12px;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 5px;
   text-align:center;
}
#design_boxes ul li.more a{
	color:#fff;
	text-decoration:none;
}
#design_boxes ul li.more a:hover{
	color:#ccc;
	text-decoration:none;
}
#design_boxes ul li.compare a{
	color:#fff;
	text-decoration:none;
}
#design_boxes ul li.compare a:hover{
	color:#ccc;
	text-decoration:none;
}

/*start Domain boxes*/
#domain_boxes ul{
	display:block;
	float:left;
	width:230px;
	margin-right:10px;
}
#domain_boxes ul li{
	list-style:none;
}
#domain_boxes ul li p{
	line-height:16px;
}
#domain_boxes ul li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
#domain_boxes ul li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x;
	height:161px;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:10px;
	text-align:center;
}
#domain_boxes ul li.more{
	background:#373633 url(../images/bullet.gif) no-repeat 235px 12px;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 5px;
   text-align:center;
}
#domain_boxes ul li.more a{
	color:#fff;
	text-decoration:none;
}
#domain_boxes ul li.more a:hover{
	color:#ccc;
	text-decoration:none;
}
#domain_boxes ul li.compare a{
	color:#fff;
	text-decoration:none;
}
#domain_boxes ul li.compare a:hover{
	color:#ccc;
	text-decoration:none;
}

#comparison table a{
	color:#666;
	text-decoration:underline;
}
#comparison table a:hover{
	color:#666;
	text-decoration:none;
}

ul.list{
	margin:10px 15px;
}
ul.list li{
	line-height:16px;
}
ul.list1{
	margin:5px 15px;
}
ul.list1 li{
	line-height:16px;
}
#bottom_boxes3 ul{
	display:block;
	float:left;
	width:230px;
	margin-right:10px;
}
#bottom_boxes3 ul li{
	list-style:none;
}
#bottom_boxes3 ul li p{
	line-height:16px;
}
#bottom_boxes3 ul li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
#bottom_boxes3 ul li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x left bottom;
	min-height:230px;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:10px;
	text-align:left;
}
* html #bottom_boxes3 ul li.box_containt{
	height:210px;
}
#bottom_boxes3 ul li.more{
	background:#373633 url(../images/bullet.gif) no-repeat 215px 12px;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 0 5px;
}
#bottom_boxes3 ul li.more a{
	color:#fff;
	text-decoration:none;
}
#bottom_boxes3 ul li.more a:hover{
	color:#ccc;
	text-decoration:none;
}
/*End bottom box for three*/

/*start bottom boxes for four*/
#bottom_boxes4 ul{
	display:block;
	float:left;
	width:180px;
	margin-right:7px;
}
#bottom_boxes4 ul li{
	list-style:none;
}
#bottom_boxes4 ul li p{
	line-height:16px;
}
#bottom_boxes4 ul li.box_heading{
	background:url(../images/nav-bg.gif) repeat-x left -39px;
	height:31px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:8px 8px 0 8px;
}
#bottom_boxes4 ul li.box_containt{
	background:url(../images/box-pattern.gif) repeat-x left bottom;
	min-height:161px;
	border:1px solid #ebeaea;
	border-width:0 2px;
	padding:10px;
	text-align:center;
}
* html #bottom_boxes4 ul li.box_containt{
	height:161px;
}
#bottom_boxes4 ul li.more{
	background:#373633 url(../images/bullet.gif) no-repeat 165px 12px;
	height:22px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 5px 0 5px;
}
#bottom_boxes4 ul li.more a{
	color:#fff;
	text-decoration:none;
}
#bottom_boxes4 ul li.more a:hover{
	color:#ccc;
	text-decoration:none;
}
/*end bottom box for four*/
#search_panel{
	text-align:center;
	font-size:14px;
}

/*

	css styles for samswhois.inc.php
Copyright (c) 2004, 2008 Sam Yapp
http://www.phpace.com/scripts/sams-whois

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

*/

/* <div> around all html output by the script */
.swPositioner{
	text-align: center;
	width: 100%;
}

/* <div> around the whois lookup form */
.swForm{
	text-align: center;
}

/* <div> heading above the whois form */
.swHeading{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* <input> for entering the domain in */
.swDomain{
	width: 100px;
	text-align: right;
}

/* <select> listing tlds */
.swTld{
}

/* <input type="submit"> lookup form submit button */
.swSubmit{
	border: 1px solid black;
	background-color: #6699cc;
}

/* security code <img> tag */
.swSecureImage{
	border: 1px solid black;
}

/* <input> for entering the security code */
.swSecureCode{
	width: 60px;
}

/* <div> containing instructions, etc */
.swInfo{
	font-size: 10px;
	color: #aaaaaa;
	padding: 5px;
	text-align: center;
}

/* <div> containing all whois lookup results */
.swResults{
	text-align: center;
}

/* <div> containing the domain status message (available, registered) */
.swStatus{
	border-top: 2px dotted #cccccc;
	padding: 5px;
	text-align: center;
	width: 500px;
}

/* <div> containing details of the whois server used for the lookup */
.swServer{
	border-top: 2px dotted #cccccc;
	text-align: center;
	padding: 10px;
	color: #aaaaaa;
}

/* <div containing the data from the whois lookup */
.swData{
	padding: 4px;
	color: #666666;
}

/* style for <span> around lines in the output to hilight. */
.swHilight{
	font-weight: bold;
	color: #ff0000;
}

/* <div> used to display error messages */
.swError{
	font-weight: bold;
	color: red;
}


#demo
{
	padding:10px;
	margin:10px 0px 20px 0px;
}

.error
{
	color:red;
}
.domaintaken
{
	color:red;
}
.domainavailable
{
	color:red;
}
#whoistable, input, select
{
	font-size:1.0em;
	font-family:Trebuchet MS", Arial, Helvetica, sans-serif;
}

#whoistable th
{
	text-align:left;
}
#whoistable .whoisrow1available a, #whoistable .whoisrow2available a, #whoistable .whoisrow1available a:visited, #whoistable .whoisrow2available a:visited
{
	color:#FFF;
}
#whoistable a:hover, #whoistable .whoisrow1available a:hover, #whoistable .whoisrow2available a:hover
{
	text-decoration:none;
}

.whoisform
{
	display:inline;	
}
#whoiswait
{

	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

#whoiswait .outer
{
	margin-left: -200px;
	position: absolute;
	top: -60px;
	left: 50%;
	visibility: visible;
	width:400px;
}

#whoiswait .inner
{
	background-color:#FFF;
	padding:30px;
	line-height:30px;
	border:1px solid #333;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
}

#whoisdetails
{
	font-family:verdana,arial,helvetica,sans-serif;;
	font-size:0.7em;
	line-height:1.8em;
	padding:20px;
	border:1px solid #333;
	background-color:#FFF;
}
.linkbutton
{
	font-size:1.0em;
	width:150px;
}


.whoisrow1available, .whoisrow2available
{
	
	color:#353535;
}

.whoisrow1:hover, .whoisrow2:hover
{

}

#verhuman
{
	text-align:center;
	border:1px solid #333;
	background-color:#FFF;
	padding:20px;
}
.verhuman
{
	font-size:2.2em;
}
.verhumanimg
{
	border:1px solid #000;
}









/* CSS Document */
body{ margin:0px; padding:0px; font-family:"Trebuchet MS"; font-size:12px; color:#3d3e3f; background:#13477e url(../images/body-bg.png) left top no-repeat;}
h1, h2, h3, h4, h5, h6, p, pre, ul, input, form{ margin:0px; padding:0px;}
img{ border:0px;}
a{ outline:none;}

#container{ width:1000px; overflow:hidden; margin:0 auto; position:relative;}

/**************** Header Starts here *****************/

#header{ width:100%; overflow:hidden; margin-top:41px;}
#header h2{ background:url(../images/top-contact-icon.png) 10px top no-repeat; font-size:22px; color:#fff; padding:10px 0 0px 47px; font-weight:normal; width:auto; float:left;}

#header h1{ background:url(../images/logo.png) left top no-repeat; width:247px; height:35px; float:left; margin:10px 0 0 200px;}
#header h1 a{ width:247px; height:35px; float:left; text-decoration:none; display:block; text-indent:-999999px;} 

#header h3{ background:url(../images/info-icon.png) right 10px no-repeat; width:180px; float:right; padding:10px 0 5px 0px; font-size:14px; color:#fff; margin:0 10px 0 0;}
#header h3 a{ width:180px; float:right; text-decoration:none; display:block; color:#fff; } 
#header h3 a:hover{ text-decoration:none; display:block; color:#faff03; } 

/**************** Header Ends here *****************/

/*************** Navigation Starts Here *****************/

#navi-main{ width:100%; height:67px; overflow:hidden; margin-top:5px; background:url(../images/navi-bg.png) left top no-repeat; }
#navi-main ul{ margin:25px 0 0 30px; padding:0px;}
#navi-main ul li{ float:left; list-style:none; font-size:13px; color:#000; background: url(../images/navi-devider.gif) right 10px no-repeat; text-transform:uppercase; line-height:25px;}
#navi-main ul li a{ float:left; list-style:none; color:#000; text-decoration:none; display:block; margin-right:5px;}
#navi-main ul li a span{ float:left; list-style:none; color:#000; text-decoration:none; padding:0 5px 0 13px; font-size:13px; cursor:pointer; }
#navi-main ul li a:hover{ color:#fff; text-decoration:none; background:url(../images/hover-rit-cor.png) right top no-repeat; padding-right:7px;}
#navi-main ul li a:hover span{ color:#fff; text-decoration:none; background:url(../images/hover-lft-cor.png) left top no-repeat; padding:0 3px 0 8px; font-size:13px;}
#navi-main ul li.nodevider{ background:none;}

#navi-main ul li ul{ display:none;}
#navi-main ul li:hover ul{ margin:0px; padding:0px; display:block; position:absolute; top:140px; left:30px; z-index:10000; width:170px; background-color:#13477e; border:1px solid #276db7;}
#navi-main ul li ul li{ float:none; font-size:12px; color:#fff; line-height:25px !important; padding:0 0 0 10px !important; background:none; border-bottom:1px solid #276db7;} 
#navi-main ul li ul li a{ float:none; color:#fff; background:none; display:block; text-decoration:none;}
#navi-main ul li ul li a:hover{ color:#fffd00; background:none;  text-decoration:none; width:170px;} 

#navi-main ul li:hover ul.navi-spacing{ margin-left:307px;}

/*************** Navigation Starts Here *****************/

/***************** Banner starts Here ****************/

#banner{ width:100%; overflow:hidden;}
#banner-text{ width:476px; float:left; overflow:hidden;}
#banner-text h2{ font-size:22px; color:#fff; padding:45px 0 0 10px; font-weight:normal;}
#banner-text h2 span{ font-size:14px; color:#fff;} 
#banner-text p{ font-size:14px; color:#fff; line-height:22px; padding:15px 40px 0 10px;}
#banner-text h4{ background:url(../images/banner-heading-bg.png) left top no-repeat; width:459px; height:29px; margin:15px 0 0 10px; padding-left:15px; line-height:29px; color:#fff; font-size:16px; font-weight:normal;}

#banner-img{ float:left; width:511px; margin-left:13px;}

/***************** Banner Ends Here ****************/


/************ feature Section Starts Here ****************/

#feature-main{ width:981px; height:183px; overflow:hidden; margin:5px 0 0 10px; background:url(../images/brand-bg.png) left top no-repeat;}
#brand-box{ width:214px; float:left; overflow:hidden; margin:10px 0 0 15px;}
#brand-box h2{ width:100%; font-size:16px; color:#feff00; padding:5px 0 7px 0; background:url(../images/brand-icon.png) right top no-repeat; font-weight:normal; line-height:18px;}
#brand-box p{ font-size:11px; color:#fff; padding-right:10px;}
#brand-box p span{ color:#fffd00; display:block; width:100%; padding-top:15px;}
#brand-box p span a{ color:#fffd00; text-decoration:none;}
#brand-box p span a:hover{ text-decoration:underline;}

#domain-box{ width:218px; float:left; overflow:hidden; margin:10px 0 0 25px;}
#domain-box h2{ width:100%; font-size:16px; color:#feff00; padding:5px 0 7px 0; background:url(../images/domain-icon.png) right top no-repeat; font-weight:normal; line-height:18px;}
#domain-box p{ font-size:11px; color:#fff; padding-right:10px;}
#domain-box p span{ color:#fffd00; display:block; width:100%; padding-top:15px;}
#domain-box p span a{ color:#fffd00; text-decoration:none;}
#domain-box p span a:hover{ text-decoration:underline;}

#search-box{ width:218px; float:left; overflow:hidden; margin:10px 0 0 25px;}
#search-box h2{ width:100%; font-size:16px; color:#feff00; padding:5px 0 7px 0; background:url(../images/search-icon.png) right top no-repeat; font-weight:normal; line-height:18px;}
#search-box p{ font-size:11px; color:#fff; padding-right:10px;}
#search-box p span{ color:#fffd00; display:block; width:100%; padding-top:15px;}
#search-box p span a{ color:#fffd00; text-decoration:none;}
#search-box p span a:hover{ text-decoration:underline;}

#business-box{ width:214px; float:left; overflow:hidden; margin:10px 0 0 25px;}
#business-box h2{ width:100%; font-size:16px; color:#feff00; padding:5px 0 7px 0; background:url(../images/business-icon.png) right top no-repeat; font-weight:normal; line-height:18px;}
#business-box p{ font-size:11px; color:#fff; padding-right:10px;}
#business-box p span{ color:#fffd00; display:block; width:100%; padding-top:15px;}
#business-box p span a{ color:#fffd00; text-decoration:none;}
#business-box p span a:hover{ text-decoration:underline;}


/************ feature Section Ends Here ****************/

/************* Content Section Starts *************/

#content-main{ width:981px; overflow:hidden; margin:10px 0 0 10px; background:url(../images/content-top-img.png) left top no-repeat; padding-top:10px;}
#content-sub{ width:100%; overflow:hidden; background-color:#fff; padding-bottom:30px;}
#latest-artical{ width:582px; float:left; overflow:hidden; margin:5px 0 0 17px;}
#latest-artical h3{ font-size:20px; padding:0px; color:#18599d; background:url(../images/artical-icon.jpg) 250px top no-repeat; font-weight:normal;}
#latest-artical h5{ font-size:14px; color:#171818; padding-top:10px;} 

#latest-artical p{ font-size:12px; color:#3d3e3f; padding-top:5px; line-height:18px;} 
#latest-artical p a{color:#18599d; text-decoration:none;}
#latest-artical p a:hover{ text-decoration:underline;} 

.quick-link{ width:345px; height:174px; float:left; overflow:hidden; background:url(../images/quick-link-box.jpg) left top no-repeat; margin:10px 0 0 20px;}

.quick-link h4{ font-size:20px; color:#fff; padding:10px 0 5px 15px; font-weight:normal; border-bottom:3px solid #2c7cc4; width:318px; margin-left:3px;}
.quick-link ul{ margin:10px 0 0 15px; padding:0px; overflow:hidden; width:320px;}
.quick-link ul li{ list-style:none; float:left; width:137px; background:url(../images/quick-link-icon.png) left 7px no-repeat; padding:0 0 0 20px; font-size:15px; color:#fff; line-height:25px;}
.quick-link ul li a{ list-style:none; float:left; width:137px; color:#fff; text-decoration:none;}
.quick-link ul li a:hover{color:#fffd00; text-decoration:none;}

.contact-link{ width:345px; height:174px; float:left; overflow:hidden; background:url(../images/quick-link-box.jpg) left top no-repeat; margin:10px 0 0 20px;}
.contact-link h2{ font-size:20px; color:#fff; padding:20px 0 5px 90px; font-weight:normal; background:url(../images/contact-icon.png) 20px 15px no-repeat; text-transform:uppercase;}

.contact-link ul.contact{ margin:0px 0 0 15px; padding:0px; overflow:hidden;}
.contact-link ul.contact li{ float:left; list-style:none; padding:0px; color:#fff; font-size:12px;}
.contact-link ul.contact li.address{ width:60px; float:left; padding-top:5px;}
.contact-link ul.contact li.address1{ width:230px; float:left; padding-top:5px;}
.contact-link ul.contact li.address1 a{ width:230px; float:left; text-decoration:none; color:#fff;}
.contact-link ul.contact li.address1 a:hover{text-decoration:underline;}

/************* Content Section Ends *************/

/********** Latest Example Starts Here ***********/

#latest-main{ width:981px; overflow:hidden; margin:0px 0 0 10px; background-color:#f2f2f2;}
#latest-heading{ width:100%; overflow:hidden; background:url(../images/latest-example-bg.gif) left top no-repeat; height:84px;}
#latest-heading h3{ font-size:20px; color:#1b8c57; padding:20px 0 0 28px; width:auto; float:left; font-weight:normal;}
.request{ width:168px; height:43px; float:right; background:url(../images/request-bg.gif) left top no-repeat;font-size:20px; color:#1b8c57; line-height:43px; text-align:center; margin:15px 20px 0 0;}

.request a{ width:168px; height:43px; float:right; color:#1b8c57; display:block; text-decoration:none;}

#latest-main ul{ margin:15px 0 0 15px; padding:0px;}
#latest-main ul li{ float:left; list-style:none; margin:0 35px 0 0; color:#18599d;}
#latest-main ul li p{ color:#18599d; text-align:center;  font-size:12px; padding:5px 0 5px 0; font-weight:bold;}
#latest-main ul li p a{ color:#18599d; text-decoration:none;}
#latest-main ul li p a:hover{ text-decoration:underline;}
#latest-main ul li.no-space{ float:left; list-style:none; margin:0 0px 0 0;}
#latest-main ul li div.img-box{ width:198px; height:98px; border:5px solid #18599d; background:url(../images/latest-img-bg.jpg) left top repeat-x;}


/********** Latest Example Ends Here ***********/

/*********** Footer Starts Here **************/

#footer{ width:981px; overflow:hidden; margin:0 0 0 10px; background:url(../images/footer-bg.jpg) right top repeat-x; height:39px;}
#footer p{ font-size:12px; color:#c1c006; padding:10px 0 0 25px; font-weight:bold;}

/*********** Footer Ends Here **************/

/*********** Web Design Page Starts Here ****************/

#portfolio{ width:665px; float:left; overflow:hidden; margin:0 0 0 20px;}
#bradcrum{ width:100%; font-size:11px; color:#1a1b1b;}
#bradcrum a{ width:100%; font-size:11px; color:#1b8c57; text-decoration:none;}
#bradcrum a:hover{  text-decoration:underline;}
.company{ width:100%; overflow:hidden; margin:15px 0 0 0; background:url(../images/portfolio-devider.jpg) left bottom no-repeat; padding-bottom:20px;}
.company h1{ font-size:28px; color:#1b8c57; font-weight:normal;}
.company p{ font-size:14px; color:#1a1b1b; padding:15px 0 0 0; line-height:20px;}

.website{ width:100%; overflow:hidden; margin:10px 0 0 0; background:url(../images/portfolio-devider.jpg) left bottom no-repeat; padding-bottom:20px;}
.website h1{ font-size:28px; color:#1b8c57; font-weight:normal;}
.website-img{ width:265px; float:left; margin:10px 0 0 0;}
.website-img-con{ width:387px; float:left; overflow:hidden;}
.website-img-con p{ font-size:14px; padding:6px 0 0 0; font-size:14px; color:#1a1b1b; line-height:20px;}
.readmore{ margin:15px 0 0 0;}

#services-main{ width:249px; float:left; overflow:hidden; margin:45px 0 0 30px;}
#services-div{ width:249px; overflow:hidden; background-color:#f5f5f5;}
#services{ width:100%; overflow:hidden;}
#services h2{ background:url(../images/services-bg.jpg) left top no-repeat; width:240px; height:32px; font-size:22px; color:#18599d; padding:0 0 0 35px; margin-top:10px;}

#services ul{ margin:0px; padding:0px;}
#services ul li{ list-style:none; font-size:14px; color:#18599d; background:url(../images/services-list-bg.jpg) left 3px no-repeat; }
#services ul li span{ padding:8px 0 10px 35px; overflow:hidden; display:block;cursor:pointer;}
#services ul li a{ list-style:none; color:#18599d; background: url(../images/services-link-line.jpg) 5px bottom no-repeat; display:block; text-decoration:none;}
#services ul li a:hover{ color:#000; text-decoration:none;}

#quick-quote{ width:100%; overflow:hidden; margin:0 0 20px 0;}
#quick-quote h2{ background:url(../images/quick-quote-bg.jpg) 5px top no-repeat; width:232px; height:41px; font-size:22px; color:#18599d; padding:0 0 0 40px; margin-top:10px;}

#quick-quote ul{ margin:0px; padding:0px;}
#quick-quote ul li{ list-style:none; font-size:14px; color:#262626;}
#quick-quote ul li.name{ width:100%; background:url(../images/quick-link-arrow.jpg) 18px 12px no-repeat; padding:7px 0 0 30px;}
#quick-quote ul li input.name-box{ width:200px; height:20px; margin:5px 0 0 20px; border:1px solid #CCCCCC;}
#quick-quote ul li select.country-box{ width:200px; height:20px; margin:5px 0 0 20px; border:1px solid #CCCCCC;}
#quick-quote ul li textarea.requirment-box{ width:200px; height:70px; margin:5px 0 0 20px; border:1px solid #CCCCCC;}
#quick-quote ul li input.capcha-box{ width:120px; height:20px; margin:5px 0 0 20px; border:1px solid #CCCCCC; float:left;}
#quick-quote ul li.capcha{ margin:5px 0 0 5px; *margin:-15px 0 0 5px; float:left; overflow:hidden; height:25px;}
#quick-quote ul li.privacy{ width:100%; background:url(../images/quick-link-arrow.jpg) 18px 25px no-repeat; padding:20px 0 0 30px; clear:both;}
#quick-quote ul li.privacy a{ width:100%; clear:both; text-decoration:none; color:#18599d;}
#quick-quote ul li.privacy a:hover{text-decoration:underline;}

#quick-quote ul li.name a{ width:100%; clear:both; text-decoration:none; color:#18599d;}
#quick-quote ul li.name a:hover{text-decoration:underline;}


/*********** Web Design Page Ends Here ****************/ 

/************* Hosting Page Starts Here ***************/

#hosting{ width:100%; overflow:hidden; margin:0 0 0 0;}
#hosting h2{ font-size:20px; color:#1b8c57; padding:20px 0 0 0; font-weight:normal;} 
#hosting p{ font-size:14px; color:#1a1b1b; line-height:20px; padding:5px 0 0 0; text-align:justify;}
#hosting p a{ font-size:14px; color:#1a1b1b; text-decoration:underline;}
#hosting p a:hover{ text-decoration:none;}
#hosting h3{ font-size:16px; color:#0f3a66; padding:20px 0 0 0; font-weight:normal;}   
#hosting h1{ font-size:40px; color:#ed160b; padding:20px 0 0 0; font-weight:normal; font-family:Arial, Helvetica, sans-serif;} 
#hosting ul{ margin:10px 0 0 25px; padding:0px; }
#hosting ul li{ list-style-position:outside; padding-top:5px; }  

#plane-div{ width:99%; overflow:hidden; margin:20px 0 0 0; border:1px solid #046336;}
#plane-div ul{ margin:0px; padding:0px; background-color:#1b8c57; overflow:hidden; height:30px;}
#plane-div ul li{ float:left; list-style:none; color:#fff;}
#plane-div ul li.plane{ width:210px; float:left; font-size:16px; padding:0 0 0 20px; border-right:1px solid #999999; line-height:30px;}
#plane-div ul li.plane1{ width:210px; float:left; font-size:16px; padding:0 0 0 20px; border-right:1px solid #999999; line-height:16px;}
#plane-div ul li.v10{ width:105px; float:left; text-align:center; font-size:16px; border-right:1px solid #999999; line-height:30px;}
#plane-div ul li.border-none{ border:none;}

#plane-div ul.monthly{ margin:0px; padding:0px; background-color:#e9e9e9; overflow:hidden; border-bottom:1px solid #000000;}
#plane-div ul.monthly li{ color:#1a1b1b !important; font-size:12px !important;}
#plane-div ul.monthly1{ margin:0px; padding:0px; background-color:#f2f2f2; overflow:hidden; border-bottom:1px solid #000000;}
#plane-div ul.monthly1 li{ color:#1a1b1b !important; font-size:12px !important;}

#plane-div ul li.plane span{ width:100%; font-size:11px; display:block; line-height:0px;}

#plane-div ul.monthly2{ margin:0px; padding:0px; background-color:#f2f2f2; overflow:hidden;}
#plane-div ul.monthly2 li{ color:#1a1b1b !important; font-size:12px !important;}


/************* Hosting Page Ends Here ***************/

/************* v10 Page Starts Here ***************/

.hosting-plane{ width:320px; float:left; margin:0 0 0 0;}
.hosting-plane ul{ margin:20px 0 0 30px; padding:0px;}
.hosting-plane ul li{ font-size:14px; color:#18599d; padding:0 0 0 15px; background:url(../images/quick-link-arrow.jpg) left 8px no-repeat; line-height:25px; list-style:none;} 

#signup{ width:100%; margin: 0 0 0 0;}

#signup p{ font-size:18px; color:#1b8c57; padding:40px 0 0 30px; width:auto; float:left;} 
#signup p span{ color:#1a1b1b;}

#sign-button{ float:right; overflow:hidden; margin:35px 40px 0 0;}
#sign-button input.signup{ background:url(../images/sign-button.jpg) left top no-repeat; width:125px; height:39px; border:0px; cursor:pointer;} 

/************* v10 Page Ends Here ***************/

/************* Inner Contact Box Starts Here ***************/

.inner-contact-link{ width:245px; height:174px; float:left; overflow:hidden; background:url(../images/inner-contact-bg.jpg) left top no-repeat; margin:20px 0 0 2px;}
.inner-contact-link h2{ font-size:15px; color:#fff; padding:7px 0 5px 60px; background:url(../images/inner-contact-icon.png) 15px 10px no-repeat; text-transform:uppercase;}

.inner-contact-link ul.contact{ margin:0px 0 0 15px; padding:0px; overflow:hidden;}
.inner-contact-link ul.contact li{ float:left; list-style:none; padding:0px; color:#fff; font-size:11px;}
.inner-contact-link ul.contact li.address{ width:60px; float:left; padding-top:5px;}
.inner-contact-link ul.contact li.address1{ width:160px; float:left; padding-top:5px;}
.inner-contact-link ul.contact li.address1 a{ float:left; text-decoration:none; color:#fff;}
.inner-contact-link ul.contact li.address1 a:hover{text-decoration:underline;}

/************* Inner Contact Box Ends Here ***************/

/************* Domain Page Starts Here ***************/

#book-domain{ width:651px; height:170px; border:1px solid #e1e1e1; background-color:#f5f5f5; margin-top:20px;}
#domain-bg{ width:460px; height:73px; float:left; margin:50px 0 0 7px; background:url(../images/domain-bg.jpg) left top no-repeat;}
#domain-bg ul{ margin:0px; padding:0px;}
#domain-bg ul li{ float:left; list-style:none;}
#domain-bg ul li input.domain-box{ width:266px; height:33px; border:1px solid #868686; margin:18px 0 0 15px; background-color:#3c3c3c; color:#fff; font-size:20px;}
#domain-bg ul li select.domain-com{ width:74px; height:35px; border:1px solid #868686; margin:18px 0 0 5px; background-color:#3c3c3c; color:#fff; font-size:20px;}
#domain-bg ul li input.go{ background:url(../images/go-button.jpg) left top no-repeat; width:64px; height:28px; border:0px; cursor:pointer; margin:22px 0 0 10px; font-size:16px; font-weight:bold; text-align:center; color:#fff;}

#domain-bg1{ width:170px; float:left; margin:30px 0 0 10px; border-left:1px solid #999999;}
#domain-bg1 h2{ background:url(../images/com-img.jpg) 10px top no-repeat; font-size:18px; font-family:"Trebuchet MS"; padding:0 0 0 70px; color:#fe9145; line-height:18px;}
#domain-bg1 h2 span{ font-size:12px; font-weight:bold; display:block; color:#000; font-weight:normal; padding:5px 0 0 0;}
#domain-bg1 p{ font-size:11px; color:#000; padding:5px 10px 0 15px; line-height:16px;}
#domain-bg1 p span{ color:#fe9145; font-size:11px; font-weight:bold;}
#domain-bg1 p span a{ color:#fe9145; text-decoration:none; font-size:11px;}
#domain-bg1 p span a:hover{ text-decoration:underline;}

#plane-div ul li.domain{ width:422px; float:left; font-size:16px; padding:0 0 0 20px; border-right:1px solid #999999; line-height:30px;}
#plane-div ul li.price{ width:105px; float:left; text-align:center; font-size:16px; line-height:30px;}

#download-butt{ background:url(../images/form-download-butt.jpg) left top no-repeat; width:274px; height:58px; margin:30px 0 0 180px; font-size:21px; font-family:Arial, Helvetica, sans-serif; color:#fff; text-align:center; line-height:22px; padding-top:7px;}
#download-butt a{ width:274px; height:58px; color:#fff; text-decoration:none;}
#download-butt a:hover{ color:#000; text-decoration:none;}

/************* Domain Page Ends Here ***************/


/************** Contact form starts here ****************/

#contact-form-main{ width:100%; overflow:hidden; margin:0 0 0 0;}
#contact-form-main ul{ margin:20px 0 0 0; padding:0px; width:450px;}
#contact-form-main ul li{ list-style:none; float:left; }
#contact-form-main ul li.name{ width:100px; float:left; clear:both; padding:10px 0 0 0; font-size:14px; color:#3d3d3d;}
#contact-form-main ul li input.name-box{ background:url(../images/form-box-bg.jpg) left top no-repeat; width:292px; height:34px; margin:5px 0 0 0; border:0px; float:left; padding:0 5px 0 7px;}
#contact-form-main ul li textarea.message{ width:330px; height:100px; margin:5px 0 0 0; border:1px solid #3c3c3c; padding:0 5px 0 7px;}
#contact-form-main ul li select.payment{ width:305px; height:36px;  background:url(../images/form-box-bg.jpg) left top no-repeat; border:0px; padding:3px 6px 5px 5px;}
#contact-form-main ul li input.city-box{ background:url(../images/state-box1.jpg) left top no-repeat; width:142px; height:34px; margin:5px 0 0 0; border:0px; float:left; padding:0 5px 0 7px;}
#contact-form-main ul li input.state-box{ background:url(../images/state-box2.jpg) left top no-repeat; width:57px; height:34px; margin:5px 0 0 4px; border:0px; float:left; padding:0 5px 0 7px;}
#contact-form-main ul li.name span{ color:#FF0000;} 

#contact-form-main ul li input.capcha-box{ background:url(../images/form-box-bg1.jpg) left top no-repeat; width:154px; height:34px;  padding:0 10px 0 7px; margin:5px 0 0 0; border:0px; float:left;}
#contact-form-main ul li.verification-code{ float:left; margin:5px 0 0 23px; width:auto;}
#contact-form-main ul li input.sub-butt{ background:url(../images/contact-submit.jpg) left top no-repeat; width:84px; height:29px; margin:5px 0px 0px 100px; text-align:center; font-size:13px; color:#fff; border:0px; cursor:pointer; clear:both; font-weight:bold;}


/************** Contact form Ends here ****************/

/************** Blog Starts here ****************/

#blog-main{ width:100%; overflow:hidden;}
#blog-main h5{ font-size:11px; color:#282828; padding:20px 0 0 0;}
#blog-main h2{ font-size:20px; color:#18599d; padding:10px 0 0 0; text-transform:uppercase;}
.blog-image{ width:350px; margin:0 auto; margin-top:20px;}
.blog-comment{ width:100%; overflow:hidden; background:url(../images/blog-comment-bg.jpg) left top repeat-x; height:28px; margin-top:20px;}
.blog-comment p{ font-size:11px !important; color:#282828; padding:0 0 0 15px !important; line-height:28px !important;}
.blog-comment p span{ color:#18599d;}


/************** Blog Ends here ****************/

/************** Artical Starts here ****************/

.artical{ width:100%; overflow:hidden; border-bottom: 1px dotted #CCCCCC; padding-bottom:15px;}
.artical h3{ font-size:18px; color:#18599d !important; padding:0 0 0 0; text-transform:uppercase; font-weight:bold !important;}
.artical h3 a{ color:#18599d !important; text-decoration:none;}
.artical h3 a:hover{ text-decoration:underline;}
.artical p{ font-size:11px; color:#282828; padding:0 0 0 0; margin-top:10px;}
.artical p img{ margin:0px 15px 0 0; border:1px solid #CCCCCC;}
.artical-by{ width:100%; margin:10px 0 0 0; overflow:hidden; clear:both; float:left;}
.artical-by a{ width:100%; text-decoration:none; color:#18599d;}
.artical-by a:hover{ text-decoration:underline;}

/************** Artical Ends here ****************/

