@font-face {
    font-family:'gill-sans';
    src: url('../font/gill-sans.eot');
    src: url('../font/gill-sans.eot?#iefix') format('embedded-opentype'),
         url('../font/gill-sans.woff') format('woff'),
         url('../font/gill-sans.ttf') format('truetype'),
         url('../font/gill-sans.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585858;
	background :url(../images/body-bg.jpg) repeat center top;
}
h1 {
	font-family:'gill-sans';
	font-size:22px;
	color:#3f74b0;
	text-transform:uppercase;
	margin:0;
	text-align:center;
}
h2 {
	font-family:'gill-sans';
	font-size:18px;
	color:#3f74b0;
	text-transform:uppercase;
	margin:0;
	text-align:center;
}
h3 {
	font-family:'gill-sans';
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
	margin:0;
	text-align:center;
}
h4 {
	font-family:'gill-sans';
	font-size:22px;
	color:#333333;
	text-transform:uppercase;
	margin:0;
}
.clear {
	clear:both;
}
img { 
	border:none;
}
a { 
	color:#3378c4;
	text-decoration:none;
}
a:hover { 
	color:#353535;
	text-decoration:underline;
}
#main {
	width:996px;
	margin:0 auto;
	background :url(../images/main-bg.png) repeat-y center top;
}
#header {
	width:960px;
	margin:0 auto;
	background :url(../images/top-bg.jpg) repeat-x center top;
}
.social-icon {
	padding-left:7px;
}
.left-bg {
	background :url(../images/top-left.png) no-repeat right;
}
.right-bg {
	background :url(../images/top-right.png) no-repeat left;
	font-family:'gill-sans';
	font-size:14px;
	color:#343434;
	padding-right:10px;
}
.phone {
	color:#000099;
	margin:0;
	padding:7px 0 7px 0;
}
.nav-line {
	border-top:solid 1px #9f9f9f;
	border-bottom:solid 1px #9f9f9f;
}
ul#menu {
	margin: 0;
	margin-top:8px;
	padding: 0;
	list-style: none;
	float:left;
}
ul#menu li {
	float: left;
	margin:0px 0px 6px 0px;
}
ul#menu li a {
	font-family:'gill-sans';
	font-size:14px;
	text-decoration: none;
	color: #393939;
	padding: 12px 30px;
	text-transform:uppercase;
}
ul#menu li a:hover {
	background: #5a91d0 url(../images/nav-arrow.png) no-repeat center bottom;
	text-decoration: none;
	color: #FFFFFF;
	padding: 12px 30px;
}

#slides {z-index:100;width:960px; margin:0 auto; margin-top:15px;}

.desi-line {
	width:960px;
	margin:0 auto;
	padding:10px 0 10px 0;
}
#middle-part {
	width:960px;
	margin:0 auto;
	padding:10px 0 10px 0;
}
#middle-part p {
	text-align:justify;
	line-height:20px;
	margin:0;
	padding-bottom:10px;
}
.project li {
	font-family:'gill-sans';
	font-size:16px;
	color: #445f7d;
	border-bottom:dotted 2px #b3b3b3;
	width:350px;
	float:left;
	list-style-position: inside;
	list-style-image: url(../images/icon_bullet.png);
	margin-left:60px;
	padding:5px 0 5px 0;
}
#footer {
	width:996px;
	margin:0 auto;
}
.footet-bg {
	background:#e6e6e6;
	width:940px;
	margin:0 auto;
	color:#7e7e7e;
}
.copyright {
	widows:300px;
	float:left;
	padding:5px 0 15px 10px;
}
.bottom-menu {
	widows:620px;
	float:right;
	padding:5px 10px 15px 0;
	text-align:right;
}
.hyperlink:link {
	font-size:12px;
	color: #7d7d7d;
	text-decoration: none;
}
.hyperlink:visited {
	font-size:12px;
	color: #7d7d7d;
	text-decoration: none;
}
.hyperlink:hover {
	font-size:12px;
	color: #347bcc;
	text-decoration: underline;
}
.hyperlink:active {
	font-size:12px;
	color: #7d7d7d;
	text-decoration: none;
}
.bottom-line {
	width:940px;
	margin:0 auto;
	height:4px;
	background:url(../images/bottom-line.jpg) repeat-x left top;
}

