<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************/
/* HTML5 CSS3 */
/**************/

body{
	width:100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color:#1a2028;
	font-style: normal;
	background: url(images/body_bg.jpg);
}
/**********/
/* Header */
/**********/
body &gt; div &gt; header{
	background:url(images/header_sdy.png) no-repeat;	
	width:1004px;
	height:211px;
	margin: 0 auto;
}
body &gt; div &gt; header &gt; section{
	height:233px;
	}
body &gt; section &gt; nav{
	background: url(images/bg_nav.jpg);
	width:301px;
	float:right;
	margin: -11px 0 0;
	padding: 0 0 15px 0;
	box-shadow: 0 6px 7px #161616;
	border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
}
	
	
	body &gt; section &gt; nav ul li{		 
		 padding: 3px 0 0 0;
		 margin: 0 0 0 -9px;
		 width:308px;
		 height:44px;
		 text-align:center;
	}
	body &gt; section &gt; nav ul li a{
		background: url(images/menu_bg.png) no-repeat;
		font: bold 18px Arial, Verdana, Tahoma;
		color:#fff;
		text-shadow: 1px 0 2px #18191c;
		text-decoration: none;
		padding: 15px 0 12px 30px;
		display: block;
	}
		body &gt; section &gt; nav ul li a:hover{
			background: url(images/menu_bgh.png) no-repeat;
			color:#58544f;
			text-shadow:none;
			border-radius: 6px;
			 -moz-border-radius: 6px;
			 -webkit-border-radius: 6px;
						 
		}
		
#contact_us{
	position:fixed;
	right:0;
	top: 0;
}	
/**********/
/* Header */
/**********/

/***********/
/* Content */
/***********/
.callnow{
	background: url(images/call_us_now.png) no-repeat;
	width: 247px;
	height: 43px;
	font: bold 28px Verdana,Tahoma, Arial;
	color: #18191c;
	padding:48px 0 0 43px;
	text-shadow: 1px 1px 0 #fff4d1;
}
body &gt; section {
	width:1004px;
	margin: 10px auto;
	padding: 0;
}

body &gt; section &gt; section {
	width: 683px;
	float:left;
	background: #fff;
	z-index:1000;
	position: relative;	
	min-height: 200px;
	border-radius: 12px;
	 -moz-border-radius:12px;
	 -webkit-border-radius: 12px;
}
body &gt; section &gt; section.lgray {
	background: #3a3c42;
	margin: -12px 0 0 0;
	padding: 20px 0 0 0;
	z-index:900;
	box-shadow: 1px 1px 7px #161616;
	border-radius: 0 0 12px 12px;
	 -moz-border-radius: 0 0 12px 12px;
	 -webkit-border-radius: 0 0 12px 12px;
}
	body &gt; section &gt; section.lgray  p{
		padding: 15px;
		color:#fff;
	}
	body &gt; section &gt; section.lgray li{
		color:#fff1c9;
	}
	body &gt; section &gt; section.lgray h2{
		background: url(images/bg_h2lgray.png) no-repeat;
		color:#3a3c42;
		text-shadow: 0 0 0 #fff;
	}
body &gt; section &gt; aside {
	float:right;
	width:280px;
	background: #fff;
	margin: 15px 0 0;
	padding:10px;
	box-shadow: 1px 1px 7px #2a2a2a;
	border-radius: 6px 6px;
	 -moz-border-radius: 6px 6px;
	 -webkit-border-radius: 6px 6px;
}
body &gt; section &gt; aside p{
	padding: 0;
}

body &gt; section &gt; section &gt; div {
	/* margin:15px 0; */
}
body &gt; section &gt; section &gt; div p{
	padding: 8px 15px;
}
/***********/
/* Content */
/***********/

/***********/
/* Foooter */
/***********/

