/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
	outline:none;
}

body {
	background: #02398d url(images/bg.jpg) repeat-x top left;
	font: 72%/170% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:20px;
}

/*--formatting--*/
a {
	color: #226bb8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #226bb8;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 500 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2 em {
	font: 400 30px Verdana, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 400 24px Verdana, "Times New Roman", Times, serif;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #e6e6e6;
	border: 1px solid #dadada;
	margin-bottom:10px;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h3 {
	font: 900 20px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px Verdana, "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Verdana, Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #e6e6e6;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	font: 400 16px Verdana, "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	padding:0px;
	margin:0px;
	border:none;
}

img.right {
	float: right;
	padding:0px;
	margin:0px;
	border:none;
}

.clear{
	clear:both;
	}

/*--container--*/
#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 66px;
	background-image:url(images/header.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#content {
	width: 930px;
	float: left;
	padding:10px;
	background-color:#f4f4f4;
}

#ads-logo{
	clear:both;
	width:950px;
	height:52px;
	margin:0px auto;
	text-align:center;
	background-color:#f4f4f4;
	padding-bottom:10px;
	}

#footer {
	width: 950px;
	height:65px;
	margin:0px auto;
	background-image:url(images/footer-bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	color: #ffffff;
}

/*--header--*/

#header #logo {
	width: 256px;
	height: 60px;
	float:left;
}

#header #logo a {
	width: 256px;
	height: 60px;
	padding-top:5px;
	text-indent: -9999em;
	display:block;
}
#header #subnav{
	width: 650px;
	height: 60px;
	float:right;
	}
#header #subnav h1{
	float:right;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:25px;
	padding-top:5px;
	letter-spacing:-1px;
	}
#header #subnav ul{
	height:27px;
	width:400px;
	/*width:358px;*/
	float:right;
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:16px;
	}
#header #subnav ul li{
	float:right;
	margin-right:7px;
	}
#header #subnav #livechat a{
	display:block;
	width:90px;
	height:27px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background-image:url(images/live-chat.png);
	/*background-image:url(images/live-chat.gif);*/
	background-position:left 5px;
	background-repeat:no-repeat;
	}
#header #subnav #email a{
	display:block;
	width:142px;
	height:27px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background-image:url(images/email.png);
	/*background-image:url(images/email.gif);*/
	background-position:left 5px;
	background-repeat:no-repeat;
	}
#header #subnav #livechat a:hover, #header #subnav #email a:hover{
	text-decoration:underline;
	}
#header #subnav #phone{
	display:block;
	width:122px;
	height:27px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background-image:url(images/phone.png);
	/*background-image:url(images/phone.gif);*/
	background-position:left 5px;
	background-repeat:no-repeat;
	margin-right:3px;
	}
/*--page-menu--*/
#menu {
	width:950px;
	height:46px;
	background-image:url(images/menu-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#menu ul {
	list-style: none;
}

#menu ul li.page_item {
	float: left;
	height:46px;
	background-image:url(images/menu-left-border-bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0px 12px;
	text-align:center;
}

#menu ul li.page_item a {
	padding: 8px 0px;
	display: block;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:center;
}

#menu ul li.page_item a:hover {
	color: #ffc435;
}

body#home a#homenav,
body#starter-hosting a#starter-hosting,
body#basic-hosting a#basic-hosting,
body#silver-hosting a#silver-hosting,
body#site-builder a#site-builder,
body#domain-name a#domain-name,
body#blog-hosting a#blog-hosting,
body#about-us a#about-us,
body#contact-info a#contact-info,
body#customer-login a#customer-login {
	color: #ffc435;
	
}

#menu ul li.current_page_item a {
	color: #ffc435;
}
#menu #home-page{
	width:52px;
	text-align:center;
}
#menu #starter-hosting, #menu #basic-hosting, #menu #silver-hosting, #menu #gold-hosting, #menu #contact-info{
	width:72px;
	text-align:center;
}

#menu #domain-name-registration{
	width:112px;
	text-align:center;
}
#menu #about-us, #menu #blog-hosting{
	width:52px;
	text-align:center;
}
#menu #customer-log-in{
	width:82px;
	text-align:center;
	background-image:none;
}

/***********************************/

#content h2{
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background-image:url(images/heading-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-bottom:1px solid #dadada;
	}

#content #adsandsecure{
	height:113px;
	margin-bottom:10px;
	}
#content #adsandsecure #ads{
	float:left;
	height:113px;
	margin-right:10px;
	}
#content #adsandsecure #secure{
	float:right;
	height:111px;
	width:127px;
	border:1px solid #dadada;
	}


#content #plansandsearch{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:10px;
	}
#content #plansandsearch #starter{
	float:left;
	width:223px;
	height:214px;
	border:1px solid #dadada;
	margin-right:10px;
	background-color:#FFFFFF;
	}
