* {
	margin: 0px;
	padding:0px;
}

/*---- begin advertisements ----*/
.ad-large{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	left: 30px;
	top: 35px;
	font-size: 40px;
}

.ad-xl{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	left: 24px;
	top: 65px;
	font-size: 74px;
}

.ad-medium{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	left: 146px;
	top: 74px;
	font-size: 24px;
}

.ad-tiny{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	left: 150px;
	top: 107px;
	font-size: 12px;
}

.belowbutton{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	left: 37px;
	top: 240px;
	font-size: 17px;
}

.ad-button{
	position: absolute;
	left: 20px;
	top: 180px;
}

div.big-header-1 {
	position: absolute;
	left: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 52px;
	opacity: 0.5;
	top: -190px;
	color: #fff;
	font-weight:800;
}

div.big-header-2 {
	position: absolute;
	left: 392px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	opacity: 0.5;
	top: -134px;
	color: #fff;
	font-weight:800;
}

div.front-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	width: 280px;
	height: 280px;
	background-color: #c3e8ff; 
	border-radius: 5px;
	border: 2px solid #52b7f8;
}

div.prodtext {
	color: #202020; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

div.prodprice {
	color: #0f6598;
	padding 10px 10px 10px 10px;
	font-size:48px;
	font-weight: 800;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.47);
	font-style: italic;
}

div.prodorder {
	color: #202020;
	font-size:20px;
	text-align: center;
	font-weight: 800;
	text-shadow: 0 1px rgba(0, 0, 0, 0.47);
}

#prodtitle {
	color: #202020;
	font-weight: 900;
	font-size: 24px;
	font-style: italic;
	text-align: left;
	text-shadow: 0 1px rgba(0, 0, 0, 0.47);
}

#prodimage {
	text-align: right;
}

/*---- end advertisements ----*/

body {
	text-align: center;
	color:#5a5c64;
	font:14px Arial, Helvetica, sans-serif;
	background: url(../images/bg_header.png) repeat-x top left #fff;
	width:100%;
	height:100%;
	line-height: normal;
}

body.whmcs {
	text-align: center;
	color:#5a5c64;
	font:14px Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	line-height: normal;
}

img {
	border: none;
	margin: 0px 10px;
}
h1 {
	font-size: 225%;
	color:#B62025;
	margin-top: -8px;
}

h1.header {
	text-shadow: 0 1px rgba(0, 0, 0, 0.47);
	font-weight: 800;
	font-style: italic;
}

h3 {
	font-size:160%;
	padding-top: 1em;
	color:#3C3D45;
	font-weight: normal;
}
a {
	text-decoration:none;
	color: #B62025;
}
a:hover {
	text-decoration:underline;
}



#header,#content,#inner-footer {
	position:relative; 
	width:1000px;
	margin:0px auto;
	text-align: left;
}
/* round */
.round {
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
/* floats */
.float-left {
	float:left;
}
.float-right {
	float:right;
}


/* clear */
.clear {
	clear: both;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
/* text style */
.justify {
	text-align: justify;
}
/* width */
.w5p {
	width:5%;
}
.w10p {
	width:10%;
}
.w15p {
	width: 15%;
}
.w25p {
	width:25%;
}
.w50p {
	width: 50%;
}
.w75p {
	width:75%;
}
.w85p {
	width:85%;
}
.w90p {
	width:90%;
}
.w95p {
	width:95%;
}

/* margin */

.m17top {
	margin-top:17px !important;
}
.m17bottom {
	margin-bottom:17px !important;
}
.m17left {
	margin-left:17px; 
}
.m17right {
	margin-right:17px;
}
.m17 {
	margin:17px;
}
.m9left {
	margin-left:9px;
}
.m0top {
	margin-top:0px;
}
/* padding */
.p17bottom {
	padding-bottom: 17px;
}
.p9bottom {
	padding-bottom: 9px;
}
.p9 {
	padding:9px;
}
/* display */
.block {
	display:block;
}
.i-block {
	display: inline-block;
}

/* text */
.t10 {
	font-size:85%;
}
.t150 {
	font-size:150%;
}
.t125 {
	font-size: 125%;
}
.t175 {
	font-size:175%;
}
/* align */

.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}

/* color */

.red {
	color: #B62025;
}
.gray {
	color:#4D4D4F;
}

/* border */
.gray-border-bottom {
	border-bottom: 1px solid #CDD0D3;
}

/* header */
#header {
	height: 163px;
}
#logo {
	margin-top:22px; 
}
a#login {
	background: url(../images/btn_login.png) no-repeat;
	height:54px;
	width:136px;
}
p#chat {
	/*background: url(../images/btn_chat.png) no-repeat;*/
	height:54px;
	width:123px;
	left:100px;
	position:relative;
	left:0px;
}
#phone {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5c64;
	font-size: 22px;
	font-weight: bold;
}
#menu-left li {
	list-style: none;
}
#menu {
	padding-top:10px;
}
#menu-left a {
	background-position: 0 -41px;
	height:41px;
}
#menu-left a:hover,.active {
	background-position: 0 0 !important;
	text-decoration:none; /*don't underline for menu, looks funny */
}
#menu-company {
	background: url(../images/btn_company.png) no-repeat;  
	width:88px;
}
#menu-hosting {
	background: url(../images/btn_hosting.png) no-repeat;  
	width:108px;
}
#menu-services {
	background: url(../images/btn_services.png) no-repeat;  
	width:88px;
}
#menu-support {
	background: url(../images/btn_support.png) no-repeat;  
	width:87px;
}
#menu-contact {
	background: url(../images/btn_contact.png) no-repeat;  
	width:87px;
}
/* test */

