*{
	padding:0;
	margin:0;
}
html, body {
	height:100%;
}
body {
	background-color: #f2f2f2;
	font-size: 62.5%;
	color: #000;
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg_image.png);
	background-position: center;
	background-repeat: repeat-y;
}
#container { 
	width:814px;
	margin:0 auto;
	text-align: left;
	height: 100%;
	padding: 0 14px;
}
* html #container {
	height:100%;
}
head+body #container {
	min-height:100%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
h1 {
	margin: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#header { 
	/* width:100%; */
	width: 814px;
	margin:0;
	background-image: url(img/main_header_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #8f8f8f;
	height: 88px;
	padding: 0;
	display: block;
}
#header h1 { 
	padding: 0px;
	float: left;
	display: block;
}
#topForm {
	background-image: url(img/top_form_bg.png);
	background-repeat: repeat-x;
	background-color: #ededed;
	display: block;
	padding: 8px 0 8px 10px;
}
#topForm label {
	padding: 0 8px 0 0;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
#topForm select {
	font-size: 12px;
	line-height: 120%;
	padding: 0;
	height: 20px;
	margin-right: 10px;
	color: #4F4F4F;
}
#infoBar {
	display: block;
	border-bottom: 1px solid #bebebe;
	font-size: 10px;
	padding: 5px 0 5px 0;
	color: #8d8d8d;
}
h1.info { 
	display: block;
	font-size: 12px;
	padding: 5px 0 5px 0;
	color: #484849;
	border-bottom: none; 
}
#infoBar span.pointer {
	background-image: url(img/big_arrow_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 15px 2px 8px;
	height: 12px;
	line-height: 13px;
	margin: 0 8px 0 10px;
	color: #fff;
	overflow: visible;
}
#infoBar span.spacer {
	background-image: url(img/v_spacer.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 0 2px 0;
	margin: 0 7px 0 5px;
	height: 12px;
	line-height: 13px;
}
#footerContainer { 
	text-align: left;
	display: block;
	padding: 0;
	background-image: url(img/footer_shadow.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 8px 0;
}
#footer1 {
	clear: both;
	background-image: url(img/footer_1_bg.png);
	background-repeat: repeat-x;
	padding: 6px 10px 0 10px;
	height: 17px;
	display: block;
	text-align: left;
	color: #999999;
}
#footer2 {
	background-image: url(img/footer_2_bg.png);
	background-repeat: repeat-x;
	padding: 13px 10px 0 6px;
	display: block;
	text-align: center;
	color: #506434;
	height: 25px;
	border-bottom: 1px solid #6b6c6b;
}
#footer2 div.footerNaviHolder {
	float: right;
	display: block;
}
#footer2 div.footerNaviHolder a {
	color: #6E6E6E;
	font-weight: normal;
	background-image: url(img/small_bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 12px;
	float: right;
	margin-left: 15px;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 120%;
}
#footer2 div.footerNaviHolder a:hover {
	color: #343434;
	text-decoration: none;
	background-image: url(img/small_bullet_on.png);
}
#toplevel {
	float: right;
	margin: 0;
	list-style:none;
	overflow: hidden;
	height: 22px;
	clear: right;
}
#personal {
	float: right;
	margin-left: 2px;
	width: 500px;
	height: 50px;
	text-align: right;
	padding: 0 10px 0 0;
	clear: right;
	margin-top: 7px;
}
#personal div.searchBox {
	background-image: url(img/searchbox_bg.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	padding: 2px 0 0 19px;
	text-align: left;
	float: right;
	clear: right;
}
#personal div.searchBox input {
	background-color: transparent;
	border: none;
	border: 0px;
	outline: none;
	outline: 0px;
	width: 135px;
	font-size: 11px;
	color: #8F8F8F;
	padding: 0;
	line-height: 11px;
	margin: 0 3px 0 0;
}
#personal div.searchBox input.button {
	cursor: pointer;
	margin: 0;
}
#personal div.buttons {
	width: 400px;
	height: 18px;
	padding: 0;
	float: right;
	clear: right;
	margin-top: 6px;
}
#personal div.buttons a,
#personal div.buttons a.light {
	background-color: #7c7c7c;
	color: #fff;
	font-size: 11px;
	padding: 2px 11px 2px 11px;
	float: right;
	margin-left: 4px;
}
#personal div.buttons a.light {
	background-color: #959595;
}
#personal div.buttons a:hover,
#personal div.buttons a.light:hover {
	background-color: #424242;
	text-decoration: none;
}
#toplevel li {
	float: left;
}
#toplevel li a {
	color:#005da4;
	height: 15px;
	padding: 4px 1em 0 1em;
	border-left: 1px #CBCBCB solid;
	display: block;
	float: left;
}
#toplevel li a:hover  {
	text-decoration: underline;
}
#toplevel li span {
	color:#333333;
	height: 15px;
	padding: 4px 1em 0 1em;
	display: block;
	float: left;
}
#personal li {
	color:#a0ad8e;
}
#personal li a,
#personal li span {
	color:#485a2f;
	height: 21px;
	padding: 6px 1em 0 1em;
	display: block;
	float: left;
}
#personal li span {
	color:#a0ad8e;
}
#personal li a:hover {
	background-color: #cedcbd;
   text-decoration: none; 
 } 
