
body {
	background: url(../images/bg-top.jpg) left top repeat;
}


/* layout */

.item {
	padding-top:120px;
	margin-bottom:80px;
	/*background: transparent url(../images/bottom-border.gif) 50% bottom no-repeat;*/
	padding-bottom:20px;
	min-height:600px;
	position:relative;
}

/* end layout */



/* top */

.top-wrapper {
	height:100px;
	background: url(../images/bg-body.jpg) left top repeat;
	position: fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:1000;
	border-bottom:1px solid #766455;
}

.top-wrapper > div {
	height:84px;
}
a { color:#766455;
	text-decoration: none;}
	a:hover { color:#766455;
	text-decoration: underline;}

#logo {
	height:90px;
	line-height:90px;
	background:url(../images/logo.png) no-repeat center;
	display:block;
	color:#000;
	text-decoration: none;
	font-size:30px;
	font-family: "LaurenScript";
	text-align: center;
	float:left;
	padding:8px 0px;
	width:228px;
	text-indent:-9999px;
	/*border:1px solid #8b0e13;
	border-top:0px;
	-moz-box-shadow:0px 0px 5px rgba(89, 8, 12, 0.3), inset 0px 0px 1px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 5px rgba(89, 8, 12, 0.3), inset 0px 0px 1px rgba(255, 255, 255, 0.75);
	box-shadow:0px 0px 5px rgba(89, 8, 12, 0.3), inset 0px 0px 1px rgba(255, 255, 255, 0.75);*/
}

.navigation {
	float:right;
	margin-top:67px;
}

.navigation li, .navigation a {
	float:left;
	background:none;
}

.navigation a {
	/*font-family: Georgia, "Times New Roman", serif;*/
	color:#766455;
	font-size:10px;
	text-decoration: none;
	margin-left:25px;
	height:27px;
	text-transform:uppercase;
}

.navigation .active a, .navigation a:hover {
	color:#f1f2de;
}

/* end top */



/* slideshow*/

.slides-container {
	position: absolute;
	left:0;
	top:105px;
}

.slides-container a.nivo-prevNav,  .slides-container a.nivo-nextNav{
	background:#474747;
	background:rgba(0,0,0,0.6);
	display:block;
	font-size:14px;
	color:#fff;
	text-decoration: none;
	width:45px;
	height:26px;
	padding:4px 0px 0px;
	text-align: center;
	position: absolute;
	top:110px;
	z-index:1000;
	display:none;
}

.slides-container a.nivo-prevNav {
	left:0px;
}

.slides-container a.nivo-nextNav {
	right:0px;
}

