@charset "UTF-8";
/* CSS Document */

body {
	background: #c9c9c9 url(../images/design/bg-grad.jpg) repeat-x;
	text-align:center;
}

body,td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

h3 {
	color:#33537E;
}

#siteWrapper{
	width: 950px;
	margin: 0 auto;
	margin-top: 45px; 
	text-align:left; 
}

#borderShadow{
	float: left;
	
}
#siteContainer{
	background-color: #fff;
	float:  left;
	width: 918px;
}

#headerContainer{
	
	
}

#bannerContainer{
	background-color: #fff;
	height: 148px;
	
}

#contentContainer{
	margin: 20px;
	margin-left:20px;
	margin-right: 20px;;
}

#bottomContainer{
	
}

#footerContainer{
		width: 918px;
		margin: 0 auto;
		margin-left:32px;
		font-size: 11px;
		color:  #333;
		padding: 8px;
		margin-bottom:50px;
	
}

#footerLeft {
	width:200px;
	float:left;
}

#footerRight {
	width:400px;
	float:right;
	text-align:right;
	padding-right:25px;
}

#footerRight a:link,
#footerRight a:visited,
#footerRight a:active 
{
	color:#003399;
	text-decoration:none;

}
#footerRight a:hover 
{
	color:#003399;
	text-decoration:underline;

}

#footerContainer .pipe {
	padding-left: 5px;
	padding-right: 5px;
}


.clear {
	clear: both;
}

#digitalcanvasLogo {
	width : 220px;
	float: left;
	
}

#headerRight {
	width:  675px;
	float: right;
	align:right;
	
}

/* @group topMenu */

#topMenu{
	text-align: right;
	margin-top: 10px;	
	color: #aaa;
}
#topMenu a:link,
#topMenu a:visited,
#topMenu a:active {
	color: #444;
	font-size: 12px;
	font-family: helvetica,arial;
	text-decoration: none;
	position: relative;
	bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#topMenu a:hover {
	color: #444;
	font-size: 12px;
	font-family: helvetica,arial;
	text-decoration: underline;
	position: relative;
	bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
/* @end */

/* @group Main Menu */

#mainMenu{
	text-align: left; 
	position: relative;
	top: 40px;
	right:-180px;
	width: 500px;
}
#mainMenu a:link,
#mainMenu a:visited,
#mainMenu a:active {
	color: #444;
 /*	font-size: 18px;*/
	font-family: helvetica,arial;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;

}
#mainMenu a:hover {
	color: #1666A1;
	/* font-size: 18px;*/
/*	font-family: helvetica,arial;*/
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;

}

/* @end */

#bannerRight {
	float:right;
	width:276px;
}

#bannerLeft {
	float:left;
	width:640px;
}

#bannerStripe{
	background-color: #9B908C;
	height:9px;
}

h1{
	font-family: helvetica, arial, san-serif;
	font-size:24px;
	color: #666;
	margin-bottom:32px;
	margin-top:0px;
}


.partnerLogo {
	float:left;
	width:212px;
	height:120px;
	padding-bottom:15px;
	text-align:center;
	background-image:url(../images/logos/bg.gif) ;
	background-repeat:no-repeat;
	
}


.leftSubMenu {
	float: left;
	width:  150px;
	height: 400px;
	margin-right: 18px;
	border-right: 1px solid #aaa;
}

.leftSubMenu ul {
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
	list-style-type: none;
}

.leftSubMenu li {
	padding-bottom: 5px;
}

.leftSubMenu a:link,
.leftSubMenu a:active,
.leftSubMenu a:visited {
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color: #6e6e6e;

}

.leftSubMenu a:hover {
	font-size:12px;
	text-decoration: none;
		font-weight: bold;
		color: #1666A1;

}

.leftSubMenu .section {
	font-size: 12px;
	font-weight: bold;
	color:  #333;
	border-bottom: #999 1px solid;
	border-top: #999 1px solid;	
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #f4f4f4;
}


.contentLeftSide { /* 3 column layout */
	float:left;
	width:450px;
}

.content2column {
	float:left;
	width:680px;
}

.rightColumnContainer {

	width: 240px;
	float:right;

}

