html, body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#46798c;
	background:url(images/bg_top.jpg) no-repeat top center #9ce1ff;
}

form, input {
	margin:0;
	padding:0;
}

img {border:none;}

a {
	color:#1671a6;
	text-decoration:underline;
}
a:hover {
	color:#e06c00;
	text-decoration:none;
}

a.dashed {
	color:#3873b9;
	text-decoration:none;
	border-bottom:1px dashed #3873b9;
}
a.dashed:hover {
	color:#e36c48;
	text-decoration:none;
	border-bottom:1px dashed #e36c48;
	cursor:help;
}

a.blank {
	background:url(images/ico_blank.png) no-repeat right center;
	padding-right:15px;
}

h2 {
	margin:0;
	margin-bottom:10px;
	padding:0;
	line-height:50px;
	font-weight:normal;
	height:55px;
	color:#44a4ca;
	background:url(images/h2_bg.png) repeat-x bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	letter-spacing:1px;
}	
h2 a {
	color:#44a4ca;
	text-decoration:underline;
}
#h2-about, #h2-contacts, #h2-votes, #h2-portfolio, #h2-services, #h2-prices, #h2-faq {
	float:left;
	width:48px;
	height:48px;
	margin-right:10px;
}
#h2-about {background:url(images/ico_about.png) no-repeat left center;}
#h2-contacts {background:url(images/ico_contacts.png) no-repeat left center;}
#h2-votes {background:url(images/ico_votes.png) no-repeat left center;}
#h2-portfolio {background:url(images/ico_portfolio.png) no-repeat left center;}
#h2-services {background:url(images/ico_services.png) no-repeat left center;}
#h2-prices {background:url(images/ico_prices.png) no-repeat left center;}
#h2-faq {background:url(images/ico_faq.png) no-repeat left center;}

ol, ul {
	margin:0;
	padding:0;
	padding-left:5px;
}

ol {padding-left:25px;}

ol li {
	margin:0;
	margin-top:10px;
}

ul.libg li {
	margin-top:10px;
	list-style:none;
	background:url(images/li.png) no-repeat left center;
	padding-left:18px;
}

ul li.munis, ul li.plus {
	margin-top:10px;
	list-style:none;
	padding-left:18px;
}
ul li.munis {background:url(images/ico_minus.png) no-repeat left center;}
ul li.plus {background:url(images/ico_plus.png) no-repeat left center;}
ul li.text {
	list-style:none;
	padding-left:18px;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	border:none;
	height:0;
}

.f24 {
	font-size:24px;
	font-weight:normal;
}

input, textarea {
	width:600px;
	padding:10px 0;
	text-align:center;
	margin-bottom:10px;
	background:#f5fbff;
	border:1px solid #b1e4fb;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#33768f;
}
textarea {
	height:100px;
	line-height:100px;
}
.button {
	width:110px;
	height:26px;
	background:url(images/button_bg.png) no-repeat center;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:#f5fbff;
	padding:0;
	border:0;
}

.drop
{
	position:absolute;
    visibility:hidden;
	background:#1671a6;
	color:#fff;
	padding:10px;
    filter:alpha(opacity=90); 
    -moz-opacity:0.9; 
    -khtml-opacity:0.9; 
    opacity:0.9;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px
}

.blue {color:#c4edfe;}

.list {
	border-bottom:1px dashed #c1dae5;
	padding-bottom:15px;
	margin-bottom:15px;
}

#error {
	color:#cc0000;
	text-align:center;
	margin-bottom:10px;
}

#wrapper {
	position:absolute;
	width:950px;
	left:50%;
	top:0;
	margin-left:-475px;
}

#header-right {
	float:right;
	width:610px;
}
#menu {
	height:58px;
	margin-top:20px;
	margin-right:100px;
}
#menu-left {
	float:left;
	width:52px;
	height:58px;
	background:url(images/menu_left.png) no-repeat;
}
#menu-center {
	float:left;
	height:58px;
	background:url(images/menu_center.png) repeat-x;
}
#menu-right {
	float:left;
	width:52px;
	height:58px;
	background:url(images/menu_right.png) no-repeat;
}
.menu-nav {
	display:inline;
	margin:0;
	padding:0;
	height:58px;
	list-style:none;
	letter-spacing:1px;
}
.menu-nav li {
	float:left;
	list-style:none;
	height:58px;
}
.menu-nav li a {
	display:block;
	text-decoration:none;
	line-height:30px;
	padding:12px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-shadow:1px 1px 0 #4991bd;
}
.menu-nav li a:hover {
	text-decoration:none;
	background:url(images/menu_hover.png) repeat-x center;
	color:#4991bd;
	text-shadow:1px 1px 0 #d7f0fc;
    filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    -khtml-opacity:0.8; 
    opacity:0.8;
}