#content #plansandsearch #basic{
	float:left;
	width:223px;
	height:214px;
	border:1px solid #dadada;
	margin-right:10px;
	background-color:#FFFFFF;
	}
#content #plansandsearch #silver{
	float:left;
	width:223px;
	height:214px;
	border:1px solid #dadada;
	margin-right:10px;
	background-color:#FFFFFF;
	}
#content #plansandsearch #search{
	float:left;
	width:223px;
	height:214px;
	border:1px solid #dadada;
	background-color:#FFFFFF;
	}

/*--footer--*/
#footer-top-bg{
	width:950px;
	height:11px;
	margin:0px auto;
	}
#footer .footer-text {
	width: 950px;
	margin: 0px auto;
	color:#6dcff6;
}

#footer .footer-text a {
	color: #fff;
}
#footer .footer-text p{
	padding:0px;
	margin:0px 20px;
	color:#6dcff6;
	text-align:center;
	font-size:11px;
	}
#footer .footer-text p a{
	color:#6dcff6;
	}
#footer .footer-text p a:hover{
	color:#ffc435;
	text-decoration:underline;
	}
#footer .footer-text #copyright {
	width: 950px;
	text-align:center;
}
#footer .footer-text #copyright a{
	color:#6dcff6;
	}
#footer .footer-text #copyright a:hover{
	color:#ffc435;
	text-decoration:underline;
	}







/*Inner Pages*/
/*Left Section Starts Here*/
#content #left-section{
	width:695px;
	float:left;
	margin-right:10px;
	}
#content #left-section #ads{
	margin-bottom:10px;
	}
#content #left-section #page-content{
	border:1px solid #dadada;
	background-color:#FFFFFF;
	background-image:url(images/inner-heading-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}
#content #left-section #page-content h2{
	padding:10px;
	width:500px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background:none;
	border:none;
	}
#content #left-section #page-content #tell-widget{
	float:right;
	padding:5px 10px 0px 0px;
	}
#content #left-section #page-content p{
	padding:8px;
	line-height:19px;
	}
#content #left-section #page-content .ads{
	padding-left:10px;
	}

#content #left-section #page-content .plan-details{
	margin:10px;
	}
#content #left-section #page-content .plan-details ul{
	padding:0px;
	margin:0px;
	width:400px;
	float:left;
	}
#content #left-section #page-content .plan-details ul li{
	padding:0px;
	margin:0px;
	list-style-type: none;
	background: url(images/red-bullet.jpg) no-repeat;
	background-position:left 5px;
	padding-left: 13px;;
	}
#content #left-section #page-content .plan-details .rate{
	width:160px;
	float:right;
	height:86px;
	background-color:#8dc63f;
	padding:25px 0px 0px 0px;
	text-align:center;
	}
#content #left-section #page-content .plan-details .rate span{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#FFFFFF; 
	font-weight:bold;
	}


#content #left-section #page-content #package-details{
	border:1px solid #dadada;
	background-color:#FFFFFF;
	background-image:url(images/inner-heading-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin:10px;
	height:250px;
	}
#content #left-section #page-content #package-details h3{
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:normal;
	color:#000000;
	background:none;
	border:none;
	clear:both;
	}
	
#content #left-section #page-content #package-details ul, #content #left-section #page-content #package-details ul ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
#content #left-section #page-content #package-details ul li{
	margin-bottom:10px;
	}
	
#content #left-section #page-content #package-details #features01, #content #left-section #page-content #package-details #features02, #content #left-section #page-content #package-details #features03{
	float:left;
	width:220px;
	}


#content #left-section #page-content #package-details ul li ul{
	padding:8px;
	}
#content #left-section #page-content #package-details ul li ul li{
	border:none;
	margin:0px;
	list-style-type: none;
	background: url(images/gray-red-bullet.jpg) no-repeat;
	background-position:left 5px;
	padding-left: 13px;;
	}
/*Left Section Ends Here*/
/*Right Section Starts Here*/
#content #right-section{
	width:225px;
	float:right;
	}
#content #right-section #websecure{
	border:1px solid #dadada;
	height:111px;
	margin-bottom:10px;
	}
#content #right-section #websecure #col01{
	float:left;
	}
#content #right-section #websecure #col02{
	float:right;
	}
#content #right-section ul, #content #right-section ul ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
#content #right-section ul li{
	border:1px solid #dadada;
	background-color:#FFFFFF;
	margin-bottom:10px;
	}
#content #right-section ul li p{
	padding:8px;
	line-height:16px;
	}
#content #right-section ul li img{
	padding:0px 10px 6px 10px;
	}
#content #right-section ul li ul{
	padding:8px;
	}
#content #right-section ul li ul li{
	border:none;
	margin:0px;
	list-style-type: none;
	background: url(images/gray-red-bullet.jpg) no-repeat;
	background-position:left 5px;
	padding-left: 13px;;
	}
/*Right Section Ends Here*/
