/* CSS Document */

body{
margin: auto;
width: auto;
font-family: arial;
background-color:#f1f4f7;
background-image: url(../images/background_image.jpg);
background-repeat:repeat-x;
background-position:top;
font-size:13px;
}

.topbanner{
background-image: url(../images/banner.png);
background-repeat:repeat-x;
background-position:top;
height:220px;
padding-right:6px;
}

.toplinks{
color:#000000;
text-decoration:none;
font-size:11px;
font-weight:600;
}

.toplinks a{
color:#000000;
text-decoration:none;
}

.toplinks a:hover{
color:#FFFFFF;
text-decoration:none;
}

.normaltext{
font-size:13px;
}
.smalltextbold{
font-size:11px;
font-weight:bold;
}

.smalltext{
font-size:12px;
}

.boldtext{
font-size:13px;
font-weight:bold;
text-align:center;
}

.heading{
font-size:22px;
font-weight:bold;
color:#006699;
text-align:center;
}

.bigboxl {
	background-image: url(../images/bigbox_left.png);
	background-repeat: no-repeat;
	width:12px;
	height:229px;
}

.bigboxbg {
	background-image: url(../images/bigbox_bg.png);
	background-repeat: repeat-x;
	background-position:top;
	font-size:15px;
	color:#47c558;
}

.highlights{
	font-size:16px;
	color:#47c558;
	font-weight:600;
}

.signup{
	font-size:18px;
	color:darkblue;
	font-weight:600;
}

.manymore{
	font-size:12px;
	color:#0033CC;
	}
.manymore a{
	font-size:12px;
	color:#0033CC;
	text-decoration:none;
	}
	
.manymore a:hover{
	font-size:12px;
	color:#0033CC;
	text-decoration:underline;
	}

.bigboxr {
	background-image: url(../images/bigbox_right.png);
	background-repeat: no-repeat;
	width:12px;
	height:229px;
}

.hostingtopbg {
	background-image: url(../images/hosting_plans.png);
	background-position:top;
	background-repeat:no-repeat;
	height:20px;
	widows:900px;
}

.hostingbg {
	background-image: url(../images/hosting_plans_bg.png);
	background-position:top;
	background-repeat:repeat-y;
}

.hostingbtmbg {
	background-image: url(../images/hosting_plans_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	height:38px;
	widows:900px;
}

.footerbg {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position:top;
	height:100px;
}

.footerlinks{
font-family:arial;
font-size:12px;
color:#787878;
text-align:center;
}

.footerlinks a{
font-family:arial;
font-size:12px;
color:#787878;
text-align:center;
text-decoration:none;
}

.footerlinks a:hover{
font-family:arial;
font-size:12px;
color:#787878;
text-align:center;
text-decoration:underline;
}

.copyright{
font-family:arial;
font-size:11px;
color:#787878;
text-align:center;
}

.copyright a{
font-family:arial;
font-size:11px;
color:#787878;
text-align:center;
text-decoration:underline;
}