/*
common css ------------------*/
*{
	margin:0; 
	padding:0;
}

body{
	background:#0e4672 repeat-x url(../images/bodyBg.jpg) top;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

a, a img, img{
	border:0;
	outline:0;
}

.flt{float:left;}

.rft{float:right;}

.clear{clear:both; height:0; overflow:hidden;}


/*
layout css---------------------*/
#wrap{
	width:783px;
	margin:auto;
	background:#FFFFFF;
}

#banner{
	margin:auto;
	width:779px; 
}

/*
center container ---------------*/
.container{
	clear:both;	
	overflow:hidden;
	width:779px;
	margin:-2px auto 0  auto;
	_margin:0px auto 0  auto;
}

.leftNav{
	background:#2fb1dc;
	width:180px;
}

.rightNav{
	width:576px;
}

/*
left navigation start*/
.leftNav ul{
	list-style:none;
	margin:0 10px;
}
	

.leftNav ul li{
	font-weight:bold;
	padding:10px 0;
	background:url(../images/leftNavBottom.jpg) bottom no-repeat;
}

.leftNav ul li.visited{	background:url(../images/leftMenuOver.jpg) bottom no-repeat;}
.leftNav ul li.visited a{
	color:#ffffff;
}

.leftNav ul li a{
	color:#FFFFFF; 
	text-decoration:none;
	display:block;
	background:url(../images/arrow.gif) no-repeat 8px 5px;
	padding:0px 0px 0px 23px;
}
.leftNav ul li a:hover{
	color:#04728d;
}

.ourRelaibility{
	margin:35px 10px 0 10px;
}
.ourRelaibility h2{
	font-size:14px;
	background:url(../images/leftNavBottom.jpg) repeat-x bottom;
	padding-bottom:2px;
	margin-bottom:10px;
	color:#eef4f8;
}

/* 
center container ----------------------------------- */

.content{
	margin:10px 0 25px 0;
}

.content .topRound{
	background:url(../images/topRoundCorner.gif) no-repeat top;
	height:16px;
	overflow:hidden;
	width:575px;
}
.content .centerContain{
	background:url(../images/centerContentBg.gif) repeat-y;
	padding:0 20px;
	color:#4f5050;
	line-height:16px;
	font-weight:bold;
}


.content .bottomRound{
	background:url(../images/bottomRoundCorner.gif) no-repeat top;
	height:16px;
	overflow:hidden;
	width:575px;
}

.content .about{
	font-weight:normal;
}

.content h2{
	color:#035398;
	font-size:17px;
	font-weight:normal;
	margin-bottom:5px;
	padding-left:10px;
}

.ourServices{
	margin:21px 0 0 0;
}
.ourServices h2{
	color:#035398;
	font-size:17px;
	font-weight:normal;
	border-bottom:1px solid #d1d1d1;
}

/*
services --------------------------------------------*/
.topServices{
	width:557px;
	overflow:hidden;
	margin:8px auto;
}

/*
web designing---------------------------*/
.webDesign{
	background:url(../images/webdesigning.gif) no-repeat;
	width:232px;
	line-height:16px;
	height:141px;
	padding:48px 20px 0 20px;
	float:left;
}

.webDesign a{
	display:block;
	text-align:right;
	margin:10px 0;
}


/*
web developement ----------------------*/
.webDeevelopment{
	background:url(../images/webdevelopement.gif) no-repeat;
	width:232px;
	line-height:16px;
	height:141px;
	padding:48px 20px 0 20px;
	float:right;
}

.webDeevelopment a{
	display:block;
	text-align:right;
	margin:10px 0;
}


/*
web developement ----------------------*/
.inernetMarketing{
	background:url(../images/internetMarketing.gif) no-repeat;
	width:232px;
	line-height:16px;
	height:141px;
	padding:48px 20px 0 20px;
	float:left;
}

.inernetMarketing a{
	display:block;
	text-align:right;
	margin:10px 0;
}

/*
web developement ----------------------*/
.ecommerce{
	background:url(../images/ecommerce.gif) no-repeat;
	width:232px;
	line-height:16px;
	height:141px;
	padding:48px 20px 0 20px;
	float:right;
}

.ecommerce a{
	display:block;
	text-align:right;
	margin:10px 0;
}

/*
cleint testimonial---------------------------------*/
.clientTestimonial{
	background:url(../images/testimonailBg.gif) no-repeat;
	width:543px;
	margin:auto;
	height:114px;
	margin-top:16px;
	padding:16px 16px 0 16px;
	color:#454545;
}

.clientTestimonial p{
	width:165px;
	float:left;
	line-height:16px;
	margin:0 8px 0 0;
}

p.paraFirst{
	width:180px;
}

p.paraSecond{
	width:172px;
}

p.paraThird{
	width:162px;
	margin:0px;
	margin-left:13px;
}

/*
footer start ------------------ */
.footer{
	background:url(../images/footerBg.gif) repeat-x #ffffff top;
	height:47px;
	clear:both;
	padding:17px 12px 0 12px;
	color:#035398;
}

.footer a{
	color:#035398;
	text-decoration:none;
	margin:0 5px;
}

.footer a:hover{
color:#666666;
}

.heading{font-size:13px; font-weight:bold; color:#1768af;}


.breadcrum{font-size:11px; color:#333333; margin:0 0 10px 10px;}
.breadcrum a{color:#0d6fa8;}
