/* CSS Document */

body {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	background:#cee79e url(../images/bg1.jpg) left top repeat-x;
	margin:0px;
	padding:0px;
}

#container {
	width:1000px;
	text-align:justify;
	margin:0px auto;
}

.header {
	height:467px;
}

.workzone {
	width:1200px;
	padding:43px 50px 20px 45px;
}

.workzone-left {
	width:549px;
	float:left;
	margin-left:22px;
}

.workzone-right {
	width:582px;
	float:right;
}

.welcomeimg {
	float:left;
	margin-right:30px;
}

.aboutusimg {
	float:left;
	margin-right:20px;
}

.serviceszone {
	width:230px;
	float:left;
	margin-left:70px;
}

.aboutuszone {
	width:250px;
	float:left;
	
}

.gallery {
	width:500px;
	background:#D0E8A1;
}



.galleryimg {
	text-align:center;
	padding:15px 0px 15px 0px;
}

.footer {
	width:905px;
	height:41px;
	background:url(../images/footer.gif) left top no-repeat;
	padding:76px 50px 0px 45px;
}

.footer-left {
	float:left;
	color:#60AC02;
	font-weight:bold;
	padding-left:33px;
}

.footer-right {
	float:right;
	padding-right:23px;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}


/* Text Styles Start Here */

h1 {
	font:24px Myriad Pro, Arial;
	color:#60AC02;
	background:url(../images/bullet.gif) 0px 5px no-repeat;
	border-bottom:1px solid #CDCFCC;
	padding:0px 0px 10px 42px;
	margin:30px 0px 20px 0px;
}

h2 {
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color:#626262;
	margin:0px;
	padding:0px 0px 5px 0px;
}

/* Text Styles End Here */


/*	Link Styles Start Here  */

a {
	color:#FF6600;
	text-decoration:underline;
}

a:hover {
	color:#60AC02;
	text-decoration:none;
}

.services-link {
}

.services-link ul {
	margin:0px;
	padding:0px;
}

.services-link li {
	display:block;
	background:url(../images/disc.jpg) 0px 10px no-repeat;
	padding:4px 0px 0px 10px;
	list-style:none;
}

.services-link li a{
	color:#FF6600;
	text-decoration:underline;
}

.services-link li a:hover {
	color:#60AC02;
	text-decoration:none;
}

.readmore {
	padding-top:24px;
}

.footer a{
	color:#FF6600;
	text-decoration:underline;	
}

.footer a:hover{
	color:#8FB822;
	text-decoration:none;	
}

/*	Link Styles End Here  */


/* Inside Style Start Here	*/

h5 {
	font:bold 15px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#60ac02;
	font-weight:120;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #60ac02;
	margin:0px 0px 10px 0px;
}


h6 {
	font:17px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#60ac02;
	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:50%;
	float:left;
	margin:0px 0px 10px 0px;
}

.aboutcolumn2 {
	width:50%;
	float:right;
	margin:0px 0px 10px 0px;
}

.abouticon {
	float:left;
	margin:0px 20px 0px 0px;
}

.servicecolumnzone {
	padding:20px 0px 16px 0px;
}

.servicecolumn1 {
	width:45%;
	float:left;
	margin:0px 0px 10px 0px;
}

.servicecolumn2 {
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
}
.servicecolumn3 {
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
}

.our-comment {
	margin:10px 0px 0px 0px;
}

.blog-posted-row {
	padding:3px;
}

.ourprojectrow {
	margin-bottom:10px; 
	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	*/