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

/*Normalizing Pages*/

body, div, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p, label {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
.errorbox{color:red}
.clear {clear:both;}

.imgrep{
	display:-moz-inline-box;
	display:inline-block;
	background:transparent none 0 0 no-repeat;
	text-indent:-3000px;
	font:0/0 Arial;
	overflow:hidden;
	color:rgba(255,255,255,0);
	vertical-align:bottom;
}

.roundedCorners {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

.textShadow {
	text-shadow:1px 1px 1px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.imgBorder {
	border:1px solid #DADADA;
}

/*End Normalizing*/


body {
	font-family:"Trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size:14px;
	color: #737979;
	margin-top:10px;
}

a, a:visited {
	color:#1a8dcd;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {border:none;}


h1 {font-size:28px;}

h2 {font-size:22px;}

h3 {font-size:18px;}

h4 {font-size:16px;}

p {margin:15px 0;}

.divider {border-bottom:1px solid #DADADA;}
#mainContent .divider {margin-top:20px;}

/***** FORMS *****/

labelJ {
	display:block;
	widthH:250px;
	marginN:10px 0 5px;
}

input[type=text], input[type=password],textarea  {
	border:1px solid #DADADA;outline: 0px;
	padding: 7px 3px 5px;
	width:300px;
	-moz-box-shadow:inset 0 0 1px #dadada;
	-webkit-box-shadow:inset 0 0 1px #dadada;
	box-shadow:inset 0 0 1px #dadada;
}
input[type=text]:focus, input[type=password]:focus, select:focus {
	-moz-box-shadow:inset 0 0 1px #358ACA;
	-webkit-box-shadow:inset 0 0 1px #358ACA;
	box-shadow:inset 0 0 1px #358ACA;
}
input[type=submit],input[type=button], select  {
	border:1px solid #DADADA;outline: 0px;
	padding: 7px 3px 5px;
	widthT:300px;
	-moz-box-shadow:inset 0 0 1px #dadada;
	-webkit-box-shadow:inset 0 0 1px #dadada;
	box-shadow:inset 0 0 1px #dadada;cursor:pointer;
}

input[type=submit]:focus, input[type=button]:focus, select:focus {
	-moz-box-shadow:inset 0 0 1px #358ACA;
	-webkit-box-shadow:inset 0 0 1px #358ACA;
	box-shadow:inset 0 0 1px #358ACA;
}

.btnSubmit {
	margin-top:10px;	
}

#code {
	position:relative;
	top:-10px;
	width:100px;	
}

.error {
	color:#595959;
	background:#fff8bc;
	font-weight:normal;
	padding:20px 15px;
	border:solid 1px #d6d6d6;
}



/***** forms *****/

#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}

#header	{
	height:160px;
	position:relative;
	z-index:999;
}

#logo {
	background:url(../images/logo.png) no-repeat;
	width:219px;
	height:78px;
}

#logo a {
	display:block;
	width:auto;
	height:75px;
}

#headerChat {
	position:absolute;
	top:35px;
	right:0px;
	font-size:18px;

}

#mainNav {
	background:url(../images/main-nav-bg.png) no-repeat;
	height:56px;
	position:relative;
	top:20px;
}

#mainNav ul {
	list-style:none;
	position:relative;
	top:12px;
	left:10px;
}

#mainNav li {
	float:left;	
	margin-left:10px;
}

#mainNav a, #login {
	color:#737979;
	font-size:18px;
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

#mainNav a:hover,  #mainNav .active{
	text-decoration:none;
	color:#FFF;
	background-color:#737979;
}

#mainNav #login {
	position:absolute;
	top:12px;
	right:20px;	
	text-align:right;
	cursor:pointer;

}

#social {
	list-style:none;	
	position:absolute;
	right:1px;
	top:75px;
}

#social li {
	float:left;	
}

/***** LOGIN DROPDOWN *****/
#loginMenu {
	width:170px;
	border:1px solid #DADADA;
	list-style:none;
	display:none;
}

