BODY {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
A {
	color: #9b2121;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
#layout {
	width: 100%;
	height: 100%;
	border: none;
	table-layout: fixed;
}
.layout_head {
	height: 153px;
	background: #858585 url('/Images/header_gray_bg.jpg') repeat-x;
}
.layout_underhead {
	height: 60px;
	background: url('/Images/header_darkgray_bg.jpg') repeat-x;
}
.layout_body_left {
	width: 200px;
	max-width: 200px;
	vertical-align: top;
	font-size: 13px;
}
.layout_body_right {
	width: 200px;
	vertical-align: top;
	padding-left: 10px;
	font-size: 13px;
	text-align: right;
}
HTML>BODY .layout_body_right {
	padding-left: 0;
}
.layout_body_center {
	vertical-align: top;
	font-size: 13px;
	padding: 40px 5% 10px 5%;
	width: auto;
}
.layout_footer {
	height: 62px;
	background: white url('/Images/footer_bg.jpg') top repeat-x;
	padding-bottom: 0;
	padding-top: 0;
}
.hotlog {
	display: block;
	width: 88px;
	height: 53px;
	margin-top: -53px;
	padding-top: 3px;
	width: 200px;
	text-align: left;
}
HTML>BODY .hotlog {
	padding-top: 0;
}
.layout_bottom_navi {
	height: 21px;
}
.bottom_navi {
	width: 100%;
	height: 21px;
	background: #f4f4f4;
}
.bottom_navi .bn_left {
	width: 12px;
	background: url('/Images/bnavi_left.gif') no-repeat;
}
.bottom_navi .bn_right {
	width: 12px;
	background: url('/Images/bnavi_right.gif') no-repeat;
}
.bottom_navi .bn_middle {
	width: auto;
	background: #f4f4f4 url('/Images/bnavi_middle.gif') repeat-x;
	text-align: center;
}
.bottom_navi .bn_middle A {
	text-decoration: none;
	color: #6e6e6e;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
.bottom_navi .bn_middle A:hover {
	color: black;
}
#tophead_layout {
	width: 100%;
	height: 153px;
	border: none;
}
.header_left {
	width: 233px;
	height: 153px;
	background: url('/Images/header_logo_top.jpg') no-repeat;
}
.header_right {
	width: 233px;
	height: 153px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	text-align: right;
}
.header_center {
	height: 153px;
	background: url('/Images/header_slogan.gif') center no-repeat;
}
.header_center SPAN {
	display: none;
}
#services {
	position: absolute;
	top: 10px;
	left: 130px;
	width: 200px;
	height: 30px;
}
#bottomhead_layout {
	width: 100%;
	height: 60px;
	border: none;
}
.logo_middle {
	width: 173px;
	height: 60px;
	background: url('/Images/header_logo_middle.jpg') no-repeat;
}
.naviplace_tail {
	width: 64px;
}
.footer_text {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #dbdada;
}
.footer_text A {
	color: white;
	text-decoration: none;
}
.footer_text A:hover {
	text-decoration: underline;
}
#navi {
	width: 100%;
	height: 60px;
	border: none;
}
#navi TD {
	width: 20%;
	background: url('/Images/button_bg.gif') right repeat-x;
}
#navi TD.button_left {
	width: 5px;
	height: 60px;
	background: url('/Images/button_left.gif') left no-repeat;
}
#navi TD.button_right {
	width: 61px;
	height: 60px;
}
#navi TD.button_text {
	width: auto;
	background: transparent;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	vertical-align: top;
}
TABLE.navi_button {
	width: 100%;
	height: 60px;
	border: none;
	cursor: pointer;
}
TABLE.navi_button_h {
	width: 100%;
	height: 60px;
	border: none;
}
#navi TABLE.navi_button_h TD {
	background: url('/Images/button_bg_h.gif') right repeat-x;
}
#navi TABLE.navi_button_h TD.button_left {
	background: url('/Images/button_left_h.gif') left no-repeat;
}
H1 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	color: #9b2121;
	background: #f4f4f4;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 10%;
	border-bottom: 1px solid #c3c3c3;
	margin-right: -10%;
	margin-bottom: 0;
}
H1.main {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	color: #9b2121;
	background: white;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 10%;
	border-bottom: none;
	margin-right: -10%;
	margin-bottom: 20px;
}
.under_h1 {
	margin-bottom: 20px;
	background: white url('/Images/under_h1.gif') left top no-repeat;
	height: 6px;
	line-height: 1px;
	font-size: 1px;
}

P {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}
I {
	font-family: georgia, arial, sans-serif;
}
UL {
	margin-top: 10px;
	margin-bottom: 10px;
}
LI {
	font-size: 13px;
}
h1 SPAN {
	margin-right: -2000px;
}

