@charset "utf-8";
/* CSS Document */

html {
	background:#000102;
	}

body {
	background:#CDCDCD url(../images/top-bg.png) repeat-x;
	margin:0px;
}

a:hover {
	cursor:url("../images/pointer.png"), pointer;
}

.clr {clear:both;
}

img{
	border:none;
}

#wrap {
	width:980px;
	margin:0px auto;
}

#wrap .logo {
	width:310px;
	float:left;
	padding:30px 0px 10px 0px;
}

#wrap .contact {
	width:600px;
	float:right;
	padding:20px 0px 10px 0px;
}
#wrap .menu {
	width:670px;
	float:right;
	padding:20px 0px 5px 0px;
}
#contact {
}

#wrap .slidete h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

.tit {
	margin:0px 0px 25px 10px;
}

#home1 {
	width:980px;
	margin:15px auto 20px auto;
	/*background:url(../images/homeslide.png) no-repeat center top;*/
	min-height:283px;
/*    background: -moz-linear-gradient(top, #DEDEDE, #CDCDCD );
    background: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#CDCDCD));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 2px 3px 10px #CDCDCD;
    -webkit-box-shadow: 2px 3px 10px #CDCDCD;*/
}



#middle {
	width:980px;
	margin:20px auto;
}


#middle .pros{
	float:left;
	width:472px;
	background:url(../images/box-bg.png) no-repeat;
	min-height:213px;
	padding: 40px 0 30px 20px;
	min-height:213px;
	font-family:Georgia, "Times New Roman", Times, serif;
	word-spacing:1px;
	font-size:14px;
	text-shadow:#F0F0F0 1px 1px;
}

#middle .pros2{
	float:left;
	width:547px;
	padding: 15px 0 30px 0;
	/*background:url(../images/box-bg.png) no-repeat;*/
	min-height:213px;
	font-family:Georgia, "Times New Roman", Times, serif;
	word-spacing:1px;
	font-size:14px;
	text-shadow:#F0F0F0 1px 1px;
}


.pros2 li{
	padding: 0 0 10px 0;
	list-style-image:url(../images/bullet.png);
}



#middle .testi2{
	float:right;
	width:397px;
	background:url(../images/box-right.png) no-repeat;
	min-height:213px;
}


#middle .testi{
	float:right;
	width:472px;
	background:url(../images/box-bg.png) no-repeat;
	min-height:213px;
}



#middle .testiname{
	background:url(../images/quote-bg.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:0px 35px;
	color:#036;
	font-style:italic;
}




#foot {
	background:#000102 url(../images/footer-bg.png) repeat-x;
	min-height:243px;
	margin:0px;
}


#foot .footer {
	width:980px;
	margin:0px auto;

}
#foot .copy {
	padding:30px 0px 0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
}

#foot .menu {
	padding:10px 0px 0px 0px;
	width:35%;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
}

#foot .menu ul {
	float:left;
	list-style:none;
	width:auto;
	padding:10px;
}

#foot .menu li{
	display:list-item;
}


#foot .menu li a{
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}

#foot .menu a:hover{
    background: -moz-linear-gradient(top, #004173, #000 );
    background: -webkit-gradient(linear, left top, left bottom, from(#001824), to(#000));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}
#foot .follow {
	padding:10px 0px 0px 0px;
	width:30%;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
}
#foot .nl {
	padding:30px 0px 0px 0px;
	width:40%;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
}