/*************About Page**************/

.text {
	font-family:'gill-sans';
	font-size:16px;
	color: #445f7d;
	text-transform:uppercase;
}
.text2 {
	font-size:10px;
	color: #999999;
}
.redtext {
	color:#FF0000;
}
.greentext {
	 color:#006600;
}

/*************Request For Estimate**************/
.textbox {
	border: solid 2px #cdddec;
	border-radius:5px;
	padding:5px;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}
.textarea {
	border: solid 2px #cdddec;
	border-radius:5px;
	padding:5px;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	height:100px;
}
/**********Radio**********/
.prettyradio {
    display: inline-block;
    padding:0;
    margin:0;
}
.prettyradio a{
    width: 30px;
    height:30px;
    background: url(../images/prettyCheckable-blue.png) top left no-repeat;
    display: block;
    float: left;
    cursor: pointer;
    margin:0;
}
.prettyradio.pink a{ background-image: url(../images/prettyCheckable-blue.png);}
.prettyradio a {background-position: 0 -120px;}
.prettyradio a:focus {outline: 0 none;}
.prettyradio a:focus{background-position: 0 -150px;}
.prettyradio a.checked { background-position: 0 -180px; }
.prettyradio a.checked:focus { background-position: 0 -210px; }

/* blue-Checkbox */
.checkbox-blue {
	width: 20px;	
	position: relative;
}
.checkbox-blue label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
    left: 0;
	border-radius: 4px;
    background: #FFFFFF;
	border:solid 2px #cdddec;
}
.checkbox-blue label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #598ebf;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checkbox-blue label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.checkbox-blue input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/**********Drop down**********/

.ddlWrap select {

	opacity: 0;
	width:90px; 
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding:5px;
}
.ddlWrap  {
	width:90px;
	overflow: hidden;
	background: url("../images/arrow_select.jpg") no-repeat 100% 0 #FFFFFF;
	border: solid 2px #cdddec;
	border-radius:5px;
	position: relative;
}
.ddlWrap span {
	position: absolute;
	left:10px;
	top:6px;
}
.btn  {
	background :#008ae8 url("../images/btn.jpg") repeat-x left top;
	border-radius:4px;
	font-family:'gill-sans';
	font-size:16px;
	text-decoration: none;
	color: #FFFFFF;
	border:none;
	padding:7px 14px;
	font-weight:normal;
	cursor: pointer;
	text-transform:uppercase;
}
.btn:hover  {
	background :#232323 url("../images/btn-ho.jpg") repeat-x left top;
	color: #e5e5e5;
}
/****************Photo Gallery****************/
ul#menu-left {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	width:210px;
	margin-left:10px;
}
.nav-border {
	border-bottom:dotted 1px #b0c9e3;
	width:200px;
}
.left-nav {
	text-decoration:none;
	padding:8px 0 12px 0;
	cursor:pointer;
}
.left-nav:hover {
	text-decoration:none;
	background:url(../images/navho.png) no-repeat right center;
}
.nav {
	font-family:'gill-sans';
	font-size:16px;
	color: #3f74b0;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
}
.nav:hover {
	color: #3f74b0;
	text-decoration:none;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
.mai-photo {
	width:220px;
	float:left;
	margin:5px;
}
.photo  {
	border:solid 1px #212e3f;
	padding:5px;
}
.mai-photo p {
	font-weight:bold;
	color:#FFFFFF;
	background:#212e3f;
	width:221px;
	text-align:center;
	padding-top:5px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}