TABLE.inline {
	border-collapse: collapse;
}
TABLE.inline TD {
	padding: 5px 10px;
	background: #f4f4f4;
	border: 1px solid #c3c3c3;
	font-family: arial;
	font-size: 13px;
	color: black;
}
TABLE.inline TD.header {
	background: #c3c3c3;
	color: white;
	text-align: center;
	font-weight: bold;
}

.layout_body_center H2 {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 16px;
	text-align: left;
	color: black;
}

.layout_body_center H3 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 16px;
	text-align: left;
	color: black;
}

#preload {
	width: 1px;
	height: 1px;
	position: absolute;
	left: -1px;
	top: -1px;
}
TABLE.lpanel {
	width: 195px;
	height: auto;
	background: #f4f4f4 url('/Images/lpanel_bg_middle.gif') right repeat-y;
	margin-bottom: 20px;
}
TABLE.rpanel {
	width: 195px;
	margin-left: 5px;
	height: auto;
	background: #f4f4f4 url('/Images/rpanel_bg_middle.gif') left repeat-y;
	margin-bottom: 20px;
}
TABLE.lnavi {
	width: 200px;
	height: auto;
	background: #b2b2b2 url('/Images/lnavi_middle.gif') right repeat-y;
	margin-bottom: 20px;
}
TABLE.lpanel TR.lpheader {
	height: 45px;
	background: #c3c3c3 url('/Images/lpanel_bg_top.gif') top right no-repeat;
	color: white;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	padding-left: 10px;
}
TABLE.lnavi TR.lnheader {
	height: 52px;
	background: #9b2121 url('/Images/lnavi_top.gif') top right no-repeat;
	color: white;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	padding-left: 10px;
}
TABLE.rpanel TR.rpheader {
	height: 45px;
	background: #c3c3c3 url('/Images/rpanel_bg_top.gif') top left no-repeat;
	color: white;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-left: 20px;
}
TABLE.lpanel TR.content {
	height: 45px;
	background: url('/Images/lpanel_bg_bottom.gif') bottom right no-repeat;
	font-family: arial, sans-serif;
	font-size: 12px;
}
TABLE.lpanel TR.content P {
	font-size: 11px;
	font-family: verdana;
}
TABLE.lpanel TR.content H2 {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #9b2121;
	font-family: tahoma, sans-serif;
	font-size: 15px;
	text-align: left;
}
TABLE.lpanel TR.content IMG.border, .layout_body_center IMG.border{
	border: 1px solid black;
}
TABLE.lnavi TR.content {
	height: 45px;
	background: url('/Images/lnavi_bottom.gif') bottom right no-repeat;
	font-family: arial, sans-serif;
	font-size: 12px;
}
TABLE.rpanel TR.content {
	height: 45px;
	background: url('/Images/rpanel_bg_bottom.gif') bottom left no-repeat;
	font-family: arial, sans-serif;
	font-size: 12px;
}
TABLE.lpanel TR.content TD {
	padding: 15px 15px 20px 15px;
}
TABLE.lnavi TR.content TD {
	padding: 15px 15px 30px 10px;
}
TABLE.rpanel TR.content TD {
	padding: 15px 15px 20px 15px;
}
TABLE.calendar {
	background: #f8f8f8;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	width: 100%;
	margin-bottom: 20px;
}
TABLE.lpanel TR.content TD TABLE.calendar TD {
	padding: 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 25%;
}
TABLE.lpanel TR.content TD TABLE.calendar TD.header {
	padding: 0;
	text-align: left;
	width: auto;
	border-top: 5px solid #c3c3c3;
}
TABLE.calendar TD A {
	color: #c3c3c3;
	text-decoration: none;
}
TABLE.calendar TD A IMG{
	border: none;
}
TABLE.calendar TD A.active {
	color: black;
}
TABLE.calendar TD A.current {
	border-bottom: 4px solid #9b2121;
	color: black;
}
TABLE.calendar TD A.active:hover {
	border-bottom: 4px solid black;
	text-decoration: none;
}
TABLE.newsblock {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}
TABLE.newsblock TD.newsdate {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 2px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #9b2121;
	vertical-align: bottom;
	border-bottom: 1px solid #c3c3c3;
}
TABLE.newsblock TD.newstitle {
	padding-left: 10px;
	border-bottom: 1px solid #c3c3c3;
}
TABLE.newsblock TD.newstext {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	background: #f9f9f9;
	border-bottom: 1px solid #c3c3c3;
}
TABLE.newstitletbl {
	height: 30px;
	border: none;
}
TABLE.newstitletbl TD.left {
	width: 10px;
}
TABLE.newstitletbl TD.right {
	width: 10px;
}
TABLE.newstitletbl TD.middle {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
	vertical-align: bottom;
	padding: 4px 10px;
}
.price_header {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin-top: 0;
	margin-bottom: 5px;
}