#loginMenu li {
	float:none;
	background-color:#737979;	
	margin:0;
	padding:0;
}

#loginMenu a {
	color:#ffffff;
}

#loginMenu a:hover {
	color:#41BFF9;	
}
/***** login dropdown *****/


#mainContent {
	width:632px;
	float:left;
	padding-left: 3px;	
}

#mainContent h1 {
	margin:20px 0;	
}

#mainContent h2 {
	margin:30px 0 10px;	
}

#mainContent ul	{
	margin:10px 0 10px 15px;	
}

#subContent	{
	width:316px;
	float:right;
	position:relative;
}

.col1 {
	float:left;	
}

.col2 {
	float:right;
}

/***** HOME PAGE *****/
#homeHeader {
	background:url(../images/home-header-bg.png) no-repeat;
	background-position:1px 0px;
	height:230px;
	padding:20px;
	position:relative;
}

#homeContent {
	padding-left: 3px;	
}

#homeHeader h1  {
	color:#FFF;	
	font-size:24px;
}

#homeHeader h2 {
	color:#fff;	
	font-size:40px;
	margin-top:10px;	
}

#homeHeader ul {
	position:absolute;
	top:120px;
	left:30px;
	color:#FFF;
	list-style:none;
	font-size:18px;	
}

#homeHeader ul li {
	margin:7px 0;	
}

#homeHeader ul li img {
	margin:-10px 10px 0 0;
}

#mainCall {
	position:absolute;
	bottom:20px;
	right:20px;
	display:block;
	width:251px;
	height:60px;
	background:url(../images/main-call.png) no-repeat;
}

#mainCallDetails {
	position:absolute;
	bottom:20px;
	right:20px;
	display:block;
	width:251px;
	height:60px;
	background:url(../images/main-call-details.png) no-repeat;
}


/***** PRICING ******/

#price {
	width:200px;
	height:150px;
	position:absolute;
	top:45px;
	right:20px;
	color:#FFF;
}

.nowOnly {
	font-size:25px;
	text-transform:uppercase;
	position:relative;
	top:15px;
}

.sign, .cents {
	font-size:40px;
}

.sign, .cents {
	position:relative;
	top:-35px;	
}

.dollar {
	font-size:90px;	
}

.month {
	font-size:17px;
	position:relative;
	left:-58px;
	top:-15px;
}

/***** pricing *****/

/***** HOME BOXES *****/
#homeBox1 ul {
	list-style:none;
	position:absolute;
	left:100px;
}

#homeBox1 ul li {
	margin:5px 0;	
}

#homeBox2 ul {
	list-style:none;
	position:absolute;
	left:10px;
}

#homeBox2 p {
	float:right;
	width:225px;
	margin-top:5px;
}

#homeBox3 ul {
	list-style:none;
	position:absolute;
	left:20px;
}

#homeBox3 li {
	margin-bottom:10px; 	
}

#homeBox3 li span {
	font-weight:bold;	
}

#wordpressBox img, #drupalBox img {
	position:absolute;
	top:0px;
	left:0px;
}

#wordpressBox p, #drupalBox p {
	width:269px;
	position:absolute;
	right:15px;
	top:30px;
	text-align:justify;
}

#wordpressBox h2, #drupalBox h2 {
	position:absolute;
	left:183px;
}

/***** home boxes *****/

/***** home page *****/

/***** AWARDS *****/
#awardsList td {
	padding-bottom:30px;
}

/***** awards *****/

/***** BOXES *****/
.box {
	background:#E8E8E8 url(../images/box-grad-grey.png) repeat-x;
	margin:5px 0;
	border:1px solid #dadada;
	padding:10px;
	position:relative;
	font-size:18px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	
	/* box inner glo*/
    -webkit-box-shadow: inset 0 0 5px #fff;
    -moz-box-shadow: inset 0 0 5px #fff;
    box-shadow: inset 0 0 5px #fff;
}