#navibar {
	display: block;
	margin:0;
	padding: 0;
	background-image: url(img/navibar_bg.png);
	background-repeat: repeat-x;
	background-color: #474747;
	height: 29px;
	width: 814px;
	border-bottom: 1px #272727 solid;
	overflow: hidden;
}
#navigacija {
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 11px;
}
#navigacija li {
	float: left;
	margin: 0;
}
#navigacija li a {
	color:#fff;
	height: 28px;
	font-size: 11px;
	padding: 7px 7px 0 7px;
	display: block;
	float: left;
}
#navigacija li a:hover, #navigacija li a.active {
	text-decoration: none;
	background-image: url(img/navi_bg.png);
	background-repeat: repeat-x;
	background-position: 0px -29px;
}
#mainContent {
	clear: both;
	padding: 10px 0 15px 0;
	display: block;
}

p {
	padding: 0;
	margin: 0 0 0.7em 0;
}
a {
	text-decoration : none;
	color:#005da4;
}
a:hover {
	text-decoration : underline;
}
form {
	display: inline;
}
input, button {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#404040;
}
.spaceAfter {
	padding: 0;
	margin: 0 0 0.4em 0;
	display: block;
}
span.black {
	color: #000;
}
.red {
	color: #D20000;
}
/* --------------- News Boxes ----------------- */

div.newsBox,
div.newsBoxBig {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #6b6c6b;
	width: 400px;
}
div.newsBoxBig {
	width: 814px;
}
div.sectionInfo {
	padding: 0;
	display: block;
	margin-bottom: 4px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #828282;
}
div.sectionInfo a {
	color: #828282;
}
div.sectionInfo a:hover {
	color: #005DA4;
	text-decoration: none;
}
div.newsBox h1,
div.newsBoxBig h1, 
div.gallery h2
{
	font-size: 2em;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #d20000;
	line-height: 120%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.5em 0;
}
div.newsBox,
div.newsBoxBig {
	/* font-size: 1.2em; */
	/*color: #050505;*/
	line-height: 140%;
	font-weight: normal;
	/*padding: 0 0 0.5em 0;*/
}

