* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #fff;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #454a57;
}

a {
	color: #d45b4c;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #d45b4c;
	text-decoration: none;
}

p {
	margin: 0 0 10px
}

img {
	border: none;
}

.clearFloat {
  clear: both;
  display: block;
}
.ctitle{
	font-size: 30px;
	margin-bottom: 10px;
}

.ctitle_sub{
	font-size: 25px;
	margin-bottom: 10px;
}

.ctitle_sub2{
	font-size: 18px;
	margin-bottom: 10px;
	color: #bbbbbb;
}

.ctitle_sub2 a, .ctitle_sub2 a:link{
	font-size: 18px;
	margin-bottom: 10px;
	color: #bbbbbb;
}

.ctitle_sub2 a:hover{
	font-size: 18px;
	margin-bottom: 10px;
	color: #bbbbbb;
}

input {
	vertical-align: middle;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
}

#logo{
	width: 254px;
	height: 71px;
	margin-top: 20px;
	float: left;
}

#head_info{
	width: 715px;
	margin-left: 5px;
	height: 57px;
	margin-top: 20px;
	float: left;
	border-bottom: 1px solid #d35a4c;
}

#name{
	font-size: 22px;
	margin-top: 7px;
	color: #adb1bb;
	float: left;
}

#tel{
	margin-left: 90px;
	margin-top: 22px;
	font-size: 30px;
	color: #fff;
	float: left;
}

#tel span{
	font-size: 18px;
	color: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 27px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 507px 0 0;
}

#slide{
	width: 507px;
	height: 391px;
	margin-top: 5px;
	background-image: url(../images/slide.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#asm{
	width: 391px;
	height: 40px;
	margin-left: 20px;
	*margin-left: 10px;
	margin-bottom: 3px;
	position: relative;
	float: left;
	top: -3px;
}


#asm a, #asm a:link {
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#asm a:hover {
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	background-color: #d45b4c;
	padding-left: 10px;
	padding-right: 10px;
}

#skype{
	margin-top: 3px;
	width: 76px;
	height: 34px;
	float: left;
}

#info{
	margin-top: 20px;
	width: 507px;
	margin-bottom: 10px;
}

#info_l{
	width: 260px;
	float: left;
}

#info_r{
	width: 240px;
	float: left;
}


#banners{
	width:507px;
	height: 57px;
	margin-bottom: 10px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 448px;
	margin-left: -448px;
	position: relative;
}

#sideRight ol {
padding-bottom: 10px;
margin-left: 15px;
}

#sideRight ul {
padding-bottom: 10px;
margin-left: 15px;

}

#sideRight li {
padding-bottom: 5px;

}

#sideRight ol li {
	list-style-position: outside;
	margin-left: 15px;
}

#sideRight ul li {
	list-style: disc;
	margin-left: 15px; 
	list-style-position: outside;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 980px;
	margin: -27px auto 0;
	height: 27px;
	text-indent: 20px;
	line-height: 27px;
	background-image: url(../images/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
}

#footer a, #footer a:link{
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
	font-size: 10px;
}

#footer a:hover{
	color: #fff;
	margin-right: 20px;
	text-decoration: underline;
	font-size: 10px;
}


#sideRight .post{padding:10px 0px;position:relative;margin-bottom:20px}
#sideRight .inactive{color:#bbb}
#sideRight .post .title{position:relative;height:1%}

#sideRight .post .title p{font-size:20px;;margin:0}
#sideRight .post .title span{position:absolute;right:0;top:30%;cursor:pointer;width:14px;height:14px;background:url(trigger.gif) no-repeat left bottom;display:block;font-size:0}
#sideRight .inactive .title span{background-position:left top}
#sideRight .post .entry{padding:10px 0}