/* Default CSS */

* {
	margin: 0;
	padding: 0;

}

body { 
 	background:  url(images/body.gif) repeat-x #384c69;
	
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	color: #1f1f1f;
}

#header {
	width: 100%;
	height: 80px;
	background: url(images/header.gif) repeat-x ;

}


#container {
	z-index: 1;
	position: relative;
	min-height: 671px;
	min-width: 800px;
	max-width: 1024px;
	
}

/* Header Information */

#container #navigation {
	background: url(images/logo3.png) top left no-repeat;
	height: 60px;
	padding: 26px 10px 10px 160px;
	
	color: #fff;
	text-align: left;
}


#container #navigation a, #navigation a:link, #navigation a:visited {

	margin: 4px;
	padding: 1px;
	color: #fff;
	text-decoration: none;
	
	font-size: 115%;
	letter-spacing: 1px;
}

#container #navigation a:hover {
	color:#a1a1a1;
}

#container span.loginbox {
	position: absolute;
	top: 28px;
	right: 3px;
	text-align: right;
	color: #fff;
}

#container span.loginbox a, #container span.loginbox a:link, #container span.loginbox a:visited {
	color: #fff;
	text-decoration: none;
}
#container span.loginbox a:hover {
	color:#a1a1a1;
}

/* Body Information */


#container #body {
	display: inline;
	padding: 0;
	margin: 0;
	
}

#container #body #main-content {
	float: left;
	width: 70%;
	padding: 10px;
	background: #f8f8f8;
}

#container #body #secondary-content {
	clear: left;
	float: left;
	width: 70%;
	margin-top: 10px;
	padding: 10px;
	background: #f8f8f8;
	position: relative;
}

#container #body #development-content {
	clear: left;
	float: left;
	width: 70%;
	margin-top: 10px;
	padding: 10px;
	background: #f8f8f8;
	position: relative;
}
#container #body #right-content {
	float: right;
	width: 20%;
	padding: 10px;
	background: #f8f8f8;
}

/* Footer Information */

#footer {

	clear: both;
	color: #fafafa;
	padding-top:40px;
}

#sub-navigation {

	width: 100%;
	padding: 10px 20px 10px 20px;
	color: #fff;
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #76787b;
	background: url(images/sub-navigation.gif) repeat-x ;

}

#hook {
	min-width: 800px;
	max-width: 1024px;
	position: relative;
	clear: inherit:
}


#sub-navigation dl {
	float: left;
	width: 25%;
	padding 5px;
	text-align: left;
}

#sub-navigation dt {
	letter-spacing:1px;
	color: #fafafa;
	text-transform: uppercase;
	font-variant: small-caps;
	

}

#sub-navigation dd {
	margin: 3px 0 3px 7px;
	background: url(images/symbol.png) top left no-repeat;
	padding-left: 15px;
	text-transform: lowercase;
}

#sub-navigation a, #sub-navigation a:link, #sub-navigation a:visited {
	margin: 4px;
	padding: 1px;
	color: #fff;
	text-decoration: none;
	
}

#sub-navigation a:hover {
	color:#a1a1a1;
}

#copyright p {
	clear: both;
	text-align: right;
	width: 100%;
	padding: 15px;
	color: #fff;
	font: x-small/0.8 Tahoma, Verdana, Arial, sans-serif;

}

#copyright a, #copyright a:link, #copyright a:visited {
	color: #fff;
	font: x-small/0.8 Tahoma, Verdana, Arial, sans-serif;
}

#copyright a:hover {
	color: #d7d8da;
}

#spacer {
	clear: both;
}

/* Text Styling */

h1 {
	font: medium/1.4 Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-variant: small-caps;
	margin-bottom: 15px;
	padding: 2px 0 2px 25px;
	background: url(images/logo_thumbnail.png) top left no-repeat;
	border-bottom: 1px dotted #1f1f1f;
}

h2 {
	font: small/1.4 Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-variant: small-caps;
	margin-bottom: 15px;
	padding: 2px 0 2px 5px;
	border-bottom: 1px dotted #1f1f1f;

}

p {
	text-indent: 7px;
	padding: 4px;
}

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

select, option {
	padding: 3px 10px 3px 3px;

}

a, a:link, a:visited, a:active {
	color: #495662;
	letter-spacing: 1px;
	text-decoration: none;
}

input { padding: 2px; }
a:hover {
	text-decoration: underline;
}

#right-content ul {
	margin-left: 15px;
}

#right-content dl {
	clear: both;
	background: #fbfcfe;
	text-transform: lowercase;
	margin-bottom: 6px;
	padding: 0px 0px 38px 0px;
	border: 1px solid #8f94a1;
}

#right-content dl.user_console {
	padding: 0px 0px 0px 0px;
}

