body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #595959;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 18px;
	}

a:link, a:visited {
	color: #C00000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #C00000;
	text-decoration: underline;
	outline: 0;
}

h1 {
	width: 980px;
	padding: 0 0 15px 0;
	margin: 30px auto 30px auto;
	border-bottom: 2px solid #C00000;
	color: #C00000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	}

h2 {
	margin: 12px 0;
	color: #444444;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

h3 {
	margin: 12px 0 12px 0;
	color: #C00000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

h4 {
	font: bold 16px Calibri, Arial, Helvetica, sans-serif;
	margin: 20px 0 -6px 0;
	}

p {
	margin: 12px 0;
	}

ul {
	padding: 0 30px;
	text-align: left;
	}

#wrapper {
	width: 100%;
	}

#header-wrapper {
	width: 100%;
	min-width: 980px;
	height: 130px;
	border-bottom: 4px solid #C00000;
	}

#header {
	width: 980px;
	height: 115px;
	padding: 15px 0 0 ;
	margin: 0 auto 0 auto;
	font-style: italic;
	color: #C00000;
	}

#site-logo {
	float: left;
	display: block;
	width: 270px;
	height: 100px;
	margin: 0 0 0 30px;
	background: url("../img/logo/izo-graditelj-logo.png") no-repeat;
	}
#site-title {
	float: left;
	width: 500px;
	height: 50px;
	margin: 40px 0 0 0;
	font-size: 60px;
	font-weight: bold;
	}
#site-description {
	float: left;
	width: 500px;
	text-align: right;
	font-size: 18px;
	}

#social-links {
	float: right;
	margin: 80px 0 0 0;
	}
#social-links ul {
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0 10px 0 0;
	}
#social-links li {
	display: inline-block;
	}
#social-links li a {
	display: block;
	width: 32px;
	height: 32px;
	}
.facebook {
	background: url("../img/icons/facebook-icon.png") no-repeat;
	}
.twitter {
	background: url("../img/icons/twitter-icon.png") no-repeat;
	}
.linkedin {
	background: url("../img/icons/linkedin-icon.png") no-repeat;
	}

#language-menu {
	float: right;
	margin: 65px 0 0 0;
	}
#language-menu ul {
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
	}
#language-menu li a {
	display: block;
	width: 24px;
	height: 24px;
	}
.german {
	background: url("../img/icons/german-flag-icon.png") no-repeat;
	}
.croatian {
	background: url("../img/icons/croatian-flag-icon.png") no-repeat;
	}

#menu-wrapper {
	width: 100%;
	min-width: 980px;
	height: 45px;
	background: #EBECEC;
	z-index: 10;
	}
#menu {
	width: 980px;
	height: 30px;
	padding-top: 15px;
	margin: 0 auto 0 auto;
	overflow: visble;
	}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	}
#menu li {
	display: inline-block;
	position: relative;
	}
#menu ul li a {
	display: block;
	padding: 0 10px;
	color: #595959;
	font-size: 14px;
	text-decoration: none;
	}
#menu a:hover, #menu ul li .current {
	color: #C00000;
	text-decoration: none;
	outline: 0;
	}
#menu ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #EBECEC;
	z-index: 15;
	}
#menu li li {
	display: block;
	width: 150px;
	padding: 5px 0;
	border: 1px solid #000000;
	text-align: left;
	}
#menu li:hover ul {
		display: block;
		}

#main-wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	}

#footer-wrapper {
	width: 100%;
	min-width: 980px;
	height: 100px;
	background: #C00000;
	}
#footer {
	width: 920px;
	height: 40px;
	padding: 30px;
	margin: 0 auto 0 auto;
	color: #FFFFFF;
	}
#footer a{
	color: #FFFFFF;
	}

#main-background {
	position: absolute;
	width: 100%;
	min-width: 980px;
	height: 420px;
	background: url("img/main-background.jpg") cover;
	top: 135px;
	left: 0px;
	z-index: 1;
	}
#slideshow-wrapper {
	width: 980px;
	height: 420px;
	margin: 30px auto 0 auto;
	background: #FFFFFF;
	}
#slideshow-list {
	float: left;
	width: 300px;
	height: 420px;
	}
#slideshow-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#slideshow-list li {
	width: 280px;
	height: 28px;
	padding: 12px 0 0 20px;
	}
#slideshow-list li.active {
	background: #C00000;
	color: #FFFFFF;
	}
#slideshow-listi li.last-active {
	background: #FFFFFF;
	}
.background-red {
	background: #C00000;
	}
#slideshow-image img {
	position: absolute;
	width: 680px;
	height: 420px;
	}
#slideshow-image img.active {
	z-index: 4;
	}
#slideshow-image img.last-active {
	z-index: 3;
	}

#welcome-wrapper {
	width: 100%;
	min-width: 980px;
	height: 40px;
	background: #EBECEC;
	padding: 20px 0 0 0;
	margin: 35px 0 35px 0;
	}
#welcome-box {
	width: 980px;
	color: #C00000;
	font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-size: 22px;
	font-style: italic;
	margin: 0 auto 0 auto;
	}

