﻿/*- header h1
---------------------------------------------------------------*/
#header {

	margin:0 auto;

	width:780px;

	text-align:left;

	background:#FFF3E9 url(../../img/common/bg_header.gif) repeat-x left top;
}

h1 {

	position:relative;

	width:100%;
}

h1 img{

	position:absolute;

	top:0px;

	left:20px;
}
h1 span img {
	position:absolute;
	top:0px;
	left:auto;
	right:20px;
}

#header p {
	padding:12px 0 0 227px; 
/*	width:435px; */
	color:#b1412e;
}


/*- sub menu
---------------------------------------------------------------*/
#header ul.submenu {

	margin-top:20px;

	width:100%;

	text-align:right;
}

#header ul.submenu li {

	display:inline;

	padding-left:10px;

	margin-right:10px;

	border-left:1px #333 solid;
}

#header ul.submenu li:first-child {

	border-left:none;
}


/*- navigation
---------------------------------------------------------------*/
#header ul.navigation {
	position:relative;
	padding-bottom:6px;
	margin-top:10px;
	width:100%;
	background:#b90705 url(../../img/common/bg_naigation.gif) repeat-x left bottom;
}

#header ul.navigation li {
	float:left;
	width:123px;
	text-align:center;
	border-right:1px #fff solid;
}


#header ul.navigation li:first-child{
	margin-left:17px;
	border-left:1px #fff solid;
}


#header ul.navigation li a {
	display:block;
	width:100%;
	padding:10px 0 4px;
	text-decoration:none;
	background: url(../../img/common/bg_naigation_on.gif) repeat-x left top;
	color:#fff;
}


/*- clearfix hack
---------------------------------------------------------------*/

#header ul.navigation:after {

	content: "";

	display: block;

	clear: both; 
}

#header ul.navigation {

	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html #header ul.navigation {
	height: 1%;
}
/* End hide from IE-mac */