#menu-newlink {
	background: url(../images/btn_new_tab_test.png) no-repeat;  
	width:110px;
}
#menu-vps {
	background: url(../images/btn_vps_test.png) no-repeat;  
	width:192px;
}
#menu-dedi {
	background: url(../images/btn_dedicated_test.png) no-repeat;  
	width:156px;
}
/* end test */

#menu-company-drop {
	position:absolute;
	padding-top:15px;
	z-index:2000;
}
#menu-company-drop li {

	background: url(../images/bg_drop.png) 0 -23px no-repeat;
	padding:3px 15px;
	height:17px;
	width:180px;
	display:block;
}
#menu-company-drop li:hover {
	background-position: 0 0;
}
#menu-company-drop li a {
	display:block;
	height:auto;
	width: auto;
	color:#fff;

}
#menu-company-drop li.menu-company-round {
	height:10px !important;
	padding:0px !important;
	margin:0px !important;
	width:210px !important;
	background:url(../images/bg_drop_round.png) top left no-repeat !important;
}

#menu-hosting-drop {
	position:absolute;
	padding-top:15px;
	z-index:2000;
}
#menu-hosting-drop li {
	background: url(../images/bg_drop.png) 0 -23px no-repeat;
	padding:3px 15px;
	height:17px;
	width:180px;
	display:block;
}
#menu-hosting-drop li:hover {
	background-position: 0 0;
}
#menu-hosting-drop li a {
	display:block;
	height:auto;
	width: auto;
	color:#fff;
}
#menu-hosting-drop li.menu-hosting-round {
	height:10px !important;
	padding:0px !important;
	margin:0px !important;
	width:210px !important;
	background:url(../images/bg_drop_round.png) top left no-repeat !important;
}
#menu-vps-drop {
	position:absolute;
	padding-top:15px;
	z-index:2000;
}
#menu-vps-drop li {
	background: url(../images/bg_drop.png) 0 -23px no-repeat;
	padding:3px 15px;
	height:17px;
	width:180px;
	display:block;
}
#menu-vps-drop li:hover {
	background-position: 0 0;
}
#menu-vps-drop li a {
	display:block;
	height:auto;
	width: auto;
	color:#fff;
}
#menu-vps-drop li.menu-vps-round {
	height:10px !important;
	padding:0px !important;
	margin:0px !important;
	width:210px !important;
	background:url(../images/bg_drop_round.png) top left no-repeat !important;
}

#menu-dedi-drop {
	position:absolute;
	padding-top:15px;
	z-index:2000;
}
#menu-dedi-drop li {
	background: url(../images/bg_drop.png) 0 -23px no-repeat;
	padding:3px 15px;
	height:17px;
	width:180px;
	display:block;
}
#menu-dedi-drop li:hover {
	background-position: 0 0;
}
#menu-dedi-drop li a {
	display:block;
	height:auto;
	width: auto;
	color:#fff;
}
#menu-dedi-drop li.menu-vps-round {
	height:10px !important;
	padding:0px !important;
	margin:0px !important;
	width:210px !important;
	background:url(../images/bg_drop_round.png) top left no-repeat !important;
}


#menu-services-drop {
	position:absolute;
	padding-top:15px;
	z-index:2000;
}
#menu-services-drop li {
	background: url(../images/bg_drop.png) 0 -23px no-repeat;
	padding:3px 15px;
	height:17px;
	width:180px;
	display:block;
}
#menu-services-drop li:hover {
	background-position: 0 0;
}
#menu-services-drop li a {
	display:block;
	height:auto;
	width: auto;
	color:#fff;
}
#menu-services-drop li.menu-services-round {
	height:10px !important;
	padding:0px !important;
	margin:0px !important;
	width:210px !important;
	background:url(../images/bg_drop_round.png) top left no-repeat !important;
}

