@charset "utf-8";
/* CSS Document */

/*
 * Project: Vodogradnja Varaždin d.d.
 * 
*/

* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.no_display {
	display: none;
}

/* --------------------------------------------------------------------------------------------- body */

body, html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #dae3e9;
	font-family: Tahoma;
}

p, li {
	font-size: 11px;
	color: #797979;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#header_wrapper {
	background: url(../img/header_wrapper_bck.gif) left top repeat-x;
	height: 295px;
}

#wrapper.default #header_wrapper {
	height: 451px;
}

#header {
	width: 1003px;
	position: relative;
	height: 295px;
}

#wrapper.default #header {
	height: 451px;
}

#wrapper.about #header,
#wrapper.links #header {
	background: url(../img/header_cat_1.jpg) 0px 50px no-repeat;
}

#wrapper.references #header,
#wrapper.news #header {
	background: url(../img/header_cat_2.jpg) 0px 50px no-repeat;
}

#wrapper.services #header,
#wrapper.quality #header {
	background: url(../img/header_cat_3.jpg) 0px 50px no-repeat;
}

#wrapper.gallery #header {
	background: url(../img/header_cat_4.jpg) 0px 50px no-repeat;
}

#wrapper.certificates #header {
	background: url(../img/header_cat_5.jpg) 0px 50px no-repeat;
}

#wrapper.contact #header {
	background: url(../img/header_cat_6.jpg) 0px 50px no-repeat;
}

#header h1 {
	float: left;
	position: absolute;
	z-index: 20;
}

#header #navigation {
	float: left;
	margin-top: 16px;
	position: absolute;
	left: 289px;
}

#header #navigation li {
	float: left;
	margin-right: 23px;
}

#header #navigation li.last {
	margin-right: 0px;
}

#header #navigation li a {
	display: block;
	height: 19px;
	text-indent: -10000px;
	overflow: hidden;
}

#header #navigation li.home a {
	width: 67px;
	background: url(../img/nav_home.gif) left top no-repeat;
}

#header #navigation li.about a {
	width: 60px;
	background: url(../img/nav_about.gif) left top no-repeat;
}

#header #navigation li.references a {
	width: 83px;
	background: url(../img/nav_references.gif) left top no-repeat;
}

#header #navigation li.services a {
	width: 55px;
	background: url(../img/nav_services.gif) left top no-repeat;
}

#header #navigation li.galleries a {
	width: 66px;
	background: url(../img/nav_galleries.gif) left top no-repeat;
}

#header #navigation li.certificates a {
	width: 86px;
	background: url(../img/nav_certificates.gif) left top no-repeat;
}

#header #navigation li.links a {
	width: 56px;
	background: url(../img/nav_links.gif) left top no-repeat;
}

#header #navigation li.contacts a {
	width: 72px;
	background: url(../img/nav_contacts.gif) left top no-repeat;
}

#header #navigation li.active a,
#header #navigation li a:hover {
	background-position: right top;
}

#header #flash {
	position: absolute;
	top: 50px;
	z-index: 10;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	width: 1003px;
	padding-bottom: 41px;
}

#wrapper #content {
	background: url(../img/content_sub_bck.jpg) 74px 0px no-repeat;
}

#wrapper.default #content {
	background: none;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	float: left;
	width: 634px;
	padding-left: 10px;
}

#wrapper.default #primary {
	margin-top: -74px;
	position: relative;
	z-index: 30;
}

/* --------------------------------------------------------------------------------------------- list_1 */

.list_1 {
	float: left;
	width: 200px;
	height: 332px;
	margin-right: 9px;
	position: relative;
	background: url(../img/list_1_bck.gif) 0px 3px repeat-y;
	margin-bottom: 2px;
}

.list_1.v2 {
	background: url(../img/list_1_v2_bck.gif) 0px 3px repeat-y;
}

.list_1.v2 .inner {
	background: url(../img/list_1_bottom_v2_bck.gif) left bottom no-repeat;
}

.list_1 .inner {
	background: url(../img/list_1_bottom_bck.gif) left bottom no-repeat;
	height: 332px;
}

