@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: white url("../img/style/body_bg.png") top left repeat-x;
	font-family: 'Arial', sans-serif, sans;
	font-size: 9pt;
	height: 100%;
	text-align: center;
}

#wrapper {
	border: solid #bdbebd;
	border-width: 0 1px;
	height: 100%;
	margin: 0 auto;
	padding-left: 180px;
	position: relative;
	text-align: left;
	width: 562px;
}

#sidebar {
	background: url('../img/style/sidebar.jpg') 0 19px no-repeat;
	border-color: #bdbebd;
	border-style: solid;
	border-width: 0 1px 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 179px;
}

#sidebar_menu {
	padding-top: 117px;
}
.sidebar_products {
	background: url('../img/style/sidebar_products.jpg') 0 19px no-repeat !important;	
}

.sidebar_company {
	background: url('../img/style/sidebar_company.jpg') 0 19px no-repeat !important;	
}

.sidebar_contacts {
	background: url('../img/style/sidebar_contacts.jpg') 0 19px no-repeat !important;	
}

#header {
	background: url('../img/style/logo.jpg') bottom right no-repeat;
	height: 88px;
	left: 179px;
	position: absolute;
	top: 0;
	width: 563px;
}

#menu {
	background: #397d84;
	height: 20px;
	left: 179px;
	position: absolute;
	top: 88px;
	width: 563px;
}

#contents {
	background: white;
	bottom: 0;
	border-style: solid;
	border-color: #bdbebd;
	border-width: 1px 0 0 0;
	left: 179px;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 158px;
	width: 563px;
}

#contents a{
	color: #800080;
	font-size: 9pt;
	font-weight: normal;
}

h1.title {
	background-color: #e5ecf3;
	color: #6b84a5;
	font-family: 'Trebuchet MS', 'Verdana', 'Arial', sans-serif, sans;
	font-size: 16px;
	font-weight: normal;
	left: 179px;
	padding: 21px 0 20px 20px;
	position: absolute;
	top: 109px;
	width: 543px;
}

/***** Sidebar Menu ***********************************************************/
#sidebar ul {
	list-style: none;
	font-size: 8pt;
}

#sidebar ul.menu li {
	margin: 6px 0;
	padding: 2px 0;
}

#sidebar ul.menu li.submenu {
	margin: 0;
	padding: 0;
}

#sidebar li.submenu ul {
	margin: 0;
	padding: 0;
}


#sidebar ul.menu.level0 li a {
	color: #003463;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul.menu.level1 li a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#sidebar ul.menu.level2 li a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#sidebar ul.menu.level0 li.item {
	background-image: url('../img/style/submenu_close.gif') !important;
	background-position:  15px center;
	background-repeat: no-repeat;	
	padding-left: 27px;
}

#sidebar ul.menu.level0 li.item.selected, #sidebar ul.menu.level0 li.item.open {
	background-image: url('../img/style/submenu_open.gif') !important;	
	background-position:  15px center;
	background-repeat: no-repeat;	
}

#sidebar ul.menu.level1 li.item, #sidebar ul.menu.level1 li.item.selected {
	background-image: none !important;	
	padding-left: 27px;
}

#sidebar ul.menu.level1 li.item.submenuitem {
	background-image: url('../img/style/submenu_submenu_close.gif') !important;
	background-position: 18px center;
	background-repeat: no-repeat;	
}

#sidebar ul.menu.level1 li.item.submenuitem.selected, #sidebar ul.menu.level1 li.item.submenuitem.open {
	background-image: url('../img/style/submenu_submenu_open.gif') !important;	
	background-position: 18px center;
	background-repeat: no-repeat;	
}

#sidebar ul.menu.level1 li.selected {
	background-color: #cecfce;
}

#sidebar ul.menu.level2 li.selected {
	background-color: #cecfce;
}
	
#sidebar ul.menu.level2 li.item, #sidebar ul.menu.level2 li.item.selected {
	background-image: none !important;	
	padding-left: 35px;
}


#sidebar ul.bottom_menu {
  background: #efebef;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

#sidebar ul.bottom_menu li {
  padding: 0 10px;
}

#sidebar ul.bottom_menu li a {
  background: url('../img/style/menu_submenu.gif') left center no-repeat;
  color: black;
  padding: 0 10px;
}

#sidebar ul.bottom_menu li a:HOVER {
  text-decoration: underline;
}

/***** Contents ***************************************************************/
#contents h1 {
	background: white;
	border: 0;
	color: #6b84a5;
	font-family: 'Trebuchet MS', 'Verdana', 'Arial', sans-serif, sans;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 0 10px;
}

#contents p,#contents table {
	padding: 10px;
	text-align: justify;
}

#contents table {
	margin: 0 auto;
}

#contents table td {
	padding: 5px;
}

#contents table th {
	background-color: #e5ecf3;
	color: #6b84a5;
	font-family: 'Trebuchet MS', 'Verdana', 'Arial', sans-serif, sans;
	font-weight: bold;
	margin: 0 auto;
	padding: 2px 5px;
}

#contents table tr.odd {
	background-color: #d5dce3;
}

#contents table tr.even {
	background-color: #e5ecf3;
}

#contents p.contacts {
	font-size: 120%;
	font-family: 'Trebuchet MS', 'Verdana', 'Arial', sans-serif, sans;
}

#contents table.contacts {
	margin: 0;
}

#contents table.contacts th {
	background-color: white;
}

span.zoom_image {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

span.zoom_image img{
	display: block;
}

span.zoom_image a{
	background: url('../img/style/zoom.gif') left center no-repeat;
	color: black;
	padding-left: 20px;
	text-decoration: none;
}

/***** Breadcrumbs ************************************************************/

#breadcrumbs {
	background: url('../img/style/menu_submenu.gif') left center no-repeat;
	font-size: 8pt;
	margin: 5px 5px 0 10px;
	padding-left: 10px; 
}

#breadcrumbs a, #breadcrumbs span.separator{
	color: #009EC6;
	text-decoration: none;
}

#breadcrumbs span.current{
	color: #397D84;
}

/***** Top Menu ***************************************************************/

#menu a{
	color: white;
	display: block;
	float: left;
	font-family: 'Verdana', 'Arial', sans-serif, sans;
	font-size: 8px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a.selected, #menu a:HOVER {
	background: #009cc6;
}

/***** Downloads **************************************************************/

#contents div.file {
	border-bottom: 1px solid #bdbebd;
	padding-bottom: 5px;
}

#contents div.file h1 {
	color: #397D84;
	font-size: 9pt;
	font-weight: bold;
}

#contents div.file a {
	background: url(../img/style/menu_relative.gif) no-repeat scroll 10px center;
	padding-left: 22px;
}

/***** Google map *************************************************************/

#map {
	border: 2px solid #999;
	margin: 10px;
	padding: 0 !important;
	width: 540px;
	height: 540px;
}