.box .moreLink {
	position:absolute;
	right:10px;
	bottom:5px;
	font-size:14px;
}

.box h2 {text-align:center; margin-bottom:20px;}

.center {margin:5px 10px;}
.first {margin-right:10px;}

.box2 {width:450px; height:178px; float:left; font-size:12px;}
.box3 {width:289px; height:200px; float:left;}

/***** SIDE BOXES *****/

.sideBox h2 {text-align:left;}
.sideBox {font-size:14px;}

/***** side boxes *****/
/***** boxes *****/

/***** PACKAGE PAGE *****/
#packageHeader {
	background:url(../images/package-header-bg.png) no-repeat;
	width:608px;
	height:226px;
	position:relative;
	right:4px;
	padding:20px;	
}

#packageHeader h1 {
	color:#ffffff;	
	font-size:40px;
	margin-top:1px;	
}

#packageHeader ul {
	position:absolute;
	top:80px;
	left:15px;
	color:#FFF;
	list-style:none;
	font-size:18px;	
}

#packageHeader ul li {
	margin:7px 0;	
}

#packageHeader ul li img {
	margin:-10px 10px 0 0;
}

#packageHeader #mainCall {
	bottom:10px;
	right:20px;
}

#packageHeader #price {
	top:55px;
	right:15px;
}

/***** ACCORDIAN *****/
#accordion a {text-decoration:none;}
#accordion h3 {
	background:#E8E8E8 url(../images/accordian-header-bg.png) repeat-x;
	position:relative;
	cursor:pointer;
}

#accordion h3 img {
	position:absolute;
	top:18px;
	right:15px;
}

#accordion td {
	font-size:16px;
	font-weight:bold;
}

#accordion .even {
	background-color:#F5F5F5;	
}

#accordion div  {
	overflow:hidden;	
}

#accordion .value {
	width:200px;
	text-align:center;	
}

.tooltip {
	display:none;
	background:url('/images/tooltip/tt-bg.png') repeat;
	font-size:12px;
	width:250px;
	padding:15px;
	color:#fff;
	border:2px solid #EDEDED;	
	z-index:3000;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666');
	cursor:pointer;
}

/***** accordian *****/
/***** package page *****/

/***** WORDPRESS PAGE *****/
#wordpressTop{position:relative; margin:50px 0 30px;}

#wordpressTopContent{
	position:absolute;
	left:200px;
	text-align:center;
	font-size:30px;	
	width:300px;
    line-height:1.2em;
}

#wordpressTopContent .code {
	color:#4DA0E6;
}

#wordpressBottom ul	{
	list-style:none;
	margin:35px 0 0 0;
	padding:0;
}

#wordpressBottom ul	li {
	background:url(/images/bullet.png) no-repeat;
	padding-left:30px;
	margin:5px 0;
	font-size:16px;	
}

/***** wordpress page *****/


/***** FOOTER *****/
#footer {clear:both; text-align:center; padding-top:20px;}

#footer ul {
	list-style:none;
	margin:10px 0;
}

#footer ul li {
	display:inline-block;
	zoom:1;
	*display: inline; /* for ie */
	text-align:center;
}

#footer h3 {
	font-size:14px;
	font-weight:normal;	
}

#footer .bottom {clear:both;}
#footer li a {
	display:block;
	border-right:1px solid #818181;
	padding:0 15px 0 10px;
	text-decoration:none;
}

#footer .bottom a {
	display:block;
	color:#818181;
	border-right:1px solid #818181;
	padding:0 10px 0 6px;
}

#footer .last a {
	border:none;	
}

#copy {clear:both; margin-top:30px;}
#copy a {text-decoration:none;}

/***** footer *****/

/**extra**/
#inner-content {
    background: none repeat scroll 0 0 transparent;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin: 0;
    padding: 25px;
    width: 847px;
	
}
#inner-content.box {
    float: left;
    width: 906px;
}
#loginform {
    clear: both;
    float: left;
    margin: 10px 0 0 25px;
}
.tip {
    background: url("https://secure.mpcustomer.com/order/upgrades_anhosting/anhosting-invoice-70.png") no-repeat scroll center top transparent;
    float: right;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0;
    padding-top: 160px;
    text-align: center;
    width: 450px;
}