#references_list.list_1 img.thumb {
	background: url(../img/list_1_top_flash_bck.gif) left top no-repeat;
}

.list_1 img.thumb {
	background: url(../img/list_1_top_bck.gif) left top no-repeat;
	width: 192px;
	padding: 3px 5px 26px 3px;
	float: left;
}

.list_1 img.more {
	position: absolute;
	top: 44px;
	right: 12px;
}

.list_1 h2 {
	position: absolute;
	right: 5px;
	top: 98px;
}

.list_1 ul {
	width: 192px;
	margin-left: 3px;
}

.list_1 ul li {
	float: left;
	clear: both;
	height: 17px;
	line-height: 15px;
}

.list_1 ul li a {
	display: block;
	color: #4d6917;
	height: 17px;
	width: 181px;/*192*/
	padding-left: 11px;
	background: url(../img/list_1_item_bck.gif) left top no-repeat;
}

.list_1.v2 ul li a {
	background: url(../img/list_1_item_v2_bck.gif) left top no-repeat;
}

.list_1 ul li a:hover {
	background-position: right;
}


/* --------------------------------------------------------------------------------------------- img_list_1 */

.image_list_1 {
	background: url(../img/img_list_1_bck.jpg) center bottom no-repeat;
	padding: 26px 0px 10px 0px;
	clear: both;
	margin-left: 210px;
}

.image_list_1 li {
	float: left;
	width: 210px;
	border-right: 1px dotted #91979c;
	margin: 0 auto;
}

.image_list_1 li.last {
	border-right: none;
}

.image_list_1 li img {
	margin: 0 auto;
	display: block;
}

/* --------------------------------------------------------------------------------------------- article */

#article {
	padding: 24px 40px 0px 28px;
}

#article h2 {
	margin-bottom: 10px;
	color: #354ea0;
	font-weight: normal;
}

#article .text {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	border-bottom: 1px dotted #98a7cc;
	margin-bottom: 10px;
	color: #797979;
}

#article tr {
	margin: 2px 0px;
}

#article td {
	text-align: center;
	border-right: 1px solid #a7c0d1;
	padding: 2px 0px 2px 5px;
}

#article td.left {
	text-align: left;
}

#article tr:hover {
	background-color: #c8d7e2;
}

#article td:hover {
	background-color: #a7c0d1;
}

#article table {
	border: 1px solid #a7c0d1;
	border-spacing: 0px 3px;
	cursor: pointer;
}

#article .text p {
	margin: 10px 0px;
}

#article .text a {
	padding: 0px 2px 0px 3px;
	color: #797979;						/* texta */
	background-color: #a3d3f2;			/* pozadina */
	border-bottom: 1px solid #508fb9;	/* rubovi */
	border-right: 1px solid #508fb9;	/* rubovi */
}

#article .text a:hover {
	color: #dae3e9;
	background-color: #508fb9;
	border-bottom: 1px solid #a3d3f2;
	border-right: 1px solid #a3d3f2;
}

#article .text img {
	padding: 8px;
	background-color: #fff;
	border: 1px solid #c5ced3;
	margin: 0px 14px;
}

#article .text ol,
#article .text ul {
	margin: 10px 0px;
}

#article .text li {
	margin-left: 30px;
	list-style-type: circle;
}

#article .text ol li {
	list-style-type: decimal;
}

#article .att {
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #98a7cc;
}

#article .att h3 {
	margin-bottom: 6px;
	color: #354ea0;
	font-weight: normal;
}

#article .att h4 {
	margin: 14px 0px 6px 14px;
	color: #354ea0;
	font-weight: normal;
}

#article #att_docs ul,
#article #att_links ul,
#article #att_references ul,
#article #att_certs ul {
	margin-left: 20px;
	float: left;
	clear: both;
}

#article #att_docs ul li,
#article #att_links ul li,
#article #att_references ul li,
#article #att_certs ul li {
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-left: 24px;
}

#article #att_docs ul li {
	background: url(../img/icon_doc.gif) 0px 1px no-repeat;
}

