body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
body {
	background: #dfedff url(../images/body-bg.gif) repeat-x;
	margin:0;
	padding:0;
}
img{
	border:0;
}
.clear{
	clear:both;
}
h1, h2, h3, h4, h5, h6, p, form, ul{
	margin:0;
	padding:0;
}
h1 {
  font-size: 38px;
  color:#123575;
}


h2 {
  font-size: 28px;
  color:#123575;
}

h3 {
  font-size: 28px;
  background:#ffb11d;
  padding-left:15px;
  line-height:20px;
  margin-bottom:10px;
}
p{
	margin-bottom:10px;
}
ul li{
	list-style:none;
}
ol li a{
	border-bottom:1px dotted;
}
a{
	color:#123575;
	text-decoration:none;
}
a:hover{
	color:#ffb11d;
	text-decoration:none;
}

/*start page holder*/
#page_holder{
	width:757px;
	background:url(../images/page-bg.png) repeat-y;
	margin:auto;
	padding:0 0 20px 0;
}
#page_bc{
	width:757px;
	margin:auto;
}
#header{
	padding-bottom:30px;
}
/*logo css*/
#logo{
	height:103px;
	padding:0 0 0 30px;
}

#pro_thumbs{
	position:absolute;
	margin:10px 0 0 459px;
}


/*start navigtion*/
#navigation{
	height:37px;
	background:url(../images/nav-bg.gif) repeat-x;
	width:750px;
}
#navigation #nav_rc{
	height:37px;
	background:url(../images/nav-rc.gif) top right no-repeat;
	width:750px;
}
#navigation #nav_rc #nav_lc{
	height:37px;
	background:url(../images/nav-lc.gif) top left no-repeat;
	width:750px;
}
#navigation #nav_rc #nav_lc #nav a{
	display:block;
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	padding:6px 14px 0 14px;
}



#navigation #nav_rc #nav_lc #nav a:hover{
	color:#123575;
}


/*start containt container*/
#containt_holder #left_panel{
	width:491px;
	float:left;
	padding:0 25px;
}
#containt_holder #right_panel{
	width:201px;
	_width:186px;
	float:right;
	margin-right:15px;
	_padding-right:15px;
	_margin-right:0px;
}

.heading{
	background:#ffb11d;
	height:37px;
	margin-bottom:20px;
}


/*some recent project*/
.projects_holder{
	margin-bottom:15px;
}
.projects_holder .pro_detail{
	float:left;
	width:290px;
}
.projects_holder .pro_thumbs{
	float:right;
	width:180px;
}

.sub_heading{
	font-size:15px;
	font-weight:bold;
}

#take_a_break{
	background:#666;
	width:181px;
	color:#fff;
	padding:10px;
	line-height:14px;
	margin-top:10px;
}


/*right side contact block*/
#contact_block{
	width:191px;
	padding:4px;
	border:1px solid #999;
}
#contact_block a{
	border-bottom:1px dotted;
}

.contact_heding{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#fff;
	background:#133074;
	padding:0 0 0 12px;
}
.contact_cont{
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding:0 7px;
}
.contact_cont .phone_no{
	color:#ffb11d;
	font-size:22px;
	text-align:center;
	padding:10px 0 0 0;
	font-weight:normal;
}

#search_block{
	margin:20px 0 10px 0;
}
#search_block #left{
	float:left;
	width:160px;
	min-height:110px;
	text-align:right;
}
* html #search_block #left{
	height:110px;
}
#search_block #right{
	float:right;
	width:300px;
	min-height:100px;
	background:url(../images/top-q.gif) no-repeat top left;
	margin-top:10px;
}
#search_block #right #bottom_q{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
	padding:0 8px 0 28px;
	line-height:15px;
	background:url(../images/bottom-q.gif) no-repeat right bottom;	
}
* html #search_block #right{
	height:100px;
}