/* 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: 140px;
	height:245px;
	left:187px;
}
#intel{	left: 180px;	top: 1px;text-align: right;}
#intel p.small{margin-top: -5px;font-size: 16px;}
#intel img{	position: relative;	top: -38px;}
#intel  h1 {margin-top: -5px;	color: #133262;	font-family: 'Roboto', sans-serif;	font-size: 56px;}

#web-hosting{left: 180px; text-align: right;}
#web-hosting  p.small{margin-top: -5px;font-size: 16px;}
#web-hosting img{	position: relative;	top: -26px;width: 119px;}
#web-hosting  h1 {margin-top: -5px;	color: #133262;	font-family: 'Roboto', sans-serif;	font-size: 43px;}

#server{left: 180px;	text-align: right;}
#server p.small{margin-top: -5px;font-size: 16px;}
#server img{	position: relative;	top: 6px;width: 105px;}
#server  h1 {margin-top: -5px;	color: #133262;	font-family: 'Roboto', sans-serif;	font-size: 56px;}

#wifi{left: 180px;text-align: right;}
#wifi p.small{margin-top: -5px;font-size: 16px;}
#wifi img{position: relative;top: 14px;width: 106px;}
#wifi  h1 {margin-top: -5px;	color: #133262;	font-family: 'Roboto', sans-serif;	font-size: 43px;
}
.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;
}


