/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	display: block;
	width: 100%;
}
* html .clearfix {
	height: 1%;
}
/* CSS Document */
body
{
	font-size:11px;
	font-family:Verdana;

	margin:0px;
	padding:0px;
	
	background:url(images/bg.gif);
}
a
{
	color:#7a1b19;
	text-decoration:none;
}
a:hover
{
	color:#333333;
	text-decoration:underline;
}
.tgp_container
{
	width:980px;
	border-left:solid 2px #fff;
	border-right:solid 2px #fff;
}
.tgp_banner
{
	height:146px;
	width:980px;
	background:url(images/banner.jpg) no-repeat;
	position:relative;
}
.tgp_banner .tgp_language
{
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:10px;
	left:380px;
}
.tgp_banner .tgp_language a, .tgp_banner .tgp_language a:hover
{
	text-decoration:none;
	color:#fff;
}
.tgp_banner ul.tgp_menu
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:0px;
	left:30px;
}
.tgp_banner ul.tgp_menu li
{
	float:left;
	height:30px;
	margin-right:3px;
}
.tgp_banner ul.tgp_menu li a
{
	display:inline-block;
	line-height:30px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	
	background:url(images/menu_l.jpg) left top no-repeat;
	padding-left:10px;
	
	font-family:Tahoma;
	font-size:11px;
	
	text-transform:uppercase;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.tgp_banner ul.tgp_menu li a span
{
	line-height:30px;
	display:inline-block;
	padding-right:10px;
	background:url(images/menu_r.jpg) right top no-repeat;
}
.tgp_banner ul.tgp_menu li a:hover, .tgp_banner ul.tgp_menu li a.active
{
	background:url(images/menu_hover_l.jpg) left top no-repeat;
	padding-left:10px;
		
	font-family:Tahoma;
	font-size:11px;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.tgp_banner ul.tgp_menu li a:hover span, .tgp_banner ul.tgp_menu li a.active span
{
	padding-right:10px;
	background:url(images/menu_hover_r.jpg) right top no-repeat;
}
.tgp_slide
{
	height:263px;
	width:857px;
	background:url(images/slide_bg.jpg) no-repeat;
	padding-left:65px;
	padding-right:58px;
	padding-top:25px;
	padding-bottom:25px;
	text-align:left;
}
.tgp_slide #photos
{
	width:857px;
	height:263px;
	overflow:hidden;
}
.tgp_content
{
	padding-left:60px;
	padding-right:55px;
	width:865px;
	background:url(images/body_bg.jpg) bottom repeat-x #c38200;
}
.tgp_body
{
	width:865px;
	background:#fff;
}
.tgp_body .tgp_left
{
	width:242px;
	float:left;
	padding-left:17px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.tgp_body .tgp_right
{
	width:560px;
	float:right;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	border-left:solid 1px #f6f6f6;
	background:url(images/bg3.jpg) right 75px no-repeat;
}
.tgp_copyright
{
	height:82px;
	background:url(images/copyright_bg.jpg) no-repeat;
	position:relative;
}
.tgp_copyright .div_1
{
	position:absolute;
	left:60px;
	top:20px;
	color:#f7e29a;
	text-align:left;
}
.tgp_copyright .div_2
{
	position:absolute;
	right:60px;
	top:30px;
	color:#fff;
	text-align:center;
}
.tgp_copyright .div_2 a
{
	text-decoration:none;
	color:#fff;
}

/* input */
.inputbox, input.calendarDateInput, select.calendarDateInput
{
	background:url(images/form_bg.jpg) top left no-repeat;
	border:none;
	padding:3px;
	color:#FF0000;
	font-family:Verdana;
	font-size:11px;
	border:solid 1px #535353;
}
.buttonclass, .button
{
	height:22px;
	line-height:22px;
	padding:0;
	margin:0;
	background:url(images/button_bg.jpg) bottom repeat-x;
	border:0;
	font-family:Verdana;
	font-size:10px;
	color:#535353;
	font-weight:bold;
	border:solid 1px #535353;
}