@charset "utf-8";
/* CSS Document */

body {
	font: 11px/18px Verdana, Geneva, sans-serif;
	color: #424242;
	background: #F5FAEB;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

hr {
	height: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #F6F6F6;
	border-right-style: none;
	border-left-style: none;
}

img {
	border-style: none;
}



a {
	color: #F97604;
}

a:hover {
	text-decoration: none;
	color: #FDAC64;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #231F20;
}

h2 {
	font: normal 14px Tahoma, Geneva, sans-serif;
	color: #3F5416;
}

h3 {
	font: normal 13px Tahoma, Geneva, sans-serif;
	color: #2E2E2E;	
}

h4 {
	margin-bottom: 0px;
	color: #FFF;
	font: bold 12px Tahoma, Geneva, sans-serif;
	background: #828282;
	padding: 5px 10px;
}

h5 {
	
}

h6 {
	
}

#wrapper {
	background: url(../images/bgr-wrapper.png) repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}


#header {
	background: #FFF url(../images/bgr-header.jpg) no-repeat;
	float: left;
	height: 120px;
	width: 900px;
}
#header #header_tabs {
	float: right;
	background: url(../images/bgr-header-tab.png) no-repeat;
	color: #FFF;
	height: 37px;
	width: 530px;
	padding: 3px 10px 10px;
}
#header #header_tabs .telephone {
	float: left;
	margin: 1px 0px 0px;
	font-size: 12px;
	width: 180px;
}
#header #header_tabs ul {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 340px;
}
#header #header_tabs ul li {
	list-style: none;
	display: inline;
}
#header #header_tabs ul li a {
	color: #FFF;
	font-size: 11px;
	display: block;
	float: left;
	background: #796C70;
	margin-right: 5px;
	border-top: 1px solid #504749;
	border-right: 1px solid #796C70;
	border-bottom: 1px solid #796C70;
	border-left: 1px solid #504749;
	padding: 2px 5px;
}

#header #header_tabs ul li a:hover {
	color: #F0F0F0;
	text-decoration: none;
	background: #A99EA2;
}

#header #header_tabs ul li #login {
	color: #E3EFCF;
	background: url(../images/icon-login.png) no-repeat;
	padding-left: 30px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
	line-height: 20px;
	float: right;
	border-style: none;
}

#navigation {
	background: url(../images/bgr-navigation.jpg) repeat-x;
	float: left;
	height: 30px;
	width: 900px;
	border-top: 1px solid #a8a9ad;
	border-bottom: 5px solid #cfcfcf;
}
#navigation img {
	float: left;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	
}

 
#navigation ul  li {
	display: inline;
	list-style: none;
	
}

#navigation ul  li a{
	float: left;
	padding-right: 49px;
	padding-left: 49px;
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #FFF;
	height: 22px;
	padding-top: 8px;
	background: url(../images/bgr-navigation.jpg) repeat-x;
	text-decoration: none;
}

#navigation ul  li a:hover{
	color: #FFF;
	text-decoration: none;
	background: #6aa8d4;
}
#navigation ul li #login {
	float: right;
	color: #E3EFCF;
	background: url(../images/bgr-navigation-login.png) no-repeat;
	padding-left: 30px;
}

#navigation ul li #login:hover {
	float: right;
	color: #D9EABD;
	padding-left: 30px;
	background: #594F52 url(../images/bgr-navigation-login.png) no-repeat;
}
#domain_banner {
	background: #959595;
	float: left;
	width: 900px;
	height: 200px;
	background: #E7F2CE url(../images/bgr-domain-banner.jpg) no-repeat;
	border-bottom: 5px solid #990D0C;
}

#homeleft {
	width: 480px;
	float: left;
	padding-left: 20px;
	color: #FFF;
}

#homeleft h1 {
	color: #FFF;
	margin-bottom: 10px;
	font: normal 30px Tahoma, Geneva, sans-serif;
	margin-top: 5px;
}
#homeleft p {
	margin: 0px 0px 10px;
	font-size: 14px;
	line-height: 32px;
}
#homeleft p em {
	font-size: 10px;
}

#homeleft p .price_tag {
	font-size: 40px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	margin-left: 20px;
}

#homeright {
	width: 400px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	color: #FFF;
}
#homeright h1 {
	color: #FAFAFA;
	margin-bottom: 5px;
	font: bold normal 20px Tahoma, Geneva, sans-serif;
}
#homeright p {
	margin-right: 0px;
	margin-left: 0px;
}



#homeright .searchbox {
	padding: 6px 10px; 
	font-size: 24px; 
	font-weight: bold; 
	color: #b3b3b3; 
	letter-spacing: -1px; 
	border: 1px solid #fff; 
	background: #fff url(http://deltahost.info/theme-images/bg_generic_fade.png) repeat-x top; 
	float: left; 
	margin-top: 1px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	width: 260px;
}
#homeright .search {
	width: 45px; 
	height: 45px; 
	background: url(http://deltahost.info/theme-images/btn_lrg_search.png) no-repeat top; 
	float: left; 
	margin-left: 5px;
}