#mainContent.full {width:960px;}

#project-mantle {background: url(../images/projects-mantle-bg.jpg) no-repeat 0 0; width: 960px; height: 228px; margin: 30px 0 33px; padding-bottom: 0;}

#project-mantle h1 {
color: #fff;
font-size: 30px;
padding: 60px 0 10px 26px;
margin: 0;
}

#project-mantle p {
color: #fff;
width: 350px;
padding: 0 0 0 26px;
margin: 0;
}

.proj-box {
float: left;
width: 300px;
margin-right: 30px;
padding-bottom: 20px;
}

.proj-box h3 {
margin-bottom: 0;
padding-bottom: 0;
padding-top: 20px;
}

.border-btm {border-bottom:1px solid #eee; padding-bottom:15px;}

.clear {clear:both;}

#dcList {
	position:relative;
	left:20px;
}

#dcImg2 {margin:10px 10px 0 0;}
.sideCta{
	color: #fff;
	background: url("../images/sidebox_blue.png") no-repeat scroll -6px -6px transparent;
    border: 1px solid #DADADA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px #FFFFFF inset;
    font-size: 18px;
    margin: 5px 0;
    padding: 3px 10px 0 10px;
    position: relative;
}
.sideCta h2{
	margin: 10px 0;	
}
.sideCta ul li{
	list-style: none;
	padding: 3px;	
}
.sideCta ul li img{
	vertical-align: middle;
}
#sideCall{
    background: url("../images/main-call.png") no-repeat scroll 0 0 transparent;
    bottom: 6px;
    display: block;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 251px;	
}

#grid-wrapper {
	margin:0 auto;
	padding:0;
	width:960px;
	font:;
	color:#333;
	font-size:20px;
}
#grid-wrapper a {
	color:#0978bf;
}
#grid-wrapper a:hover {
	text-decoration:none;
}
#grid-wrapper td.top {
	background: url(../images/top-bg.gif) repeat-x;
	border:none;
	border-left:1px solid #e5f0f8;
	border-right:1px solid #c0d4e3;
	border-bottom:1px solid #aec3d3;
}
#grid-wrapper td.top p {
	font-size:17px;
	font-weight:normal;
	
	padding-bottom:0;
	margin:0;
	color:#0978bf;
}
#grid-wrapper td.top.left {
	background: url(../images/top-left.gif) no-repeat;
	border:none;
	border-right:1px solid #c0d4e3;
	border-bottom:1px solid #aec3d3;
}
#grid-wrapper td.top.right {
	
	border:none;
	border-left:1px solid #e5f0f8;
	border-bottom:1px solid #aec3d3;
}
#grid-wrapper td.left { 
	
	font-weight:bold;
	border-left:none;
	border-top:1px solid #ededed;
	border-right:1px solid #ededed;
}
#grid-wrapper td p {
	padding-left: 20px;
	text-shadow:#fff 1px 1px 1px;
	margin: 0;
	padding: 10px 20px;
	line-height: 1.2em
}
#grid-wrapper td.left.drupal { 
	background:#fff;
	border:none;
	border-right:1px solid #ededed;
}
#grid-wrapper td.all { 
	
	border-left:1px solid #fff;
	border-top:1px solid #ededed;
	border-right:1px solid #ededed;
}
#grid-wrapper td.left.telerik { 
	border:none;
	border-top:1px solid #ededed;
	border-right:1px solid #ededed;
}
#grid-wrapper td.all.bottom {
	border-bottom:1px solid #dcdcdc;
}
#grid-wrapper td.all.right {
	border-right:1px solid #dcdcdc;
}
#grid-wrapper td.all.bottom.right {
	border-bottom:none;
	border-right:none;
}