body { 
	background: #fff;
}
	
a{
	color: #da251c; 
}
a:hover, a b:hover{
	text-decoration: underline;
}
.clear{
	clear:both;
}

html, body {
	font-family: Calibri;
	background: url('../images/bgg.jpg') repeat center top;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	color: #FFFFFF;
	min-width: 1140px;
}
.container{
	position: relative;
	margin: 20px auto;
	width: 1100px;
	height: auto;
	border: 0px solid #ff0000;
	padding:20px;
	
}
.cslide{
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: auto;
}
/* .building{
	position: absolute;
	left: -4px;
	bottom: -4px;
	background: url('../images/building.png') no-repeat center center;
	width: 170px;
	height: 237px;
	z-index: 10;
} */
.building{
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url('../images/building.png') no-repeat center center;
	width: 170px;
	height: 237px;
	z-index: 10;
}
.lshadow{
	position: absolute;
	left: 40px;
	bottom: -21px;
	background: url('../images/shaodw.png') no-repeat left center;
	width: 187px;
	height: 21px;
	z-index: 0;
}
.rshadow{
	position: absolute;
	right: 40px;
	bottom: -21px;
	background: url('../images/shaodw.png') no-repeat right center;
	width: 187px;
	height: 21px;
	z-index: 0;
}
.slider{
	position: relative;
	background: #fff;
	width: 1100px;
	height: 606px;
	border: 0px solid #5C5C5C;
	-webkit-box-shadow: 0 0 3px 1px #a6a5a5;
	box-shadow: 0 0 3px 1px #a6a5a5;
	z-index: 1;
}
.slider #slider{
	position: relative;
	background: #fff;
	width: 1084px;
	height: 588px;
	margin: 0 auto;
	border: 0px solid #5C5C5C;
	top: 9px;
	z-index: 0;
}
.conent{
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
	width: 1100px;
	min-height: 606px;
	text-align: center;
	border: 1px solid #000;
}
.conent .box{
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 8px;
	background: #fff;
	width: 216px;
	height: 140px;
	border: 0px solid #5C5C5C;
	-webkit-box-shadow: 0 0 2px 1px #a6a5a5;
	box-shadow: 0 0 2px 1px #a6a5a5;
	z-index: 1;
}

.DocLeft {
    position: relative;
	float: left;
	background: #fccfab;
	width: 290px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 500px;
	border: 0px solid #000;
	-webkit-box-shadow: 0 0 2px 1px #a6a5a5;
	box-shadow: 0 0 2px 1px #a6a5a5;
}
.DocLeft  p{
	padding: 0;
	margin: 0;
	line-height: 28px;
	font-family: Arial;
	font-size: 17px;
	color: #000;
}
.DocLeft  .title{
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fd0c1c;
}
.DocLeft  .subtitle{
	font-size: 24px;
	text-decoration: underline;
	color: #fd0c1c;
}
.DocLeft  ul li{
	position: relative;
	left: -20px;
	list-style: none;
	margin-bottom: 2px;
	width: 320px;
	padding: 0;
	font-family: Arial;
	font-size: 20px;
	color: #000;
	border: 0px solid #ff0000;
}
.DocLeft  ul li a{
	color: #000;
	text-decoration: none;
}
.DocLeft  ul li a:hover{
	color: #012af8;
	text-decoration: underline;
}

/************* Zoom image ***************/
#thumbs {
    position: relative;
	/* margin: 0 auto; */
	float: left;
	margin-bottom: 5px;
	/* background: #fff; */
	width: 770px;
	height: auto;
	text-align: center;
	border: 0px solid #000;
}

div.thumb {
	vertical-align: top;
	/* display: inline-block; */
	float: left;
	_left: 15px;
	_margin-right: 16px;
	margin-bottom: 20px;
	background: #fff;
	width: 236px;
	height: 158px;
	border: 0px solid #5C5C5C;
	-webkit-box-shadow: 0 0 2px 1px #afafaf;
	box-shadow: 0 0 2px 1px #afafaf;
	z-index: 1;
}
div.thumb.has_margin_left {
	margin-left:20px;
}
div.thumb img {
	position: relative;
	cursor: pointer;
	margin: 5px 0 0 5px;
    border: 2px solid #fd0c1c;
}