#homeright .search:hover {
	background: url(http://deltahost.info/theme-images/btn_lrg_search.png) 0 -45px;
	}
#index_offers {
	float: left;
	width: 900px;
	margin-top: 15px;
	border-bottom: 5px solid #594834;
}

#index_offers h1 {
	font:  bold 14px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#index_offers ul {
	margin: 0px;
	padding: 0px;
}

#index_offers ul li {
	color: #FFF;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(../images/bgr-offers-li.png) no-repeat;
	height: 20px;
	font-weight: bold;
}
#index_offers  hr {
	background: #979797;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#index_offers #offer_standard {
	background: url(../images/bgr-standard-offer.jpg) no-repeat;
	float: left;
	height: 280px;
	width: 280px;
	padding: 10px;
}

#index_offers #offer_standard h1 .price_tag {
	font-size: 40px;
}

#index_offers #offer_standard h1 em {
	font-size: 10px;
}


#index_offers #offer_business {
	float: left;
	height: 280px;
	width: 280px;
	padding: 10px;
	background: url(../images/bgr-business-offer.jpg) no-repeat;
}

#index_offers #offer_business h1 .price_tag {
	font-size: 40px;
}

#index_offers #offer_business h1 em {
	font-size: 10px;
}


#index_offers #offer_pro {
	float: left;
	height: 280px;
	width: 280px;
	padding: 10px;
	background: url(../images/bgr-business-pro-offer.jpg) no-repeat;
}


#index_offers #offer_pro h1 .price_tag {
	font-size: 40px;
}

#index_offers #offer_pro h1 em {
	font-size: 10px;
}





#body_wrapper {
	float: left;
	width: 880px;
	background: #FFF;
	padding: 20px 10px 50px;
}

#body_wrapper_index {
	float: left;
	width: 900px;
	background: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#body_wrapper_index img {
	float: left;
}


#main_content {
	float: left;
	width: 580px;
}

#side_nav {
	float: right;
	width: 270px;
	text-align: left;
}

#side_nav h1 {
	width: 260px;
	background: url(../images/bgr-cpnav-h1.jpg) no-repeat;
	height: 23px;
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 7px;
	margin-bottom: 0px;
	float: left;
}

#side_nav hr {
	margin-top: 40px;
	margin-bottom: 40px;
	background: #CACACA;
	height: 1px;
	border-style: none;
	float: left;
	width: 270px;
}
#side_nav ol {
	margin-left: 10px;
	font-size: 12px;
	padding: 0px;
	margin-bottom: 0px;
}
#side_nav img {

	float: left;
	width: 270px;
}

#side_nav ul {
	margin: 0px 0px 40px;
	padding: 0px;
	float: left;
	width: 270px;
}

#side_nav ul li {
	list-style: none;	
}

#side_nav ul li a {
	color: #2E2E2E;
	background: #F5FAEB url(../images/icon-arrow-front.png) no-repeat;
	float: left;
	height: 23px;
	width: 240px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 1px;
	border-top: 3px solid #B3DB60;
	padding-top: 3px;
	text-decoration: none;
}

#side_nav ul li a:hover {
	color: #F5FAEB;
	background: #2e2e2e url(../images/icon-arrow-front-hover.png) no-repeat;
	border-top: 3px solid #D6D6D6;

}

#side_nav .builder_plus {
	background: url(../images/ima-web-builder.jpg) no-repeat;
	height: 120px;
	width: 270px;
	float: left;	
}

#side_nav .builder_plus:hover {
	background: url(../images/ima-web-builder-hover.jpg) no-repeat;

}



#footer_bar {
	width: 880px;
	background: #2E2E2E;
	padding: 5px 10px;
	color: #FFF;
	border-bottom: 1px solid #434343;
	border-top: 1px solid #585858;
	float: left;
}
#footer_wrapper {
	padding: 5px 10px 20px;
	width: 880px;
	background: #828282;
	border-bottom: 5px solid #676767;
	color: #FFF;
	border-top: 1px solid #A6A6A6;
	clear: both;
	height: 100px;
}

#footer_wrapper h1 {
	color: #FFF;
	margin-bottom: 0px;
}
#footer_wrapper ul {
	margin: 0px;
	padding: 0px;
}
#footer_wrapper ul li {
	display: inline;
	list-style: none;
}
#footer_wrapper ul li a {
	font-size: 10px;
	color: #F7FBEE;
	float: left;
	padding-right: 5px;
}

#footer_wrapper ul li a:hover {
	font-size: 10px;
	color: #FAFCF5;
	text-decoration: none;
}
#footer_wrapper ul li #top {
	float: right;
	color: #FFF;
}


#footer_wrapper ul li #top:hover {
	float: right;
	color: #99C74B;
}
