﻿body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Helevetica,Arial,sans-serif;
	font-size: 13px;
	line-height:1.5em; 
	background-color: #fff;
	background-image: url(images/tc_body.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	color: #8da332;
}

a:hover {
	color: #8da332;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1 { font-size: 26px; margin: 0px; padding: 0; font-weight:normal; }
h2 { font-size: 22px; font-weight: normal; line-height: 28px; margin: 0 0 8px 0; padding: 0; color: #333; }
h3 { font-size: 18px; font-weight:normal; margin: 0 0 6px 0; padding: 0; padding: 0; color: #555; }
h4 { font-size: 16px; margin: 0 0 6px 0; padding: 0; }
h5 { font-size: 14px; margin: 0 0 6px 0; padding: 0; }
h6 { font-size: 13px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }

.vertical_divider { border-right: 1px solid #d9d9d9; }
.horizon_divider {  border-bottom: 1px solid #d9d9d9; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 2px 30px 2px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 30px;
}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color: #8da332; }
em { color: #5d6d1e; }

.tc_list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.tc_list li {
	background: transparent url(images/tc_list.png) no-repeat scroll 0 0px;
	margin:0 0 10px;
	padding:0 0 0 25px;
	line-height: 1em;
}
.popbutton {
	width:140px;
	height:30px;
	display:inline-block;
	text-decoration:none;
	border:1px solid #CCC;
	border-bottom:1px solid #000;
	position:relative;
	top:1px;
	text-align:center;
	font-size:16px;
	padding-top:4px;
}
.popbutton:hover {
	background-color:#BDF;
}
.popbutton_current {
	width:140px;
	height:30px;
	display:inline-block;
	text-decoration:none;
	border:1px solid #000;
	border-bottom:1px solid #F3F3F3;
	position:relative;
	top:1px;
	text-align:center;
	font-size:16px;
	padding-top:6px;
}
.popbutton_current:hover {
	background-color:#BDF;
}

.button a {
	clear: both;
	display: block;
	width: 120px;
	height: 24px;
	padding: 4px 27px 0 0;
	margin-top: 10px;
	background: url(images/tc_button.png) no-repeat;

	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	background: url(images/tc_button_hover.png) no-repeat;
}

#tc_wrapper {
	width: 1010px;
	margin: 0 auto;
}

#tc_header {
	width: 900px;
	height: 73px;
	padding: 45px 55px 0;
	background: url(images/tc_header.png) no-repeat;
}
#tc_face {
	 float:right; width:250px; position:relative; top:-10px; text-align:right;
}
#tc_header  #site_title {
	float: left;
	width: 600px;
	padding: 0;
}

#tc_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#tc_header  #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#tc_header  #site_title a span {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 5px;
}

/* menu */

#tc_menu {
	width: 970px;
	height: 50px;
	padding: 0 20px;
	background: url(images/tc_menu.png) repeat-x;
}

#tc_menu ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#tc_menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#tc_menu ul li a {
	float: left;
	display: block;
	width: auto;
	height: 33px;
	padding: 17px 34px 0 0;
	margin: 0 5px 0 0 ;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #333;	
	font-weight: bold;
	outline: none;
	border: none;
	background: url(images/tc_menu_divider.png) right no-repeat;
}

#tc_menu ul li a:hover, #tc_menu ul li .current {
	color: #fff;
	font-size:16px;
}

/* end of menu */

/* slider */

#tc_banner {
	clear: both;
	position: relative;
	width: 970px;
	height: 201px;
	padding: 50px 20px;
	background: url(images/tc_slider.png) no-repeat;
}

#tc_banner .nav_bg {
	position: absolute;
	bottom: 20px;
	right: 6px;
	width: 94px;
	height: 47px;
	background: url(images/tc_slider_nav_bg.png) no-repeat;
}

#tc_banner2 {
	color:#CEF;
	clear: both;
	position: relative;
	width: 970px;
	height: 20px;
	padding: 0px 20px;
	background: url(images/tc_slider.png) no-repeat;
}
#tc_banner2 a {
	color:#CEF;
	padding: 0px 20px 0 0px;
	background: url(images/tc_navi.gif) no-repeat right;
}
/* end of slider */

/* main */

#tc_main {
	position: relative;
	width: 900px;
	padding: 10px 55px;
	background: url(images/tc_content.png) repeat-y;
}

#tc_main .main_top {
	position: absolute;
	top: 1px;
	left: 20px;
	width: 970px;
	height: 16px;
	z-index:-1;
	background: url(images/tc_content_top.png) no-repeat;
}

#tc_main_bottom {
	width: 1010px;
	height: 40px;
	background: url(images/tc_content_bottom.png) no-repeat;
}

#tc_content {
	float: left;
	width: 530px;
}
#tc_content2 {
	float: left;
	width: 900px;
}

#tc_sidebar {
	float: right;
	width: 336px;
}

.col_w420 {
	width: 430px;
}

.col_w250 {
	width: 250px;
}

.welcome_text {
	font-size: 36px;
	line-height:38px;
	color: #7a8d31;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	text-shadow: 1px 1px 1px #c1da62;
}

#tc_content .news_box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
}

#tc_content .news_box h2 {
	margin-bottom: 5px;
}

#tc_content .news_box p {
	text-align: justify;
}

#tc_content .news_box .news_info {
	margin-bottom: 20px;
}
/* end of main */
#contact_form {
	float: left;
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	width: 350px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	background: #fff;
	border: 1px solid #dfdfdf;
	color:#666;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;	
}

#contact_form form textarea {
	width: 450px;
	height: 200px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	color:#666;
	background: #fff;
	border: 1px solid #dfdfdf;
}

#contact_form form .submit_btn {
	margin: 10px 0px; 
	padding: 5px 14px; 
	border: 1px solid #dfdfdf; 
	background: #fff;
	color:#666;
}

/* footer */

#tc_footer {
	width: 910px;
	padding: 0 30px 10px;
	text-align: center;
	color: #666;
}
#tc_platemo_footer a {
	color: #666;
}
/* end of footer */
.lista {
	font-size:14px; 
	line-height:24px; 
	border-left:1px solid #C60;
	padding-left:3px;
}
.blanko {
	height:24px;
}

.blanko span {
	background-color:#c67d21;
	font-size:16px;
	margin:1px;
	padding:1px;
	color:#FFF;
	width:20px; height:20px; text-align:center;
	display:block; float:left; font-weight:bold;
	text-shadow: 1px 1px 2px #ccc;
	border:1px solid;
	border-color:#CCC #333 #333 #CCC;
	text-transform:uppercase;
}