@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1e1b24;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColLiqHdr #container { 
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	height:380px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColLiqHdr .tabela{ padding-left:8xpx;
	border-bottom:solid 1px #CCCCCC;
	font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#CCCCCC;
} 

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	background:#1e1b24;
	margin-top:0px;
}

.thrColLiqHdr #mainContent p{
font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#CCCCCC;
padding:8px;
	margin-top:0px;
}


.thrColLiqHdr #mainContent h1{
font-size:14px; color:#CCCCCC; font-weight:bold;
padding:8px;
}

.thrColLiqHdr #Gornji{
	background:url(../images/bcg_sub_top.jpg) repeat-x #2b2a38 bottom;
	font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#CCCCCC;
	height:220px; 
	margin-top:0px;
}

.thrColLiqHdr #Gornji img{ 
	background:url(../images/img_brd_gornji.jpg) repeat-x #0b0b11 bottom;
	padding:2px;
}

.thrColLiqHdr #Donji{
	background:#1e1b24; 
	margin-top:0px;
	font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#CCCCCC;
padding:8px;
}

.inputbox {
	background:#E9F5EE;
	font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#1e1b24;
	border: none;
}

.thrColLiqHdr #naslov { 
background:url(../images/bcg_sub_head.jpg) repeat-x top;
height:28px;
font:Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight:bold; color: #DFDFDF; padding: 10px 0 10px 0; }

.thrColLiqHdr #naslov img{
float:right;
display:block;
overflow:inherit}

.thrColLiqHdr #naslov img{ border:none; padding:10px 8px;
}

.thrColLiqHdr #footer { background:url(../images/bck_foot.gif) repeat-x top #000000; height:45px;} 
.thrColLiqHdr #footer p {padding:14px 8px; color: #999999; font-size:9px;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* GALLERY */
div#gallery { background:#1e1b24; width:100%; height:100px; float:left; text-align:center; visibility:hidden;}
div#gallery  img{ border:none;}
.jCarouselLite {float:left;}
.jCarouselLite li { padding:3px; border:1px solid #cccccc; margin:3px;}
a.prev, a.next { display:block; float:left; width:50px; height:80px;}