#article #att_links ul li,
#article #att_references ul li,
#article #att_certs ul li {
	background: url(../img/icon_link.gif) 4px 7px no-repeat;
}

#article #att_docs ul li a,
#article #att_links ul li a,
#article #att_references ul li a,
#article #att_certs ul li a {
	color: #797979;
}

#article #att_docs ul li a:hover,
#article #att_links ul li a:hover,
#article #att_references ul li a:hover,
#article #att_certs ul li a:hover {
	color: #dae3e9;
	background-color: #797979;
}

#article .gallery_1 {
}

#article .gallery_1 li {
	float: left;
	margin: 6px 12px;
	margin: 8px 14px;
}

#article .gallery_1 li img {
	padding: 8px;
	background-color: #fff;
	border: 1px solid #c5ced3;
}

/* --------------------------------------------------------------------------------------------- ref_flash */

#ref_flash {
	width: 576px;
	margin: 20px 0px 0px 0px;
}

/* --------------------------------------------------------------------------------------------- article_footer */

#article_footer {
	margin-bottom: 30px;
	clear: both;
}

#article_footer li {
	float: left;
	padding-right: 12px;
	margin-right: 6px;
	background: url(../img/divider.gif) right center no-repeat;
}

#article_footer li.last {
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}

#article_footer li a {
	display: block;
	height: 15px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #354ea0 url(../img/weather_desc_bck.gif) left top no-repeat;
	float: left;
}

#article_footer li a span {
	display: block;
	height: 15px;
	padding: 0px 10px;
	background: url(../img/weather_desc_inner_bck.gif) right top no-repeat;
	float: left;
}

/* --------------------------------------------------------------------------------------------- list_3 */

.list_3 {
	padding: 24px 40px 0px 28px;
}

.list_3 h2 {
	margin-bottom: 10px;
	color: #354ea0;
	font-weight: normal;
}

.list_3 li.list_item {
	padding-bottom: 14px;
	border-bottom: 1px dotted #98a7cc;
	margin-bottom: 14px;
	cursor: pointer;
}

.list_3 li.list_item:hover {
}

.list_3 img.thumb {
	padding: 8px;
	background-color: #fff;
	border: 1px solid #c5ced3;
	float: left;
	/*
	margin-right: 14px;
	*/
}

.list_3 h3 {
	margin-left: 170px;
	margin-bottom: -4px;
	color: #354ea0;
	font-weight: normal;
	/*
	float: left;
	width: 380px;
	*/
}

.list_3 .text {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	margin-left: 170px;
}

.list_3 .text a.more {
	margin-top: 2px;
	float: right;
}

/* --------------------------------------------------------------------------------------------- list_4 */

.list_4 {
	padding: 24px 40px 0px 28px;
}

.list_4 h2 {
	margin-bottom: 10px;
	color: #354ea0;
	font-weight: normal;
}

.list_4 li.list_item {
	padding-bottom: 14px;
	border-bottom: 1px dotted #98a7cc;
	margin-bottom: 14px;
	cursor: pointer;
}

.list_4 h3 {
	margin-bottom: -4px;
	color: #354ea0;
	font-weight: normal;
}

.list_4 .text {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

.list_4 .text span {
	font-weight: bolder;
	margin-left: 20px;
}

.list_4 li:hover .text span {
	color: #dae3e9;
	background-color: #797979;
}

/* --------------------------------------------------------------------------------------------- image_list_2 */

.image_list_2 {
	padding: 24px 40px 0px 28px;
}

.image_list_2 h2 {
	margin-bottom: 10px;
	color: #354ea0;
	font-weight: normal;
}

.image_list_2 ul.galleries_list {
	border-bottom: 1px dotted #98a7cc;
	margin: 10px 0px;
}

.image_list_2 li.list_item {
	float: left;
	width: 280px;
	margin-bottom: 20px;
}

.image_list_2 h3 {
	margin-bottom: 6px;
	color: #354ea0;
	font-weight: normal;
	text-align: center;
	margin-left: 30px;
}

.image_list_2 img.thumb {
	padding: 8px;
	background-color: #fff;
	border: 1px solid #c5ced3;
	margin-left: 60px;
}

/* --------------------------------------------------------------------------------------------- secondary */

#secondary {
	float: right;
	width: 348px;
}