#right-content dl.user_console a, #right-content dl.user_console a:link, #right-content dl.user_console a:visited, #right-content dl.user_console a:active{
	color: #355d76;
	text-decoration: none;
}
#right-content dl.user_console a:hover {
	text-decoration: underline;
}

#right-content dt {
	padding-left: 5px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px dotted #9498a2;
	
}

#right-content dd {
	padding: 3px;
}

span.price {
	float: right;
	padding-right: 10px;
	font-weight: bold;
}

span.price a {
	font-size: 90%;
	color: #5a6989;
	text-decoration: none;
}

span.price a:hover {
	border-bottom: 1px dotted #5a6989;
}

#right-content p {
	text-align: center;
}


#main-content .contactright {
	float: right;
	margin-right: 20px;
	width: 35%;
}

#main-content .contactright dt {
	text-align: right;

}

#main-content .contact dl, #main-content .contactright dl {

	margin-bottom: 25px;
}

#main-content .contact dt, #main-content .contactright dt {
	margin-right: 25px;
	font-weight: bold;
}

#main-content ul.hoursofop {
	padding-left: 25px;
	text-align: right;
	list-style: none;
}



form.contactus fieldset {
	
	margin: 2.5em 0 0 0;
	padding: 0;
	position: relative;
	
}


form.contactus legend {
	margin-left: 1em;
	margin-top: -20px;
	color: #000;
	font-weight: bold;
}
form.contactus label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

form.contactus input {
	width: 225px;
}

form.contactus textarea {
	width: 225px;
	height: 65px;
}

form.contactus textarea.article {
	width: 450px;
	height: 465px;
}

form.contactus fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

form.contactus fieldset li {
	padding-bottom: 1em;
}

form.contactus #confirm  {
	padding: 0;
	margin: -25px 0 0 0;

}

form.contactus #confirm fieldset {
	float: left;
	width:442px;
}

form.contactus fieldset.submit {
	border-style: none;
	float: right;
	width: auto;
	margin-top: -40px;
}

form.contactus fieldset.submit p {
	height: 55px;
}

form.contactus fieldset.submit input {

	height: 45px;
}

form.contactus img.contactus {
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

img.hosting {
	float: right;
	display: inline;
	width: 320px;
	height: 240px;
	margin: 10px;
	
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
	
}

dl.plan {
	position: relative;
	margin: 5px;
}

dl.plan dt {
	font-weight: bold;
	float: left;
}

dl.plan dd {
	float: right;
	margin-right: 75px;
}

ul.speclist {
	margin: 10px;

}

ul.speclist li {
	background: url(images/check.png) top left no-repeat;
	list-style-type: none;
	padding-left: 25px;
	
}
/* Main Content Types 

Main (One Section)
Bi (Two Sections)
Tri (Three Sections) */


#container #body #tri1 {
	clear: left;
	float: left;
	width: 21%;
	padding: 10px;
	background: #f8f8f8;

	margin: 10px 15px 0 0;
}

#container #body #tri2 {
	float: left;
	width: 21%;
	padding: 10px;
	background: #f8f8f8;
	margin: 10px 15px 0 0;
}

#container #body #tri3 {
	float: left;
	width: 21%;
	padding: 10px;
	background: #f8f8f8;
	margin: 10px 15px 0 0;
}

/* Development Page */

#container #body #development-content dl {
	margin-bottom: 15px;
}

#container #body #development-content dt {
	font-weight: bold;
	padding-left: 10px;
}

#container #body #development-content dd {
	padding: 5px 20px 5px 20px;
	
}

/* Login Box */

form.login fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
}


form.login fieldset.submit {
	border-style: none;
	background-color: transparent;
	padding-left: 16em;
	float: none;
}
form.login label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

form.login ol {
	padding: 1em 1em 0 1em;
	list-style-type: none;
}
form.login li {
	padding-bottom: 1em;
}

form.login input {
	font-size: 95%;
	width: 250px;
	padding: 3px;
}

form.login input.submit {
	font-size: 100%;
	width: 150px;
}

p.register {
	font-size: 88%;
	text-align: right;
	margin-right: 20px;
}

/* Development Page */

img.develop {
	width: 270px;
	height: 180px;
	float: right;
	padding:0; margin:-10px;
}

/* Log Style */

div.log {
	background: #eef1f2;
	padding: 0px;
	margin: 15px;
	width: 90%;
	position: relative;
	border-left: 1px solid #969fa4;
}

div.log h3 {
	background: url(images/cellbg.gif) repeat-x;
	border-bottom: 1px solid #969fa4;
	border-right: 1px solid #969fa4;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 2px;
}

