/***************************************************
                 Cobanskidani.rs
			  made by www.krojac.com
***************************************************/

*{
	padding:0;
	margin: 0;
	border: none;
}

html, body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #FFFFFF;
		margin:0 0 1px 0; height:100%; /*  tip to show vertical scrollbar always  */
	padding: 0px;
	color: #333;
	background-image: url(../pic/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
}

#logo1, #logo2 {
	display:block;
	position: absolute;
	top: 20px;
	left:0;
	height: 128px;
	width: 128px;
	z-index: 101;
	}

#logo2 {
	top:49px;
	left:500px;
	width:455px;
	height:79px;
	}

html>body #logo1 {
 background:url(pic/logo1.png);
}/* Mozilla, Opera, IE7+ */

html>body #logo2 {
 background:url(pic/logo2.png);
}/* Mozilla, Opera, IE7+ */

/***************************************************
			      Global design
***************************************************/	

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

.hidden{
	overflow: hidden;
	visibility: hidden;
}

p{
	color: #666;
	margin-top: 2px;
	margin-bottom: 2px;
}

p strong {color:#333333}

a, a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #3EB6F2;
	font-size: 11px;
}

a:hover{text-decoration:underline}

#container-left ul	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#container-left ul li{
	position:relative;
	background-image:url(../pic/list-bullet.gif);
	background-position: 0 14px;
	background-repeat:no-repeat;
}

#container-left ul li a, #container-left ul li a:hover {
	font-size: 15px;
	color: #3EB6F2;
	display: block;
	text-decoration: none;
	padding-left:15px;
	padding-bottom:2px;
	line-height:35px;
	background-image:url(../pic/bg-line-dash.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	}
#container-left ul li a:hover {color:#333333}
/***************************************************
			    Main containers
***************************************************/
#holder{
	position: relative;
	width: 940px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#container{
	position: relative;
	width: 980px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#container-left, #container-right {
	position: relative;
	float: left;
}

#container-left{width:450px}

#container-right{
	float: right;
	width: 450px;
	margin-left: 15px;
	_margin-left: 10px;
}

/***************************************************
				   HOLDERS
***************************************************/	



.holder-content, .holder-content-separator, .holder-content-line{
	position: relative;
	float: left;
	width: 100%;
}

.holder-content-line {
	padding-bottom:3px;
	margin-bottom:15px;
	background-image:url(../pic/bg-line-dash.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	}

.holder-content-separator{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#head{
	position: relative;
	float:left;
	width: 980px;
	margin:0;
	height: 465px;
}

#holder-flash{
	position: absolute;
	float:left;
	width:970px;
	margin-top:0px;
	left: 0px;
	top: 192px;
	background-image: url(../pic/bg-flash.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 245px;
	padding-top: 10px;
	padding-left: 10px;
	z-index: 999;
}

/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6, .date, .comment{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position:relative;
}

h1{
	font-size: 27px;
	font-weight: normal;
	color: #333;
	padding-bottom:10px;
}

h1 span {
	position:absolute;
	top:35px;
	left:340px;
	color:#666;
	font-size:18px;
	font-style:italic;
	}

h2{
	font-size: 22px;
	font-weight: normal;
	color: #666;
	padding:5px 0 5px;
}

h3{
	font-size: 20px;
	color: #666;
	font-weight: normal;
	padding:20px 0 5px;
}

h4{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	padding:7px 0 2px;
}

h5{
	font-size: 12px;
	color: #4FB9EC;
	font-weight: normal;
	text-transform: uppercase;
}

h6{
	font-size: 12px;
	color: #4FB9EC;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}


.date{
	font-size: 11px;
	color: #999;
	padding: 2px 0;
	display: block;
}

.text{
	padding: 0 0 15px 0;
	font-size: 11px;
	color: #515151;
}


/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: left;
	position: relative;
	width: 940px;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 10px;
}

.page-nav-right, .page-nav-left{
	float: right;
	position: relative;
	width: 450px;
}

.page-nav-left{
	float: left;
	padding-top: 5px;
	width: 400px;
}

a.page-nav-link{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
}

a.page-nav-link:hover{color: #CCCCCC;}

.page-nav-link-active{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

/***************************************************
			        GALLERY
***************************************************/

a.photo-hover, a.photo-hover:hover{
	float:left;
	border:1px solid #eaeaea;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 01;
	padding:3px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

a.photo-hover:hover, a.photo-hover-avatar:hover{	
	z-index:500;	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/***************************************************
				      FORMS
***************************************************/

form{
	position:relative;
	float:left;
	margin: 0;
	padding: 0 15px 0 0;
	font-family: "Lucida Sans Unicode", Arial;
	overflow:hidden;
}

label {
	color:#666666;
	font-size:11px;
	width:100%;
	display:block;
	float:left;
	line-height: 22px;
}

.textbox, textarea, .box-error, textarea-error, select{
	border:1px solid #ccc;
	font-size:11px;
	width:250px;
	line-height:26px;
	background-color: #FFFFFF;
	height: 26px;
	color: #666666;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
}

select{
	width:260px;
}

textarea{
	width:415px;
	line-height:16px;
	height: 100px;
	margin: 0px;
	padding: 5px;
	background-color: #F9F9F9;
}

.textarea{background-color:#FF9900;}

.textarea-error, .box-error{
	background-color:#F8F8F8;
	border: 1px solid #999999;
}

.text-error, .text-error-left{
	float: left;
	padding-left: 20px;
	line-height: 50px;
	color: #CC3300;
}

.text-error-left{
	padding-left: 0px;
	line-height: 20px;
	float: none;
	position: absolute;
}

.holder-form-height, .holder-form{
	width:100%;
	position: relative;
	float: left;
	margin-bottom: 5px;		
}

.holder-form{height: 28px; margin-bottom: 0px}


.button {
	position:relative;
	width: 98px;
	height: 27px;
	background-image:url(../pic/button.png);
	background-repeat:no-repeat;
	_background-color: #FFFFFF;
	color: #3EB6F2;
	font-size: 25px;
	cursor: pointer;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/***************************************************
			        FOOTER
***************************************************/

#footer{
	position: relative;
	float:left;
	width: 100%;
	color: #999999;
	padding-top: 5px;
	background-image:url(../pic/bg-line-dash.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

#FooterOne{
	float: left;
	position: relative;
	font-size: 12px;
}

#FooterTwo {
	float:right;
	padding-top: 10px;
}

a.krojac, a.krojac:hover{
	color: #ff6600;
	font-size: 13px;
	text-decoration: none;
}

a.krojac:hover{
	text-decoration: none;
	color: #666666;
}

/***************************************************
				       MENU
***************************************************/

#nav-menu{
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width: 950px;
	height:37px;
	z-index: 99;
	background-image:url(../pic/bg_nav.png);
	background-position:top left;
	background-repeat:repeat-x;
	top: 160px;
	left: 15px;
}

#nav-menu ul{
	list-style: none;
	margin: 0;
	padding-top: 9px;
	padding-right: 20px;
	float: right;
}

#nav-menu ul li{
	position:relative;
	float: left;
}

#nav-menu ul li a, #nav-menu ul li a:hover {
	font-size: 16px;
	color: #333;
	display: block;
	text-decoration: none;
	padding-left:20px;
}

#nav-menu ul li a:hover, body#home a#home_link, body#news a#news_link, body#gallery a#gallery_link, body#contact a#contact_link, body#program a#program_link, body#history a#history_link {color:#3EB6F2}

