@charset "utf-8";
/* CSS Document */



body
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
background:url(../images/bg_image_blog.jpg) repeat-x;
}



/*

Banner Section

*/


#banner
{
	width:910px;
	height:136px;
	float:left;
	padding:0;
	margin:0;
	background:url(../images/banner_img_blog.jpg) no-repeat;
}


.bannertext
{
width:220px;
height:115px;
padding-top:102px;
margin:0;
float:left;
}

.bannertext h2
{
width:220px;
height:40px;
margin:0;
padding:0;
font-size:12px;
text-indent:-9999px;
background:url(../images/text1_img.png) no-repeat;
}

.bannertext small
{
display:block;
margin-top:16px;
height:53px;
text-indent:-9999px;
background:url(../images/text2_img.png) no-repeat;
}

/*

Content Section

*/

#maincontent
{
width:591px;
float:left;
padding:0;
margin:0;
}


#ourservicescontent
{
	padding-top:35px;
	margin-bottom:25px;
	width:590px;
	float:left;
	color:#666666;
}


.content
{
	width:590px;
	padding-bottom:5px;
}

.content p
{
padding-bottom:10px;
}


.pricingheader
{
background:url(../images/pricing_header.jpg) no-repeat;
text-indent:-9999px;
height:50px;
}

.header
{
padding-top:30px;
}

.contenttier
{
border-bottom:#CCCCCC 1px dashed;
padding-top:20px;
padding-bottom:20px;
}

.contenttier p
{
padding-bottom:10px;
}
/*

SideBar Section

*/

#aboutbtn
{
width:242px;
padding-top:20px;
float:left;
}

#sidebar
{
width:245px;
float:left;
margin-left:70px;
padding-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}


ul#navabout
{
margin:0;
padding:0;
float:right;
width:242px;
}

ul#navabout li
{
display:block;
margin:0;
padding:0;
width:242px;
}

ul#navabout li a
{
padding:0;
margin:0;
display:block;
height:49px;
text-indent:-9999px;

}

ul#navabout li.ourservices a
{
background:url(../images/ourservices_btn.jpg) bottom center no-repeat;
width:242px;
}

ul#navabout li.ourservicess a
{
background:url(../images/ourservices_btn.jpg) top no-repeat;
width:242px;
}

ul#navabout li.casestudy a
{
background:url(../images/casestudy_btn.jpg) bottom center no-repeat;
width:242px;
}

ul#navabout li.casestudys a
{
background:url(../images/casestudy_btn.jpg) top no-repeat;
width:242px;
}


ul#navabout li a:hover
{
background-position:center center;
}
