@import url(base.css);
@import url(../modules/news/news.css);
@import url(../modules/gallery/gallery.css);
@import url(../modules/mallisto/mallisto.css);

body, p, td, div {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: black;
	line-height: 18px; /* 15px */
	/*
	font-family: "Lucida Sans Unicode", sans-serif;
	font-family: "Trebuchet MS", sans-serif;
	font-family: "MS Sans Serif", sans-serif;
	font-family: Georgia, serif;
	font-family: Verdana, sans-serif;
	*/
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h1, h2, h3 {
	color: #DA8D00;
}

a {
	color: #555555;
}

body {
	padding: 22px 28px;
	background-color: white;
}

#web-body {
	padding: 0;
}

html, body {
	height: 100%;
}

#page {
	width: 943px;
	margin: 0 auto;
	background: white url(../layout/page_bg.jpg) repeat-y;
	
	min-height: 100%;
	position: relative;
}

#header {
	width: 927px;
	height: 279px;
	margin: 0 8px;
}
	#header #logo {
		padding-top: 93px;
		padding-left: 15px;
	}
	#header #tema-link {
		width: 87px;
		height: 74px;
		margin: 40px 24px;
		float: right;
	}

#main-menu-wrapper {
	padding: 0 1px;
	float: left;
}

#main-menu {
	width: 941px;
	height: 62px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	background-color: #383F3E;
}
	#main-menu li {
		height: 62px;
		margin: 0;
		float: left;
		font-size: 12px;
		border-left: 1px solid #8C908F;
		line-height: 18px;
	}
		#main-menu li.first {
			border-left: 0;
		}
			#main-menu li.first a {
				padding: 23px 31px 21px 31px;
			}
		#main-menu li a {
			padding: 23px 29px 21px 30px;
			float: left;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			color: white;
		}
		#main-menu li a.active, #main-menu li a:hover, #main-menu li a:focus {
			background-color: #6D8199;
		}

#submenu {
	width: 885px;
	height: 38px;
	margin: 0;
	padding: 11px 25px;
	float: left;
	list-style-type: none;
}
	#submenu li {
		margin: 0 4px;
		padding: 0 0;
		float: left;
		background: url(../layout/sub_li_bg.jpg) repeat-x;
	}
		#submenu li .item {
			padding: 10px 0;
			float: left;
			line-height: 18px;
		}
			#submenu li .item a {
				padding: 8px 17px 5px;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				color: white;
			}
				#submenu li .item a.active0, #submenu li .item a:hover, #submenu li .item a:focus {
					background-color: #DA8D00;
				}
		#submenu li .start {
			width: 4px;
			height: 38px;
			float: left;
			background: url(../layout/sub_li_start.jpg) no-repeat;
		}
		#submenu li .end {
			width: 6px;
			height: 38px;
			float: left;
			background: url(../layout/sub_li_end.jpg) no-repeat;
		}

#main {
	width: 883px;
	padding: 22px 30px;
	float: left;
}

#main-start {
	width: 939px;
	padding: 0 2px;
	float: left;
}
	#main .content, #main-start .content {
		width: 100%;
		float: left;
	}

#footer-stop {
	width: 100%;
	height: 23px;
	clear: both;
}

#footer {
	text-align: center;
	border-top: 1px solid #A2A5AA;
	
	clear: both;

	width: 100%;
	height: 23px;
	/*
	bottom: 0px;
	position: absolute;
	*/
}
	#footer .text {
		font-size: 9px;
		font-weight: bold;
		color: #4566A6;
		line-height: 23px;
	}
		#footer .text .delimiter {
			padding: 0 10px;
		}