/** TITLES */

.title {
	clear: both;
}

.title h2 {
	margin-bottom: 20px;
}

.title h2.image{
	height: 20px;	
}

.title b {
	position: absolute;
	left: -10000px;
}

#title1 { background: url(../images/homepage10.gif) no-repeat left top; }
#title2 { background: url(../images/homepage11.gif) no-repeat left top; }
#title3 { background: url(../images/subpage_01.gif) no-repeat left top; }
#title4 { background: url(../images/subpage_02.gif) no-repeat left top; }
#title5 { background: url(../images/subpage_03.gif) no-repeat left top; }
#title6 { background: url(../images/subpage_04.gif) no-repeat left top; }
#title7 { background: url(../images/subpage_05.gif) no-repeat left top; }
#title8 { background: url(../images/subpage_06.gif) no-repeat left top; }
#title9 { background: url(../images/subpage_07.gif) no-repeat left top; }
#title10 { background: url(../images/order_form_heading.gif) no-repeat left top; }

/** BASIC */

html, body {
	height: 100%;
}

.bg5 { background-position: 8px 0px; }

.link1 {
	display: block;
	height: 5px;
	margin-top: 10px;
	background: url(../images/homepage13.gif) no-repeat right top;
}

.link1 b {
	position: absolute;
	left: -10000px;
}

/** WRAPPER */

#wrapper {
	width: 679px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 57px 0px 0px 0px;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#header {
	height: 171px;
	padding: 8px 8px;
}

#logo {
	float: left;
}

#slogan {
	float: left;
}

/** CONTENT */

#content {
	padding: 0px 8px 8px 8px;
	border-bottom: 8px solid #FFFFFF;
}

#left {
	float: left;
	width: 220px;
}

#right {
	float: right;
	width: 441px;
}

/** MAIN-MENU */

#main-menu {
	border-bottom: 8px solid #FFFFFF;
}

#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	display: block;
	width: 220px;
}

#main-menu b {
	position: absolute;
	left: -10000px;
}

#main-menu1 {
	height: 43px;
	background: url(../images/homepage03.jpg) no-repeat left top;
}

#main-menu1:hover {
	background: url(../images/homepage03_rollover.jpg) no-repeat left top;
}

#main-menu2 {
	height: 30px;
	background: url(../images/homepage04.jpg) no-repeat left top;
}

#main-menu2:hover {
	background: url(../images/homepage04_rollover.jpg) no-repeat left top;
}

#main-menu3 {
	height: 30px;
	background: url(../images/homepage05.jpg) no-repeat left top;
}

#main-menu3:hover {
	background: url(../images/homepage05_rollover.jpg) no-repeat left top;
}

#nav-developer {
	height: 30px;
	background: url(../images/nav-developer.jpg) no-repeat left top;
}

#nav-developer:hover {
	background: url(../images/nav-developer-rollover.jpg) no-repeat left top;
}

#main-menu4 {
	height: 30px;
	background: url(../images/homepage06.jpg) no-repeat left top;
}

#main-menu4:hover {
	background: url(../images/homepage06_rollover.jpg) no-repeat left top;
}

#main-menu5 {
	height: 44px;
	background: url(../images/homepage07.jpg) no-repeat left top;
}

#main-menu5:hover {
	background: url(../images/homepage07_rollover.jpg) no-repeat left top;
}

/** BOX1 */

#box1 {
	padding: 19px 25px 30px 25px;
}

#box1 h3.text1 {
	margin-bottom: 5px;
	padding-left: 11px;
	background: url(../images/homepage12.gif) no-repeat left center;
}

.page h4{
	font-size: 14px;
	font-family: Arial, Georgia, Sans-Serif;	
}

/** BOX2 */

#box2 {
	font-size: 12px;
	float: left;
	width: 195px;
	height: 35px;
	padding: 125px 1px 17px 25px;
	font-weight: bold;
}

/** BOX3 */

#box3 {
	float: left;
	width: 195px;
	height: 70px;
	padding: 107px 0px 0px 25px;
	font-size: 12px;
	font-weight: bold;
}

/** BOX4 */

#box4 {
	clear: both;
	padding: 19px 25px 0px 25px;
	border-top: 8px solid #FFFFFF;
}

#box4 .list2 {
	float: left;
}

#box4 .left {
	margin: 0px 12px 0px 0px;
	padding: 0px 12px 0px 0px;
	width: 170px;
	background: url(../images/homepage17.gif) repeat-y right top;
}

/** BOX5 */

#box5 {
	clear: both;
	padding: 19px 25px 0px 25px;
}

