@charset "utf-8";
/**************************************************
 * Global layout 
 **************************************************/
#page {
	background-image: url(../images/bgrounds/bground.jpg); 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/**************************************************
 * Main areas 
 **************************************************/
#header {
	height: 151px;
	clear: both;
}
#middle {
	clear: both;
}
#footer {
	margin-top: 3px;
	clear: both;
}
/**************************************************
 * Header area 
 **************************************************/
#header #logo {
	height: 100%;
	float: left;
}
#header #banner {
	margin-left: 220px;
	width: 780px;
	height: 100%;
}
/**************************************************
 * Middle area 
 **************************************************/
#middle #left {
	width: 775px;
	float: left;
}
#middle #right {
	width: 225px;
	margin-left: 775px;
}
#middle #sidebar-top {
	width: 775px;
	height: 39px;
	clear: both;
}
#middle #sidebar-left {
	width: 159px;
	float: left;
}
#middle #main {
	width: 616px;
	margin-left: 159px;
}
#middle #sidebar-right {
	width: 225px;
}
/**************************************************
 * Footer area 
 **************************************************/
#footer #address {
}
#footer #credit {
}
/**************************************************
 * Home layout
 **************************************************/
.home #header {
	clear: none;
	float: left;
}
.home #sidebar-top {
	padding-top: 91px;
	height: 57px;
}
.home #middle {
	height: 362px;
}
.home #sidebar-bottom {
	height: 91px;
	padding-left: 780px;
	padding-bottom: 31px;
}
.home #content {
	margin: auto;
	padding-top: 5px;
	width: 600px;
	height: 350px;
}
.home #content img {
	width: 600px !important;
	height: 350px !important;
}
/**************************************************
 * Slideshow layout 
 **************************************************/
#slideshow {
	position: relative;
	text-align: left;
}
#slideshow #slides {
	position: absolute; 
}
#slideshow #slides > * {
	position: absolute; 
	top: 0px;
	left: 0px;	
	display: none; 
} 
/**************************************************
 * Menu general layout 
 **************************************************/
.menu {
}
.menu-h {
}
.menu-h .menu-item {
	float: left;
}
.menu-v {
}
.menu-v .menu-item {
}
.menu-v .menu-item .menu-label {
	padding: 5px;
}
.menu-v .menu-cascade {
	display: none;
}
.menu-v .menu-cascade.selected {
	display: block;
}
.menu-v .menu-cascade .menu-item .menu-label {
	padding-left: 15px;
}
.menu-v .menu-item .menu-open {
}
/**************************************************
 * Leftbar layout 
 **************************************************/
#sidebar-left > div {
	margin-left: 18px;
	margin-right: 8px;
}
/* Submenu layout */
#sidebar-left #submenu {
}
#sidebar-left #submenu #submenu-header {
	height: 69px;
}
#sidebar-left #submenu #submenu-options {
}
/* Search layout */
#sidebar-left #search {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#sidebar-left #search #field {
	width: 80%;
}
/* Sidemenu layout */
#sidebar-left #sidemenu {
	margin-bottom: 10px;
}
/**************************************************
 * Rightbar layout
 **************************************************/
#sidebar-right > div {
	margin-left: 10px;
	margin-right: 20px;
}
#sidebar-right .news .header {
	height: 54px; 
}
#sidebar-right .news .content {
	min-height: 170px;
	padding: 5px;
}
/**************************************************
 * Main layout
 **************************************************/
#main .header {
	background-image: url(../images/texts/headers/header_main_template.jpg);
	height: 39px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#main .content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 350px;
}
