@charset "utf-8";
body {
	background-color: #999999;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
form {margin: 0px;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CC00;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
.clearer {
	clear: both;
}
.hmFormfieldFormat {
	font-size: 11px;
	background-color: #F5F5F5;
}
.domainTaken {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFE6E6;
	text-align: center;
	padding: 10px;
	border: 1px dashed #990000;
}
.domainAvailable {
	font-weight: bold;
	color: #009900;
	background-color: #E8FFE8;
	text-align: center;
	padding: 10px;
	border: 1px dashed #009900;
}
.heading1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56AB35;
}
.heading2 {
	font-size: 24px;
	font-weight: bold;
	color: #669900;
	font-family: Arial, Helvetica, sans-serif;
}
.heading3 {
	font-size: 18px;
	font-weight: bold;
	color: #669900;
}
.heading4 {
	font-size: 24px;
	color: #666666;
}
.heading5 {
	font-size: 16px;
	color: #333333;
}
.normalize_text {
	font-size: 12px;
	font-weight: normal;	
}
.hint_text {
	font-size: 11px;
	font-weight: normal;	
}
.red_text {
	color: #F00;	
}
.form_headings {
	font-size: 18px;
	margin-top: 10px;
}
.tableCaption {
	background-color: #999999;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.altTableRow1 {
	background-color: #F5F5F5;
	padding: 5px;
}
.altTableRow2 {
	background-color: #E6E6E6;
	padding: 5px;
}
.totalCostRow {
	background-color: #D7FFD7;
	padding: 5px;
	border: 1px solid #666666;
	font-size: 14px;
	font-weight: bold;
}
.formFieldsize {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	font-size: 11px;
}
.greenExText {
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
}

.form_field_style {
	font-size: 10px;
	color: #666666;
	background-color: #F3F3F3;
}
.separatorLines {
	margin-top: 10px;
}
.portfolioStyle {
	background-color: #F0F0F0;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
.tableHeader1 {
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
}
.blueHeader {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
.hm_portfolio_img {
	border: 5px solid #CCCCCC;
	float: left;
}
.hm_portfolio_desc {
	float: left;
	padding-left: 20px;
	width: 270px;
}
.hint_box{
	background-color: #ECF2FF;
	padding: 3px;
	border: 1px solid #6699FF;
	text-align: left;
}
.formContainer {
	background-color: #E8E8E8;
	padding: 10px;
	border: 5px solid #666666;
}
.int_plan {
	width: 290px;
	float: left;
}
.features_content_container {
	padding: 10px;
}
#bronze_heading {
	background-color: #CD7F32;
	color: #FFF;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	background-image: url(../IMG/bronze_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#bronze_content{
	border: 5px solid #CD7F32;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#silver_heading {
	background-color: #E4E4E4;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	background-image: url(../IMG/silver_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#silver_content{
	border: 5px solid #E4E4E4;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#gold_heading {
	background-color: #FFD700;
	color: #000;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	background-image: url(../IMG/gold_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#gold_content{
	border: 5px solid #FFD700;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#consultationFormContainer {
	background-color: #E8E8E8;
	padding: 10px;
	border: 5px solid #666666;
	width: 350px;
	float: right;
}
#contactFormContainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.formTextField {
	background-color: #F5F5F5;
	border: 1px solid #666666;
}
.formButtonFormat {
	background-color: #339900;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #009900;
}
.errorMsg {
	font-weight: normal;
	color: #333;
	background-color: #FFE6E6;
	padding: 10px;
	border: 1px solid #F00;
	margin-bottom: 5px;
}
.okMsg {
	font-weight: normal;
	color: #666;
	background-color: #F2FFEC;
	padding: 10px;
	border: 1px solid #090;
	margin-bottom: 2px;
}
/* CSS3 BUTTON */

.btn {
 display: inline-block;
 background: url(../images/btn.bg.png) repeat-x 0px 0px;
 padding:5px 10px 6px 10px;
 font-weight:bold;
 text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
 border:1px solid rgba(0,0,0,0.4);
 -moz-border-radius: 5px;
 -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
 -webkit-border-radius: 5px;
 -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.btn:hover {
 text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
 cursor:pointer;
}

/* COLOR VARIATIONS */

.blue {background-color: #CCCCCC; color: #141414;}
.blue:hover {background-color: #00c0ff; color: #ffffff;}

.green {background-color: #CCCCCC; color: #141414;}
.green:hover{background-color: #8aff00; color: #ffffff;}

.red {background-color: #CCCCCC; color: #141414;}
.red:hover {
	background-color: #F00;
	color: #ffffff;
}
.black {background-color: #CCCCCC; color: #141414;}
.black:hover {
	background-color: #666;
	color: #ffffff;
}
.orange {background-color: #CCCCCC; color: #141414;}
.orange:hover {
	background-color: #FF6C00;
	color: #ffffff;
}
#pageContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#contentContainer {
	margin-top: 30px;
}
#portfolio_container {
	margin-top: 10px;
	background-color: #333333;
	margin-bottom: 20px;
}
#hm_portfolio_container {
	margin-top: 10px;
	background-color: #333333;
	height: 160px;
	padding: 20px;
	margin-bottom: 10px;
}
#portfolioContentArea {
	margin-right: 20px;
	margin-left: 20px;
}
#intro_message_container {
	padding-right: 20px;
}
#text_content_container ul{
	padding: 15px;
}
#domain_checker_container {
	background-color: #CCCCCC;
	padding: 10px;
	border: 5px solid #999999;
}
#topContentAreaBg {
	background-image: url(../IMG/topContbg.jpg);
	height: 43px;
}
#centerContentArea {
	background-image: url(../IMG/centerContBg.jpg);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 40px;
}
#bottomContentBg {
	background-image: url(../IMG/bottomContBg.jpg);
	height: 45px;
}
#logoContainer {
	margin-left: 60px;
	width: 380px;
	float: left;
	margin-right: 50px;
}
#headerContainer {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}
#hm_icon {
	width: 90px;
	float: left;
	font-weight: bold;
	text-align: center;
}
#portfolio_icon {
	margin-left: 50px;
	float: left;
}
#services_icon {
	float: left;
}
#contact_us_icon {
	margin-left: 50px;
	float: left;
}
#searchFormContainer {
	float: left;
	width: 320px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 15px;
}
#hmDomainSearchBtn {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}
#bottomNavLinks {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: normal;
}
#bottomNavLinks a{
	color: #333333;
}
#domainSearchResultContainer {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#resultCaption {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}
#contactsContentArea {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E5E5E5;
	padding: 10px;
}
#devrtoolWebRegContainer {
	float: left;
	width: 400px;
	padding-left: 20px;
}
#twoYearsDomainRegBannerContainer {
	float: right;
	background-image: url(../IMG/2yearDomainRegBanner.jpg);
	width: 400px;
	padding-top: 250px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 30px;
	color: #009CFF;
}
#devrtoolWebHostingContainer {
	clear: both;
	margin-left: 20px;
	margin-top: 20px;
}
#pageContentArea{
}
#copyrightContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#copyrightContainer a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFCC;
}
#copyrightContainer a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFCC;
}
.grey_box{
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
	padding: 10px;
	font-size: 16px;
}
