body{
	background: url('images/bg-tile.png');
	padding: 0;
	margin: 0;
	font-family: 'Karla', sans-serif;
	color: #1a1a1a;
}
.center{margin-left: 15%;}

@font-face{
	font-family: Bree;
	src: url('fonts/Bree.ttf');
}
#top{
	width: 100%;
	background: url('images/top.png') repeat-x;
}

#banner1{
	background: url('images/banner1r.png') repeat-x;
	width: 100%;
	height: 210px;
	margin-top: 5px;
}
#btopr{
	background: url('images/banner1.png') no-repeat center top;
		width: 100%;
	height: 210px;
	
}
#banner2{
	background: url('images/banner2.png') no-repeat;
	height: 210px;
	width: 800px;
	float: right;
}

#logo{
	float: left;
	margin-top: 50px;
}

#pnum{
	width: 168px;
	height: 32px;
	color: #fff;
	font-size: 18px;
	background: url('images/phone1.png') no-repeat;
	padding: 5px 0 0 25px;
}

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


#city{
	font-size: 25px;
	color: #fff;
	height: 24px;
	font-weight: bold;
}

#LS{
	
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	text-transform:uppercase;
	font-family: Bree;
	color: #fff;
}

#desAUTO, #desCOM, #desRES{
	width: 216px;
	height: 88px;
	color: #fff;
	font-size: 12px;
	float: right;
	margin-top: 115px;
}

#desRES{
	margin-right: 15px;
}
#desCOM{
	margin-right: 47px;
}
#desAUTO{
	margin-right: 57px;
}

#menu{
	width: 900px;
	margin: 0 auto;
	text-align: right;
	color: #333;
}

#menu a{color: #26647b; font-weight: bold;}

#menu a.active, #menu a:hover{color: #2c1f6d; text-decoration: none;}	
.clearing{
	clear: both;
	height: 0;
}

#main, #ctop, #post, #cbottom{
	width: 610px;
}

#ctop{
	background: url('images/ctop.png') no-repeat;
	height: 20px;
}

#post{
	background: url('images/cpost.png') repeat-y;
}

#cbottom{
	background: url('images/cbottom.png') no-repeat;
	height: 20px;
}

#main{
	font-family: Verdana, Geneva, sans-serif;
	color: #363635;
	float: left;
	
}

#sidebar{
	float:right;
	width: 300px;
	margin-right: 25px;
}

h1{
	margin: 0 0 10px 20px;
	width: 570px;
	font-size: 22px;
	color: #252d3f;
}

h3{
	margin: 15px 30px 20px 0;
	color: #8E8E8E;
	text-align: right;
	font-size: 18px;
	
}

hr{
	margin: 0 0 10px 20px;
	width: 570px;
	background-color: #252d3f;
	color: #252d3f;
	height: 1px;
	border: 0;
}

#post p{
	margin: 10px 0 0 20px;
	width: 570px;
	font-size: 12px;
}

#post ul{
	width: 550px;
	margin-bottom: 0;
	margin-left: 20px;
}

#post ul li{
	font-size: 12px;
	color: #1a1a1a;
}

#content{
	width: 950px;
	margin: 10px auto;
}

h2 img{
	vertical-align: middle;
}

h2{
	margin: 0;
	width: 300px;
	height: 50px;
	font-weight: 700;
	font-size: 28px;
	color: #333;
	background: url('images/hsidebar.png') no-repeat;
	padding: 7px 0 0 20px;
}

#spnum{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-shadow: -1px -1px #000;
	color: #8e8e8e;
	width: 300px;
	background: url('images/sp.png') no-repeat;
	margin: 0;
	height: 60px;
	padding: 15px 0 0 0;
}

#services{
	width: 300px;
	background: url('images/services.png') no-repeat;
	margin: 0;
	height: 140px;
	padding: 15px 0 0 50px;
	color: #343434;
}

#services li{
	font-size: 28px;
	width: 200px;
}

#footer{
	width: 100%;
	height: 55px;
	background: url('images/fbg.png') repeat-x;	
	padding-top: 20px;
}

#footer p, #footer ul{
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
}

#footer ul li{
	display: inline;
	
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

#city a:hover{
	color: #570000 !important;
	text-decoration: none !important;
}

#city a{
	color: #fff !important;
	text-decoration: none !important;
}