@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper1{
	background:#fff url(images/bg1.jpg) no-repeat top;
	margin:0 auto;
}
#wrapper{
	background:#fff url(images/bg.png) no-repeat top;
	margin:0 auto;
}

.wrapper{
	width:960px;
	margin:0 auto;
}
#header{
	padding-top:35px;
	height:294px;
}
.logo{
	width:490px;
	height:131px;
	float:left;
}
.tel{
	width:330px;
	height:131px;
	float:right;
	background:#494032 url(images/tel-icon.png) no-repeat 10%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.txt1{
   margin:35px 0 0 160px;
   color:#f6b702;
   font-size:18px;   
}
.txt2{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0 160px;
	width:170px;
}
.s-caption{
	padding:0 20px;
	margin:0;
	color:#f6b702;
}
#bar{
	margin:0 auto;
	width:773px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	background:#000;
	height:32px;
}
ul.nav{
    height: 35px;
    margin: 0 240px;
    width: auto;
}

ul.nav li{
	list-style:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background:#000;
	margin: 0 3px;
	height:40px;
	width:130px;
	float:left;
	text-align:center;
}
ul.nav li a{
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
	font-size:22px;
}
ul.nav li a:hover{
	color:#f6b702;
}
ul.nav li .current{
	color:#f6b702;
}
.slide-banner{
	margin:0 auto;
	width:auto;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.75);
}
.slide-banner img{
	text-align:center;
}
.demo_wrapper {
	width: 50%;
	margin: 0 auto;
}
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
  .demo_wrapper {
    width: 80%;
  }  
}
.demo_block {
	width: 100%;
}

#wrapper-content{
	margin:0 auto
}
.onecolumn{
	padding:20px 0;
}
.onecolumn img{
	margin-right:20px;
	margin-top:20px;
}
.img-border{
	border:#FFF solid thin;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);	
}
ul.list{
	float:left;
}
ul.list li{
    height: auto;
    line-height: 25px;
    padding: 0 10px;
	margin: 0;
    text-align: left;
    width: auto;
}
ul.list li a{
	color:#545454;
	font-size:13px;
	line-height:0;
}
ul.list li a:hover{
	color:#f6b702;
}
#wrapper-content .twocolumnleft{
	float:left;
	width:460px;
	border:#ddd solid thin;	
}
#wrapper-content .twocolumnleft p, #wrapper-content .twocolumnleft p{
	line-height:20px;
}
#wrapper-content .twocolumnleft .hours{
    background: url(./images/hour-icon.png) no-repeat left top;
    font-size: 14px;
    font-weight: bold;
    height: 221px;
    padding-left: 210px;
    width: auto;
}

.title-yellow{
	color:#f6b702;
}
.title-black{
	color:010101;
}
.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.red{
	color:#F00;
}

#wrapper-content .twocolumnright{
	float:left;
	width:460px;
	border:#ddd solid thin;
	margin-left:35px;
}

#wrapper-content .twocolumnright .repear{
	background:url(./images/repair-icon.png) no-repeat left bottom;
    font-size: 14px;
    font-weight: bold;
    height: 221px;
    padding-left: 210px;
    width: auto;
}

.otherservices{
	width:600px;
	margin:0 auto;
}
.couponbox{
	height:300px;
}
.coupon{
	float:left;
	width:288px;
	padding:10px;
	margin:5px;
	border:#ddd solid thin;
	text-align:center;
}
.coupon h2{
    background:#222;
	color:#FFF;
	margin:0;
	padding:5px;
}
.coupon span{
	font-size:12px;
	color:#F00;
	display:block;
}

.printbtn{
    background:#222;
    color: #fff;
    font-size: 12px;
    margin: 5px;
    padding: 10px;
    text-align: center;
}
.printbtn a{
	color:#fff;
    text-decoration: none;
	font-weight:bold;
}
.printbtn a:hover{
	color:#f6b702;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/*3 column*/
#footer-area{
	margin:20px auto;
	padding:20px 0;
	background:#fff url(./images/footer-col-bg.png) repeat-x;
	height:300px;
}
#footer-area .footer-area{
	margin:0 auto;
	width:960px;
}

#footer-area .footer-area .threecolumnleft{
	width:313px;	
	float:left;
}
#footer-area .footer-area .threecolumnleft img{
	padding-top:20px;
	width:95%;
}

#footer-area .footer-area .threecolumncenter{
	width:310px;
	margin:0 10px;
	float:left;
}
#footer-area .footer-area .threecolumnright{
	width:310px;
	float:left;
}
#footer-area .footer-area .threecolumnright p{
    color:#363636;
}
ul.services-list{
	list-style:none;
}
ul.services-list li{
    background: url(images/list-icon.png) no-repeat scroll left center;
    clear: both;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
	margin: 0 -20px;
    text-align: left;
    width: auto;
}
ul.services-list li a{
	color:#545454;
	font-size:13px;
	line-height:0;
	text-decoration:none;	
}
ul.services-list li a:hover{
	color:#f6b702;
}
	
#footer-wrapper{
	background:#000 url(./images/footerbg.png) repeat-x;
	height:127px;
	color:#FFF;
	line-height:100px;
}
#footer-wrapper a{
	color:#FFF;
	text-decoration:none;
}
#footer-wrapper a:hover{
	color:#f6b702;
}

#footer-wrapper .footer-wrapper{
	width:960px;
	margin:0 auto;
}
.footer-copyright{
	float:left;
}
.footer-menu{
	float:right;
}

.button{
	background:#f6b702;
	color:#FFF;
	text-align:center;
	padding:15px;
	margin:5px;
}
.button a{
	text-decoration:none;
	color:#fff;
}
.button a:hover{
	color:#222;
}
.size-services{
	width:150px;
	margin:0 20px;
	padding:10px;
	font-weight:bold;
}
.spacer{
	margin-top:50px;
}
.smallspacer{
	margin-top:20px;
}
.clear, .clr{
	clear:both;
}