#slogan {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:15px;
	margin-right:155px;
	color:#e8f7ff;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 0 #4991bd;
}
#vote-link, #vote-link-full {
	float:right;
	text-shadow:none;
}
#vote-link a, #vote-link-full a {
	width:90px;
	display:block;
	text-decoration:none;
	border-bottom:1px dashed #3873b9;
}
#vote-link a:hover {
	color:#e8f7ff;
	text-decoration:none;
	border-bottom:1px dashed #e8f7ff;
}
#vote-full {
	position:absolute;
	top:0;
	left:-1px;
	width:440px;
	background:#e6f7fe;
	border:5px solid #f4fbfe;
	color:#33768f;
	text-shadow:none;
	padding:10px;
    filter:alpha(opacity=90); 
    -moz-opacity:0.9; 
    -khtml-opacity:0.9; 
    opacity:0.9;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px
}
#vote-close, #tip-close {
	float:right;
	width:14px;
}
#vote-close a {
	width:14px;
	height:14px;
	display:block;
	background:url(images/ico_close.png) no-repeat top center;
}
#vote-close a span {
	position:absolute;
	top:-1000px;
}
#vote-name {
	magin-right:20px;
	margin-bottom:10px;
	font-weight:bold;
	color:#3873b9;
}
#vote-link-full a {
	width:auto;
	text-align:right;
	text-decoration:underline;
	border-bottom:0;
	padding-bottom:0;
	margin-top:10px;
}
#vote-ico {
	float:left;
	width:26px;
	height:26px;
	padding-right:10px;
	text-align:center;
	font-size:14px;
	line-height:22px;
	color:#63accf;
	background:url(images/ico_vote.png) no-repeat left center;
}
#vote-date {
	margin-top:10px;
	font-size:12px;
	color:#4991bd;
	text-align:right;
}

#header-left {margin-right:520px;}
#logo {
	position:relative;
	width:146px;
	height:120px;
	margin-left:145px;
	margin-top:30px;
}
#logo a {
	display:block;
	width:146px;
	height:120px;
	background:url(images/logo.png) no-repeat;
}
#logo a span {
	position:absolute;
	top:-1000px;
}
#logo #site-version {
	position:absolute;
	top:0;
	right:-20px;
	color:#daf3fe;
	text-shadow:1px 1px 0 #7ac1e1;
}

#container {
	float:left;
	width:950px;
	margin-top:29px;
}
#content {padding:0 115px;}

#portfolio {
	width:720px;
	height:545px;
	background:url(images/bg_portfolio.gif) no-repeat center;
}

#main {
	width:720px;
	background:url(images/main_bg.png) repeat-y;
}
#main-top {
	width:720px;
	background:url(images/main_top.png) no-repeat top;
}
#main-content {padding:20px 25px 0 25px;}
#main-bottom {
	width:720px;
	height:40px;
	background:url(images/main_bottom.png) no-repeat;
}

#container-left {
	float:left;
	width:115px;
	margin-left:-939px;
	margin-top:29px;
}
#container-right {
	float:left;
	width:115px;
	margin-left:-115px;
	margin-top:29px;
}

#arrow-left, #arrow-right, #arrow-left-inactive, #arrow-right-inactive {
	width:84px;
	height:96px;
	margin-top:225px;	
}
#arrow-right, #arrow-right-inactive {margin-left:20px;}

#arrow-left a, #arrow-right a {
	display:block;
	width:84px;
	height:96px;
}
#arrow-left a {background:url(images/arrow_left.png) no-repeat left;}
#arrow-left a:hover {background:url(images/arrow_left_hover.png) no-repeat left;}

#arrow-right a {background:url(images/arrow_right.png) no-repeat right;}
#arrow-right a:hover {background:url(images/arrow_right_hover.png) no-repeat right;}

#arrow-left a span, #arrow-right a span, #portfolio a span {
	position:absolute;
	top:-1000px;
}

#arrow-left-inactive {background:url(images/arrow_left_inactive.png) no-repeat left;}
#arrow-right-inactive {background:url(images/arrow_right_inactive.png) no-repeat right;}

#footer {
	height:70px;
	margin:10px 0 10px 145px;
	font-size:12px;
}
#menu-footer {
	float:right;
	width:400px;
	padding-right:145px;
	text-align:right;
}

#copyrights {margin-right:410px;}

#counters {
	margin-top:10px;
	text-align:right;
	padding-right:145px;
    filter:alpha(opacity=70); 
    -moz-opacity:0.7; 
    -khtml-opacity:0.7; 
    opacity:0.7;
}

#prices {
	float:right;
	width:200px;
	text-align:right;
	border-bottom:1px solid #c1dae5;
	border-left:1px solid #c1dae5;
	padding:5px 0;
}

#prices-text {
	margin-right:200px;
	border-bottom:1px solid #c1dae5;
	padding:5px 0;
}