#index-box1 {
	position: relative;
	float: left;
	width: 250px;
	height: 460px;
	padding: 30px 0 30px 0;
	margin: 0 75px 120px 0;
	}
#index-box2 {
	position: relative;
	float: left;
	width: 290px;
	height: 270px;
	margin: 0 75px 30px 0;
	}
#index-box3 {
	position: relative;
	float: left;
	width: 290px;
	height: 270px;
	margin: 0 0 30px 0;
	}
#index-box4 {
	position: relative;
	float: left;
	width: 290px;
	height: 270px;
	margin: 0 75px 70px 0;
	}
#index-box5 {
	position: relative;
	float: left;
	width: 290px;
	height: 270px;
	margin: 0 0 70px 0;
	}
#index-box6 {
	float: left;
	width: 270px;
	height: 450px;
	margin: 0 0 50px 0;
	}
#index-box7 {
	float: left;
	width: 270px;
	height: 450px;
	margin: 0 85px 50px 85px;
	}
#index-box8 {
	position: relative;
	float: left;
	width: 270px;
	height: 350px;
	margin: 0 0 150px 0;
	}

.vise {
	position: absolute;
	right: 0;
	bottom: 0;
	}

a#special-offer {
	clear: both;
	display: block;
	width: 980px;
	height: 75px;
	padding: 25px 0 0 0;
	margin: 0 0 70px 0;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #E9E9E9;
	color: #C00000;
	font-size: 25px;
	}
.offer-left {
	float: left;
	width: 100px;
	height: 57px;
	padding: 18px 0 0 0;
	font-weight: bold;
	}
.circle {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 25px 25px 25px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	background: #C00000;
	}
.offer-center {
	float: left;
	width: 650px;
	height: 57px;
	text-align: right;
	padding: 18px 0 0 0;
	}
.offer-right {
	float: left;
	width: 105px;
	height: 75px;
	padding: 0 25px 0 0;
	text-align: right;
	}

#partners {
	clear: both;
	width: 980px;
	height: 90px;
	margin: 30px 0;
	}
#partners img {
	margin: 0 15px;
	vertical-align: middle;
	border: 0;
	}
#partners img a {
	border: 0;
	}

#left-column-big {
	float: left;
	width: 730px;
	}
#left-column {
	float: left;
	width: 250px;
	margin-bottom: 30px;
	}
#middle-column {
	float: left;
	width: 380px;
	margin: 0 50px 30px 50px;
	}
#right-column {
	float: left;
	width: 250px;
	margin-bottom: 30px;
	}

#visit-card {
	width: 220px;
	height: 250px;
	padding: 15px;
	margin: 20px 0;
	border: 1px solid #DDDDDD;
	text-align: center;
	}
.visit-card-left {
	float: left;
	width: 24px;
	height:24px;
	margin: 0 0 10px 0;
	}
.visit-card-right {
	float: left;
	width: 196px;
	height:22px;
	padding: 2px 0 0 0;
	margin: 0 0 10px 0;
	}
.image-description {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 30px;
	}

#slideshow-small1, #slideshow-small2 {
	position: relative;
	width: 250px;
	height: 333px;
	}
#slideshow-small1 img, #slideshow-small2 img {
	position: absolute;
	width: 250px;
	height: 333px;
	}
#slideshow-small1 img.active, #slideshow-small2 img.active {
	z-index: 4;
	}
#slideshow-small1 img.last-active, #slideshow-small2 img.last-active {
	z-index: 3;
	}

.image-wrapper {
	float: left;
	width:315px;
	margin: 0 50px 50px 0;
	text-align: center;
}

#kontakt-form {
	margin: 20px 0;
	}
#kontakt-form h2 {
	padding: 20px;
	margin: 10px 0;
	}

.emailform ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
.emailform li{
	margin: 0 0 5px 0;
	list-style: none;
	}
.emailform label {
	float: left;
	display: block;
	width: 70px;
	}

.frame {
	clear: both;
	width: 250px;
	height: 46px;
	}

iframe {
	width: 680px;
	height: 700px;
	border: 0;
	overflow: visible;
	margin: 0 0 10px 0;
	padding: 0;
	}

#noscript {
	width: 238px;
	height: 34px;
	padding: 5px;
	border: 1px solid #DE7A7B;
	background: #E6C0C0;
	color: #FF0000;
	text-align: center;
	}
#yesscript {
	width: 238px;
	height: 34px;
	padding: 5px;
	border: 1px solid #00AA00;
	background: #A9D49E;
	color: #006400;
	text-align: center;
	}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

ul.numbered {
	list-style-type:decimal;
	}

.gray {
	color: #595959;
	}
.red {
	color: #C00000;
	}

.bold {
	font-weight: bold;
	}

.left {
	text-align: left;
	}
.center {
	display: block;
	text-align: center;
	}
.disableClick{
	pointer-events: none;
	text-decoration: none !important;
	cursor: default;
	}
a.disableClick {
	text-decoration: none !important;
	cursor: default;
	}