@charset "utf-8";

/* Copyright 2011 Premiere Host, All Rights Reserved */

/* HTML */

body {
    background: #F0F0F0 url(images/background.png) repeat-x;
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

a, img, input, textarea {
    border: 0px; 
    outline: none; 
}

a:link, a:active, a:visited {
    color: #338AC6; 
    text-decoration: none;  
}

a:hover {
    color: #1B4B6C; 
    text-decoration: none; 
}

h1 { 
    border-bottom: 1px solid #338AC6;
    color: #1A4D80;
    font: normal 24px Arial, Helvetica, sans-serif;
    margin: 0px 0px 12px;
    padding: 0px 0px 3px;
}

h2 {
    border-bottom: 1px solid #EBEBEB;
    color: #333;
    font: normal 18px Arial, Helvetica, sans-serif;
    margin: 0px 0px 5px;
    padding: 10px 0px 3px;
}

h3 {
    border-bottom: 1px solid #EBEBEB;
    color: #333;
    font: normal 13px Arial, Helvetica, sans-serif;
    margin: 0px 0px 5px;
    padding: 10px 0px 3px;
}

hr {
    background: #338AC6;
    color: #338AC6;
    height: 1px;
    border: none;
}


/* Wrapper */

#wrapper {
    max-height: 1600px;
    position: relative;
}

/* Header */

#header {
    background: url(images/headerbg.png) repeat-x;
    height: 150px;
    width: 100%;
}

/* Global Notices */

.global-notice {
	padding: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid;
	border-radius: 5px;
	-moz-box-shadow: inset 0 -1px #FFFFFF;
	margin-left: 200px;
}
.global-notice strong {
	color: #000000;
}
.notice-top {
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: -12px;
}
.blue {
	background-color: #e5f4ff;
	border-color: #a7cee2;
	color: #004b90;
}
.red {
	background-color: #ffe5e5;
	border-color: #e2a8a8;
	color: #900000;
}
.green {
	background-color: #e4ffdf;
	border-color: #b8dfb8;
	color: #3a6e31;
}
.yellow {
	background-color: #fdffe5;
	border-color: #dfe2a7;
	color: #678801;
}
.cross {
	float: right;
	width: 12px;
	height: 12px;
	background: no-repeat 50% bottom;
	text-indent: -9999px;
	display: block;
	outline: none;
}
.blue .cross {
	background-image: url("images/blue-cross.gif");
}
.red .cross {
	background-image: url("images/red-cross.gif");
}
.green .cross {
	background-image: url("images/green-cross.gif");
}
.yellow .cross {
	background-image: url("images/yellow-cross.gif");
}
	
/* Logo */

#logo {
    float: left;
    height: 26px;
    padding: 15px 0px 0px 40px;
    width: 180px;
}

/* Live Help */

#live-help {
    float: right;
    padding: 18px 40px 0px 10px;
}

/* Tracker */

#tracker {
    clear: both;
    float: right;
    padding: 5px 40px 22px 20px;
}

/* Navbar Top */


.siteWrapper
{
	min-width: 960px;
}

.siteHeader .navigation
{
margin: 0px 0px 0px 370px;
}

.siteHeader .navigation li
{
	float: left;
	margin: 20px 0;
}

.siteHeader .navigation li a
{
	display: block;
	line-height: 15px;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background 200ms, color 200ms;
	-moz-transition: background 200ms, color 200ms;
}