.slides {
	display:block;
	height:514px;
	width:821px;
	position: relative;
	background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

.slides > p {
	width:821px;
	height:504px;
	margin:4px;
	position: relative;
}

.slides img {
	display:block;
	background:grey;
	width:821px;
	height:504px;
	position: absolute;
}

.nivo-controlNav {
	position: absolute;
	bottom:-30px;
	right:20px;
	text-align: center;
}

.nivo-controlNav a {
	width:12px;
	height:12px;
	background: transparent url(../images/slideshow-buttons.png) left top no-repeat;
	text-indent: -9999px;
	float:left;
	margin-right:4px;
}

.nivo-controlNav a.active {
	background: transparent url(../images/slideshow-buttons.png) left bottom no-repeat;
}

.shadow-bottom {
	margin-bottom:40px;
}

/* end slideshow */

.welcome { position:absolute; z-index:100; width:600px; height:100px; top:450px; left:30px; background: url(../images/welcome.png) no-repeat; padding:25px;}

	.welcome p{ padding:0; margin:0; font-size:11px; color:#f1f2de; line-height:1.8; }
	.welcome h2{ padding:0 0 8px 0; margin:0; }

/* portfolio */

.portfolio {
	margin-left:10px;
	width:880px;
	display:block;
	position: relative;
}

.portfolio li {
	display:block;
	width:260px;
	height:172px;
	background: transparent url(../images/portfolio-item-bg.png) left top no-repeat;
	float:left;
	margin:0px 20px 20px 0px;
	padding:6px 0px 0px;
}

.portfolio li a {
	display:block;
	width:250px;
	height:152px;
	border:1px solid #ccc;
	background:#fff url(../images/ajax-loader.gif) 50% 50% no-repeat;
	padding:4px;
}

.portfolio img {
	display:block;
	width:250px;
	height:152px;
}

/* end portfolio */


/* zastupstva loga */

a.logos {
	margin:0 0 10px 0;
	width:187px;
	height:73px;
	display:block;
	position: relative;
	background-position:0px 0px;
}
a.logos:hover {
	background-position:0px -73px;
}


a.logos.gidea { background-image:url(../images/gidea.gif); background-repeat:no-repeat;}
a.logos.garofoli { background-image:url(../images/garofoli.gif); background-repeat:no-repeat;}
a.logos.scrigno { background-image:url(../images/scrigno.gif); background-repeat:no-repeat;}
a.logos.mandelli { background-image:url(../images/mandelli.gif); background-repeat:no-repeat;}
a.logos.frascio { background-image:url(../images/frascio.gif); background-repeat:no-repeat;}
a.logos.master { background-image:url(../images/master.gif); background-repeat:no-repeat;}

a.logos.juwel { background-image:url(../images/juwel.png); background-repeat:no-repeat;}
a.logos.manital { background-image:url(../images/manital.png); background-repeat:no-repeat;}
a.logos.okey { background-image:url(../images/okey.png); background-repeat:no-repeat;}
a.logos.sicma { background-image:url(../images/sicma.png); background-repeat:no-repeat;}

a.logos img {
	display:block;
	border:none;
}

/* end zastupstva */


/* gallery */

.gallery {
	display:block;
	width:280px;
	margin-bottom:20px;
}

.gallery a {
	display:block;
	width:70px;
	height:70px;
	float:left;
	border:1px solid #cccccc;
	margin-right:10px;
	margin-bottom:10px;
	background:#fff;
	padding:4px;
}

.gallery a img {
	background:#efefef;
	display:block;
	width:70px;
	height:70px;
}

/* end gallery */



/* links */

.links li {
	display:block;
	background: transparent url(../images/tri.gif) left 50% no-repeat;
	padding-left:25px;
}

.links a {
	color:#b42924;
	font-size:14px;
	text-decoration: none;
	border-bottom:1px solid #766455;
	display:block;
	padding:10px 0px;
}

/* end links */


/* textbox */

h1.textbox, h2.textbox, h3.textbox, h4.textbox, h5.textbox {
	background:#efefef;
	border:1px solid #ccc;
	height:31px;
	padding:9px 0px 0px 10px;
	margin:0px;
}

p.textbox {
	border:1px solid #ccc;
	border-top:0px;
	padding:20px;
	background:#fff;
}

/* end textbox */



/* contact */

.contact label {
	display:block;
	color:#1c1c1c;
	font-weight:bold;
	font-size:18px;
	clear:both;
	margin-bottom:30px;
}

.contact label .text {
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	padding:7px;
	width:390px;
	float:right;
}

.contact label textarea.text {
	height:180px;
}

.contact label .submit {
	background: #000;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color:#fff;
	text-transform: uppercase;
	border:0px;
	padding:5px 10px;
	font-family: Garamond, serif;
	font-weight:bold;
	font-size:14px;
	float:right;
	cursor:pointer;
}

.address {
	background: transparent url(../images/icon-address.png) left 7px no-repeat;
	padding-left:25px;
}

.talk {
	background: transparent url(../images/icon-talk.png) left 7px no-repeat;
	padding-left:25px;
}

.write {
	background: transparent url(../images/icon-write.png) left 7px no-repeat;
	padding-left:25px;
}


.error {
	border-color: red !important;
	background: #faefef !important;
}

.formErrors {
	border: 1px solid red;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: #faefef !important;
	padding:20px;
	color:#000;
	font-size:14px;
}

.sent {
	border: 1px solid green;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: #f8ffed !important;
	padding:20px;
	color:#000;
	font-size:14px;
}

/* end contact */



/* footer */

.footer-wrapper {
	height:60px;
	background: url(../images/bg-body.jpg) left top repeat;
	position: fixed;
	width:100%;
	bottom:0px;
	left:0px;
	z-index:1000;
	border-top:1px solid #766455;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
	color:#fff;
	font-weight:normal;
}

.social img {
	float:left;
	margin-right:5px;
}

/* end footer */