/*

	Stylesheet ZeaSolutions

*/

html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html {
	background:#ceeefb url(../gfx/bg_html.gif) repeat-y center top;
}

body {
	background:url(../gfx/bg_body.gif) repeat-x top left;
}

h1 {
	font-size:18px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:952px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container_header {
	width:952px;
	height:181px;
	float:left;
	background:url(../gfx/bg_container_header_logo.jpg) no-repeat top left;
}

div#container_header_top {
	width:952px;
	height:147px;
	float:left;
}

div#container_header_top_logo {
	width:527px;
	height:147px;
	float:left;
}

div#container_header_top_right {
	width:425px;
	height:147px;
	float:left;
}

div#container_header_top_right_items {
	width:100px;
	height:20px;
	float:right;
	margin-top:10px;
}

div#container_header_top_right_items div {
	margin:5px;
	float:right;
}

div#container_header_top_right_items a, img {
	border:0px;
}

div#container_header_bottom {
	width:952px;
	height:34px;
	float:left;
}

div#container_header_bottom_devisions {
	width:300px;
	height:34px;
	float:left;
}

.container_header_bottom_devision_item {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	float:left;
	height:16px;
	padding:4px 23px 14px 23px;
	cursor:pointer;
}

.item_01:hover {
	background:url(../gfx/menuitem_hover.gif) repeat-x bottom left;
}

.item_02:hover {
	background:url(../gfx/menuitem_hover.gif) repeat-x bottom left; /* devision_02_hover */
}

div#container_header_bottom_menu {
	width:inherit;
	height:34px;
	float:left;
}

div#container_header_bottom_menu ul {
	margin:0px;
	padding:0px;
}

.container_header_bottom_menu_item {
	list-style-type:none;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	float:left;
	height:16px;
	padding:4px 30px 14px;
	cursor:pointer;
}

.container_header_bottom_menu_item:hover {
	background:url(../gfx/menuitem_hover.gif) repeat-x bottom left;
}

.container_header_bottom_menu_item a {
	color:#fff;
	text-decoration:none;
}

div#container_content {
	width:952px;
	float:left;
}

div#container_content_left {
	width:681px;
	padding:19px 14px 19px 23px;
	float:left;
}

div#container_content_right {
	width:214px;
	padding:19px 10px 19px 10px;
	float:left;
}