/** FOOTER */

#footer {
	padding: 20px 0px;
}

.right{
	margin-left: 120px;
}

legend{
	font-weight: bold;
	padding: 5px;
	color: #444;
}

fieldset{
	border: 1px solid #BBB;
	margin-bottom: 10px;
	padding: 5px;
}

.required em{
	color: red;
	margin-left: 3px;
}

.text, select, textarea{
	margin: 0px;
	padding: 1px;
	width: 250px;
	color: #333333;
	border: 1px solid #A5ACB2;
	background-color: #F5F5F5;
}
	
input:focus, select:focus, textarea:focus{
	background-color: #DDE8C3;
	background-image: none;
}

#customer_notes{
	width: 330px;
}

.error{
	background-color: #DEC1A1;
	background-image: url('../images/required.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;	
}

h1{
	font-size: 200%;
	font-weight: normal;
	padding: 0px;
	font-family: Georgia, Verdana, Arial;
	color: #000;
	margin-bottom: 10px;
}

h2{
	font-size: 150%;
	font-weight: normal;
	padding: 0px;
	font-family: Georgia, Verdana, Arial;
	color: #000;
	margin-bottom: 10px;
	line-height: 120%;
}

.content{
	line-height: 160%;
}

.hidden{
	display: none;
}

#breadcrumb{
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
}

#breadcrumb li{
	float: left;
}

#breadcrumb a{
	text-decoration: none;
}

#breadcrumb li span{
	padding: 0 5px 0 5px;
	font-size: 10px;
	font-family: Arial, Verdana;
	
}

#default-help ul.cms-category-content{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#default-help ul.cms-category-content ul a{
	padding-left: 25px;
	margin: 0;
	background-image: url('/images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 250%;
	font-size: 12px;
}

#default-help ul.cms-category-content ul a:hover{
	background-image: url('/images/bullet-rollover.png');
	
}

#default-help ul.cms-category-content ul{
	list-style-type: none;
	margin: 10px;
	padding: 0;	
}

#default-login #ssl-seal-logo{
	text-align: right;
	
}

.center{
	text-align: center;
}

#default-contact-us table.address{
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin-bottom: 20px;
}

#default-contact-us table.address td{
	vertical-align: top;
	font-style: normal;
}

#default-contact-us table.address address{
	font-style: normal;
}

#default-contact-us #contact_username{
	color: #777;
}

#default-contact-us #form-description{
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

#default-contact-us #form-description em{
	color: #F00;
}

#default-order #discount_code.valid{
	background-color: #DDE8C3;
	color: #3A4C4A;
}

#twitter{
	float: left;
	margin-top: -30px;
	margin-left: 50px;
}

.bold-italic-grey{
	font-size: 14px;
	font-style: italic;
	color: #999;
}

ul.cms-category-content{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.cms-category-content ul{
	margin-left: 20px;
}

ul.cms-category-content ul h2{
	margin-top: 10px;
	font-size: 150%;
}

ul.cms-category-content li{
	line-height: 190%;
}

#default-help .search-area{
	border: 1px dotted #aaa;
	border-left: none;
	border-right: none;
	padding: 10px 0 0 3px;
}

#default-web-hosting-plans .hosting-plan{
	clear: both;	
	margin-bottom: 20px;
}
	
#default-web-hosting-plans .hosting-plan img{
	float: left;
	margin-left: 20px;
}

#default-web-hosting-plans .hosting-plan .right-content{
	margin:  0 0 0 100px;
	padding-top: 10px;
}

#default-web-hosting-plans h2 a:hover{
 	color: #5C9017;
}

#default-web-hosting-plans .hosting-plan h2 a{
	color: #386077;
	font-size: 20px;
	text-decoration: none;
}

#default-web-hosting-plans .hosting-features-overview{
	clear: both;	
	list-style-type: none;
	width: 100%;
}

#default-web-hosting-plans .view-product-link{
	float: right;
	font-weight: bold;
	margin-top: 10px;
	padding-right: 8px;
	background: transparent url('/images/homepage19.gif') no-repeat 100% 55%;
}

#default-web-hosting-plans .hosting-features-overview li{
	float: left;
	width: 45%;
}

#default-products table.product-specs{
	border-collapse: collapse;
	border: 1px solid #AAA;
}

#default-products table.product-specs td{
	border: 1px solid #AAA;
	padding: 4px;
}

#default-products table.product-specs th{
	background-color: #DDD;
}

#default-products table.product-specs tr.alt td{
	background-color: #eee;
}
