/*css for celmax products*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
background: url('images/Emocin%20beige%20textured%20no.2459.jpg') repeat; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#wrapper {
	width:70%;
	min-height:100%;
	position:relative;
}
#header {
	padding:5px;
	
	background: url('images/Emocin%20beige%20textured%20no.2459.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
#content {
	/*padding:10px;*/
	background: url('images/Emocin%20beige%20textured%20no.2459.jpg') no-repeat center center fixed; 
	
}
#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 14em;
 margin-top: -3em;
 background: url('images/Emocin%20beige%20textured%20no.2459.jpg') ;
}

#contact{
  display: block;
  height: 27px;
  padding-left: 35px;
  float: left;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', helvetica, 'microsoft sans serif', arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

#contact2{
  display: block;
  height: 27px;
  padding-right: 35px;
  float: right;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', helvetica, 'microsoft sans serif', arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

#content-wrap {
	float: right;
	width: 79%;
	
}

#sidebar {
	float: left;
	width: 21%;
	/*background-color: #000000;*/
	/*background: url('images/bw1.jpg') no-repeat center center fixed;*/
	
	}

#wrap{
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}	

#rightcontent{
	
	
	padding: 0 0 0 15px;
	text-align: justify;

	
}



input{
	line-height: 35px;
	height: 30px;
	
}

p.notice{
	background: url('../images/Info-icon_64.png') no-repeat top left;
	padding: 5px 5px 5px 64px;
}

/* dodatni stilovi */

.bluebox{
	border: 2px solid #8aafcf;
	border-radius: 8px;
}


div.infobox{
	position:relative;
	width:27%;
	float:left;
	margin-right:2.2%;
	margin-bottom: 2em;
	background:white;
	padding: 5px;
	height:240px;
	text-overflow: ellipsis;
	overflow: hidden;
	
}

.redbox{
    border: 2px solid navy;
	border-radius: 8px;
}

.infobox img.left{
    margin-right: 1em;
}

.infobox img.right{
    margin-left: 1em;
}

div.lastright{
    margin-right: 0 !important;
}

.infobox h3{
    background: #dedede;
    text-align: center;
    color: navy;
    line-height: 30px;
    border-bottom: 1px solid navy;
    margin: -5px -5px 1.5em -5px;
}

div.special{
    background: url('../images/special-offer.png') no-repeat top left;
    height: 80px;
    width: 85px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.imgHolder{
    position: relative;
    background: #dedede;
    border: 1px solid #363636;
    padding: 10px;
}

.imgHolder div.imgDesc{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    line-height: 30px;
    color: white;
    background: rgb(100,100,100);
    background: rgba(100,100,100,0.6);
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    text-overflow: elipsis;
    overflow: hidden;
}

#navbar ul { 
margin: 0; 
padding: 5px; /* Set margin and padding for cross browser consistency. */ 
list-style-type: none; /* Needed to eliminate list item marker */ 
text-align: center; /* Centers navigation bar */ 
background-color: #e43b37; /* Set as desired */ 
border-radius:8px;
} 

#navbar ul li { 
display: inline; /* Needed to create horizontal effect */ 
} 

#navbar ul li a { 
text-decoration: none; /* The setting of "none" allows the link to not be underlined. This is up to user preference. */ 
padding: .2em 1em; /* Gives the link space inside it's individual block. */ 
color: #fff; /* Set as desired */ 
background-color: #; /* Set as desired */ 
} 

#navbar ul li a:hover { 
color: #fff;
text-decoration:underline;
background-color: #; /* Both of these values create the "Rollover effect, Set as desired */ 
} 
	



