body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #FFF;
	background-image: url(../_images/body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #000;
}

a, a:link, a:visited {
	color: #0CF;
	font-weight: normal;
	text-decoration: none
}
a:hover {
	color: #FF0081;
}


p {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
img { border: none; }
blockquote { font-style: italic; margin: 0 0 15px 10px;}
cite {
	font-weight: bold;
	color:#093;
	font-size: 12px;
}
cite span { color: #828fa2; }
em {
	color: #3F3;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
}
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 25px; padding: 5px 0; }
h3 {
	font-size: 17px;
	padding: 0;
	text-align: center;
}
h4 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 15 0;
	text-align: center;
}
.content_box h3 a {
	color: #FFF;
}
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 {
	font-size: 11px;
	margin: 0 0 0 0;
	text-align: right;
}

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_wrapper {
	display: inline-block;
	padding: 2px;
	background: #000;
}
.image_fl { float: left; margin: 3px 30px 0 0 }
.image_fr { float: right; margin: 3px 0 0 30px }

.tmo_list { margin: 20px 0 20px 15px; padding: 0; list-style: none }
.tmo_list li {
	color:#40a9de;
	margin: 0;
	padding: 0 0 5px 20px;
	background-attachment: scroll;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.tmo_list li a { color: #40a9de; font-weight: normal; font-size: 12px; text-decoration: none }
.tmo_list li a:hover { text-decoration: underline }


#wrapper_outter {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
}
#wrapper_inner {
	width: 100%;
	background-image: url(../_images/body2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper { width: 960px; padding: 0 10px; margin: 0 auto }

#menu { width: 100%; height: 40px; }

#header {
	width: 100%;
	height: 50px;
	padding-top: 20px;
}

#site_title { float: left; margin-top: 40px; }
#site_title h1 { margin: 0; padding: 0 }
#site_title h1 a { display: block; width: 250px; height: 78px; color: #fff; text-indent: -10000px; background: url() no-repeat top center  }

#main_top {
	width: 900px;
	padding: 40px 30px 30px;
	background-image: url(../_images/content_top.png);
	background-repeat: no-repeat;
	height: 280px;
}
.objectwrapper {
	padding-right: 20px;
	padding-left: 50px;
}
#main_top_sb {
	width: 100%;
	height: 25px;
}

#main {
	width: 900px;
	padding: 50px 30px 40px;
}

#main_sb {
	width: 900px;
	padding: 15px 30px 20px;
	min-height: 500px;
}

#main_bottom {
	width: 100%;
	height: 10px;
}

#content {
	width: 650px;
	float: left;
	padding-right: 30px;
	border-right: 1px dotted #666666;
}

#sidebar {
	width: 200px;
	float: right;
}
#sidebarleft {
	float: left;
	width: 230px;
}

.col_fw { width: 900px; }
.content_box {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #666666;
	text-align: left;
}
.col_w600 { width: 540px; padding-right: 60px }
.col_hw { width: 430px }
.col_w300 { width: 300px }
.col_allw300 {
	width: 100%
}
.bb { border-bottom: 1px solid #292929 }
.mb30 { margin-bottom: 30px }
.pb30 { padding-bottom: 30px; }
.col_last { margin: 0; border: none }

.fp_service_box img { float: left; margin-right: 10px }

.fp_lw_box { clear: both; margin-bottom: 30px }
.fp_lw_box img { margin-right: 15px; padding-top: 3px }
.fp_lw_box h6 { margin-bottom: 0 }
.fp_lw_box h6 a { font-weight: bold; text-decoration: none }

#gallery { margin: 0; padding: 0 }
.gallery_box {  clear: both; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dotted #666666  }
.gb_img { float: left;  }
.gb_detail { float: right; width: 400px }

.pagging { margin: 0 0 20px; padding: 0 }
.pagging ul { margin: 0; padding: 0; list-style: none }
.pagging ul li { margin: 0; padding: 0; display: inline }
.pagging ul li a {
	float: left;
	display: block;
	color: #000;
	background-color: #29A1E0;
	text-decoration: none;
	margin-right: 5px;
	padding: 4px 10px;
}
.pagging ul li a.current {
	background-color: #FF0081;
}

.pagging ul li a:hover {
	color: #000;
	background-color: #FFF;
}

#bottom {
	clear: both;
	width: 100%;
	height: 200px;
	margin-top: 20px;
}

#navigation li {
	float: left;
	display: inline;
	margin: 0px
	padding: 0px;
	margin: 0px;
	padding: 0px;
	background: url() no-repeat left top;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#navigation a {
	text-transform: uppercase;
color: #00F
text-decoration: none;
	display: block;
	height: 30px;
	width: 185px;
	voice-family:inherit;
	height: 23px;
	width: 67px;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#navigation a:hover {
	color: #000;
	font-weight: bold;
}
#navigation a:active {
color:#FF0
}

.more {
	display: none;
	 }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #2BA1E0;
	padding-left: 8px;
	background: transparent url('') no-repeat left;
}
a.hideLink {
	background: transparent url('') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	color: #FF0081;
}

#footer {
	clear: both;
	width: 100%;
	height: 20px;
	padding: 15px 20px;
	color: #000;
	text-align: center;
	background: url()
}

#footer a { color: #000; text-decoration: underline }
.centerimg {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.content_box h3 a:hover {
	color: #FF0081;
}
#textbox {
	background-color: #000;
	color: #fff;
	width: 700px;
	margin: 0 auto;
	margin-top: 15px;
	height: 120px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding: 15px;
	text-align: right;
}
#textbox img:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}
#textbox img {
	margin-left: 10px;
}
