body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddcdc;
	background: #262324 url(images/tc_main_bg.jpg) top repeat-x;
}

a:link, a:visited {
	color: #F6F6FC;
	text-decoration: none;
	font-weight: bold;
}
a.readmore:link, a.readmore:visited {
	color: #B7BD1B;
	text-decoration: none;
	font-weight: bold;
} 
a.readmore:active, a.readmore:hover {
	color: #fff;
	text-decoration: none;
}
a:active, a:hover {
	color: #ccc;
	text-decoration: none;
}

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	color: #b5bb1a;	
	margin: 0 0 15px 0;
}
h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h3{
	padding: 0px;
	font-weight: bold;
	color: #BAC018;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}

#tc_container{
	width: 960px;
	margin: 0 auto;
}

/* header */
#tc_header {
	width: 900px;
	height: 110px;
	padding: 10px 30px 0 30px;
	background: url(images/tc_header_bg.jpg);
}

#tc_header #site_title {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
/* end of header */

/* menu */
#tc_menu {
	clear: both;
	position: relative;
	width: 920px;
	margin: 0 20px;
	height: 45px;
	background: url(images/tc_menu_bg.jpg) right no-repeat;
}

#tc_menu span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 45px;
	background: url(images/tc_menu_bg_left.jpg) no-repeat;
}

#tc_menu ul{
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#tc_menu ul li{
	float:left;
	padding-right: 5px;
}

#tc_menu li a{
	float: left;
	display: block;
	color: #000;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0px 0 0 8px;
	cursor: pointer;
	cursor: hand;
}
#tc_menu  li a b{
	float: left;
	display: block;
	padding: 4px 24px 0 16px;
}
#tc_menu  li.current a, #tc_menu  li a:hover{
	color: #fff;
	text-decoration: none;
	background: url(images/tc_menu_hover_bg_left.jpg) left top no-repeat; 
}
#tc_menu  li.current a b, #tc_menu li a:hover b{
	color: #fff;
	padding-top: 0px;
	text-decoration: none;
	background: url(images/tc_menu_hover_bg.jpg) right top no-repeat;
}
/* sub menu */
#sub_menu{
	width: auto;
	height: 35px;
	background-image: url(images/tc_banner_submenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	color: #FFFFFF;
}
#sub_menu ul{
	padding: 0px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 55px;
}

#sub_menu ul li{
	float:left;
	padding-right: 25px;
}
#sub_menu li a{
	font-size: 14px;
	line-height: 25px;
}
#sub_menu li a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#sub_menu li a:hover, #sub_menu li a:active, #sub_menu li.current a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* end of menu */

/* banner */
#tc_banner {
	clear: both;
	width: 960px;
	height: 245px;
	background: #b7bd19 url(images/tc_banner_bg.jpg) top left no-repeat;
}
#tc_banner2 {
	clear: both;
	width: 960px;
	height: 135px;
	background: #b7bd19 url(images/tc_banner2_bg.jpg) top left no-repeat;
}

#tc_banner3 {
	clear: both;
	width: 960px;
	height: 245px;
	background: #b7bd19 url(images/tc_banner3_bg.jpg) top left no-repeat;
}

#tc_banner4 {
	clear: both;
	width: 960px;
	height: 9px;
	background-image: url(images/tc_banner4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#tc_banner5 {
	clear: both;
	width: 960px;
	height: 47px;
	background: #b7bd19 url(images/tc_banner6_bg.jpg) top left no-repeat;
}
#legal_banner {
	clear: both;
	width: 960px;
	height: 105px;
	background: #b7bd19 url(images/legal_banner.jpg) top left no-repeat;
}

#tc_banner6 {
	clear: both;
	width: 960px;
	height: 245px;
}

#tc_banner7 {
	clear: both;
	width: 960px;
	height: 245px;
	background: #b7bd19 url(images/tc_banner8_bg.jpg) top left no-repeat;
}

