* { margin: 0; padding: 0; }

img { border: 0; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

html, body {
	background: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }

a, a:link, a:visited {
	color: #5b663e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active { 
	background: #5b663e; 
	color: #ffffff;
}

div#page {
	width: 800px;
	margin: auto;
}

div#header-1 {
	background: #a0a073;
	color: #ffffff;
	height: 140px;
	position: relative;
}

div#header-small-print {
	font-size: 0.5em;
	text-align: center;
}

img#logo {
	position: absolute;
	bottom: 0;
}

div#lang {
	font-size: 0.675em;
	position: absolute;
	right: 10px;
	top: 20px;
}

div#header-1 a { color: #ffffff; }

div#header-1 a:active { background: none; color: #5b663e; }

div#quick-register {
	font-size: 0.675em;
	position: absolute;
	right: 0;
	bottom: 0;
}

div#quick-register td {
	padding-right: 10px;
	padding-bottom: 5px;
}

div#quick-register .button {
	border: 0;
	background: #5b663e;
	color: #ffffff;
	padding: 2px 5px;
	font-size: 10px;
}

div#header-2 {
/*	background: url('/images/header/borovets_mountains.jpg');*/
	color: #ffffff;
	height: 236px;
	position: relative;
	z-index: 100;
}

div#news {
	background: url('/images/news-bg.png');
	border-bottom: 1px solid #ffffff;
	width: 780px;
	font-size: 0.75em;
	height: 18px;
	padding-left: 20px;
	padding-top: 2px;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 500;
}

div#news a, div#news a:link, div#news a:visited, div#news a:hover, div#news a:active {
	background: none;
	color: #ffffff;
	text-decoration: none;
}

div#main-menu {
	border-top: 1px solid #ffffff;
	font-size: 0.75em;
}

div#main-menu table {
	background: #a0a073;
	width: 800px;
	height: 30px;
}

div#main-menu table td {
	vertical-align: middle;
}

div#main-menu .main-menu-item {
	text-align: center;
}

div#main-menu .main-menu-item a, div#main-menu .main-menu-item a:link, div#main-menu .main-menu-item a:visited {
	color: #ffffff;
}

div#main-menu .main-menu-item a:hover {
	text-decoration: none;
}

div#main-menu .main-menu-item:hover {
	background: #5b663e;
}

div#main-menu .main-menu-item a:active {
	color: #e5d9a7;
}

div#main-menu td.current {
	background: #ffffff;
	color: #e5d9a7;
}

div#main-menu td.current a, div#main-menu td.current a:link, div#main-menu td.current a:visited  {
	color: #5b663e;
}

div#main-menu td.current:hover a {
	color: #ffffff;
}

div#main-menu td.current a:hover {
	color: #ffffff;
}

div#main {
	background: #ffffff;
}

div#sidebar {
	margin: 20px 10px;
	width: 184px;
	float: left;
}

div#sidebar #quick-links h3, div#sidebar div.sub-menu h3 {
	color: #5b663e;
	font-size: 0.875em;
	margin-bottom: 0.5em;
}

div#sidebar ul {
	color: #5b663e;
	list-style: none;
	line-height: 1.5em;
	padding: 0 0 10px 1.3em;
	margin: 0.5em 0 1em;
	font-size: 0.75em;
}

div#sidebar img.p-overview-logo { margin-bottom: 10px;}

div.sub-menu span.current {
	font-weight: bold;
}

div.sidebar-panel {
	background: #a0a073 url('/images/shadow-r.jpg') right repeat-y;
	color: #ffffff;
	padding: 0 10px;
	width: 164px;
}

div.sidebar-panel div.read-more {
	background: url('/images/button-bg.jpg');
	width: 95px;
	height: 21px;
	padding: 2px 5px;
	margin-left: 59px;
	margin-top: 5px;
	text-align: center;
}

div.sidebar-panel textarea {
	width: 159px;
	height: 100px;
	font-size: 0.625em;
}

div.sidebar-panel input {
	width: 155px;
	font-size: 0.625em;
}

div.sidebar-panel input.button {
	border: 0;
	background: url('/images/button-bg.jpg');
	color: #ffffff;
	width: 105px;
	height: 25px;
	padding-bottom: 8px;
	text-align: center;
	margin-left: 60px;
	margin-top: 5px;
}

div.sidebar-panel a.read-more {
	font-size: 0.75em;
	color: #ffffff;
}

div.panel-header {
	background: url('/images/panel-header.jpg') no-repeat bottom;
	height: 10px;
	width: 184px;
}

div.panel-footer {
	background: url('/images/panel-footer.jpg') no-repeat top;
	height: 15px;
	width: 184px;
	margin-bottom: 20px;	
}

div.sidebar-panel h3 {
	color: #5b663e;
	font-weight: bold;
	font-size: 0.75em;
	margin-bottom: 0.5em;
}

div.sidebar-panel p {
	font-size: 0.625em;	
}

div.sidebar-panel a.readmore, div#sidebar-panel a.readmore:link, div#sidebar-panel a.readmore:visited, div.sidebar-panel a.readmore:hover, div#sidebar-panel a.readmore:active {
	
}

div#inquiry.sidebar-panel label {
	font-size: 0.6875em;
}

div#quick-links ul {
	color: #5b663e;
	font-size: 0.6875em;
	margin: 0;
	padding: 0;
}

div#content {
	color: #666666;
	margin-left: 200px;
	padding: 20px;
	font-size: 0.75em;
/*	border-left: 1px dashed #000000; */
}

div#content a:link, div#content a:visited { text-decoration: underline; }

div#content p a.no-underline { text-decoration: none; }

div#content h1 {
	color: #5b663e;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

div#content h2.heading {
	color: #5b663e;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

div#content p {
	margin-bottom: 1em;
	text-align: justify;
}

div#content ul {
	margin: 0 0 10px 3em;
	text-align: justify;
}

div#content ul li {
	margin-bottom: 0.5em;
}

div#footer {
	background: #a0a073;
	font-size: 0.875em;
	color: #5b663e;
	padding: 20px;
	text-align: center;
	clear: both;
}

div#footer .small-print {
	font-size: 0.71em;
}

div#footer a, div#footer a:link, div#footer a:visited {
	font-size: 1em;
}

div#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:active {
	background: none;
	color: #e5d9a7;
}

div.fine-print {
	color: #ffffff;
	font-size: 0.5em;
	text-align: center;
}

div.fine-print a, div.fine-print a:link, div.fine-print a:visited { color: #ffffff; }

/* General purpose formatting */

.bold { font-weight: bold; }
.italic { font-style: italic; }
.center {	text-align: center; }
.left { text-align: left; }
.right { text-align: right; }	