.siteHeader .navigation li a.dropdown
{
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.siteHeader .navigation li a span
{
	font-size: 11px;
	color: #999;
	text-transform: none;
}

.siteHeader .navigation li:hover a
{
	padding: 9px 19px;
	color: #fed327;
	text-decoration: none;
	background: #222;
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 0 #383838;
	-moz-box-shadow: inset 0 1px 0 #383838;
	box-shadow: inset 0 1px 0 #383838;
}

.siteHeader .navigation li:hover a.dropdown
{
	padding: 9px 19px 10px 19px;
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.siteHeader .navigation li ul.dropdown
{
	display: none;
	list-style-type:none;
	position: absolute;
	overflow: hidden;
	width: auto;
	border: 1px solid #000;
	border-top: 0;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.siteHeader .navigation li ul.dropdown li
{
	float: none;
	margin: 0;
}

.siteHeader .navigation li ul.dropdown li a
{
	padding: 15px 20px;
	color: #fff;
	text-transform: none;
	background: #222;
	border: 0;
	border-top: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.siteHeader .navigation li ul.dropdown li:first-child a
{
	-webkit-border-top-right-radius: 6px;
}

.siteHeader .navigation li ul.dropdown li a:hover
{
	color: #fed327;
	background: #333;
	-webkit-box-shadow: inset 0 3px 6px #191919;
	-moz-box-shadow: inset 0 3px 6px #191919;
	box-shadow: inset 0 3px 6px #191919;
}

.siteHeader .navigation li:hover ul.dropdown
{
	display: block;
}


/* Body */

#body {
    margin: 0px auto;
    width: 952px;
}

/* Content */

#content {
    background: #FFF;
    border: 1px solid #808080;
    border-radius: 5px;
    color: #000;
    margin: 0px auto;
    -moz-border-radius: 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
    width: 952px;
}

/* Main */

#main {
    background: url(images/main.png) no-repeat;
    height: 342px;
    margin: 0px auto;
    position: relative; 
    width: 952px;  	
}

#main h1 {
    border-bottom: none;
    color: #FFF;
    font: bold 30px Arial, Helvetica, sans-serif;
    padding: 20px 0px 0px 55px;
}

#main p {
    color: #FFF;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 10px 0px 0px 55px;
    text-align: justify;
    width: 470px;
}

#social-networking {
    margin: 25px 0px 0px 158px;
}

#social-networking img {
    height: 64px;
    padding: 0px 0px 0px 20px;
    width: 64px;
}

/* Box */

#box {
    background: url(images/box.png) no-repeat;
    color: #FFF;
    height: 352px;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 483px;
}

#box h2 {
    border-bottom: none;
    color: #FFF;
    font: bold 18px Arial, Helvetica, sans-serif;
    margin: 10px 0px 5px;
    text-align: center;
}

#box ul {
    list-style: none;
    margin: 25px 0px 0px 150px;
    padding: 0px;
}

#box li {
    font: bold 12px Arial, Helvetica, sans-serif;
    height: 16px;
    padding: 5px 0px 5px 20px;
    text-transform: uppercase;
}

#box a {
    color: #FFF;
    text-decoration: none;
}

/* Uptime Guaranteed */

#uptime-guaranteed {
    background: url(images/uptime-guaranteed.png) no-repeat 0px 5px;
}

/* Fast Support */

#fast-support {
    background: url(images/fast-support.png) no-repeat 0px 5px;
}

/* Value For Money */

#value-for-money {
    background: url(images/value-for-money.png) no-repeat 0px 5px;
}

/* Great Team */

#great-team {
    background: url(images/great-team.png) no-repeat 0px 5px;
}

/* Guarantee */

#guarantee {
    font: bold 15px Arial, Helvetica, sans-serif;
    padding: 25px 0px;
    text-align: center;
    text-transform: uppercase;
}

/* Sign Up Now */

#sign-up-now1 {
    height: 72px;
    margin: 0px auto;
    width: 185px;
}

/* Panel */

/* Testing */

#topbox {
	overflow:hidden;
	width: 604px;
}

#bottombox {
	clear: both;
	overflow: hidden;
	width: 604px;
	/*height: 212px;*/
}
	
#box1, #box3 {
	widht: 50%;
	float: left;
	display:inline;
}

#box2, #box4 {
width: 50%;
float: left;
display: inline;
}	
	
.panel {
    background: url(images/panel.png) no-repeat;

    position: relative;
    width: 302px;
	height: 212px;
}

.panel h2 {
	/*border-bottom: none;*/
    color: #015492;
	font: 24px Arial, Helvetica, sans-serif;
	left: 26px;
	position: absolute;
	top: 6px;
	width: 272px;
}

.panel h2 a {
    color: #015492; 
    text-decoration: none;  
}

.panel ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	position: absolute;
	top: 56px;
	width: 212px;
	height: 138px;
	left: 7px;
}

.panel li {
    color: #333;
    font: 13px Arial, Helvetica, sans-serif;
    height: 29px;
    margin: 0px 0px -5px;
    padding: 0px 0px 0px 25px;
}

/* Tick1 */

.tick1 {
    background: url(images/tick1.png) no-repeat;
}

/* Banner */

.banner {
    background: url(images/banner.png) no-repeat;
    color: #FFF;
    height: 151px;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 149px;
}

/* Price */