#tc_banner8 {
	clear: both;
	width: 960px;
	height: 175px;
	background: #b7bd19 url(images/tc_banner10_bg.jpg) top left no-repeat;
}
#tc_banner9 {
	clear: both;
	width: 960px;
	height: 60px;
	background: #b7bd19 url(images/tc_banner9_bg.jpg) top left no-repeat;
}

#tc_banner10 {
	clear: both;
	width: 960px;
	height: 245px;
	background: #b7bd19 url(images/tc_banner11_bg.jpg) top left no-repeat;
}

#tc_banner p,#tc_banner5 p,#tc_banner7 p{
	color: #333;
	font-size: 12px;
	width: 500px;
	padding: 95px 0px 0px 70px;
	text-align: left;
	line-height: 16px;
}

#tc_banner8 p{
	color: #333;
	font-size: 12px;
	width: 550px;
	padding: 55px 0px 0px 50px;
	text-align: left;
	line-height: 16px;
}
#tc_banner10 p{
	color: #333;
	font-size: 12px;
	width: 600px;
	padding: 120px 0px 0px 70px;
	text-align: left;
	line-height: 16px;
}
#tc_banner a, #tc_banner5 a, #tc_banner7 a{
	color: #000;
}
#tc_banner a:hover, #tc_banner5 a:hover, #tc_banner7 a:hover{
	color: #666666;
}

#tc_banner10 h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#tc_banner7 h1 {
	 margin: 0px;
	 padding: 0 0 0 50px;
	 font-size: 12px;
	 color:#000000
 }
#tc_banner7 h3 {
	 margin: 0px;
	 padding: 0 0 0 50px;
	 font-size: 14px;
	 font-weight: bold;
	 color:#000000
 }
/* end of banner */

/* content */
#tc_content {
	width: 880px;
	padding: 30px 40px 0px 40px;
	min-height: 500px;
	background: url(images/tc_content_bg.jpg) repeat-y;
}

#tc_content .tc_model_content img {
	border: 5px solid #2f2b2c;
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;

}

#tc_content .tc_model_content2 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#tc_content .tc_model_content ul {
	margin: 0px;
	list-style:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#tc_content .tc_model_content li {
	background: url(images/tc_list_icon.jpg) left top no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
}
#tc_content #tc_content_right_model  ul {
	margin: 0px;
	list-style:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#tc_content #tc_content_right_model  li {
	background: url(images/tc_list_icon.jpg) left top no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
}
#tc_content #tc_content_left_model {
	float: left;
	width: 170px;
	background-color: #2F2B2C;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#tc_content #tc_content_left_model ul{
	margin: 0px;
	list-style:none;
	float: left;
	padding: 0px;
}
#tc_content #tc_content_left_model li a:link, a:visited{
	margin: 0px;
	padding: 0px;
}
#tc_content #tc_content_left_model li a:hover, a:active{
	margin: 0px;
	color: #BAC018;
	padding: 0px;
}
#tc_content #tc_content_right_model  {
	float: right;
	width: 660px;
}
#tc_content #tc_content_right_model  img{
	border: 5px solid #2f2b2c;
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#tc_content #tc_content_left {
	float: left;
	width: 560px;
}

#tc_content #tc_content_right {
	float: right;	
	width: 280px;
}
#tc_content #tc_content_left1 {
	float: left;
	width: 400px;
}
#tc_content #tc_content_left2 {
	float: left;
	width: 470px;
}
#tc_content #tc_content_right1 {
	float: right;	
	width: 440px;
}
#tc_content #tc_content_right2 {
	float: right;	
	width: 370px;
}

/* left column */


#tc_content_left p{
	text-align: justify;
	padding-bottom: 10px;
	font-weight: normal;
	padding: 0 0 0 10px;
}

#tc_content_left ul {
	margin: 0px;
	list-style:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#tc_content_left li {
	background: url(images/tc_list_icon.jpg) left top no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0px;
}


#tc_content_left .content_left_section_01 {
	clear: both;
}

.content_left_section_01 h1 {
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 5px 0 15px 0;
}

.content_left_section_01 h2 {
	margin: 0px;
	padding: 0 0 5px 0;
	font-size: 14px;
	margin: 0 0 15px 0;
	font-weight: bold;
 }
 
