@charset "utf-8";
/* CSS Document */
/*
Website: Arsh Constructions
Website by: Webkey eServices
Author: Rajbir Singh for Webkey eServices
Author URI: www.webkey.in
Copyright Notice: This design and code is copyright of Webkey eServices. You cannot use, modify, sell or distribute the design and code. Images (of buildings and products) and text provided by the business owner.
*/

/*Common start*/

body {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	background-color: #aae5f6;
	margin: 0px;
}

#header {
	background-image: url(../images/header-plain.jpg);
	background-repeat: repeat-x;
	height: 175px;
	min-width:970px;
}

#logo {
	background-image: url(../images/header-text-new.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -38px;
}

#nav-bg {
	background-image: url(../images/nav-bg-plain.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 419px;
	float: right;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #d5f3ff;
	text-shadow: 1px 1px 1px #292929;
	word-spacing: 2px;
}

#nav-bg a{
	text-decoration: none;
	color: #d5f3ff;
}

#nav-bg a:hover{
	color: #094152;
	text-shadow: 1px 1px 1px #CCC;
}


#nav {
	margin-left: 15px;
	margin-top: 10px;
}

.nav-li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}

#main-content-bg {
	background-color: #d5f3ff;
	background-image: url(../images/main-content-bg.jpg);
	background-repeat: repeat;
	min-width: 970px;
	margin-top: 38px;
	padding-bottom: 38px;
}

#main-content {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #053148;
	text-shadow: 1px 1px 1px #c6c6c6;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 173px;
	min-width: 970px;
}

#footer a{
	color: #053148;
	text-shadow: 1px 1px 1px #c6c6c6;
	text-decoration: none;
}

#footer a:hover{
	border-bottom: #053148 dotted 1px;
}

#footer-links {
	font-size: 16px;
	/*font-weight: 600;*/
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#footer-contact {
	font-size: 15px;
	font-weight: 500;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#footer-author {
	font-size: 12px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}


/*Common end*/

/*Index items start*/

#main-landing-items {
	height: 300px;
	width: 970px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#main-gallery {
	height: 250px;
	width: 485px;
	float: left;
}

#main-photo {
	background-image: url(../images/right-top-land.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 485px;
	float: right;
}

#main-services {
	background-color: #ABE6F8;
	/*border: #15A9D7 solid 5px;*/
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 200px;
	width: 970px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#main-content-intro {
	background-image: url(../images/intro-bg.jpg);
	background-repeat: no-repeat;
	height: 311px;
	width: 572px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #094152;
	text-shadow: 1px 1px 1px #FFF;
	text-align:justify;
	line-height: 18px;
	word-spacing: 2px;
	padding-top: 32px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}

#main-content-qa {
	background-image: url(../images/qa-bg.jpg);
	background-repeat: no-repeat;
	height: 310px;
	width: 318px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #094152;
	text-shadow: 1px 1px 1px #FFF;
	text-align:justify;
	line-height: 18px;
	word-spacing: 2px;
	padding-bottom: 30px;
	margin-left: 615px;
	position: absolute;
	top: 780px;
	padding-top: 32px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*Index items end*/

/*Start contact page*/
#main-content-contact {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #094152;
	text-shadow: 1px 1px 1px #FFF;
	width: 600px;
	line-height: 18px;
	word-spacing: 2px;
}

#contact-info {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #094152;
	line-height: 15px;
	text-shadow: 1px 1px 1px #FFF;
	width: 300px;
	position: absolute;
	top: 250px;
	margin-left: 700px;
}

#contact-info a{
	color: #094152;
	text-decoration: none;
}

#contact-info a:hover{
	border-bottom: #094152 dotted 1px;
}

#main-content-commercial {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #094152;
	text-shadow: 1px 1px 1px #FFF;
	line-height: 18px;
	word-spacing: 2px;
	padding-top: 20px;
}

#main-content-commercial a{
	text-decoration: none;
	color: #094152;
}

#main-content-commercial a:hover{
	border-bottom: #094152 dotted 1px;
	color: #094152;
}
/*End contact page*/