/**
* Author: Hrissimir Neikov
* @version 1.0
* @copyright (C) 2004 by Hrissimir Neikov - All rights reserved!
*/

/* #################### MISC SETTINGS #################### */
BODY {
	background-color : #E2E0D3 ;
	color            : #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
}

td, tr, p, div {
	color            : #000000;
	background : transparent;
	padding: 0;
	margin: 0;
}

.plabel {
	font-size: 11px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}


.header {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	display: inline;
	color: #fff;
}

.accent {
	font-size: 16px;
}

.small {
	font-size: 13px;
}

div {
align: left;
}

/*
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
	display: inline;
}
*/
input.btn{
	background-color: #ffff00;
	color: #000;
	border: 1px solid #000;
	/*font-weight: bold;*/
	cursor: pointer;
	padding: 1px 2px; 	
	width: 150px;
}
input.btnRed{
	background-color: #ff0000;
	color: #000;
	border: 1px solid #000;
	/*font-weight: bold;*/
	cursor: pointer;
	padding: 1px 2px; 	
	width: 150px;
}
.textfield{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 0px;
	width: 250px;
	height: 187px;
}
/*  LOGO SETTINGS ################### */
#header {
	background : #353535;
	width: 780px;
	height: 84px;
}

.logo_text_big {
	background : transparent;
	color : white;
	font-size: 26px; 
	font-weight: bold;
	padding-top : 18px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}

.logo_text_small {
    background : transparent;
	color : white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: left;
	margin-top: 0px;
	letter-spacing: 1pt;
}

.logo {
	background-color: #353535;
	float: left;
	width: 400px;
}

/*  TOP MENU SETTINGS ################### */
.top_navigation {
	margin-right: 5px;
	text-align: right;
	float: right;
	width: 350px;
	margin-top: 65px;
}
	
div.top_navigation a:link, div.top_navigation a:active {
	color: white;
	text-decoration: none;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
}

div.top_navigation a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	font-weight: normal;
}

div.top_navigation a:hover {
	color: #b0c63f;
}

/*  MAIN MENU SETTINGS ################### */
#navigation {
	width: 780px;
}

#main_menu {
	width: 222px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#main_img {
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu_item {
	width:222px;
	background: url(images/menu_buttons_01.jpg) no-repeat;
	/*display: block;*/
	clear: both;
	cursor: hand;
	border-bottom: 1px #9ead3e solid;
	border-top: 1px #c4d94f solid;
}

a.menu_item:link, a.menu_item:visited {
	display: block;
	vertical-align: baseline;
	font-size: 16px;
	font-weight: bold;
	/*height: 37px !important;*/
	height: 40px;
	text-decoration: none;
}

a.menu_item:hover {
	background-position: 0px -38px;
	text-decoration: none;
}

.menu_item_selected {
	width:222px;
	background: url(images/menu_buttons_01.jpg) no-repeat;
	/*display: block;*/
	clear: both;
	cursor: hand;
	border-bottom: 1px #9ead3e solid;
	border-top: 1px #c4d94f solid;
}

a.menu_item_selected:link, a.menu_item_selected:visited {
	background-position: 0px -38px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 37px !important;
	height: 40px;
	text-decoration: none;
}

a.menu_item_selected:hover {
	background-position: 0px -38px;
	text-decoration: none;
}

.menu_number {
    width: 50px;
	float: left;
	color: white;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	margin-left: 17px;
	margin-top: 8px;
	text-align: left;
}

.menu_text {
	float: left;
	width:120px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-left : 6px;
	padding-left: 5px;
	padding-top: 10px;
	text-align: left;
}

form {
text-align: center;
margin-bottom: -0px;}

/*  CONTENT SETTINGS ################### */
#content {
	padding-left: 0px;
	width:780px;}
#projects {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}

#double_col {
	float : left;
	width : 523px;
	height : 187px;
	background-color : #F2EDD7;
	top : auto;
	margin-right: 2px;
	border: 1px #949782 solid;
}

#triple_col {
	/*float : left;*/
	width : 780px;
	background-color : #F2EDD7;
	border: 1px #949782 solid;
}

.address {
	text-align: left;
	margin-left: 25px;
}
.col {
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

#col1 {
	float : left;
	width : 258px;
	height : 300px;
	background-color : #F2EDD7;
	border: 1px #949782 solid;
}

#col2 {
	float : left;
	width : 259px;
	height : 300px;
	border: 1px #82846C solid;
	background-color : #E2E0D3;
	margin-right: 2px;
	margin-left: 2px;
}

#col3 {
	float : left;
	text-align: left;
	width : 259px;
	height : 300px;
	border: 1px #949782 solid;
	background-color: #fff;
	/*text-align: left;*/
}

#col1_header {
	background-color : #949782;
	height : 35px;
	color : white;
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	text-align: left;
}

#col2_header {
	background-color : #82846C;
	height: 35px;
	color : white;
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	text-align: left;
}

#content_search { 
	height: 35px;
	width : 256px;
	background-color: #353535;
	vertical-align: middle;
}

input.search_btn {
	background-color : #949782;
	margin-left: 5px;
	margin-top: 6px;
	border: none;
	border-top: 1px #c5c9ad solid;
	border-left: 1px #c5c9ad solid;
	border-bottom: 1px #6d6f5f solid;
	border-right: 1px #6d6f5f solid;
	color: #fff;
}

input.search_text {
	width: 150px;
	height: 20px;
	border-bottom: 1px #c5c9ad none;
	border-right: 1px #c5c9ad none;
	border-top: 1px #6d6f5f none;
	border-left: 1px #6d6f5f none;
}

#col2_box {
	border: 1px #82846C solid;
	width : 256px;
	height : 219px;
	background-color : #E2E0D3;
	margin-top: 1px;
	text-align: left;
}

.picture_text {
	width:248px;
	color: black;
	text-align: center;
	/*border: 1px solid #949782;*/
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
}

/* 
 text-align : center;
*/

/*  BOTTOM MENU SETTINGS ################### */
#bottom_menu {
	background : #8B845A;
	color: #fff;
	width: 780px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	/*margin-top: 1px;*/
}

#bottom_menu a:link, #bottom_menu a:active, #bottom_menu a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#bottom_menu a:hover {
	color: #b0c63f;
	text-decoration: none;
	font-weight: bold;
}

/*  COPYRIGHT ################### */
#copyright {
	background : #E2E0D3;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align : center;
	color:  #8B845A;
}

.balans {
	font-size: 12px; 
	padding-left: 3px;
}