.content_left_section_01 h3 {
	font-size: 14px;
	font-weight: bold;
	color:#B4B917;
	clip: rect(0px,auto,auto,auto);
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content_left_section_01 img {
	/*margin: 0 15px 5px 0;
	border: 5px solid #2f2b2c; */
}

#tc_content_left #why_choose_us {
	float: left;
	margin-right: 40px;
	width: 260px;
}

#why_choose_us h1 {
	font-size: 18px;
	height: 20px;
	padding: 19px 0 0 40px;
	background: url(images/tc_graph.jpg) left bottom no-repeat;
}

#tc_content_left #services {
	float: left;
	width: 260px;
}

#services li a {
	font-size: 11px;
	font-weight: normal;
	color: #dddcdc;
}

#services h1 {
	font-size: 18px;
	height: 20px;
	padding: 19px 0 0 40px;
	background: url(images/tc_services_icon.jpg) left bottom no-repeat;
}

/* end of left column */

/* right column */
#tc_content_right .right_column_section{ 
	clear: both;
	margin-bottom: 30px;
}

.right_column_section img {
	border: 5px solid #2f2b2c;
	margin-bottom: 10px;
}

 
.right_column_section #company_news_header {	
	font-size: 14px;
	height: 20px;
	color: #b5bb1a;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/latestnews.jpg) no-repeat;
	
}

.right_column_section #empty_header {
	font-size: 18px;
	height: 20px;
	color: #b5bb1a;
	padding: 19px 0 0 0px;
	margin: 0 0 15px 0;
	font-weight: bold;
}
 
.right_column_section h1 {
	color: #20d1ee;
	font-size: 12px;
	padding: 0 0 5px 10px;
	margin: 0px;
	font-weight: normal;
 }
 
.right_column_section h2 {
	 margin: 0px;
	 padding: 0px;
	 font-size: 12px;
	 font-weight: bold;
 }
 
.right_column_section h3 {
	 margin: 0px;
	 padding: 0px;
	 font-size: 18px;
	 font-weight: bold;
	 color:#FFFFFF;
 }
 
.right_column_section h4 {
	 margin: 0px;
	 padding: 0px;
	 font-size: 12px;
	 font-weight: bold;
	 color:#FFFFFF;
 }

/* right column2 */
#tc_content_right .right_column_section2{ 
	clear: both;
	margin-bottom: 30px;
}

.right_column_section2 img {
	margin-bottom: 10px;
}

 
.right_column_section2 #company_news_header {
	font-size: 18px;
	height: 20px;
	color: #b5bb1a;
	padding: 19px 0 0 40px;
	margin: 0 0 15px 0;
	font-weight: bold;
	background: url(images/tc_news_icon.jpg) left bottom no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	
}

.right_column_section2 #empty_header {
	font-size: 18px;
	height: 20px;
	color: #b5bb1a;
	padding: 19px 0 0 0px;
	margin: 0 0 15px 0;
	font-weight: bold;
}
 
.right_column_section2 h1 {
	color: #20d1ee;	 
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0px;
	font-weight: normal;
 }
 
.right_column_section2 h2 {
	 margin: 0px;
	 padding: 0px;
	 font-size: 12px;
	 font-weight: bold;
 }
 
.right_column_section2 h3 {
	 margin: 0px;
	 padding: 0px;
	 font-size: 18px;
	 font-weight: bold;
	 color:#FFFFFF;
 }
 
.right_column_section2 h4 {
	 margin: 0px;
	 padding: 0px;
	 font-size: 12px;
	 font-weight: bold;
	 color:#FFFFFF;
 }

/* end of right column */
/* end of content */

/* footer */
#tc_footer {
	clear: both;
	color: #999;
	width: 960px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: url(images/tc_footer_bg.jpg) top center no-repeat;
}

#tc_footer a{
	color: #fff;
	font-weight: normal;
}
#tc_footer a:hover{
	color: #CCCCCC;
}
/* end of footer */
#more a{
}

#colorwhite{
color: #FFFFFF;
}
#colorblack{
color: #000000;
}