div.newsBox:after,
div.newsBoxBig:after {
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

div.newsBox div.toolBox,
div.newsBoxBig div.toolBox {
	clear: both;
	padding: 5px 0 4px 0;
	text-align: right;
	background-image: url(img/dots_h_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
}
div.newsBox div.toolBox a,
div.newsBoxBig div.toolBox a {
	padding: 2px 6px;
	background-color: #BCBCBC;
	color: #fff;
	display: block;
	float: right;
	margin-left: 4px;
	font-size: 10px;
}
div.newsBox div.toolBox a:hover,
div.newsBoxBig div.toolBox a:hover {
	background-color: #424242;
	text-decoration: none;
}

div.newsBox a.galleryLink,
div.newsBoxBig a.galleryLink {
	text-decoration: none;
	background-image: url(img/icon_photo.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 18px;
	font-size: 0.9em;
	line-height: 1.2em;
	/* display:block;
	float:left; */
	text-align: left;
	margin-bottom: 8px;
}
div.newsBox a.galleryLink:hover,
div.newsBoxBig a.galleryLink:hover {
	text-decoration: underline;
}
div.newsBox div.imageBox,
div.newsBoxBig div.imageBox {
	float: left;
	margin: 0 8px 1px 0;
	display: block;
	width: 210px;
}
div.newsBoxBig div.imageBox {
	width: 400px;
}
div.newsBox div.imageBox span,
div.newsBoxBig div.imageBox span {
	padding: 4px 0 0 0;
	font-size: 1em;
	color: #8D8D8D;
	line-height: 120%;
	display: block;
}

div.newsBox div.signature,
div.newsBoxBig div.signature {
	font-size: 1em;
	line-height: 1.2em;
	color: #8F8F8F;
	display:block;
	float:right;
	clear: both;
	margin-bottom: 8px;
}
.floatL {
	float: left;
	clear: left;
}
.floatR {
	float: right;
	clear: right;
}
div.bigAdHolder {
	clear: both;
	display: block;
	background-image: url(img/dots_h_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 0 10px 0;
}
div.smallAdHolder {
	display: block;
	width: 400px;
	background-image: url(img/dots_h_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 0 10px 0;
}
div.sectionHeader { 
	display: block;
	/* width: 383px; */
	background-image: url(img/section_header_bg.png);
	background-repeat: repeat-x;
	background-color: #e2e3e4;
	border-bottom: 4px solid #9b9b9b;
	border-top: 1px solid #eeeeef;
	padding: 7px 7px 0 10px;
	height: 24px;
	margin-top: 15px;
	font-size: 1.5em;
	color: #6E6E6E;
	font-weight: bold;
	letter-spacing: 0.03em;
}
div.sectionHeader a {
	display: block;
	background-image: url(img/round_arrow_off.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #6E6E6E;
}
div.sectionHeader a:hover {
	text-decoration: none;
	background-image: url(img/round_arrow_on.png);
	color: #050505;
}

/**********************************************************************************************
**********************************************************************************************/

div.newsBox p, div.newsBoxBig p, .gallery p {
	color:#050505;
	font-size:1.2em;
	font-weight:normal;
	line-height:140%;
	padding:0 0 0.5em;
	text-align: justify;
}

/**********************************************************************************************
modal
**********************************************************************************************/

.jqmWindow
{
	display: none;

	position: fixed;
	top: 17%;
	left: 50%;

	margin-left: -215px;
	width: 400px;

	background-color: #EEE;
	color: #333;
	padding: 10px 12px 10px 12px;
	
	border: 4px solid #333;
}
.jqmWindow h1
{
	margin: 0 0 10px 0;
	color: #D20000;
	font-size: 2.0em;
	font-weight:normal
}

* html .jqmWindow 
{
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmOverlay { background-color: #000; }

#loginModal { display: none; }

.close { text-align: right; }

/**********************************************************************************************
forms
**********************************************************************************************/
form {
	display:inline;
}
fieldset {
	border: 1px solid #C4C4C4;
	margin: 10px 0 7px 0;
	padding: 10px 0 10px 0;
}
#topForm { vertical-align: top; }

#topForm .quarters { width: 112px; }
#topForm .districts { width: 160px; }
#topForm .regions { width: 124px; }

#topForm input.go
{
	background: #7C7C7C url(img/go_button.png) 0 0 no-repeat;
	color:#FFFFFF;
	width: 20px;
	height: 20px;
	border: none;
	margin: 0;
	cursor: pointer;
	text-indent: -2000px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	top: -1px;
}
* + html #topForm input.go {	padding: 20px; } 

#districts { display: inline; }

.user form label, .user span.label
{
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 30%;
	vertical-align: middle;
}

.user form div
{
	padding: 4px;
	margin: 4px 0;
	vertical-align: middle;
}

.user form fieldset
{
	font-size: 140%;
}

.user form fieldset div.buttons
{
	margin-left: 30%;
	padding-left: 10px;
	background-color: transparent;
}

* html .user form fieldset div.buttons { display: inline }

#rate 
{
	
	width: 100px; 
}

.toggle
{
	font-size: 90%;
}
h1.sectionInfoBIG {
	font-size: 2.4em;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #353535;
	line-height: 120%;
	font-weight: normal;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.2em 0;
	border-bottom: 1px solid #E2E3E4;
}

div.bannerBox, div.bannerBoxBig
{
	text-align: center;
	padding: 10px 0;
	width: 400px;
	z-index: 0;
}

div.bannerBoxBig
{
	width: 814px;
}

div.bannerBox a img, div.bannerBoxBig a img
{
	border: none;
}

.gallery .box, .gallery .box-hover
{
	position: relative;
	float: left;
	width: 148px; 
	/* height: 188px;  */
	margin: 0 14px 14px 0;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
}

.gallery .box-hover
{
	z-index: 10;
	overflow: visible;
}


.gallery .photo-comment
{
	background: #fff;
}

.gallery .box img { border: 1px solid #484848; }

.gallery .box .photo-comment { clear: left; display:block; }

.columnLeft, .columnRight
{
	width: 400px;
	overflow: hidden;
}

.columnLeft { float: left; }
.columnRight { float: right; }

div.pagestart {
	border-top: 1px solid #c1c1c1;
	background-color: #fbfbfb;
	padding: 6px 7px 7px 0;
	text-align:right;
}
div.pagestart a {
	background-image:url(img/to_top.png);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0px 22px 1px 7px;
	color: #6e6e6e;
	height: 15px;
}
div.pagestart a:hover {
	background-color: #e5e5e5;
	text-decoration:none;
}

.usergallery
{
	background: #fff;
}

.usergallery .gallery h2
{
	color: #333333;
}