H3 {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin-top: 0;
	margin-bottom: 10px;
}
DIV.news_short {
	margin-bottom: 10px;
	border-bottom: 1px solid #c3c3c3;
}
DIV.news_short H2 {
	font-family: tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	color: #9b2121;
}
DIV.news_short P {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 14px;
}
DIV.news_short P.news_short_detail {
	text-align: right;
}
.lnavi_button A IMG {
	border: none;
}
	.brands_tbl {
	width: 100%;
	border: 0;
	background: #f9f9f9;
	margin-bottom: 20px;
}
.brands_tbl .b_logo {
	padding: 10px;
	width: 140px;
	border-bottom: 1px dashed #c3c3c3;
	border-top: 1px solid #c3c3c3;
}
.brands_tbl .brand_logo {
	width: 120px;
	height: 120px;
	padding: 10px;
	text-align: center;
	vertical-align: center;
	border: 1px solid #c3c3c3;
	background-color: white;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.brands_tbl .b_description {
	padding: 10px;
	width: auto;
	border-bottom: 1px dashed #c3c3c3;
	border-top: 1px solid #c3c3c3;
}
.brands_tbl .b_link {
	padding: 10px;
	border-bottom: 1px solid #c3c3c3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.brands_tbl .b_name {
	padding-left: 10px;
	padding-bottom: 5px;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background: white;
	color: black;
}
#logoplace {
	width: 154px;
	height: 135px;
	margin-left: 15px;
	margin-top: 15px;
}
.service_button {
	width: 29px;
	height: 29px;
	line-height: 1px;
	font-size: 1px;
	float: right;
}
A#i_home DIV {
	background: url('/Images/i_home.gif');
}
A#i_home_inactive DIV {
	background: url('/Images/i_home_off.gif');
}
A#i_home:hover DIV {
	background: url('/Images/i_home_h.gif');
}
A#i_mail DIV {
	background: url('/Images/i_mail.gif');
	margin-right: 3px;
	margin-left: 3px;
}
A#i_mail:hover DIV {
	background: url('/Images/i_mail_h.gif');
}
A#i_print DIV {
	background: url('/Images/i_print.gif');
}
A#i_print:hover DIV {
	background: url('/Images/i_print_h.gif');
}
TABLE.lpanel TR.content DIV.subnavi P {
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin-left: 20px;
}
DIV.subnavi .current {
	font-weight: bold;
}
.action {
	background: #f6f6f6;
	padding: 10px;
	border-bottom: 1px dashed #c3c3c3;
	border-top: 1px dashed #c3c3c3;
}

TABLE.login_form {
	width: 187px;
	height: 122px;
	position: relative;
	left: 40px;
	//left: 0;
	//top: 15px;
	margin-top: 15px;
	margin-right: 10px;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: white;
	table-layout: fixed;
}
TABLE.login_form .buttons {
	height: 25px;
}
TABLE.login_form .entrance {
	width: 67px;
	background: url('/Images/login_entrance_bg.gif') no-repeat;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	text-align: center;
}
TABLE.login_form .register {
	width: auto;
	background: url('/Images/login_register_bg.gif') left bottom no-repeat;
	font-weight: normal;
	text-align: center;
	padding-right: 26px;
}
TABLE.login_form .register A {
	color: white;
	text-decoration: none;
}
TABLE.login_form .register A:hover {
	text-decoration: underline;
}
TABLE.login_form .formbody {
	background: url('/Images/login_formbody_bg.gif') no-repeat;
}
TABLE.login_form .formbody .subheader {
	font-size: 11px;
	font-weight: bold;
	color: #6e6e6e;
	margin: 6px 10px 0 10px;
}
TABLE.login_form .formbody .subheader SPAN {
	font-size: 10px;
	font-weight: normal;
	color: #b1b1b1;
}
TABLE.login_form .formbody .subheader SPAN A {
	color: #b1b1b1;
	text-decoration: none;
}
TABLE.login_form .formbody .subheader SPAN A:hover {
	text-decoration: underline;
}
TABLE.login_form .formbody .inputlogin, TABLE.login_form .formbody .inputpassword {
	margin: 2px 10px 0 10px;
	//margin-top: 1px;
}
TABLE.login_form .formbody .field {
	height: 19px;
	width: 165px;
	border: 1px solid #aaa;
}
TABLE.login_form .formbody .inputpassword .field {
	width: 140px;
	//width: 133px;
}
TABLE.login_form .formbody .inputpassword .submit {
	float: right;
}
.loginner_title {
	position: absolute;
	right: 72px;
	top: 6px;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.loginner_title A {
	color: white;
	text-decoration: underline;
}
