body {
	font:12px/1.3em Arial, Helvetica, sans-serif;
	background: url(../images/public/bg.gif) #230606 left top repeat-x;
	text-align:center;
	color:#333;
}
*{
    padding:0;
	margin:0;
}
.wrapper{
    background:url(../images/public/back.gif) right top no-repeat;
    text-align:left;
	width:960px;
	margin:0 auto;
}
.logo{
    width:960px;
	background:url(../images/public/logo.gif) left top no-repeat;
	height:128px;
}
.logo a{
    width:450px;
	color:#DBDADA;
	font-size:14px;
	display:block;
	padding:82px 0 10px 105px;
	text-decoration:none;
}

/*content*/
.content,.container{
    width:960px;
	float:left;
}
.container{
    background:url(../images/public/contet_bg.jpg) left top repeat-y;
}
.content{
	background:url(../images/public/left_down.jpg) left bottom no-repeat;
}
.leftsidebar{
    width:687px;
	float:left;
	padding:10px 15px;
	background:url(../images/public/title_bg.jpg) left top no-repeat;
}

/*list*/
.list{
    width:677px;
	padding-left:10px;
}
.list li{
    list-style:none;
}
.listicon,.about{
	background: url(../images/public/01.jpg) left top no-repeat;
}
.listicon{
	padding:0 0 10px 20px;
}
.about{
	padding:0 0 25px 20px;
}

.icon{
    background:url(../images/public/icon.jpg) 10px top no-repeat;
	padding:0 0 10px 30px;
}

/*rightsidebar*/
.rightsidebar{
    float:right;
	width:243px;
	background:url(../images/public/02.jpg) right top no-repeat;
}
.rightsidebar .down{
    width:243px;
}
.pho,.email{
    text-align:center;	
	width:243px;
	padding-bottom:8px;
}
.email{
    background:url(../images/public/email_bg.jpg) left top no-repeat;
	height:80px;
	padding-top:140px;
}
.rightsidebar ul{
    padding:0 16px 0 17px;
	width:210px;
	background:url(../images/public/00.jpg) left top repeat-y;
}
.rightsidebar ul li{
    list-style:none;
	padding:10px 0;
	border-bottom:1px dashed #E9E8E8;
	color:#E9E8E8;
	font-size:11px;
}
.rightsidebar ul li.last{
    border:none;
}
.rightsidebar a{
    color:#F6D602;
	font-size:12px;
	font-weight:bold;
}


/*footer*/
.footer{
    width:960px;
	background:url(../images/public/footer.jpg) left top no-repeat;
	padding:15px 0 30px;
	color:#DBDADA;
	float: left;
}

/*font*/
	
h1,h2,h3{
    color:#990000;
	font-weight:bold;
}
h2,h3{
    font-size:16px;
}

h1{
    font-size:20px;
	padding:17px 0 0 65px;
	height:55px;
}
h2{
	padding-bottom:10px;
}
h3{
	padding:20px 0 10px;
}
h4{
    background:url(../images/public/h4_bg.jpg) left top no-repeat;
	height:39px;
	color:#F6D602;
	width:213px;	
	padding:20px 0 0 30px;
    font-size:16px;
	margin-top:8px;
}

h5,h6{
    font-size:12px;
	padding:8px 0 5px;
}
h5 img{
    padding:5px 15px;
}
h6{
    font-size:14px;
	color:#990000;
}
p.works{
}
p.works img{
    padding:5px 0;
}

p{
    padding-bottom:5px;
}
a{
    color:#9E3505;
	text-decoration:underline;
}
a:hover{
    text-decoration:none;
}


/*testimonials*/
.testimonials{
    width:677px;
	padding-top:5px;
}

.testimonials li{
    list-style:none;
	border-bottom:dashed 1px #666666;
	padding:5px 0 5px 10px;
}
.testimonials li.last{
    border-bottom:none;
}
td{
    padding:0 10px;
} 
.totop{
    float:right;
}

