/************************/
/* STANDARD HTML STYLES */
/************************/
* {
	margin:0;
	padding:0;
	font-family:tahoma, verdana, sans-serif;
	font-size:100%;
	color:#707070;
}

body {
	background:#FFF;
	font-size:0.8em;	
	background:url(/images/nav-background.jpg) repeat-x;
}

img {
	border:0 none;
}

p {
	margin-bottom:10px;
}

p.smallText {
	font-size:0.85em;
}

a {
	color:#E4540D;
}

h1 {
	font-size:1.4em;
	color:#E4540D;
	border-bottom:1px solid #C0C0C0;
	padding-bottom:5px;
	margin-bottom:10px;
}

h2 {
	background:url(/images/header2-icon.jpg) no-repeat;
	padding-left:50px;
	line-height:30px;
	font-size:1.3em;
	font-weight:bold;
	color:#E4540D;
	margin-bottom:10px;
	margin-top:10px;
}

h2 span.light {
	font-weight:normal;
	color:#6E6E6E;
}

ol, ul {
	margin-left:35px;
}

li {
	margin-bottom:10px;
}


/************************/
/*    CUSTOM STYLES     */
/************************/
/* GENERIC TAG OVERRIDES */
ul.tight li {
	margin-bottom:2px;
}

li.title {
	list-style:none;
	margin-left:-15px;
	font-weight:bold;
}

li.more {
	list-style:none;
	color:#E4540D;
	margin-left:20px;
}


/* PANELS */
div#outerPanel {
	width:768px;
	margin:auto;
}


div.rightOneThirdPanel {
	width:250px;
	float:right;
}

div.leftOneThirdPanel {
	width:250px;
	float:left;
}

div.leftTwoThirdsPanel {
	width:510px;
	float:left;
}

div.leftHalfPanel {
	width:370px;
	float:left;
}

div.rightHalfPanel {
	width:370px;
	float:right;
}

div.sideBoxPanel {
	width:232px;
	float:left;
	background:url(/images/side-box/foot.jpg) bottom no-repeat;
	padding-bottom:25px;
}

div.sideBoxPanel h2{
	background:url(/images/side-box/head.jpg) no-repeat;
	margin-bottom:0;
	padding-left:20px;
	color:#e2e9ec;
	line-height:45px;
}

div.sideBoxPanel h2 span.light {
	font-weight:normal;
	color:#FFF;
}

div.sideBoxPanel p {
	background:url(/images/side-box/body.jpg);
	padding:10px 15px 0 15px;
	margin:0;
}

div#emailAddressesPanel,
div#templateCategoriesPanel,
div#templateCategoriesTypePanel {
	margin-right:7px;
}


div#templateCategoriesPanel,
div#templateCategoriesTypePanel {
	float:right;
}

div#postalAddressPannel {
	width:202px;
	float:left;
	margin:0 22px;
}

div#contactFormPanel {
	width:268px;
	float:left;
	margin-left:7px;
}



/* CONTACT FORM */
div#contactFormPanel input.textbox,
div#contactFormPanel textarea.textarea  {
	width:262px;
	margin-bottom:5px;
	font-size:0.85em;
	padding:3px;
}

div#contactFormPanel textarea.textarea {
	height:80px;
}

div#contactFormPanel input.submitButton,
form#affiliates_form input.submitButton {
	float:right;
}

div#contactFormPanel label {
	font-size:0.85em;
}

div#contactFormPanel ul {
	font-size:0.85em;
	margin:10px 0;
}

div#contactFormPanel ul li {
	color:#E4540D;
	margin-left:15px;
	margin-bottom:0;
}

div#contactFormPanel ul li.title {
	list-style:none;
	margin-left:0px;
	font-weight:bold;
}


/* MAIN NAVIGATION */
div#mainNav {
	width:100%;
	height:51px;
	text-align:center;
}

div#mainNav ul {
	list-style:none;
	width:650px;
	margin:auto;
}

div#mainNav ul li {
	float:left;
	padding:10px 0;
	margin-bottom:0;
}

div#mainNav ul li a {
	display:block;
	color:#FFF;
	padding:0px 15px;
	text-decoration:none;
	font-size:1.3em;
	border-right:2px solid #C0C0C0;
}

div#mainNav ul li a:hover,
body.homeBody div#mainNav ul li a.homeNavLink,
body.templatesBody div#mainNav ul li a.templatesNavLink,
body.resourcesBody div#mainNav ul li a.resourcesNavLink,
body.contactsBody div#mainNav ul li a.contactsNavLink,
body.sitemapBody div#mainNav ul li a.sitemapNavLink,
body.hostingBody div#mainNav ul li a.hostingNavLink,
body.loginBody div#mainNav ul li a.loginNavLink {
	color:#A1C60B
}

div#mainNav ul li.lastItem a {
	border-right:0 none;
}


/* FOOTER NAVIGATION */

ul#footerNav  {
	border-top:1px solid #C0C0C0;
	list-style:none;
	float:right;
	width:100%;
	margin-left:0;
	margin-top:20px;
}

ul#footerNav  li {
	float:right;
	padding:5px 0;
	margin:0
}



/* TEMPLATES */
div.sideBoxPanel ul {
	padding-left:30px;
	background:url(/images/side-box/body.jpg);
	margin-left:0
}

div.sideBoxPanel li {
	margin-bottom:0;
}

div.sideBoxPanel ul li a {
	text-decoration:none;
}

div.sideBoxPanel ul li a:hover {
	text-decoration:underline;
}

form#search_form label,
form#affiliates_form label {
	float:left;
	width:100px;
	margin-right:2px;
	text-align:right;
}

form#search_form select,
form#search_form input.textbox,
form#affiliates_form select,
form#affiliates_form input.textbox {
	float:left;
	width:374px;
	margin-right:2px;
	margin-bottom:5px;
}


form#search_form input.submitButton {
	margin-top:10px;
	float:right;
}

ul#templateFooter {
	list-style:none;
	margin-top:10px;
}

ul#templateFooter li {
	float:left;
}

ul#templateFooter li a {
	padding:0 15px;
	display:block;
	border-right:1px solid #C0C0C0
}

div#templatesNavigation {
	background:#EDEDED; 
	border-top:1px solid #C0C0C0; 
	padding:5px; 
	margin-bottom:5px; 
	margin-top:20px;
	text-align:center
}

div#templatesNavigation p.sectionhead {
	background:#E4540D;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}


/* DOMAIN CHECK ELEMENTS */
div#domainResults {
	clear:both;
	text-align:center;
	margin-top:20px;
	padding-top:10px;
}

div#domainResults div.AVAILABLE {
	color:#66CC00;
	font-weight:bold;
	text-transform:lowercase;
}

div#domainResults div.unavailable {
	color:#CC0000;
}

div#domainResults div.scanning {
	color:#C0C0C0;
}

.scanning {
	color:#c0c0c0;
}
.free, .for_sale {
	color:#00ff00;
}
.registered {
	color:#ff0000;
}
.preserved {
	color:#ff9900;
}
.message {
    font-weight:normal;
    color: #c0c0c0;
    font-size:small;
}
.failed, .error, .unknown {
    font-weight:bold;
	color:#ff9900;
}



/* MISCELLANEOUS ELEMENTS */
img.inlineTextImage {
	float:left;
	margin:0 10px 0 0;
}

p.highlightedParagraph {
	font-weight:bold;
	color:#E4540D;
}

p.thanksMsg {
	margin-bottom:200px;
	margin-top:20px;
}






