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

body {
	margin: 0;
	background-repeat: no-repeat;
	
	background-image: url(../img/asd.png);
}
.top {
	width: 100%;
	height: 100px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #745C30;
	box-shadow: 0px 1px 2px #666;
	position: relative;
	z-index: 2;
	background-color: #FFF;
}
.top .inner { 
	width:1100px;
	height:90px;
	margin:0px auto 0px auto;
	padding-top:10px;
}
.top .inner #logo {
	width:250px;
	height:60px;
	margin-top:0px;
	float:left;
}
.top .inner #text {
	float: right;
	width: 600px;
	height: 20px;
	text-align: right;
	margin-top:0px;
	color: #745C30;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.top .inner .menu {
	width:auto;
	float:right;
	margin:22px 0px 0px 30px;
}
.top .inner .menu ul {
	list-style-type:none;	
	padding:0;
	margin:0;
}
.top .inner .menu ul li {
	padding: 7px 18px 7px 18px;
	margin-left: 15px;
	float: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #745C30;
	border-radius: 0px;
	box-shadow: 1px 1px 1px #222;
}
.top .inner .menu ul li a {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.social {
	width:40px;
	height:115px;
	float:right;
	margin-top:130px;
	margin-bottom:10px;
	margin-left:-2px;
	background-color:#E2E2E2;
	position:absolute;
	z-index:9999;
	padding-top:6px;
	border-radius:0px 5px 5px 0px;
	border:2px solid #745C30;
	background-color: #FFF;
}
.social .icon {
	height:22px;
	width:22px;
	float:left;
	margin-left:8px;
	margin-bottom:6px;
}
.slider {
	width: 100%;
	height: 550px;
	background-color: #F9F9F9;
	overflow:hidden;
	border-bottom:5px solid #745C30;
	box-shadow:0px 1px 2px #666;
}
.slideup {
	position:absolute;
	background-image: url(../img/pattern.png);
	z-index:1;
	width:100%;
	height:550px;
	opacity:0.6;
}
.search {
	width:200px;
	height:30px;
	float:right;
	margin-top:28px;
	
}
.search input {
	width: 220px;
	height: 26px;
	box-shadow: 0px 0px 2px #000 inset;
	border: 0px solid #Fff;
	padding-left: 5px;
	float: left;
	margin-right: -29px;
	border-radius: 0px;
	font-weight: normal;
}
.search input[type=submit] {
	width: 26px;
	height: 26px;
	color: #ccc;
	float: left;
	margin-top: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:none;
	border-radius: 9px;
	box-shadow: 0px 0px 0px;
	overflow:hidden;
}
.blg {
	width: 200px;
	height: 250px;
	position: absolute;
	right: 0;
	margin-right: 3%;
	margin-top: 75px;
	background-color: #F8F8F8;
	z-index: 9999;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.blog {
	width:1000px;
	height:197px;
	margin:20px auto 20px auto;
	background-color:#fff;
	box-shadow:0px 1px 2px #666;
}
.blog ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.blog ul li {
	float: left;
	width: 220px;
	height: 160px;
	margin: 14px 0px 0px 0px;
	padding: 0px 14px 0px 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
	letter-spacing:2px;
	
}
.blog ul li img {
	border:1px solid #CCC;
	box-shadow:0px 1px 1px #666;
	
}
.blog ul li #title {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom:4px;
	color: #1794D0;
}
.blog ul li #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.blog ul li:last-child {
	border-right: 0px solid #CCC;
}
.main {
	width:1000px;
	padding:0px 0px 14px 0px;
	background-color:#fff;
	margin:0px auto 20px auto;
	box-shadow:0px 1px 2px #666;
}
.main #title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 14px 0px 12px 13px;
	color: #fff;
	background-color: #745C30;
	margin-bottom: 10px;
	background-image: url(../img/lines.png);
}
.main #text {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:14px;
}
.main .inner {
}
.main .inner #item {
	width: 220px;
	height: 170px;
	margin: 14px;
	background-color: #fff;
	float: left;
	box-shadow: 0px 1px 1px #333;
	overflow: hidden;
	
}
.main .inner #item2 {
	width:220px;
	height:150px;
	background-image: url(../img/zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
	z-index:999;
	float:left;
}
.main .inner #item img {
    min-width: 220px;
    min-height: 150px;
    max-width: 250px;
    position: relative;
    z-index: 1;
    float: left;
}
.main .inner #item #txt {
	width:220px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-top: 146px;
	padding: 4px 0 4px 0px;
	color: #fff;
	text-align:center;
	background-color:#745C30;
	position:absolute;
	z-index:999;
	float:left;
}
.clear {
	clear:both;
}
.table-form {
	margin-top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	text-decoration: underline;
}
.table-form input {
	width: 175px;
	padding-left: 5px;
	height: 26px;
	border-radius: 2px;
	border: 0px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
	border-bottom: 1px dotted #999;
	color: #1794D0;
	
}
.table-form .tf {
	width:172px;
	height:45px;
	padding-left:5px;
	border-radius:2px;
	border:0px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:3px;
	background:none;
	border-bottom:1px dotted #999;
	color: #1794D0;
}
.table-form .button {
	background-color: #CCC;
	height: 30px;
	border: 1px solid #999;
	text-shadow: 0px 1px 0px #fff;
	width: 180px;
	color: #1277A7;
	font-weight: bold;
	margin-top:10px;
}