/**
 * Style sheet 1-structure
 */
html, body
{
	height:100%;
}

#tab_site
{
	width:100%;
	height:100%;
}

#tab_left
{
	background-color:#444140;
}

#tab_right
{
	background-color:#000000;
}

#tab_center
{
	width:768px;
	height:100%;
	background-image:url("tl_files/structure/container_bg.gif");
}

img
{
	display:block;
	border:0px;
}

#header
{
	background-color:#7d0a29;
}

#header .dealer
{
	float:right;
}

*html #header .logo
{
	float:left;
}

#main
{
	background-color:#fff;
	background-image:url("tl_files/structure/content_bg.png");
	background-position:right top;
	background-repeat:no-repeat;
}

#main .inside
{
	padding:30px 40px 0px 40px;
}

.main_rightbox, .main_leftbox
{
	width:216px;
	border:1px solid #c8c7c7;
}

.main_rightbox
{
	float:right;
}

.main_centerbox
{
	width:442px;
	float:none;
	clear:both;
	padding:5px;
	border:1px solid #c8c7c7;
}

.main_rightbox .ce_text, .main_leftbox .ce_text
{
	padding:5px;
}

#right
{
	margin:0px;
	padding:0px;
	background-color:#444140;
	background-image:url("tl_files/structure/search_bg.gif");
	background-position:right top;
	background-repeat:no-repeat;
	color:#fff;
}

#right .inside
{
	margin:0px;
	padding:0px 15px;
}

#right .mod_search
{
	height:74px;
	padding:8px 0px 0px 0px;
	font-weight:bold;
}

.mod_search .keywords
{
	width:160px;
	margin:0px 5px 0px 0px;
}

#footer
{
	width:768px;
	height:129px;
	margin-top:20px;
	margin-bottom:30px;
	background-image:url("tl_files/structure/footer_bg.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

#footer .inside
{
	padding:32px 17px 0px 135px;
}

#footer .mod_customnav
{
	width:360px;
}

#footer .footer_info_right
{
	float:right;
	text-align:right;
	color:#fff;
}
