@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

#container_main {
	width: 844px;
	margin: 0 auto;
}

#header {
	width: 844px;
}

#title {
	float: left;
	padding-top: 40px;
	width: 375px;
}

#notices {
	width: 469px;
	padding-top: 10px;
	float: right;
}

#notice_small {
	width: 151px;
	height: 30px;
	float: right;
	background-image: url(images/button_small.png);
	background-repeat: no-repeat;
	color: #f20000;
	font-weight: bold;
}

#notice_wide {
	width: 239px;
	height: 30px;
	float: right;
	background-image: url(images/button_wide.png);
	background-repeat: no-repeat;
	color: #f20000;
	font-weight: bold;
	margin-right: 20px;
}

#notice_wide_content {
	text-align: center;
	padding-top: 9px;
}

#notice_small_content {
	padding-left: 14px;
	padding-top: 9px;
}

#notice_big {
	width: 408px;
	height: 30px;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	color: #333;
	text-align: left;
}

#notice_big_title {
	text-align: left;
	border-bottom: 1px solid #f20000;
	font-weight: bold;
        font-size: 12px;
}

#notice_big_content {
	text-align: left;
        color: #f20000; 
        font-size: 11px;    
}

#info_block {
	padding-top: 40px;
	font-size: 11px;
}

#nav {
	width: 844px;
	height: 45px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	overflow: visible;
}

#nav_content {
	width: 824px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	overflow: visible;
}

#nav_content li {
	display: inline;
	text-align: left;
	padding-right: 40px;
	position: relative;
	height: 20px;
	overflow: visible;
}

#nav_content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	overflow: visible;
}

#content {
	float: left;
	width: 844px;
}

#content_showroom {
	width: 600px;
	margin: 0 auto;
	padding-top: 15px;
}

#content_main {
	width: 844px;
	margin: 0 auto;
	padding-top: 15px;
}

#content_main a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
//	color: #f20000;
}

#contect_news_left {
	width: 480px;
	float: left;
}

#content_news_right {
	width: 330px;
	float: right;
}

#archive_title {
	color: #f20000;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 2px solid #f20000;
}

#archive_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f20000;
}

#archive_content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f20000;
	text-decoration: none;
}

#footer {
	float: left;
	width: 844px;
	border-top: 4px solid #222;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
	text-align: right;
}

#footer_content_right {
	float: right;
}

#footer_content_left {
	float: left;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f20000;
}

a.bodylink:link{COLOR: #f20000; TEXT-DECORATION: underline; text-transform: none; font-size: 11px;}
a.bodylink:visited{COLOR: #f20000; TEXT-DECORATION: underline; text-transform: none; font-size: 11px;}
a.bodylink:hover {COLOR: #f20000; TEXT-DECORATION: none; font-size: 11px;}
