/* CSS Document */
*
{
	padding:0;
	margin:0;
}

body
{
	padding:0;
	margin:0;
}

img
{
	border:0;
}

/*End of default section*/
/*For Single box*/
.boxsize
{
	margin:0px;
	padding:0px;
	width:340px;
	height:330px;
	background:url(images/box_bg.png) repeat-x left;
}
.box_top
{	
	margin:0px;
	padding:0px;
	width:340px;
	height:52px;
	background:url(img/box_head.png) no-repeat top;
}
.box_body
{
	position:relative;
	width:340px;
	min-height:202px;
	height:auto !important;
	height:202px;
}

.logo_pics
{
	position:absolute;
	width:204px;
	height:245px;
	left:200px;
}
#intel
{
	left:178px;
	top:-20px;
}
#web-hosting
{
	left:185px;
}
#server
{
	left:180px;
}
.box_button
{
	width:320px;
	height:35px;
	padding-left:20px;
}
.box_bottom
{
	width:300px;
	height:28px;
}

/*All text*/
.box_top_heading
{
	color:#CBD2DC;
	font-family:Tahoma;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	padding:5px 0px 0px 20px;
}

.features_heading
{
	color:#2B476D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:17px;
}
.features_description
{
	color:#2B476D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	font-style:normal;
	padding:9px 0px 0px 17px;
}
.month_year
{
	color:#2B476D;
	font-family:tahoma;
	font-size:17px;
	font-style:normal;
	font-weight:lighter;
	text-align:right;
}
#for_first
{
	padding-right:13px;
}
/*Others*/
.display
{
	display:inline;
	margin-right:8px;
}
.clear
{
	clear:both;
	height:0px;
	overflow:hidden;
}


