/* CSS Document */

body {
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#3B3C45 url(../images/bg.jpg) left top;
	margin:0px;
	padding:0px;
}

#container {
	width:1000px;
	margin:0px auto;
}

.header {
	height:517px;
}

.workzone {
	width:863px;
	padding:0px 75px 0px 62px;
	text-align:justify;
}

.workzone-inside {
	background:#BE0D00 url(../images/workzone-bg.jpg) left bottom no-repeat;
	padding-bottom:50px;
}

.workzone-left {
	width:475px;
	float:left;
	padding-left:50px;
}

.workzone-right {
	width:300px;
	float:left;
	margin-left:38px;
}

.welcomezone {
	padding-bottom:20px;
}

.welcome-left {
	width:185px;
	float:left;
}

.welcome-right {
	width:240px;
	float:left;
	margin-left:50px;
}

.welcome-img {
	float:left;
	margin-right:35px;
}

.fitness {
	width:262px;
	background:#DF5100;
	margin-top:25px;
}

.fitness-top {
	background:url(../images/fitnesstop.jpg) left top no-repeat;
}

.fitness-bottom {
	background:url(../images/fitnessbottom.jpg) left bottom no-repeat;
	padding:0px 25px 25px 25px;
}

.footer {
	height:63px;
	padding:37px 100px 0px 125px;
}

.footer-left {
	float:left;
}

.footer-right {
	float:right;
	color:#FFC200;
	font-weight:bold;
}

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



/* Text Styles Start Here */

h1 {
	font:29px Myriad Pro, Arial;
	color:#ffffff;
	font-weight:100;
	background:url(../images/bullet.gif) 0px 30px no-repeat;
	padding:25px 0px 10px 42px;

}

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

/* Text Styles End Here */


/*	Link Styles Start Here  */

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

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

.whitelink a {
	color:#ffffff;
	text-decoration:underline;
}

.whitelink a:hover {
	color:#ffffff;
	text-decoration:none;
}


.welcome-link {
}

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

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

.welcome-link li a{
	color:#FFBC00;
	text-decoration:underline;
}

.welcome-link li a:hover {
	color:#FFBC00;
	text-decoration:none;
}

.readmore {
	padding-top:24px;
}

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

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

/*	Link Styles End Here  */


/* Inside Style Start Here	*/

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	*/