@import url("qTip.css");

body, td, th {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #D5D5D5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p{
	margin: 0;
	padding: 5px 5px 10px 5px;
	line-height: 18px;
	text-align: justify;
}
input, select, textbox {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #fff;
	border: 1px solid #ccc;
}
/* ================================
	LAYERS
   ================================ */

#banner_container {
	color: #FFFFFF;
	background-color: #16B8B8;
	text-align: center;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/banner_bg.gif);
	border-top: 5px solid #00647E;
}
#banner_container #misc_buttons {
	color: #FFFFFF;
	text-align: right;
	padding: 0;
	width: 770px;
	margin: 0 auto;
	height: 10px;
	line-height: 26px;
}
#banner_container #logo {
	color: #FFFFFF;
	text-align: left;
	padding: 0;
	width: 770px;
	margin: 0 auto;
	height: 82px;
}
#body_container {
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#body_container #body {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	width: 730px;
	margin: 0 auto;
	padding: 20px;
}
#body_container #body #column1 {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: left;
	width: 360px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body_container #body #column2 {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: right;
	width: 360px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#banner_container #menu {
	color: #FFFFFF;
	text-align: right;
	width: 770px;
	padding: 0px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}
#body_container #body #left {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	width: 460px;
	padding: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#body_container #body #left #column1 {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: left;
	width: 225px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body_container #body #left #column2 {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: right;
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#body_container #body #right {
	color: #666666;
	background-color: #fff;
	text-align: left;
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
}
#body_container #body #right #testimonial {
	color: #666666;
	background-color: #f0f9ff;
	text-align: left;
	float: right;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #d0eafe;
	width: 238px
}

#footer_container {
	color: #FFFFFF;
	background-color: #D5D5D5;
	text-align: center;
	height: 60px;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00647E;
}
#footer_container #footer, #foot {
	color: #00647E;
	background-color: #D5D5D5;
	text-align: left;
	padding: 10px;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* ================================
	HEADINGS
   ================================ */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	color: #060524;
}
h2 {
	font-size: 18px;
	color: #055ba6;
}
h3 {
	font-size: 14px;
	color: #666666;
}

/* ================================
	LINKS
   ================================ */

a:link {
	color: #056fb9;
	text-decoration: underline;
}
a:visited {
	color: #056fb9;
	text-decoration: underline;
}
a:hover {
	color: #056fb9;
	text-decoration: none;
}
a:active {
	color: #056fb9;
	text-decoration: underline;
}
#banner_container #misc_buttons ul li a, #banner_container #misc_buttons ul li a:visited {
	background: #0f1b25 url(/images/miscbutton_selected_bg.gif);
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	border-top: 0;
	border-right: 1px solid #374959;
	border-bottom: 1px solid #374959;
	border-left: 1px solid #374959;
	color: #fff;
	font-weight: bold;
}
#banner_container #misc_buttons ul li a.selected, #banner_container #misc_buttons ul li a.selected:hover, #banner_container #misc_buttons ul li a.selected:visited, #banner_container #misc_buttons ul li a:hover {
	background: #00647E url(/images/miscbutton_bg.gif);
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	border-top: 0;
	border-right: 1px solid #00647E;
	border-bottom: 1px solid #00647E;
	border-left: 1px solid #00647E;
	color: #F3F3F3;
}
#banner_container #menu ul li a, #banner_container #menu ul li a:visited {
	background: #d1d1d1 url(/images/menu_bg.gif) repeat-x;
	padding: 6px 15px;
	margin: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #666;
	text-decoration: none;
}
#banner_container #menu ul li a:hover {
	background: #fff url(/images/menu_hover_bg.gif) repeat-x;
	padding: 6px 15px;
	margin: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #333;
	text-decoration: none;
}
#banner_container #menu ul li a.selected, #banner_container #menu ul li a.selected:visited, #banner_container #menu ul li a.selected:hover {
	background: #fff url(/images/menu_selected_bg.gif) repeat-x;
	padding: 1px 15px;
	margin: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#banner_container #menu ul li a.special, #banner_container #menu ul li a.special:visited, #banner_container #menu ul li a.special:hover {
	background: #fff url(/images/menu_special_bg.gif);
	padding: 6px 15px;
	margin: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#body_container #body #right ul.submenu li a, #body_container #body #right ul.submenu li a:visited {
	background-color: #fff;
	display: block;
	padding: 5px;
	margin: 0 0 2px 0;
	color: #666;
	text-decoration: none;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
