#mainbody {
	background-color: 00a9ef;
	height: 600px;
	background-image: url(images/mainbody_bg.jpg);
	background-repeat: no-repeat;
}
#bodymain {
	background-color: #FFFFFF;
	height: 2650px;
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 760px;
	float: left;
	
}
#sidemenu {
	width: 200px;
	float: left;
	height: 2650px;
}

#hosting_box {
	float: left;
	height: 300px;
	width: 200px;
	background-image: url(images/shared-hosting-box.png);
	background-repeat: no-repeat;
}
#insdie1 {
	height: 90px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/side_bg.png);
	background-repeat: no-repeat;
}
#inside2 {
	height: 140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-image: url(images/sidehorizontal_bg.png);
	background-repeat: repeat-y;
}
#insdie3 {
	height: 150px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/sidehorizontal_bg.png);
	background-repeat: repeat-y;
}
#inside4 {
	height: 180px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/sidehorizontal_bg.png);
	background-repeat: repeat-y;
}
#inside5 {
	height: 160px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/sidehorizontal_bg.png);
	background-repeat: repeat-y;
}
#inside6 {
	height: 180px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/sidehorizontal_bg.png);
	background-repeat: repeat-y;
}
#inside7 {
	height: 240px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/sidehorizontal_bg.png);
	background-repeat: repeat-y;
}
#inside7_1 {
	height: 150px;
	background-image: url(images/sidehorizontal_bg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#inside8 {
	height: 170px;
	background-image: url(images/sidebtm_bg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.dropdown_txt {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #333333;
}

/*#body_subpage {
	height: 1025px;
	overflow:hidden;
	background-image: url('images/body_subpage_bg.png');
	background-repeat: no-repeat;
}
*/
#body_subpage {

	overflow:hidden;
	background:#fff url('images/subpage_bg.png') no-repeat;
     -moz-border-radius:  10px 10px 0 0;
     -webkit-border-radius: 10px 10px 0 0;
     border-radius: 10px 10px 0 0;
     behavior: url(js/PIE.htc);
     clear:both;	
     
     
	
}
#body_mainpage {

	overflow:hidden;
	background:#fff url('images/subpage_bg.png') no-repeat !important;
     -moz-border-radius:  10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     behavior: url(js/PIE.htc);
     clear:both;
     margin: 10px 0 0; min-height:400px;	
     
	
}

.price_txt {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.price_txtsmall {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.steps_row input { display:block; cursor:pointer}
.steps_row input.Highlighted{ color:#000 !important;
              }