/* top middle box */

#gray-box {
	background-color:#000000;
	width:100%;
	text-align: center;
	display:block;
}
.gray-box-212 {
	height: 212px;
}
.gray-box-40 {
	height: 40px;
}
.gray-box-container {
	width:968px;
	margin: 0px auto;
	padding:17px 0px;
}

/* content area */

#content {
	padding:31px 22px 0px;
	width:980px;
	min-height:320px;
	text-align: left;
}

.sidebar {
	width:261px;
        border-radius: 5px;
        border: 2px solid #52b7f8;

}
#sidebar-two {

	display:block;

}
.sidebar-blog {
	
	
}
.sidebar-one-container {
	margin:0px;
	margin-top:0px;
	padding:5px;
	border-top:1px solid #BCBEC0;
}
.sidebar-one-headline a {
	color:#C62127;
	font-weight: bold;
}
.sidebar-one-body {
	font-size:10px;
}

.sidebar-comp-menu {
	margin-top:42px;
}

.sidebar-comp-menu li {
	list-style: none;
	background: url(../images/bg_comp_menu_dwn.png) top left no-repeat;
	height:34px;
	width:246px;
	margin-bottom:-1px; 

}
.sidebar-comp-menu li a  {
	text-decoration:none;
	font-size: 12px;
	letter-spacing:1px;
	color:#4D4D4F;

}
.sidebar-comp-menu li a, .sidebar-comp-menu li a:hover {
/*this allows you to click the whole button */
	display: block;
	height:33px;
	width:236px;
}
.sidebar-comp-menu li a span {
	display:block;
	padding-left: 17px;
	padding-top: 11px;
}
.sidebar-comp-menu li:hover {
	background: url(../images/bg_comp_menu_up.png) top left no-repeat;
}
.sidebar-comp-menu li.active {
	background:url(../images/bg_comp_menu_up.png) top left no-repeat !important;
}
.sidebar-comp-menu li a:hover, .sidebar-comp-menu li.active a {
/*change text color to white on mouse over */
	color:white !important;
}



 /*
 
 Below is code to run menus using images for text, which is stupid so we're not going to use it.
 
.sidebar-comp-menu li a span {
	display:block;
	width:150px;
	height:33px;
	overflow: hidden;
	}
/*
.sidebar-comp-menu #comp-menu li a span {	
	background: url(../images/img_company_txt.png) 17px 11px no-repeat;
	}
.sidebar-comp-menu #serv-menu li a span {	
	background: url(../images/img_services_txt.png) 17px 11px no-repeat;
	}
.sidebar-comp-menu #host-menu li a span {	
	background: url(../images/img_hosting_txt2.png) 17px 11px no-repeat;
	}	

#comp-menu-about:hover span, .active #comp-menu-about span, #serv-menu-conult:hover span, .active #serv-menu-consult span, 
 #host-menu-host:hover span, .active #host-menu-host span  {
	background-position:-128px 11px !important;
}
#comp-menu-why span, #serv-menu-server span, #host-menu-v-server span { 
	background-position:17px -15px !important;
}
#comp-menu-why:hover span, .active #comp-menu-why span, #serv-menu-server:hover span, .active #serv-menu-server span, 
 #host-menu-v-server:hover span, .active #host-menu-v-server span  {
	background-position:-128px -15px !important;
}
#comp-menu-clients span,#serv-menu-voip span,#host-menu-d-server span {
	background-position:17px -42px !important;
}
#comp-menu-clients:hover span, .active #comp-menu-clients span, #serv-menu-voip:hover span, .active #serv-menu-voip span, 
 #host-menu-d-server:hover span, .active #host-menu-d-server span  {
	background-position:-128px -42px !important;
}
#comp-menu-test span,#serv-menu-open span,#host-menu-co-location span {
	background-position:17px -70px !important;
}
#comp-menu-test:hover span, .active #comp-menu-test span, #serv-menu-open:hover span, .active #serv-menu-open span, 
 #host-menu-co-location:hover span, .active #host-menu-co-location span  {
	background-position:-128px -70px !important;
}
#comp-menu-tech span {
	background-position:17px -95px !important;
}
#comp-menu-tech:hover span, .active #comp-menu-tech span {
	background-position:-128px -95px !important;
}
#comp-menu-blog span {
	background-position:17px -120px !important;
}
#comp-menu-blog:hover span, .active #comp-menu-blog span {
background-position:-128px -120px !important;
}
*/

