/* CSS Document NN Design & My Click Design - 2013*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0px;
	padding: 0px;
	}
body {
	background: #96cbfd;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #22446f;
	}
q:before,q:after {
	content: '';
	}

abbr,acronym { 
	border: 0px;
	}

.clear{ 
	clear: both;
	}

.right { 
	float: right; 
	}

.left { 
	float: left; 
	}
a {
	color:#0756a5;
}
a:hover {
	color:#043c7b;
}
img {
	border:none;
}
img a {
	border:none;
}
img a:hover {
	border:none;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
h1 {
	background: url(../img/cont_box_h2.png) no-repeat top right;
	height:46px;
	font-size:18px;
	padding-top:18px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-style:italic;
}
h2 {
	font-size:24px;
	font-style:italic;
	padding-bottom:8px;
	padding-top:5px;
}
h3 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	padding-bottom:5px;
	padding-top:5px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	font-style: italic;
	padding-bottom:7px;
	padding-top:7px;
	text-align:center;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-style:normal;
	padding-bottom:5px;
	padding-top:5px;
	text-align: center;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	font-style: italic;
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
}
ul {
	padding-left:20px;
}
.images_right {
	border: #0756a5 3px solid;
	padding:2px;
	float:right;
	margin:5px;
}
.images_centar {
	border: #0756a5 3px solid;
	padding:2px;
	margin:5px auto 5px auto;
}

/* HEADER */
#head_top {
	width: 970px;
    height: 200px;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
#head_txt {
	float:right;
	padding: 5px 0px 15px 0px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	font-style:italic;
}

/* LOGO */
#logo {
	background: url(../img/logo.png) no-repeat top left;
	width:204px;
	height:200px;
	float:center;
	z-index:99;
	margin-top:0px;
	position:absolute;
}
/* MENU */
#menu {
	background:url(../img/menu.png) no-repeat left top;
	height:72px;
	-moz-box-shadow: 0px 1px 2px #161616;
	-webkit-box-shadow: 0px 1px 2px #161616;
	box-shadow: 0px 1px 2px #161616;
}
#menu ul {
	float:right;
	margin-right:20px;
}
#menu li {
	color:#efebe0;
	font-size:17px;
	font-weight:bold;
	margin-left:10px;
	list-style: none;
	float:left;
	}
#menu li a {
	color:#efebe0;
	font-size:18px;
	font-weight:bold;
	margin-left:10px;
	list-style: none;
	float:left;
	text-decoration:none;
	padding: 26px 8px 26px 8px;
	}
#menu li a:hover {
	text-decoration: none;
	color:#d7a200;
	text-shadow: 1px 1px #021f42;
	}
/* CONTENT */
#content {
	background: #dcdcdc;
	width: 950px;
	padding:10px;
	float:left;	
}
#content_box {
	width:310px;
	float:left;
}
#content_page {
	width:950px;
	float:left;
}
#content_2 {
	width:470px;
	float:left;
}
#content_2_txt {
	background:#c6c6c6;
	width:450px;
	padding:10px;
	font-size:14px;
}
#content_page_txt {
	background:#c6c6c6;
	width:930px;
	padding:10px;
	font-size:14px;
}
#content_box_txt {
	background:#c6c6c6;
	width:290px;
	padding:10px;
	font-size:14px;
	height:330px;
}

.cont_p {
	margin-right:10px;
}
#content_img {
	background: #b4b4b4;
	width: 950px;
	padding:10px;
	float:left;	
}
#content_img li {
	width:306px;
	padding:2px;
	height:106px;
	background-color:#fff;
	float:left;
	list-style: none;
}




/* FOOTER */
#footer {
	background:url(../img/footer.png) repeat-x top;
	width: 970px;
	height:80px;
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	-moz-box-shadow: 0px -1px 2px #161616;
	-webkit-box-shadow: 0px -1px 2px #161616;
	box-shadow: 0px -1px 2px #161616;
}
#footer_menu {
	float:left;
	margin-left:10px;
	margin-top:30px;
}
#footer_menu li {
	color:#efebe0;
	font-size:17px;
	font-weight:bold;
	padding-right:10px;
	list-style: none;
	float:left;
	}
#footer_menu li a {
	color:#efebe0;
	font-size:17px;
	font-weight:bold;
	margin-left:10px;
	list-style: none;
	float:left;
	text-decoration:none;
	}
#footer_menu li a:hover {
	text-decoration: none;
	color:#d7a200;
	text-shadow: 1px 1px #021f42;
}
.footer_menu_br {
	border-right: solid 2px #fff;
}
#social {
	background:url(../img/fb.png) no-repeat top left;
	float:right;
	width:56px;
	height:56px;
	margin-top:12px;
	margin-right:20px;
}






/* SLIDE SHOW */
#slide {
	background: #dcdcdc url(../img/slide.png) repeat-x bottom left;
	width: 950px;
	padding:10px;
	float:left;	
}

#slide_box {
	background:#0c88f6 url(../img/slide_box.png) top repeat-x;
	width:290px;
	height:380px;
	float:left;
	margin:0px;
	padding:0px;
}
#dep {
	background:#021833 url(../img/dep.png) no-repeat;
	font-size:21px;
	font-weight:bold;
	color:#c0b37b;
	padding:15px;
	width:260px;
}
#dep_menu {
	float:left;
	width:260px;
	padding:5px;
	padding-top:25px;
}
#dep_menu li {
	color:#efebe0;
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
	padding-bottom:12px;
	width:270px;
	list-style: none;
	float:left;
	}
#dep_menu li a {
	color:#efebe0;
	font-size:18px;
	font-weight:bold;
	margin-left:10px;
	float:left;
	text-decoration:none;
	text-shadow: 1px 1px #021f42;
	}
#dep_menu li a:hover {
	text-decoration: none;
	color:#d7a200;
	text-shadow: 1px 1px #021f42;
}




/* SLIDER */
.slider-wrapper { 
	width: 650px;
	height: 380px;
	background-color: #fff;
	float:right;
		outline: none;
	position: relative;
}

/* SLIDER end */

/* IMAGES BANER */
#img_baner {
	width:290px;
	height:100%;
	float:right;
}





/* IMAGES BANER END */





input, textarea {
	background:#f0f0f0;
    border: 1px solid #4195fc; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #4195fc;
       -moz-box-shadow: 0px 0px 4px #4195fc;
            box-shadow: 0px 0px 4px #4195fc; /* some variation of blue for the shadow */

}
label {
	margin-top:50px;
}