/* --------------------------------------------------------------------------------------------- video */

#video {
	margin: 22px 0px 20px 2px;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #c5ced3;
}

/* --------------------------------------------------------------------------------------------- list_2 */

.list_2 {
	padding-top: 24px;
	padding-left: 10px;
	margin-bottom: 30px;
}

#wrapper.default .list_2 {
	background: url(../img/list_2_bck.jpg) center top no-repeat;
}

.list_2 li {
	padding-bottom: 4px;
	margin-bottom: 6px;
	cursor: pointer;
}

.list_2 li:hover {
	background: url(../img/list_2_item_bck.gif) 38px 0px no-repeat;
}

.list_2 li:hover .inner {
	background: url(../img/list_2_item_inner_bck.gif) 38px bottom no-repeat;
}

.list_2 .date {
	width: 34px;
	height: 34px;
	background: url(../img/date_bck.gif) left top no-repeat;
	float: left;
}

.list_2 .date p.month {
	margin-top: 1px;
	text-align: center;
}

.list_2 .date p.day {
	margin-top: -7px;
	text-align: center;
}

.list_2 h2 {
	margin-left: 42px;
}

.list_2 h2 a {
	font-size: 15px;
	color: #354ea0;
}

.list_2 p.text {
	font-size: 11px;
	line-height: 15px;
	color: #797979;
	margin-left: 42px;
}

/* --------------------------------------------------------------------------------------------- weather */

#weather {
	margin-bottom: 20px;
}

#weather img.thumb {
	float: left;
	margin-left: 10px;
	padding-right: 7px;
	margin-right: 12px;
	border-right: 1px dotted #8d9398;
}

#weather p.temp {
	float: left;
	color: #354ea0;
	margin-top: -8px;
	margin-right: -10px;
	width: 55px;
}

#weather img.degrees {
	float: left;
	margin-top: 10px;
}

#weather p.description {
	height: 15px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #354ea0 url(../img/weather_desc_bck.gif) left top no-repeat;
	float: left;
	margin: 5px 0px 0px 10px;
}

#weather p.description span {
	display: block;
	height: 15px;
	padding: 0px 10px;
	background: url(../img/weather_desc_inner_bck.gif) right top no-repeat;
}

/* --------------------------------------------------------------------------------------------- rivers */

#rivers {
	clear: both;
}

#rivers img.thumb {
	float: left;
	padding: 9px 3px 9px 4px;
	margin-right: 12px;
	border-right: 1px dotted #8d9398;
}

#rivers h2 {
	line-height: 1%;
	margin-bottom: 2px;
}

#rivers p.level {
	height: 15px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #354ea0 url(../img/weather_desc_bck.gif) left top no-repeat;
	float: left;
	margin-bottom: 7px;
}

#rivers p.level span {
	display: block;
	height: 15px;
	padding: 0px 10px;
	background: url(../img/weather_desc_inner_bck.gif) right top no-repeat;
}

#rivers p.level span img {
	margin-top: 0px;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer_wrapper {
	width: 100%;
	height: 41px;
	position: absolute;
	background: url(../img/footer_ea_bck.gif) left bottom repeat-x;
	bottom: 0px;
}

#footer {
	width: 1003px;
	height: 41px;
	background: #dae3e9;
}

#footer #contact {
	margin-left: 47px;
}

#footer #contact li {
	float: left;
	height: 28px;/*41*/
	padding-top: 13px;
	margin-right: 32px;
}

#footer #contact li.ea {
	float: right;
	margin-right: 0px;
	width: 123px;/*348*/
	padding-left: 225px;
	background: url(../img/footer_ea_bck.gif) left top repeat-x;
}

#footer #contact li img {
	float: left;
}

#footer #contact li.email a {
	display: block;
	width: 146px;
	height: 13px;
	background: url(../img/footer_mail.gif) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#footer #contact li.email a:hover {
	background-position: right top;
}