#content-inner p {
	margin-top:10px;
	line-height: 125%;
}
.content-inner-width-three-col {
	width: 570px;
	margin:0px 17px;
	 	
}
.content-inner-width-two-col {
	width: 595px;
	margin:0px 17px;
	 	
}

.content-inner-home
{
	width: 665px;
	margin:0px 17px;
}

/* Made for new Dedicated table (SP - 5/12) */
#inner {
    margin: 0px auto;
}


/* search form */

#searchbox {
	position: absolute;
	width:473px;
	height: 79px;
	left: 25px;
	top: -220px;
	z-index:1px;
}

#search-domain {
	background: url(../images/bg_search_main1.png) no-repeat top left;
	width:473px;
	height:120px;
	margin-top:30px;
	margin-bottom:100px;
}
#search-domain-domain {
	margin-left: 207px;
	margin-top: 22px;
	padding:6px;
	width:200px;
	border:none;
}
#search-domain-submit {
	height:25px;
	width:25px;
	background:none transparent;
	border:none;
	cursor: pointer;
}

.sidebar-one-search-domain {
	background-image:url(../images/bg_search_sidebar.png) !important;
}
.sidebar-one-search-domain #search-domain-domain {
	margin-left:10px !important;
	margin-top: 66px !important;
	width: 176px !important;
}
/* clients page */

.content-inner-clients {
	margin-bottom: 17px;
}
.content-inner-clients h3 {
	color: #B62025;
	font-weight: normal;
	font-size: 125%;
	padding:0px;
}
.content-inner-clients img {
	margin: 0px 10px 10px 0px;
}

/* contact page */
.sidebar-contact-left h4 {
	color: #B62025;
	margin:24px 0px 12px 0px;
	font-size: 125%;
	
}


/* domain page */
#form-domain-submit {
	background:url(/images/bg_proceed.png) no-repeat;
	width:197px;
	height:46px;
	border:none;
	margin-left:6px;
	cursor: pointer;
}
#form-domain-url-outer {
	background:url(/images/bg_activate_form) top left repeat-x;
	margin: 17px;
	padding:17px;
}
#form-domain-url {
	font-size:175%;
	font-weight: bold;
	padding:5px;
	color:#999;
	width:500px;
	border:1px solid #fff;

}
.form-domain-radio {
	
}


/* side bar */
#sidebar-two-contact p, #sidebar-one-login p {
	margin-top:24px;
	margin-bottom:6px;
}
.input-bg {
	background:url(../images/bg_input.png) top left repeat-x;
	border:2px solid #CDD0D3;
	padding:5px;
	width:223px;
}

.input-bg-cc {
	background:url(../images/bg_input.png) top left repeat-x;
	border:2px solid #CDD0D3;
	padding:5px;
	width:40px;

}

#sidebar-two-contact textarea {
	height:110px;
}
#sidebar-two-contact-submit, #button-for-contact, #sidebar-one-login-submit, #billing-info-submit, #search-domain-suggestion-submit {
	margin-top:24px;
	background:url(../images/bg_submit.png) top left repeat-x;
	color:#fff;
	padding:5px;
	border:2px solid #B62025;
	width:237px;
	cursor:pointer;
	font-weight:bold;
	text-align: center;
}
#sidebar-two-contact-submit:hover, #sidebar-one-login-submit:hover {
	border:2px solid #E08689;
}

/* support */

#content-inner-support {
		border:2px solid #CDD0D3;
		padding:10px;
		background:url(../images/bg_support.png) repeat-x;
		margin-top:17px;
}

/* hosting */

#content-inner-choose-plan {
	/* removed while replacing tables with tables
	
	background:url(../images/bg_choose.png) top left no-repeat;
	width:706px;
	height:68px;
	padding-top:397px;
	padding-left:211px; */
}
#content-inner-choose-plan a {
	margin:9px;
}

#content-inner-package {
	background:url(../images/bg_middle_box.png) top left repeat-x;
	border:2px solid #CDD0D3;
}
#content-inner-package h4 {
	color:#B62025;
}
#content-inner-package-right {
	margin:17px 0px;
	padding:0px 12px;
	border-left:2px solid #CDD0D3;
}
#content-inner-package-right h3 {
	color:#B62025;
	font-weight: bold;
	font-size:165%;
	border-bottom:1px solid #CDD0D3;
}
#content-inner-package-right h3 span {
	font-size:50%;
}
#content-inner-package-right img {
	vertical-align: middle;
}

/* registration */