.price {
    font: bold 16px Arial, Helvetica, sans-serif;
    margin: 45px -35px 0px 0px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.price a {
    color: #FFF;
    text-decoration: none;
}

/* Red */

.red {
    background: #F1F1F1;
    color: #C70000
}

/* Domain */

#domain {
    background: url(images/domain.png) no-repeat;
    clear: both;
    float: left;
    height: 108px;
    text-align: center;
    width: 622px;
}

#domain h2 {
    border-bottom: none;
    color: #333;
    font: bold 18px Arial, Helvetica, sans-serif;
    text-align: center;
}

#domain form {
    margin: 0px;
    text-align: center;
}

#domain input {
    border: 1px solid #D6D6D6;
    padding: 1px;
    text-align: left;
}

/* Announcements */

#testimonials {
    background: url(images/announcements.png) no-repeat;
    float: left;
    height: 200px;
    margin: 30px 0px 10px 0px;
    width: 622px;
}

#testimonials h2 {
    border-bottom: none;
    font: bold 18px Arial,Helvetica,sans-serif;
    margin: 10px 0px 5px;
    text-align: center;
}

#testimonials a {
    color: #1B4B6C;
    text-decoration: none;
}

#testimonials a:hover {
    text-decoration: underline;
}

#testimonials blockquote {
    color: #000;
    margin: 5px 50px 0px;
    text-align: justify;
}

#testimonials em {
    float: left;
    font: italic 12px Arial, Helvetica, sans-serif;
    padding: 20px 0px;
}

/* Sidebar */

#sidebar {
    background: url(images/sidebar.png) no-repeat;
    color: #FFF;
    float: right;
    height: 700px;
    margin: -690px 0px 0px;
    width: 308px;
}

#sidebar h2 {
    border-bottom: none;
    color: #FFF;
    font: bold 24px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
}

#sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 30px;
}

#sidebar li {
    font: 14px Arial, Helvetica, sans-serif;
    margin: 10px 0px 0px;
    padding: 10px 0px 0px 25px;
}

#sidebar a {
    color: #FFF;
    text-decoration: underline;
}

/* Tick2 */

.tick2  {
    background: url(images/tick2.png) no-repeat 0px 11px;
}

/* Features */

#features {
    background: url(images/features.png) no-repeat 150px bottom;
}

/* Sign Up Now */
	
#sign-up-now2 {
    clear: both;
    height: 52px;
    margin: 15px auto 0px;
    width: 141px;
}

/* Sponsors */

#sponsors {
    background: url(images/sponsors.png) no-repeat;
    clear: both;
    height: 113px;
    margin: 0px auto;
    width: 952px;
}

#sponsors h2 {
    border-bottom: none;
    color: #333;
    font: bold 18px Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 15px 0px 20px;
    text-align: center;
}

#sponsors ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#sponsors li {
    color: #545454;
    display: inline;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 0px 10px;
}
	
#sponsors a {
    color: #545454;
    text-decoration: none;
}

#sponsors a:hover {
    text-decoration: underline;
}

/* Table */

table {
	border-collapse: collapse;
	float: left;
	width: 225px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

table:first-child td {
    border-left: 0px;
}

tr {
    height: 20px;	
}

td {
    border: 1px solid #C1C1C1;
    border-width: 0px 0px 1px 1px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

tr:first-child, tr:last-child {
    border: 0px;
}

#table {
    background: url(images/gradient.png) repeat-x;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    margin: 0px 26px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 900px;
}

.heading {
    border-width: 0px;
    color: #FFF;
    font: bold 15px Arial, Helvetica, sans-serif;
    padding: 15px 0px;
    text-align: center;
}

#table strong {
    color: #3491DA;
}

.order-now {
    border: 0px;
    height: 52px;
    padding: 10px 0px 0px;
    width: 141px;
}

/* Navbar Bottom */

#navbar-bottom ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 25px 52px;
}

#navbar-bottom li {
    background: url(images/arrow.png) no-repeat 0px 5px;
    color: #333;
    padding: 0px 0px 0px 14px;
}
	
#navbar-bottom a {
    color: #333;
    text-decoration: none;
}

/* Footer */

#footer {
    background: url(images/footerbg.png) repeat-x;
    clear: both;
    height: 54px;
    width: 100%;
}
	
	
	
/* Copyright */

#copyright {
    color: #333;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 0px 0px;
    text-align: center;
}
