/*
CSS Theme Desing: BattleNova for www.ormanika.com 28 Temmuz 2010
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
    background: #ffffff url(images/body_top.jpg) repeat-x;
}
		
a:link, a:visited { color: #000000; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #000000; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.advancedtable tbody td{
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	padding: 3px 0px;
}
.advancedtable thead th{
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:14px;
	font-style:italic;
	font-size-adjust:none;
	font-stretch:normal;
	font-variant:normal;
	font-weight:bold;
	background: #E5E5E5;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	padding: 2px 5px;
	color: #444;
}
.button_01 a {
	display: block;
	width: 122px;
	height: 24px;	
	padding: 5px 0 0 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/button.jpg) no-repeat;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 30px;
	font-weight: normal;
	color: #d77905;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #808e04;
}

.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px ;
}

.fr_image {
	float: right;
	margin-left: 20px ;
}

.fl { float: left; }
.fr { float: right; }

.margin_r40 { margin-right: 40px; }

.margin_r_20 { margin-right: 20px; }

.margin_r_80 { margin-right: 80px; }
<style type="text/css">
table.sira {
	border-width: 0px;
	border-spacing: 1px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sira th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sira td {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
</style>
#ormanika_site_title_bar_wrapper {
	width: 100%;
	height: 210px;
	margin: 0 auto;	
	background: url(images/header.jpg) no-repeat center top;
}

#ormanika_site_title_bar {
	width: 900px;
	height: 210px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat center top;	
}

#ormanika_site_title_bar  #site_title {
	float: left;
	width: 500px;
	padding: 50px 10px 0 200px;
	overflow: hidden;
}

#site_title h1 {
	margin: 0;
	padding: 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}

#ormanika_menu_wrapper {
	width: 100%;
	height: 80px;
	margin: 0 auto;	
	background: url(images/menu_bar.jpg) no-repeat center top;
}

#ormanika_menu {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	background: url(images/menu_bar.jpg) no-repeat center top;	
}

#ormanika_menu ul {
	float: left;
	margin: 0px;
	padding: 30px 0 0 150px;
	list-style: none;
}

#ormanika_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#ormanika_menu ul li a {
	position: relative;
	float: left;
	display: block;
	width: 115px;
	height: 30px;
	padding: 5px 0 0 0;
	margin-right: 10px;
	text-align: center;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #eee901;	
	font-weight: bold;
	outline: none;
	background: url(images/menu_item.png) no-repeat;
}

#ormanika_menu li a:hover, #ormanika_menu li .current {
	color: #FFF;
}

#ormanika_content_outter_wrapper {
	width: 100%;
	margin: 0 auto;	
	background: url(images/content_middle.png) repeat-y center;
}

#ormanika_content_inner_wrapper {
	width: 100%;
	margin: 0 auto;	
	background: url(images/content_bottom.jpg) center bottom no-repeat;
}

#ormanika_content_wrapper {
	width: 100%;
	margin: 0 auto;
    background: url(images/content_top.jpg) no-repeat center top;
}

#ormanika_content {
	width: 760px;
	margin: 0 auto;
	padding: 80px 70px;
    background: url(images/content_top.jpg) no-repeat center top;
}

#ormanika_content #sidebar {
	float: left;
	width: 180px;
	padding-right: 30px;
	border-right: 1px  dotted #666;
	padding-bottom: 300px;
}

#ormanika_content #content_column {
	float: right;
	width: 500px;
}

#ormanika_content #sidebar .sidebar_section {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #666;
}

#ormanika_content #sidebar h2 {
	font-size: 22px;
}

#ormanika_content #sidebar .category_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ormanika_content #sidebar .category_list li {
	margin: 0;
	padding: 10px 0;
}

#ormanika_content #sidebar .category_list li a {
	display: block;
	padding: 0 0 0 30px;
	font-size: 11px;
	font-weight: bold;
	color: #609142;
	background: url(images/list.jpg) no-repeat center left;
}

#ormanika_content #sidebar .category_list li a:hover {
	color: #d77905;
}

#search_box {
	width: 180px;
	background: url(images/search.png) no-repeat;
}

#search_box form {
	width: 180px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 20px;
	width: 180px;
	margin-bottom: 10px;
	color: #333;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

#searchbutton {
	float: right;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

.section_w500 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted  #666;
}

.section_w500 h2 {
	margin-bottom: 20px;
	
}

.section_w500 p {
	margin-bottom: 10px;
}

.section_w500 .em_text {
	color: #333;
}

.services {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.services li {
	margin: 0;
	padding: 0 0 10px 30px;
	font-size: 11px;
	background: url(images/gallery_list.jpg) no-repeat top left;
}

.gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gallery li {
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.gallery li img {
	margin-bottom: 5px;
}

#ormanika_footer_wrapper {
	width: 100%;
	height: 145px;
	margin: 0 auto;	
	background: url(images/footer.jpg) no-repeat top center;
}

#ormanika_footer {
	width: 820px;
	height: 65px;
	margin: 0 auto;
	padding: 40px;
	color: #ffffff;
	text-align: center;
	background: url(images/footer.jpg) no-repeat top center;
}

#ormanika_footer a {
	font-weight: bold;
	color: #FFF;
}
/** PAGE SELECTOR **/
.tableNavigation{
	float:right;
	margin-left: 50px;
}
.tableNavigation span{
	float: left;
	margin-top: 3px;
}
.tableNavigation ul{
	float: right;
}
.tableNavigation li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	float: left;
}
.tableNavigation a {
	border:solid 1px #BBB;
	margin-right:2px;
	color:#999;
}
.tableNavigation .active a {
	color:#000;
	font-weight:bold;
	border:solid 1px #000;
}
.tableNavigation a:link,  .tableNavigation a:visited {
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
.tableNavigation a:hover {
	color: #333;
}
