/* 
	lt blue bg	E9F1F9
	blue: 		143D8D
	red: 			B5121A
	border: 		9AA3CC
*/

.blue-text {
	color: #143D8D;
}

p {
	line-height: 1.1em;
}

.red-text {
	color: #B5121A;
}

body {
	background-color: #E9F1F9;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}


#hd {
	background-color: #E9F1F9;
}

#bd {
	background-color: #fff; /* Change this to change sidebar color */
}

#ft {
	background-color: #E9F1F9;
}



.clear { clear: both; }


#maincontentcontainer {
	background-color: #fff;
}

#maincontent, #sidebar, #ft {
	padding: 10px;
} 


#verification-image {
	padding-bottom: 14px;
}


/* Begin Header CSS */
/* ---------------- */
#hd {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#header {
	padding: 8px 8px 0 0;
	border-top-style: solid;
	border-top-width: 8px;
	border-top-color: #103590;
	height: 100px;
}

#logo {
	position: relative;
	float:left;
	margin-right: 10px;
}

#sitename {
	float: left;
}

#sitename h1  {
/* 	background: url(/images/leading-domains-text.png); */
	background: url(/images/logo.gif);
	width: 251px;
	height: 73px;
	
}

h1 span {
    display: none;
}


#tagline{
	padding-top: 5px;
	float:left;
}

#tagline h1{
	font-size: large;
	font-family: Georgia, "Times New Roman", Times;
	color: #d16b28;
	font-style: italic;
}

#phone h1{
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #B5121A;
	font-weight: bold;
	font-size: 24px;
	float:right;
	margin-top: 25px;
	margin-right: 25px;
	font-style: italic;
}


/* Navigation */
/* ---------- */
#navbar {
	background-color:  #fff;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px "Helvetica Neue",Arial,Helvetica,sans-serif;
width: 100%;
overflow: hidden;
background: black url(/images/nav-bg.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #fcea7b;
	background: transparent url(/images/nav-bg.gif) center center repeat-x;
}


/* Begin Footer */
/* -------------- */
#ft {
	text-align: center;
}

.copyright {
	font-size: x-small;
	font-family: Verdana;	
}

.copyright a{
	color: #143D8D;
}


/* Begin Body CSS */
/* -------------- */

p a {
	color: #143D8D;
	text-decoration: underline;
}



#offerform, #offerform-noborder {
	width: 430px;
}


#linkform {
	width: 240px;
}


#offerform, #linkform {
	border: 1px solid #9AA3CC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 10px;	
	margin: 5px;
}

#offerform p, #offerform-noborder p {
	font-size: .85em;
}

#form1 {
	padding-left: 15px;
	padding-top: 15px;
}


.biggerbolder {
	font-size: 1.2em;
	font-weight: bold;
}

#maincontent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #143D8D;
	padding: 10px 0 10px 0;
}


#maincontent h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #143D8D;
	padding: 10px 0 10px 0;
}

#maincontent li {
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.1em;	
}

#maincontent ul {
	margin-bottom: 10px;
}

#maincontent p {
/*	margin: 0 0 10px 0;*/
	font-size: 1.1em;
}

#sidebar {
	margin-left: -10px;
	margin-top: 10px;
}

input {
	margin-bottom: 15px;
}




#landerform {
	width: 705px;
	height: 300px;
	border: 1px solid #9AA3CC;
	background-color: #E9F1F9;
	background-image:url("/images/for-sale-pic.png");
	background-position: 98% 100%;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 10px;	
	margin: 5px;
}


#landerform h2 {
	color: #B5121A;
	font-size: 2.2em;
	font-weight: normal;
}

#landerform h3 {
	font-size: 1.35em;
	font-weight: bold;
	color: #143D8D;
	line-height: 1.5em;
}

#landerform-content {
	width: 525px;
}

.landerform-body p {
	font-size: 1.35em;
}



.landerform p {
	font-size: 1.1em;
	color: #143D8D;
}





/* For FoxyCart */
#fc_cancel_continue_shopping, #fc_shipping_container, #fc_login_register_container h2, #fc_cart_foot_shipping, #fc_cart_container span.fc_cart_item_price_each {
  display: none;
}

#fc_cart_head_quantity span {
/*   color: #666666; */
}

.fc_cart_item_quantity {
/*   color: #fff; */
}

.fc_fieldset_container {
	border: 1px solid #9AA3CC;
	background-color: #E9F1F9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 600px;
	padding: 10px;
	margin-bottom: 10px;
}

.fc_fieldset_container ol li fieldset {
	background: #fff;
}

.fc_clear {
	display:none;
}

#pageContainer input {
	margin-bottom: 8px;
}

#fc_login_register_container input {
	margin-bottom: 0;
}

#fc_cart_table {
	border: 1px solid #4264A4;
	width: 622px;
}


#fc_cart_table thead th, #fc_cart_table #fc_cart_foot_total td  {
	background-color: #143D8D;
}

#fc_cart_table td, #fc_cart_table th, #fc_cart_table tfoot td {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #143D8D;
}

#fc_checkout_container button.fc_button, #fc_receipt_links_inner a {
	background-color: #143D8D !important;
	font-size: 15px;
	border-color: #4264A4 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#fc_checkout_container button.fc_button:hover, #fc_receipt_links_inner a:hover {
	background-color: #4264A4 !important;
	font-size: 15px;
	border-collapse: #143D8D !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#subtotal, #order_total {
	background-color: #E9F1F9;
}

#fc_payment_method_plastic_container label {
	padding-left: 210px;
}

.fc_customer_phone label:after {
	content: "*";
}

/* End FoxyCart */
