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

		body		
		{
			background-color: #000;
			margin: 0;
			padding: 0;
			text-align: center;
			line-height: 1;
    		font-family: Verdana, Arial, Helvetica, sans-serif;
    		font-size: 11px;
    		color: #666;
			background-image: url('../images/bg.jpg');
		}
		
		div#container		
		{
			margin: -1px auto;
			width: 800px;
			padding: 0 10px 10px 10px;
			text-align: left;
			background-image: url('../images/content.jpg');
			background-repeat: repeat-y;
			
		}
		
		#header
		{
			height: 280px;
			margin-bottom: 10px;
		}
		#header_small
		{
			height: 140px;
			margin-bottom: 10px;
			width: 800px;
			padding-left: 25px;
		}
		
		#header_search
		{
			float: right;
			height: 100px;
			vertical-align: top;
			padding-top: 20px;
		}
		#home_menu
		{
			width: 780px;
			height: 44px;
		}
		.menu_item
		{
			
			margin: 0;
			float: left;
		}
		h1 
		{
    		color: #666;
    		font-family: Arial;
   			font-size: 23px;
    		margin: 25px 0 5px 8px;
			font-weight:100;
			padding-left: 28px;
			background-image: url('../images/header-image.jpg');
			background-repeat:no-repeat
		}
		.header-type
		{
    		color: #666;
    		font-family: Arial;
   			font-size: 20px;
			font-weight:100;
			float: left;
		}
		h2 
		{
    		color: #666;
    		font-family: Arial;
   			font-size: 16px;
			font-weight:400;
			margin: 2px 0 20px 150px;
			display: block;
			height: 10px;
			
		}
		p
		{
		line-height: 15px;
		width: 780px;
		}
		input, option, select, textarea {
		background-color: #acacac; 
		color: #000;
		}
#footer
{
	text-align: left;
	line-height: 2;
	width: 800px;

}
.foot_menu {
	margin: 0;
	padding-left: 20px;
	list-style: none;
	text-align:center;
	margin: 75px auto;
	
}
.foot_menu li {
	padding: 0 30px 0 0;
	margin: 0;
	float: left;
	text-align: center;
}		
		
.menu {
	margin: 0;
	padding: 0;
	list-style: none
}
.menu li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	padding: 0;
	display: block;
	color: #000000;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.menu li em {
	background: url('../images/hover.png') no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -120px;
	left: 8px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

img
{
border: none;
}	

a
{
color: #666;
text-decoration:none;
cursor: pointer;
}
a:hover
{
color: #fff;
}
ul#news {
list-style: none;
display:inline;
vertical-align: top;
height: 18px;
margin: 20px;
}

a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}