@charset "utf-8";
/* CSS Document */

html {
}
body {
	background-image:url(/images/bg.png);
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align:center;
	padding: 20px 0;
}
h1 {
	text-transform:uppercase;
	border-bottom:1px solid #CCC;
	font-size: 18px;
	font-weight:normal;
	padding-bottom: 10px;
	margin-top: 10px;


	color: #1e5b00;
}
h2 {
	text-transform:uppercase;
	font-size: 17px;
	font-weight:normal;
	padding: 0 0 10px 0;
	margin: 0;
	color: #1e5b00;
}
h3 {
	border-bottom:1px solid #CCC;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:normal;
	padding-bottom: 13px;
	margin-top: 10px;
	color: #1e5b00;
}
#content {
	width:891px;
	margin:0 auto;
	text-align:left;
}
#head {
	height: 48px;
	background-image:url(/images/head.png);
	background-repeat:no-repeat;
	padding: 1px 0 0 12px;
	text-transform:uppercase;
}
#breadcrumbs {
	float:left;
	width:510px;
	font-size:11px;
	overflow:hidden;
	padding: 12px 0;
	border-top: 1px solid #CCC
}
#top {
	font-size:11px;
	overflow:hidden;
	padding: 12px 0;
	border-top: 1px solid #CCC
}
#head a, #bottom a, #breadcrumbs a, #page-panel a {
	color: #1e5b00;
	text-decoration:none;
	padding: 3px;
}
#head a:hover, #bottom a:hover, #breadcrumbs a:hover, #page-panel a:hover {
	color: #FFF;
	background-color:#1e5b00;
}
#head img {
	float:left;
}
#bts {
	margin: 18px 0 0 7px;
	font-size: 12px;
	float:left;
}
#head-menu {
	margin: 18px 9px 0 0;
	font-size: 12px;
	float:right;
}
#main {
	overflow: hidden;
	background-image:url(/images/content-bg.png);
	margin: 7px 0;
	padding: 12px;
	width: 867px;
}
#bottom {
	height: 28px;
	background-image:url(/images/bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size: 12px;
	padding: 12px 0 0 12px;
}
#logo {
	float:left;
	height: 229px;
	width:279px;
	background-image:url(/images/vazov.png);
	background-repeat:no-repeat;
	background-color:#1e5b00;
}
#logo a {
	color:#FFF;
	text-decoration:none;
}
#logo a:hover {
	text-decoration:underline;
}
#name {
	font-size: 30px;
	text-transform:uppercase;
	padding: 160px 0 0 12px;
}
#slogan {
	font-size: 17px;
	text-transform:uppercase;
	padding: 0 0 0 12px;
}
#banner {
	float:left;
	height: 229px;
	width:588px;
}
#page {
	background-color:#FFFFFF;
	overflow:auto;
	clear:both;
	padding: 0 0 12px 0;
}
/*menu*/
#menu {

}
.lavaLampWithImage {
	position: relative;
	height: 42px;
	background: url("/images/menu-bg.png") top;
	background-repeat:repeat-x;
	padding: 0 0 0 12px;
	margin: 12px 0;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background-color:#1e5b00;
	width: 1px;
	height: 42px;
	z-index: 8;
	position: absolute;

}
.lavaLampWithImage li.back .left {
	background-color:#1e5b00;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font: 14px Verdana;
	text-decoration: none;
	color: #1e5b00;
	outline: none;
	text-align: center;
	top: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	float: left;
	height: 17px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li .current {
	border: none;
	color:#FFF;

}
.lavaLampWithImage .current a {
	color: #FFF;
}
/*menu-end*/
#page-panel {
	margin: 0;
	overflow:auto;
	background-color:#FFF;
}
#page-panel p {
	margin: 0 0 10px 0;
}
#left {
	float:left;
	overflow: hidden;
	width:255px;
	padding: 0 12px 0 12px;
	margin:0;
	vertical-align:top;
}
#left ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#left ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#left ul li a {
	text-decoration:none;
	color: #1e5b00;
	display:block;
	padding: 6px;
	margin: 0 0 3px 0;
}
#left ul li a:hover, #left ul li .current {
	text-decoration:none;
	background-color: #1e5b00;
	color:#FFF;
}
#right {
	float:left;
	overflow:hidden;
	width:563px;
	border-left: 1px solid #CCC;
	margin: 0 12px 0px 0;
	padding-left: 12px;
	vertical-align:top;
}
#right img, #left img {
	border:0;
}
#right li {
	padding: 5px 0;
}
input {
	color: #1e5b00;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0 auto;
	padding: 6px;
}
input:hover {
	color: #FFF;
	background-color:#1e5b00;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0 auto;
	padding: 6px;
}
#container {
	margin-bottom: 12px;
}
#pollcontainer {
	margin:5px;
	padding:5px;
}
#loader {
	display:none;
	text-align:center;
}
.option {
	margin:5px 0;
}
.option p {
	line-height:1.1em;
	font-size:0.85em;
}
.bar {
	height:10px;
	background:#1e5b00;
}
.yourvote {
	background:#113399;
}
#poem {
}
em {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
.sign { position:absolute; margin: 5px 0 0 250px;}