body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bcbcbc;
	background: #666666 url(images/t_main_background.gif) repeat;
}

a:link, a:visited { color: #f6d848; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #ccc; text-decoration: none;}

h1 {
	margin: 0 0 25px 0;
	padding: 10px 0;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0 0 25px 0;
	padding: 5px 0;
	font-size: 25px;
	font-weight: bold;
	color: #f6d848;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #bcbcbc;	
}

#t_container {
	margin: auto;
	width: 1000px;
	padding: 0 25px;
	background: #202022;
	
}



#l_panel {
	float: left;
    margin-right: 15px;
}

#l img{
	border: none;
}

#t_top_paneltwo {
	width: 1000px;
	height: 50px;
	padding: 25px 0;
}

#t_title_section {
	float: left;
	width: 500px;
	padding: 12px 0;
	font-size: 30px;
	font-weight: bold;
	color: #f6d848;
}


#t_menu_banner_panel {
	width: 990px;
	height: 249px;
	background: #46464a;
	border: 5px solid #5d5d5e;
}

#t_menu_banner_panel p{
	color: #333333;
	font-style:italic;
}

#t_menu_panel {
	float: left;
	height: 249px;	
	width: 339px;
}

#t_banner_01_panel {
	float: left;
	width: 275px;
	height: 220px;
	padding: 29px 25px 0px 25px;
	margin-right: 1px;
	background: #b7d346 url(images/t_banner_01.jpg) no-repeat;
    font-weight: bold;
}

#t_banner_02_panel {
	float: left;	
	width: 275px;
	height: 220px;
	padding: 29px 25px 0px 25px;	
	background: #4685d3 url(images/t_banner_02.jpg) no-repeat;
    font-weight: bold;
}

#t_menu {
	float: left;
	width: 219px;
	padding: 0px;
	margin: 3px 0px 0 30px;
}


* html #t_menu {
	margin: 20px 0px 0px 15px;
}

#t_menu ul{
	margin: 0px;
	padding: 0px;	
}

#t_menu li {
	padding: 6px 0 5px 25px;
	font-size: 13px;
	font-weight: bolder;
	list-style: none;
	background: url(images/t_list_icon.gif) left center no-repeat;
	border-bottom: 1px dotted #666;
}

#t_menu li a{
	color: #f6d848;
	text-decoration: none;
}

#t_menu li a:hover {
	color: white;
	text-decoration: none;
}


#t_content {
	float: left;
	width: 1000px;
	padding:0;
}

#t_leftcolumn {
	float: left;
	width: 260px;
	margin: 25px 50px 0 0;
}

#t_rightcolumn {
	float: left;
	width: 690px;
	padding: 0px;
	margin: 25px 0 0 0;
}


* html #t_rightcolumn {
	margin-right: -25px;	
}

.t_leftcolumn_section {
	display: block;
	width: 280px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom:1px solid #999;
}

.t_leftcolumn_section  form{
	padding: 0px;
	margin: 0 0 10px 0;
}

.news_box {
	float: left;
	display: block;
	width: 280px;
	margin-bottom: 15px;
}

.date_panel {
	float: left;
	width: 128px;
	padding: 45px 0 0 0;
	margin-right: 10px;
	height: 91px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background:url(images/cart.png) no-repeat top right;
}
.date_panel2 {
	float: left;
	width: 40px;
	padding: 45px 0 0 0;
	margin-right: 10px;
	height: 91px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background:url(images/t_date_background2.gif) no-repeat top right;
}

.date_panel span{
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
    
}

.news_content {
	float: left;
	width: 220px;
}


.t_rightcolumn_fullrow {
	clear: both;
	display: block;
    
    }
.t_rightcolumn_fullrow img {
	float: left;
	border: 3px solid #5D5D5E;
	margin-right: 25px;
    margin-bottom: 25px;
}

.t_rightcolumn_fullrow p{
	text-align: justify;
}

#t_footer {
	clear: both;
	width: 1050px;
	height: 30px;
	padding: 10px 0px 0px 0;
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	background: #131314;
	text-align: center;
}

#t_footer a{
	font-weight: normal;
}


