body{
margin:0;
padding:0;
text-align:center;
background:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
}

.clear{clear:both}
.left{float:left}
.right{float:right}
img{border:none}

#main{
width:765px;
margin:0 auto;
text-align:left;
}

#main #menu{
background:url(img/menuBG.gif) repeat-x;
height:70px;
}

#main #menu ul{
margin:0;padding:0;
list-style:none;
}

#main #menu ul li{
float:left;
width:100px;
text-align:center;
background:url(img/mainTab.gif) no-repeat top;
line-height:42px;
font-weight:bold;
font-size:1.2em;
}

/* Default link styling */
a{color:#006;}
a:hover{color:#000;text-decoration:none}

#footer a{text-decoration:none}



#main #menu ul li:hover{
background:url(img/mainTabActive.gif) no-repeat top;
}

#main #menu ul li ul{
width:400px;
margin-left:-120px;
}

#main #menu ul li ul li{
background:url(img/subMenu.gif) left no-repeat;
height:22px;
width:auto;
font-size:inherit;
line-height:normal;
padding:5px 20px 0 23px;
}

#main #menu ul li ul li.menu-current{
background:url(img/subMenuActive.gif) left no-repeat;
}

#main #menu ul li ul li:hover{
background:url(img/subMenuActive.gif) left no-repeat;
}

#main #menu ul li ul li a{
color:#000;
}

#main #menu ul li a{
text-decoration:none;
color:#FFF;
display:block;
}

#greyBlock{
float:left;
width:400px;
height:69px;
background:url(greyBox.gif) no-repeat;
}
/* Front page Plan images */
.planImage{margin:15px;}


#footer{
clear:both;
text-align:center;
font-size:0.8em;
margin-top: 20px;
}

/* Plan boxes Front page */
.planBox{
margin:0px 10px;
font-size:1.2em;
height: 250px;
padding-top: 35px;
line-height:25px;
width: 225px;
float:left;
}

#basicPlanBox{
background:url(basicPlan.gif) no-repeat top;
}

#normalPlanBox{
background:url(normalPlan.gif) no-repeat top;
}

#extremePlanBox{
background:url(extremePlan.gif) no-repeat top;
}

/* Hosting Plan compare table */
#hostingPlans table{
border-collapse: collapse;
margin:0;
font-weight:bold;
line-height:20px;
}

#hostingPlans table tr,#hostingPlans table tr td{
margin:0;
padding:0;
}

#hostingPlans table tr td.features{
text-align:right;
}

#hostingPlans table tr td.plan{
text-align:center;
width:165px;
}

#hostingPlans table tr td.basic{
background:url(img/basicTableMain.gif) repeat-y center;
}

#hostingPlans table tr td.normal{
background:url(img/normalTableMain.gif) repeat-y center;
}

#hostingPlans table tr td.extreme{
background:url(img/extremeTableMain.gif) repeat-y center;
}

/* Some default styling */
h1,h2,h3,h4{
margin:0;
color:#006;
}

#greyBlock p{
margin-left:5px;
}
