@CHARSET "UTF-8";
/************* base ***************************/
.body {
    color: #3B3939;
    font: 75%/1.5em 'Arial',sans-serif;
    margin: 0;
    padding: 0;
}
a {
    color: #777878;
    outline: medium none;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia',Times,serif;
    font-weight: normal;
}
h1
{
    color: #333333;
    margin: 15px 0 20px;
}
h2,
h3
{
    color:#575657;
    margin: 10px 0px;
}
p {
    margin: 10px 0px;
}
a img {
    border: 0 none;
}
ul, ol, dl {
/*    list-style-type: none;
    margin: 0;
    padding: 0;
	*/
}
li, dt, dd {
    margin: 0;
}
/*********************************************************/

html
{
	background: url("../images/bg.png") repeat scroll 0 0 transparent;
}
.body
{
	background: url("../images/bodybg.jpg") no-repeat scroll center 0 transparent;
}

.clear {
    clear: both;
}
.clearsp
{
	background: url("../images/hr.png") repeat scroll 0 0 transparent;
	clear: both;
	height: 2px;
}
.clearround
{
    background: url("../images/hrround.png") no-repeat scroll center 0 transparent;
    clear: both;
    height: 5px;
}

#container
{
    margin: 0 auto;

    width: 1000px;
    
}
#container .header
{
	height: 140px;
}
/* menu */
#container .menu
{
	background: url("../images/mbgl.png") no-repeat;
	display: block;
    height: 53px;
}

#smoothmenu1 li
{
	width: 100px;
	text-align: center;
}
#smoothmenu1 li a
{
	font-size: 15px;
    color:#3A3A3A;
}

#smoothmenu1 li:hover,
#smoothmenu1 li.selected
{
	background: url("../images/mliabg.png") repeat-x scroll 0 0 transparent;
}
#smoothmenu1 li:hover a
{
	/*color: #FFF;*/
}

#container .menu .call
{
    background: url("../images/call.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 53px;
    width: 163px;
}
/***************/







#container .content
{
	
}

#container .content .slider
{
	height:390px;
}

#container .footer
{
	font-size: 11px;
	padding-top: 40px;
	height: 50px;
}

#container .footer .company,
#container .footer .fmenu
{
	display: block;
	float: left;
}

#container .footer .counter
{
    display: block;
    float: right;
}

#container .footer .company
{
	width: 150px;
}
#container .footer .fmenu
{
	width: 650px;
}
.fmenu ul
{
	list-style-type: none;
	display: block;
    margin: 0 auto;
    width: 670px;
}
.fmenu ul li
{
	float: left;
	margin: 0 10px;
}
.fmenu ul li a
{
	color: #000000;
}
.header .logo
{
	display: block;
	float: left;
	height: 140px;
	width: 360px;
}
.header .phone p
{
    float: right;
    margin: 0;
    position: relative;
    top: -7px;
}
.header .phone
{
    display: inline;
    float: right;
    position: relative;
    top: 65px;
    font-size: 17px;
    color:#3A3A3A;
}
.header .phone .ph_code
{
	color:#575657;
	font-size: 17px;
}
.header .phone .ph_num
{
	font-size:28px;
}



#container .content .blocks
{
	/*height:380px;*/
}
#container .content .b1
{
	 background: url("../images/num1.png") no-repeat scroll 0 63px transparent;
}
#container .content .b2
{
	 background: url("../images/num2.png") no-repeat scroll 0 63px transparent;
}
#container .content .b3
{
	 background: url("../images/num3.png") no-repeat scroll 0 63px transparent;
}
#container .content .blocks .bel
{
	width: 33%;
	float: left;
	margin-bottom: 35px;
}
.content .lBlock {
    float: left;
    width: 670px;
}
.content .rBlock {
    float: right;
    margin-left: 30px;
    width: 300px;
}
#container .content .blocks .bel p,
#container .content .blocks .bel .butblock
{
	margin-left: 70px;
}

.butblock {
    display: inline-block;
    position: relative;
    margin: 24px 0;
}
.butblock span.butl {
    background: url("../images/bbutl.png") repeat scroll 0 0 transparent;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.butblock span.butr {
    background: url("../images/bbutr.png") repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}
.butblock span.butm {
    background: url("../images/bbutm.png") repeat scroll 0 0 transparent;
    height: 20px;
    left: 4px;
    position: absolute;
    right: 4px;
    top: 0;
}


.left .bluebutton {
    width: 73px;
}
.specbutton
{
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

table.service
{
	border-collapse: collapse;
	width: 100%;
}
table.service td
{
	width: 50%;
	padding: 0px 35px 50px 0px;
}
table.service td .img
{
	width: 115px;
	float: left;
	display: block;
}
table.service td .info
{
	margin-left: 130px;
}
.headServ
{
	font-size: 1.5em;
	color: #575657;
	display: block;
}
.headSubServ
{
	font-size: 1.9em;
	color: #000000;
	display: block;
}
a.more
{
	text-decoration: underline;
	padding-left: 10px;
	margin: 10px 0 0;
	display:block;
	background: url("../images/aimg.png") no-repeat scroll 0 center transparent;
}
.lBlock .node img
{
	margin: 5px 15px 10px 0;
}

/**nivo**/

.theme-default #slider {
    margin:20px auto 0 auto;
    width:1000px; /* Make sure your images are the same size */
    height:335px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

input.inpbox
{
	width: 250px;
}
textarea.inpbox
{
	width: 310px;
	height: 150px;
}
.call a
{
	display: block;
    height: 53px;
    text-decoration: none;
    width: 163px;
}
.phimg
{
	background: url("../images/phone.png") no-repeat scroll 0 -10px transparent;
    padding-left: 63px;
}
.phimg .pcode
{
	color: #8F9090;
	font-size:25px;
}
.phimg .pnum
{
	color:#DC5B01;
	font-size:40px;
}

.kak_h1 {
    font-size: 2em;
    font-family: 'Georgia', Times, serif;
    font-weight: normal;
    color:#333333;
    margin: 13px 0 20px;
    height: 26px;    
}

.kak_h3 {
    font-family: 'Georgia', Times, serif;
    font-weight: normal;
    font-size: 1.6em;
    color: #575657;
    margin: 10px 0;
}

.kak_em {
    font-style: italic;
}

.kak_b {
    font-weight: bold;
}


div.button_up {
  position: fixed;
  right: 5px;
  bottom: 10px;
  padding: 6px;
  background: #454545;
  display: block;
  border-radius: 3px;
}
div.button_up a {
  color:#F1F1F1;
  text-decoration:none;
}
div.button_up:hover{  
  background: #EE8E03;
}