body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	position: relative;
}
/* start -- smart hide edit */
span.hasTip {display:none;} 
div.contentpaneopen_edit {display:none;}
div.icon.edit {display:none;}
div.art-postheadericons.art-metadata-icons {display:none;}
span.hasTip {display:none;}
/* smart hide edit -- end */

div.directions {margin: 0px 20px 0px 20px;}

.wrapper { margin: 0 auto; }

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 100px;
	background: #ffffff;
	position: relative;
	z-index: 10;
	clear: both;
}

#top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}

#middle {
	clear: both;
	min-height: 300px;
	background: #ffffff;
}

#bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #7A7A81;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	overflow: hidden;
	clear: both;
}

#footer {
	position: relative;
	margin: 0px;
	padding: 20px;
	clear: both;
	color: #5A5C5E;
	font-size: 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	background: url(../images/bottom_bg.png) 0 0 repeat-x;
	height: 50px;
}
	
 
 
#middle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#middle-expand { width: 200%; }

 
#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;
	overflow: hidden;
}

 
#left {
	position: relative;
	left: -50%;
	float: left;
	overflow:hidden;
}

 
#right {
	position: relative;
	float: left;
	overflow:hidden;
}

 

#maintop,
#contenttop {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#contentbottom,
#mainbottom {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

 
 
#mainmiddle {
	width: 100%;  
	overflow: hidden;  
	position: relative;  
}

#mainmiddle-expand {
	width: 200%;
}

 
#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;
	overflow: hidden;
}

 
#contentleft {
	position: relative;
	left: -50%;
	float: left;
	overflow:hidden;
}

 
#contentright {
	position: relative;
	float: left;
	overflow:hidden;
}

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width46 { width: 46%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width67 { width: 67%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

#top > .vertical,
#bottom > .vertical { float: left; }

 

body.yoopage { /*background: #E3E3E3 url(../images/page_bg.jpg) 50% 0 repeat;*/ }



#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 30px;
	width: 150px;
}

#toolbar {
	height: 40px;
	padding: 0px 150px 0px 210px;
	overflow: hidden;
   /*	color: #999; */
	line-height: 40px;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	background:  #404041 url(../images/toolbar_bg.png) 0 0 repeat-x;
}

#date {
	float: left;
	height: 12px;
}
.phone {
	background-color: #515151;
	background-image: url(../images/styles/green/ico-phone.png);
	opacity: 0.7;
    -moz-opacity:.70;
    filter:alpha(opacity=70);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 33px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mail {
	background-color: #515151;
	opacity: 0.7;
    -moz-opacity:.70;
    filter:alpha(opacity=70);
	color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right:2px;
	padding-bottom: 2px;
	padding-left: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.date-block {
	background-color: #515151;
	opacity: 0.6;
    -moz-opacity:.60; 
    filter:alpha(opacity=60);
	color: #FFFFFF;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 33px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../images/styles/green/typography/maps.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.clock {
	opacity: 0.9;
    -moz-opacity:.90;
    filter:alpha(opacity=90);
	color: #fff;
	margin: 7px 0 0 0px;
	padding: 0px;
}
#headerbar { 
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

div.menubar {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	z-index: 10;
	height: 60px;
	padding: 0px 20px 0px 200px;
	background: url(../images/menubar_bg.png) 0 0 repeat-x;
}

div.menushadow {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	height: 3px;
	background: url(../images/menubar_shadow.png) 0 0 repeat-x;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#search {
    margin-top: 2px;
    padding-top: 0px;
    height: 22px;
    color: #FFFFFF;
/*    background-color: #404041;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	position: absolute;
	top: 8px;
	right: 7px;
	z-index: 12;
}

#banner {
	position: absolute;
	top: 138px;
	right: -43px;
	width: 0px;
	z-index: 3;
}

#socialbookmarks {
	position: absolute;
	top: 40px;
	right: -30px;
	z-index: 3;
	background: #fff;
	background: -moz-linear-gradient(
					0% 50%,
					#A7A7AD 0,
					#FAFAFA 5px
				);
				
	background: -webkit-gradient( 
					linear,
					0% 50%,
					100% 50%,
					color-stop(0%, #A7A7AD),
					color-stop(15%, #FAFAFA)
				);
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0,0.5);
	box-shadow: 1px 0 3px rgba(0,0,0,0.5);
}

 

#footer a.anchor {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 25px;
	height: 25px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

#footer a.anchor:hover { background-position: 0 -25px; }
#footer .anchor1 {
	position: absolute;
	right: 20px;
	top: 35px;
	width: 250px;
	height: 25px;
	display: block;
	text-decoration: none;
}
#footer .anchor2 {
	position: absolute;
	right: 20px;
	top: 55px;
	width: 250px;
	height: 25px;
	display: block;
	text-decoration: none;
}
#footer .anchor3 {
	position: absolute;
	right: 20px;
	top: 35px;
	width: 500px;
	height: 25px;
	display: block;
	text-decoration: none;
} 
 
#component {
	padding: 20px 20px;
	z-index: 1;
}
#component.floatbox2 { padding: 0px 0px; }

#left div.left-1,
#contentleft div.contentleft-1 { 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-right: 1px solid #E8E8E9;
}

#right div.right-1,
#contentright div.contentright-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-left: 1px solid #E8E8E9;
}


div.bottom-1 {
	border-bottom: 1px solid #292929;
	background: #191919 url(../images/bottom_bg.png) 0 0 repeat-x;
	overflow: hidden;
}

#bottom div.vertical {
	border-bottom: 1px solid #2F2F2F;
	background: #151515 url(../images/bottomblock_bg.png) 0 0 repeat-x;
}


 

div.wrapper-1,
div.wrapper-2 { background: url(../images/wrapper_bg.png) 0 0 repeat-y; }

div.wrapper-2 { 
	padding: 0px 30px 0px 30px;
	background-position: 100% 0;
}

div.wrapper-3 {
	background-color: #FFF;
}

/* moj meni hack */
.slike #component {
	background-image: url(../images/background/content-back7.jpg);
	background-repeat: no-repeat;
	background-position: right -10px;
}
/*.arcusproizvodi .module h3.header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 26px;
	color: #A7A7AC;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}*/ 
h1.arcusproizvodi, 
h2.arcusproizvodi, 
h3.arcusproizvodi { font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif; }

.arcusproizvodi #component {
	background-image: url(../images/background/content-back6.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}
.masazne-fotelje #component {
	background-image: url(../images/background/content-back6.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}
.fitrelax #component {
	padding: 0px;
	background-color: #41940f;
	height: 650px;
	width: 960px;
	margin: 0px;
}
.fitrelax2 #component {
	padding: 0px;
	background-color: #333438;
	height: 633px;
	width: 960px;
	margin: 0px;
}
.sognoponuda #component {
	background-image: url(../images/background/sogno.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 721px;
	width: 960px;
	padding: 0px 0px;
}