.rightColumnTitle {
	border-top: 1px solid #ADBCCD;
		border-left: 1px solid #ADBCCD;
			border-right: 1px solid #ADBCCD;
	padding: 12px;
	background-image:url(../images/design/box_title_grad.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}

.rightColumn {

	border: 1px solid #ADBCCD;
	background-image:url(../images/design/box_inside_grad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding: 11px;
	margin-bottom:20px;

}

.rightColumn ul {
	margin:0;
	padding:14px;

}

.nicelist {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
.nicelist li {	
    padding-left: 14px;
	padding-bottom:2px;
    background-image: url(/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
	font-size:13px;
    }


.rightColumn .nicelist li {	
    padding-left: 14px;
	padding-bottom:8px;
    background-image: url(/images/bullet2.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    }

.icon {
	float:left;
	padding-right: 12px;
}

.serviceBlock {
	clear:both;
	margin-bottom:100px;

}
.serviceBlock img {
	float: left;
}

.serviceBlock h2 {
	margin-top: 0;
}

.serviceBlock .text {
	float: left;
	width:310px;
	margin-bottom:50px;
}

.serviceBlock.moreinfo{
	clear:both;
}

.moreinfo a:link,
.moreinfo a:visited,
.moreinfo a:active
{
 color:blue;
 font-weight:bold;
 text-decoration:none;
}

.moreinfo a:hover {
	color:blue;
	font-weight:bold;
	text-decoration:underline;
	
}



/*  Plan/Price Table */


#plans {
	width:710px;
	float:right;
	clear:both;
}

.planPriceTable {
}

.planPriceTable th {
	padding:4px;
	height:128px;

}

.planPriceTable td {
	padding:6px;
	padding-left:4px;
	padding-right:4px;
	border-top:1px solid #999;
	text-align: center;
	width:128px;
}

.planPriceTable td.feature {
	text-align:left;
	font-weight:bold;
	width:125px;
}

#hostingbusiness_pricebox_basic{
	background:url(../images/pricebox/hostingbusiness_basic.png);
	background-position:center;
	background-repeat:no-repeat;
}

#hostingbusiness_pricebox_enhanced{
	background:url(../images/pricebox/hostingbusiness_enhanced.png);
	background-position:center;
	background-repeat:no-repeat;
}

#hostingbusiness_pricebox_premium{
	background:url(../images/pricebox/hostingbusiness_premium.png);
	background-position:center;
	background-repeat:no-repeat;
}

#pricebox_vps_basic{
	background:url(../images/pricebox/pricebox_vps_basic.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_vps_starter{
	background:url(../images/pricebox/pricebox_vps_starter.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_vps_pro{
	background:url(../images/pricebox/pricebox_vps_pro.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_vps_proplus{
	background:url(../images/pricebox/pricebox_vps_proplus.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_mps_basic{
	background:url(../images/pricebox/pricebox_mps_basic.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_mps_pro{
	background:url(../images/pricebox/pricebox_mps_pro.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_mps_proplus{
	background:url(../images/pricebox/pricebox_mps_proplus.png);
	background-position:center;
	background-repeat:no-repeat;
}




#pricebox_Fvps_basic{
	background:url(../images/pricebox/pricebox_Fvps_basic.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_Fvps_starter{
	background:url(../images/pricebox/pricebox_Fvps_starter.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_Fvps_pro{
	background:url(../images/pricebox/pricebox_Fvps_pro.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_Fvps_proplus{
	background:url(../images/pricebox/pricebox_Fvps_proplus.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_Fmps_basic{
	background:url(../images/pricebox/pricebox_Fmps_basic.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_Fmps_pro{
	background:url(../images/pricebox/pricebox_Fmps_pro.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_Fmps_proplus{
	background:url(../images/pricebox/pricebox_Fmps_proplus.png);
	background-position:center;
	background-repeat:no-repeat;
}




#pricebox_Pmail_1G {
	background:url(../images/pricebox/pricebox_Pmail_1G.png);
	background-position:center;
	background-repeat:no-repeat;
}

#pricebox_Pmail_5G {
	background:url(../images/pricebox/pricebox_Pmail_5G.png);
	background-position:center;
	background-repeat:no-repeat;
}

#pricebox_Pmail_10G {
	background:url(../images/pricebox/pricebox_Pmail_10G.png);
	background-position:center;
	background-repeat:no-repeat;
}


#pricebox_exch_basic {
	background:url(../images/pricebox/pricebox_exch_basic.png);
	background-position:center;
	background-repeat:no-repeat;
}

#pricebox_exch_pro {
	background:url(../images/pricebox/pricebox_exch_pro.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_exch_smbus {
	background:url(../images/pricebox/pricebox_exch_smbus.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_exch_ent {
	background:url(../images/pricebox/pricebox_exch_ent.png);
	background-position:center;
	background-repeat:no-repeat;
}



#pricebox_exch25_basic {
	background:url(../images/pricebox/pricebox_exch25_basic.png);
	background-position:center;
	background-repeat:no-repeat;
}

#pricebox_exch25_pro {
	background:url(../images/pricebox/pricebox_exch25_pro.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pricebox_exch25_smbus {
	background:url(../images/pricebox/pricebox_exch25_smbus.png);
	background-position:center;
	background-repeat:no-repeat;
}



#plans img.addtocartbutton {
	position:relative;
	top:45px;
}




/*  tab  */

#tabs-price li,
#tabs li {
	background:url(../images/tab-lower.jpg) no-repeat;
	width:112px;

}


#tabs-price li:hover,
#tabs li:hover {
	background:url(../images/tab-upper.jpg) no-repeat;
	width:112px;
}

.homeRightColumn {
	width: 254px;
	height:410px;
}

.homeLeftSide {
	width:600px;
}


#homeQuickQuote {
	width:256px;
	height:408px;
	background-image: url(../images/hm-quick-quote-bg.png);
	background-repeat:no-repeat;

}

#homeSolutionContainer {

	width:246px;height:159px;
	background-image:url(../images/hm-solution_list-bg.jpg);
	background-repeat:no-repeat;
	float:right;
}

#homeSolutionList{
	padding:20px;
	padding-top:14px;
}

#homeSolutionList div {
	padding-bottom:4px;
	background-image:url(../images/bullet2.png);
	background-repeat:no-repeat;
	padding-left:16px;
	background-position: 0 3px ;
	
} 

#homeSolutionList a:link,
#homeSolutionList a:visited,
#homeSolutionList a:active {
	text-decoration: none;
	color:#285882;
	font-weight:bold;
}

#homeSolutionList a:hover{
	text-decoration:underline;
	color:#1E76B6;
}




#homeText {
	float:left;
	width:340px;
}
#homeText h1 {
	font-size:15px;
	margin-bottom:20px;
}

#homeQuickQuote  .formContainer {
	padding-top:62px;
	padding-left:25px;
}

#homeQuickQuote input.button {
	margin:8px;
}

#homeAdBoxes{
	margin-top:25px;
	width:600px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left: 1px solid #ccc;
}

#homeAdBoxes .title{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:199px;
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;	
	text-align:center;	
	padding-top:4px;
	padding-bottom:4px;
}
#homeAdBoxes .adBox{
	border-right:1px solid #ccc;
	width:199px;
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	height:199px;
	position:relative;

}


#homePartnerLogos {
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}

#homePartnerLogos img {
	padding-right:30px;
}
#homePartnerLogos img.last {
	padding-right:0px;
}

.adBox.miva {

background-image:url(../images/hm-miva_bg.png);
background-repeat:no-repeat;
background-position:right;

}

.adBox ul{
	position:relative;
	left:-14px;
}

.adBox li{ 
	font-size:13px;
	padding-top:4px;
}

.adBox .freedomText {
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	font-weight:normal;
	font-size:13px;
}
.learnMoreButton {
	position:absolute;
	top:174px;
	right:8px;
	width:85px;	
}

.loading{
  background-image:url(../images/loading.gif);
  background-repeat:no-repeat;
  height:16px;
  width:16px;
  display:inline-block;
}

/* Form Errors */
ul.errors{
  margin:0;
  padding:0;
  color:#AF2020;
}
ul.errors li{
  margin:0;
  padding:0;
  margin-left:10px;
  list-style-position:inside;
}

.link-icon-add{
  background-image:url(../admin/images/add.gif);
  background-repeat:no-repeat;
  background-position: center left;
  padding-left:18px;
  height:18px;
}