/* CSS Document */

body {
	font:11px Arial, Verdana;
	color:#ffffff;
	background:#828F96 url(../images/bg.jpg) left top repeat-x;
	margin:0px;
	padding:0px;
}

#container {
	width:920px;
	margin:0px auto;
	text-align:justify;
}

.header {
	height:100px;
}

.logo {
	padding:38px 0px 0px 14px;
	float:left;
}

.searchzone {	
	float:right;
	padding:34px 5px 0px 0px;
}

.inputboxzone {
	float:left;
}

.searchicon {
	float:left;
	padding:5px 0px 0px 5px;
}

.banner {
	height:332px;
	background:url(../images/banner.jpg) left top no-repeat;
}

.workzone {
	width:920px;
}

.workzone-left {
	width:648px;
	float:left;
}

.workzone-right {
	width:256px;
	float:left;
	margin-left:5px;
}

.welcome-zone {
	margin:0px 0px 10px 13px;
}

.row2 {
	background:#8C989D;
	padding:15px;
}

.didyouknowzone {
	width:300px;
	float:left;
}

.services {
	width:300px;
	float:left;
	margin-left:15px;
}

.services-img {
	float:left;
	margin-right:8px;
	border:6px solid #ffffff;
}

.footer {
	margin:8px 0px 30px 0px;
	background:url(../images/footer-bg.jpg) left top repeat-x;
}

.footer-left {
	background:url(../images/footer-left.jpg) left top no-repeat;
}

.footer-right {
	background:url(../images/footer-right.jpg) right top no-repeat;
	padding: 19px 0px 19px 19px;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

/* Text Style Start Here */

h1 {
	font:12px Arial, Verdana;
	color:#ffffff;
	font-weight:bold;
	border-bottom:1px solid #AAAEB0;
	padding:0px 0px 13px 0px;
	margin:14px 0px 10px 0px;
}

h2 {
	font:14px Arial, Verdana;
	color:#ffffff;
	font-weight:bold;
	margin:0px 0px 6px 0px;
}


h3 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px 0px 5px 0px;
	margin:0px;
}

h4 {
	font:bold 20px "Times New Roman", Times, serif;
	color:#213258;
	padding:0px 0px 5px 0px;
	margin:0px;
}

h5 {
	font:bold 13px Arial,Helvetica,sans-serif;
	color:#ffffff;
	padding:0px;
	border-bottom:1px dotted #ffffff;
	margin:0px 0px 9px 0px;
}

.searchtxt {
	font:12px Arial;
	font-weight:bold;
	color:#8C989D;
	text-align:left;
	margin-bottom:3px;
}

/* Text Style End Here */


/* Menu Style Start Here */

a {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.topmenu {
	height:40px;
}

#glowingtabs{
	width:100%;
	font-size:11px;
	line-height:normal;
	margin-left:13px;
	/*Add border strip to bottom of menu*/
}

#glowingtabs ul{
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;
}

#glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
}

#glowingtabs a{
	float:left;
	background:url(../images/left-tab.jpg) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

#glowingtabs a span{
	float:left;
	display:block;
	background:url(../images/right-tab.jpg) no-repeat right top;
	padding: 10px 37px 17px 28px;
	font-weight:bold;
	color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {
	float:none;
}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
	color: #ffffff;
	font-weight:bold;
}

#glowingtabs a:hover{ /*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}


/* Menu Style End Here */



/* Inside Style Start Here	*/

.insidebanner {
	height:332px;
	background:url(../images/insidebanner.jpg) left top no-repeat;
}
h5 {
	font:15px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:100;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #ffffff;
	margin:0px 0px 10px 0px;
}


h6 {
	font:17px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:100;
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
}

.ourvalue {
	margin:10px 0px 0px 0px;
}

.aboutus-img {
	float:right;
	border:4px solid #b0a48b;
	margin:0px 0px 10px 20px;
}

.aboutcolumnzone {
	padding:20px 0px 16px 0px;
}

.aboutcolumn1 {
	width:48%;
	float:left;
	margin:0px 0px 10px 0px;
}

.aboutcolumn2 {
	width:48%;
	float:right;
	margin:0px 0px 10px 0px;
}

.abouticon {
	float:left;
	margin:0px 20px 0px 0px;
}

.servicecolumnzone {
	padding:20px 0px 16px 0px;
}

.servicecolumn1 {
	width:48%;
	float:left;
	margin:0px 0px 10px 0px;
}

.servicecolumn2 {
	width:48%;
	float:right;
	margin:0px 0px 10px 0px;
}

.our-comment {
	margin:10px 0px 0px 0px;
}

.blog-posted-row {
	padding:3px;
}

.ourprojectrow {
	margin-bottom:20px; 
	border-bottom:1px dotted #000000; 
	padding-bottom:10px;
}

.project-img {
	float:right;
	margin-left:20px;
	border: 6px solid #b0a48b;
}

input.button {
	color:#ffffff;
	background:#414141;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:10px 10px;
	margin:0px 5px 5px 0;
	border:1px solid #000000;
}
input.button:hover {
	cursor:pointer;
	color:#cccccc;
}

.insidereadmore {
	padding:10px 0px 10px 0px;
}
/* Inside Style End Here	*/