@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #f4f4f4;
	background-image: url(../assets/bg_03.gif);
	background-repeat: repeat-x;
}
a, a:link, a:active, a:visited, a:hover{ color: #cc0000; text-decoration: underline; }
a:hover{ color: #333; }
h1 {
	font-size: 18px;
	color:#c00;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	color:#CCC;
	font-family: Arial, sans-serif;
	letter-spacing: -0.07em;
	line-height:1em;
	background-image: url(../assets/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	height: 28px;
	padding-top: 2px;
}
#container {
	width: 930px;
	margin: 0 auto 0 auto;
	background-image: url(../assets/bg_03.gif);
	background-repeat: repeat-x;
	font: 400 .75em/1.3 Arial, sans-serif; 
}
#topcontainer {
	background-image: url(../assets/bg_main.gif);
	background-repeat: repeat-y;
	float: left;
	height: 471px;
	width: 930px;
}
#topround {
	background-image: url(../assets/bg_topr.gif);
	background-repeat: no-repeat;
	float: left;
	height: 47px;
	width: 930px;
}
#top {
	clear: both;
	float: left;
	height: 76px;
	width: 880px;
	background-image: url(../assets/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 25px;
	padding-left: 25px;
}
#logo {
	float: left;
	width: 200px;	
}
#language {
	float: right;
	width: 400px;
	margin-right: 15px;
	height: 20px;
	text-align: right;
	font-size: 13px;
	color: #999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#language a:link, #language a:active, #language a:visited, #language a:hover {
	color: #999;
	text-decoration: none;
}
#language a:hover {
	color: #c00;
	background-color: #efefef;
}
#topmenu {
	width: 300px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 57px 0 0 508px;
	height: 15px;
	position: absolute;
	color: #fff;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active, #topmenu a:hover {
	color: #fff;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FAA;
	text-decoration: none;
}
#banner {
	clear: both;
	float: left;
	height: 348px;
	width: 850px;
	padding: 0 40px 0 40px;
}
#menu {
	height: 156px;
	width: 265px;
	position: absolute;
	margin: 25px 0 0 20px;
	background-image: url(../assets/bg_menu.png);
	background-repeat: no-repeat;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	padding: 18px 8px 15px 15px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
}
#menu ul li {
	float: left;
	width: 210px;
	height: 22px;
}
*html #menu li {
	margin-left: 0px;
}
#menu li a:link, #menu li a:visited, #menu li a:active, #menu li a:hover {
	color: #ccc;
	text-decoration: none;
}
#menu li a:hover {
	color: #fff;
	text-decoration: none;
}
.item01 {
	font-size: 18px;
	font-weight: normal;
	width: 100px;
	height: 20px;
	margin-left: -36px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
}
.item02 {
	font-size: 12px;
	font-weight: normal;
	width: 160px;
	margin-bottom: 1px;
	margin-left: -60px;
}
*html .item02 {
	margin-left: 20px;
}
#listcont {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 15px 0;
}
#listcont ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
}
#listcont ul a:link, #listcont ul a:active, #listcont ul a:visited, #listcont ul a:hover {
 	color: #444;
}
#listcont ul a:hover {
	color: #c00;
}
#listcont ul li {
	float: left;
	margin: 5px;
	position: relative;
	height: 110px;
	width: 148px;
	background-color: #ebebeb;
	border: 5px solid #f4f4f4;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
#listcont ul li p {
	margin: 5px;
}
#lowercontainer {
	background-image: url(../assets/bg_down.gif);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
	float: left;
	width: 850px;
	padding: 20px 40px 63px 40px;
	font-size: 12px;
}
#lowercontainer h3{
	font-size: 27px;
	color:#222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: -0.05em;
	margin: 5px 0 0 15px;
}
#lowercontainer h4 {
	font-size: 22px;
	color:#d4d4d4;
	font-family: Arial, sans-serif;
	letter-spacing: -0.07em;
	line-height:1em;
	padding-left: 54px;
	height: 28px;
	padding-top: 2px;
	margin-top: -6px;
}
*html #lowercontainer h4 {
	margin-top: -5px;
}
.images {
	text-align: center;
	width: 100%;
	margin-top: 3px;
	padding-top: 3px;
}
.images a img {
	border: solid 3px #ebebeb;
}
.images a:hover img {
	border: solid 3px #fff;
}
#inleft {
	float: left;
	width: 560px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 15px;
	text-align: justify;
}
#inleft p strong {
	color: #c00;
	font-weight: 600;
}
#news {
	float: right;
	width: 214px;
	margin-right: 10px;
	margin-top: 15px;
	background-image: url(../assets/bg_news.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f5f4f0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#news ul { list-style: none; }
#news ul li {
	margin: 0 0 0 -36px;
	width: 190px;
}
#news ul li p {
	margin: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#news h1 {
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	margin-top: 5px;
	margin-bottom: 0px;
}
#news ul a:link, #news ul a:active, #news ul a:visited, #news ul a:hover {
 	color: #444;
}
#news ul a:hover {
	color: #c00;
}
#news p strong {
	color: #c00;
	font-weight: 600;
}
#mainbox {
	float: left;
	width: 820px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: justify;
}
#mainbox h1 {
	margin-bottom: -10px;
}
#mainbox ul {
	list-style-type: disc;
	list-style-position: outside;
}
#mainbox p strong {
	color: #222;
	font-weight: normal;
	font-size: 15px;
}
#imagebox {
	width: 820px;
	float: left;
	clear: both;
}
#imagebox ul {
	list-style: none;
}
#imagebox ul li {
	margin-left: 0;
	margin-right: 25px;
	float: left;
	margin-top: 16px;
	background-color: #efefef;
	padding: 4px;
	height: 152px;
}
#imagebox a img {
	border: solid 10px #f4f4f4;
}
#imagebox a:hover img {
	border-color: #fff;
}
#imagebox ul li img a {
	
}
#bottom {
	clear: both;
	float: left;
	height: 62px;
	width: 820px;
	background-image: url(../assets/bg_bottom.gif);
	background-repeat: no-repeat;
	padding-right: 55px;
	padding-left: 55px;
	margin-bottom: -10px;
}
#bottom a:link, #bottom a:active, #bottom a:visited, #bottom a:hover  {
	color: #333;
}
#bottom a:hover {
	color: #c00;
}
#menubottom {
	float: right;
	width: 500px;
	text-align: right;
}
#form {
	width: 190px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 15px;
	color: #999;
}
#form strong {
	color: #c00;
	font-weight: bold;
}
.row {
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666;
}
.button {
	padding: 3px;
	float: left;
	width: 60px;
	margin-left: 8px;
}
.buttonstyle {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
}
.textarea {
	color: #666;
	float: left;
	width: 96%;
	border: 1px solid #ccc;
	font-size: 12px;
	padding-left: 3px;
}