.dole {padding:10px 10px 10px 10px; }
.dole2 {padding:120px 10px 10px 10px;width:320px; }
.roboponuda #component {
	background-image: url(../images/background/robo2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 720px;
	width: 960px;
	padding: 0px 0px;
}
.roboponuda #component .content {
	height: 725px;
    margin: 0px;
	padding: 0px 0px;
}
.roboponuda #system .item {padding: 20px 20px;}

.frontponuda #component {
	/*background-image: url(../images/background/bg-robo2.jpg);*/
	/*pozadina standard
	background-image: url(../images/background/bg-shell2.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	height: 720px;
	width: 760px;
	padding: 0px 0px;
}
.arcusdenode {
	/*background-image: url(../images/background/bg-robo2.jpg);*/
	/*pozadina standard*/
	background-image: url(../images/background/bg-shell2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 720px;
	width: 760px;
	padding: 0px 0px;
}
.frontponuda #component .content {
	height: 725px;
	width: 760px;
    margin: 0px -20px 0px -20px;
	padding: 0px 0px;
}
.frontponuda  #system .item .content {
	height: 725px;
	width: 760px;
    margin: -20px -20px 0px -20px;
	padding: 0px 0px;
}
.sognoponuda #system .item {padding: 20px 20px;}
.arcus #component {padding: 0px 0px;}
.menu-arcus #menu level1 item4 {
	padding: 0px;
	margin-left: 30px;
}
.frontponuda #system .item {padding: 20px 20px;}
.pictable {
	background-image: url(../../../images/stories/images_maseri/ruke-u-mesu_opt.jpg);
	background-position: right 50%;
	background-repeat: no-repeat;
}
p.pictable2, h4.pictable2 {
	margin: 20px;
	text-align: justify;
	line-height: normal;
}
.arcustabs #component {padding: 20px 19px; }

/*frontpage css*/
.table_up{height:540px;width:720px;background-image:url(../../../images/stories/sogno-ponuda.jpg);background-repeat:no-repeat;background-position:0px 0px;margin:0px;padding:0px;border:1px solid #CCCCCC;}
.table_up_2{height:187px;width:257px;margin:7px;padding-top:10px;padding-right:0px;padding-bottom:0px;padding-left:10px;background-position:left top;}
.table_up_3{height:50px;width:260px;margin:0px;padding-top:20px;padding-right:0px;padding-bottom:0px;padding-left:10px;}