.form-domain-radio {
	margin-top:12px;
	margin-left:25px;
}

#signup-form .input-bg {
	width:385px;
	margin-left:17px;
	margin-top:9px;
}

#signup-form .input-bg-cc {
	margin-left:17px;
	margin-top:9px;
}

/* billing info page */

#billing-info {
 text-align: center;
 padding:36px 72px;
}
#billing-info p {	
	margin:18px auto;
	display:inline-block;
	text-align: left;
	width:100%;
}
#billing-info .input-bg {
	width:400px;	
	float: right;

}
#billing-info .input-bg-cc {
	width:40px;	
	margin-left:3px;
	float: right;

}


/* footer */
#footer {
	background:url(../images/bg_footer.png) repeat-x left top;
	height:210px;
	width:100%;
	margin-top:17px;
}
#footer-inner {
	width:1200px;
	margin:0px auto;
	color:#fff;

	font-size:10px;
	text-align: left;
}
#footer-inner a {
	display:block;
	color:#BCBEC0;
	margin-bottom: 5px;
}
#footer-inner-tagline a {
	display:inline-block;
}
#footer-inner div {
	margin-top:35px;
	width:150px;
	float:left;
	height:133px;
}
#footer-inner div p {
	margin-bottom: 5px;
}

#footer-inner #footer-inner-first {
	margin-left: 180px;
}
#footer-inner-tagline {
	text-align: center; 
	padding-top: 12px;
}
#vps-table {
	/* taken out when replacing tables with honest to goodness tables
	
	background:url(/images/img_vps3.png) top center no-repeat;
	width:707px;
	height:94px; 
	padding-top:288px;
	*/
}

.vps-button {
	background:url(/images/bg_vps.png) center center;
	width:145px;
	text-align:center;
	padding:9px 0px 22px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
}
#vps-1 {
	/*margin-left:259px;
	margin-right:82px;
	*/
}

/* hide */

.no-show {
	display:none;
	visibility:hidden;
}

/*style for tables */
table.info-table {
	background:url(/images/table-background.jpg) top left repeat-x;
	border-collapse:collapse;
	width: 700px;
border-top: 1px solid #9bd0fa;
	border-left: 1px solid #9bd0fa;
	border-right: 1px solid #9bd0fa;
	border-bottom: 1px solid #9bd0fa;
	text-align:center;
	margin:2px;
}
table.info-table th, table.info-table td {
	padding: 6px 7px 6px 7px;
	width: 20%;/*all but left need just enough space for picture of the little tux*/
}
table.info-table th {
	color:#B62025;
}
table.info-table td {
	border-top: #383838 1px solid;
}
table.info-table td.left-justified {
	text-align:left;
	width: 40%;/*left side has more space than just a picture*/
}
td.border-only {
	border-top: 1px solid #383838;
	border-right: 1px solid #383838;
        text-align:center;
        margin:2px;
	text-align:center;
}
table.info-table img {
	/*make plan buttons fit in table, while having nice image margins elsewhere */
	margin:0;
	border:0;
	padding:0;
}
table.info-table tr.alt {
}

/* Table change (-SP 5/12) */


table.new-info-table {
        background:url(/images/table-background.jpg) top left repeat-x;
        border-collapse:collapse;
        width: 650px;
        text-align:center;
        margin:2px;
		border-top: 1px solid #9bd0fa;
	border-left: 1px solid #9bd0fa;
	border-right: 1px solid #9bd0fa;
	border-bottom: 1px solid #9bd0fa;
		
}
table.new-info-table th, table.new-info-table td {
        padding: 6px 7px 6px 7px;
        /*width: 50%; all but left need just enough space for picture of the little tux*/
}
table.new-info-table th {
        color:#B62025;
}
table.new-info-table td {
        border-top: #383838 1px solid;
}
table.new-info-table td.left-justified {

        text-align:left;
	border-right: #383838 1px solid;
        width: 30%; /*left side has more space than just a picture*/
}
table.new-info-table img {
        /*make plan buttons fit in table, while having nice image margins elsewhere */
        margin:0;
        border:0;
        padding:0;
}
table.new-info-table tr.alt {
}



/* google +1 button */
#google-plus-one {
	float: right;
	position:relative;
	top: 15px;
}
/* mainpage sidebar styling */
ul#main-sidebar-list {
	list-style-image: url(/images/little-red-penguin.png); 
	margin-left:30px;
}
ul#main-sidebar-list li {
	margin: 2px;
}
ul#main-sidebar-list a {
	text-decoration:none;
	color:#4D4D4F;
}
ul#main-sidebar-list a:hover {
	text-decoration:underline;
}