body &gt; footer{
	
	width:100%;
	 	background: #28292f /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28292f', endColorstr='#232425'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#28292f), to(#232425)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #28292f,  #232425); /* for firefox 3.6+ */ 
	min-height:122px;
}
body &gt; footer &gt; section{
	width: 1004px;
	margin: 0 auto;
	padding: 20px;
	/* overflow: hidden; */

}

body &gt; footer &gt; nav {
	display: inline;
	margin-top: 20px;
	}

#footernav{	
	margin:16px 0 0 0;
}

#footernav a{
		background:url(images/footer_menu_spc.jpg) no-repeat right;
		font: bold 15px Arial, Verdana, Tahoma;
		color:#fff;
		text-shadow: 0 1px 2px #18191c;
		text-decoration: none;
		padding: 7px 15px 7px 15px;
	}
		#footernav a:hover{
			background:#fff;
			border-radius:6px;
			 -moz-border-radius:6px;
			 -webkit-border-radius:6px;
			color: #28292f;
			text-shadow: none;
		}
body &gt; footer &gt; section &gt; section {
	float: left;
	font: normal 12px Arial, Verdana, Tahoma;
	color: #fff;
	margin: 50px 0 0;
}
body &gt; footer &gt; section &gt; aside {
	float: right;
	font: normal 12px Arial, Verdana, Tahoma;
	color: #fff;
	margin: 50px 0 0;
}
body &gt; footer &gt; section &gt; aside p{color:#fff;}
body &gt; footer &gt; section &gt; section p{color:#fff;}

/***********/
/* Foooter */
/***********/
	
/**************/
/* Formatting */
/**************/
h1{
	background: url(images/bg_h1.png) no-repeat;
	font: bold 18px Arial, Verdana, Tahoma;
	color: #28292f;
	height: 38px;
	text-align:center;
	margin: 0 0 0;
	padding: 10px 0 12px 0;
	text-shadow: 1px 1px 0 #fff4d5;	
	border-radius:6px;
	line-height:40px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
h2{
	background: url(images/bg_h2.png) no-repeat;
	width:644px;
	height: 31px;
	font: bold 18px Arial, Verdana, Tahoma;
	color: #fff;
	margin: 10px 0 0 -8px;
    padding: 14px 0 10px 45px;
	text-shadow: 0 1px 0 #3d3a38;
	clear:both;
}
h3{
	font: bold 16px Arial, Verdana, Tahoma;
	color: #000;	
}
h4{
	font: bold 14px Arial, Verdana, Tahoma;
	color: #000;
}
h5{
	font: bold 12px Arial, Verdana, Tahoma;
	color: #000;
}
h6{
	font: bold 10px Arial, Verdana, Tahoma;
	color: #000;
}
p{
	font: normal 16px Arial, Verdana, Tahoma;
	color: #3a3c42;
	padding:0 15px;
	
}

body &gt; section &gt; section ul, aside ul{
	margin: 0 0 10px 30px;
	float:left;
}
body &gt; section &gt; section ul li, aside ul li{
	list-style:none;
	background: url(images/li_bg.png) no-repeat 0 10px;
	padding: 6px 0 4px 25px;
	color:#28292f;
	line-height: 24px;
}
/**************/
/* Formatting */
/**************/

/************/
/* Required */
/************/
.clearer{
	clear:both;
	height:1px;
}
.image-left{
	float:left;
	margin: 0 10px 10px 0;
	border: 3px solid #fff;
	box-shadow: 0 0 6px #868890;
}

.image-right{
	float:right;
	margin: 0 17px 10px 10px;
	border: 3px solid #fff;
	box-shadow: 0 0 6px #868890;
}

.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
	border: 3px solid #fff;
	box-shadow: 1px 1px 7px #bababa;
}

.image-noborder{
	border-style:none;
	box-shadow:none;
}
.clear{
	background:none;
	box-shadow:none;
}
/************/
/* Required */
/************/

/************/
/* Styles */
/************/

		



/************/
/* Styles */
/************/</pre></body></html>