div.log p {
	padding: 8px;
	font-size: 95%;
	border-right: 1px solid #969fa4;
}

div.log p.bottom {
	padding: 2px;
	border-top: 1px solid #969fa4;
	border-bottom: 1px dotted #969fa4;
	background: #f8f8f8;
}

div.log span {
	float: right;
}

div.log a, div.log a:link, div.log a:visited, div.log a:active {
	color: #323b43;
	letter-spacing: 1px;
	text-decoration: none;
}

div.log a:hover {
	text-decoration: underline;
}

/* Console */

table.console {
	width: 450px;
	margin: 5px 5px 5px 125px;
	background: #eef1f2;
	border: 1px solid #c3ced4;
	border-top: none;
}

table.console caption {

	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 15px;
	background: #c3ced4;
	border-bottom: 1px solid #a7b2b8;
}

table.console td {
	padding: 2px;
	width: 50%;
}

table.console tr.alt {
	background: #e8eaea;
}

/* Articles */

div.article {
	margin: 5px;
	border-bottom: 1px dotted #a7b2b8;
	
}

div.article h3 {
	letter-spacing: 1px;
}

div.article p {
	padding: 3px;
	text-indent: 25px;
	margin-bottom: 15px;
}

div.article span {
	float: right;
}

div.article input.submit {
	margin: 20px;
	
}	

/* Spans */

span.success {
	color: #006600;
}

span.failure {
	color: #990000;
}

span.contacterror {
	float: right;
	width: 250px;
	margin-top:40px;
}

/* Legal Bar */

#tos_navbar {
	float: left;
	width: 550px;
}

/* Homepage */

.homepage-cell {
	background: url(images/homepage-cell.gif);
	position: relative;
	margin: 0 -10px -10px -10px;
	padding: 0 5px 0px 5px;
	height: 250px;
}

.homepage-cell ul {
	list-style-type: none;
	float: left;
	width: 375px;
}
.homepage-cell li {
	padding-left: 25px;
	background: url(images/check.png) top left no-repeat;
}

.homepage-cell h2 {
	text-decoration: underline;
	border: none;
	font-weight: bold;
	margin:0 0 0 15px;
}

.homepage-cell h3 {

	margin:0 0 5px 15px;
}

.homepage-cell span {
	padding-left: 0;
	font-size: 175%;
	font-weight: bold;
}

.homepage-cell p {
	padding-top: 30px;
	padding-left: 45px;
	font-size: 105%;
	font-weight: bold;
}


.homepage-cell img.oneclicks { 
	margin-top: 13px;
	margin-left: 15px;
}

.homepage-cell img.webservers {
	float: right;
}
 
.homepage-cell .right {
	position: absolute;
	top: -10px; right: 0;
	width: 350px; height: 120px;
	padding-top: 52px;
	background: url(images/arrow.png) top left no-repeat;
}

input.bottom {
	float: right;
	margin-top: 45px;
}

span.posterror {
	padding: 0 0 0 185px;
}

/* Blog styles */

#searchbox b {

	margin-right:75px;
	padding: 2px;
}

#searchbox form {
	padding: 3px;
}

#searchbox input {
	margin: 4px;
}

#searchbox ul {
	margin-left: -5px;
}

#searchbox li {
	margin-left: 15px;
	padding-top: 1px;	
}

#recent_articles {
	margin-top: 15px;
}

#recent_articles .article p {
	text-indent: 4px;
	text-align: left;
	font-size: 95%;
}

#recent_articles .article p.readmore {
	text-align: right;
}
#post_comment {
	margin-top: 25px;
}

#post_comment fieldset {
	margin: 1.5em 0 0 0;
	border: none;
	padding: 2px;
}

#post_comment textarea {
	margin: 0;
	padding: 2px;
}

#post_comment legend {
	margin-left: 5px;
	font-weight: bold;
}

#post_comment fieldset.submit {
	margin: 0 0 20px;
	border-style: none;
}

.comment {
	border: 1px dotted #efefef;
	background: #fdfdfd;
	padding: 5px 5px 0 5px;
	margin-top:25px;
}

.comment h3 {
	margin-top: -25px;
	font-size: 98%;
	font-weight: normal;
	font-style: italic;
}

.comment p {
	padding: 8px;
}

.comment span {
	float: right;
}

/* pending menu */

.pending {
	margin: 5px;
	border-bottom: 1px dotted #0066CC;
}

.pending h3 {
	font-size: 95%;
}

.pending span {
	float: right;
}

/* order form */


#order_form {

	margin: 10px;
	padding: 10px;

}

#order_form dt {
	font-weight: bold;
}

#order_form dd {
	padding: 10px;
}

#order_form p, #order_form b {
	padding: 0; margin:0;
	text-indent: 0;
}