#body_container #body #right ul.submenu li a:hover {
	background-color: #f5f5f5;
	display: block;
	padding: 5px;
	margin: 0 0 2px 0;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
#body_container #body #right ul.submenu li a.selected, #body_container #body #right ul.submenu li a.selected:visited, #body_container #body #right ul.submenu li a.selected:hover {
	background-color: #f5f5f5;
	display: block;
	padding: 5px;
	margin: 0 0 2px 0;
	color: #df1f24;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
#tabledata th a, #tabledata th a:visited, #tabledata th a:hover {
	color: #666;
	text-decoration: none;
}
#footer_container #footer a, #footer_container #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer_container #footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* ================================
	LISTS
   ================================ */

#banner_container #misc_buttons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#banner_container #misc_buttons ul li {
	display: inline;
	padding: 0;
	margin: 0 0 0 10px;
}
#banner_container #menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#banner_container #menu ul li {
	display: inline;
	padding: 0;
	margin: 0 0 0 2px;
}
#body_container #body #right ul.addons {
	list-style-type: circle;
	padding: 0;
	margin: 0 0 10px 30px;
	text-align: left;	
}
#body_container #body #right ul.submenu {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}
#body_container #body #right ul.submenu li {
	margin: 0;
	padding: 0;
}
.planhighlight ul {
	float: left;
	list-style-type: circle;
	margin: 0;
	padding: 5px 0 0 25px;
}
.hostingplan ul {
	list-style-type: circle;
	margin: 10px 0;
	padding: 0 0 0 35px;
}

/* ================================
	IMAGES
   ================================ */

img.left {
	float: left;
	margin: 0;
	padding: 0 10px 5px 0;
}
img.spacer {
	padding: 0;
	margin: 0 0 10px 0;
}
.screenshots img {
	padding: 5px;
	border: 1px solid #ebebeb;
	margin: 0 5px;
}
img, div {
	behavior: url(../iepngfix.htc)
}

/* ================================
	TABLES
   ================================ */
   
#tabledata {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}
#tabledata th {
	color: #FFF;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background: #CAE8EA url(/images/tables/bg_header.gif) no-repeat;
}
#tabledata th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #fff;
	background: none;
}
#tabledata th.spec {
	text-align: left;
	color: #666;	
	border-left: 1px solid #fff;
	border-top: 0;
	background: #fff url(/images/tables/bullet1.gif) no-repeat;
}
#tabledata th.specalt {
	text-align: left;
	border-left: 1px solid #fff;
	border-top: 0;
	background: #f5fafa url(/images/tables/bullet2.gif) no-repeat;
	color: #666;
}
#tabledata td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff;
	padding: 6px 0px 6px 0px;
	color: #666;
}
#tabledata td.alt {
	background: #f0f9ff;
	color: #666;
}

/* ================================
	SPECIAL CLASSES
   ================================ */

.planhighlight, .notice {
	background-color: #fffdd4;
	padding: 10px;
	border: 1px solid #fff67e;
	margin: 0 0 10px 0;
}
.planhighlight .header {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.planhighlight .moreinfo {
	float: right;
	text-align: right;
}
.planhighlight .moreinfo .price {
	color: #eb1f24;
	font-size: 30px;
	font-weight: bold;
}
.domains {
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	text-align: center;
}
.hostingplan {
	background-color: #f5f5f5;
	padding: 5px;
	margin: 0 0 10px 0;
	width: 213px;
	border: 1px solid #ccc;
}
.hostingplan .header {
	color: #333;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.hostingplan .headerspecial {
	color: #da1f24;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.screenshots {
	padding: 5px;
	margin: 0 auto;
}
