img, div { behavior: url(/stylesheets/ie/iepngfix.htc) }


body {
	background-color:#333;
	margin: 0px;
	font-size: 15px;
	font-family: Arial, Verdana, sans;
}

h1,h2,h3 {
	font-family: helvetica, arial, sans-serif;
}
h1 { color: darkorange; }

h1.front {
	color: #000;
	font-size: 42px;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0 0 15px;
	padding: 0px;
}
h2.front {
	color: #222;
	margin: 0 0 10px;
	font-size: 22px;
	font-family: georgia, times;
	font-weight: normal;
}
h3.title {
  color: #c00;
  margin: 0px 0px 14px 0px;
  font-size: 22px;
  font-weight: normal;
  color: #3F4C6B;
  border: 0px;
}
h3.smallbox {
  color: #777;
  margin: 8px;
  border-bottom: 1px dotted #ccc;
}

p.front {
	color: #777;
	font-family: georgia, helvetica, arial, serif;
	font-style: italic;
}

li.ponudba {
	line-height: 170%;
	font-size: 20px;
}

#head {
	position: relative;
	z-index: 50;
	background: #333;
	height: 50px;
	color: #ccc;
}

#menu {
	position: absolute;
	bottom: 15px;
	width: 650px;
	color: #888;
}
#menu a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

#content {
	position: relative;
	background: #fff;
	padding: 10px;
}

#front {
	position: relative;
	background-color: #eee;
	height: 390px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#sec {
	background: #fff;
	height: 340px;
	padding: 10px;
}

#logos {
	float: left;
	width: 420px;
}

#stores {
	float: right;
	width: 420px;
}

#third {
	background: #fff;
	padding-top: 20px;
	height: 250px;
}

#footer {                                         
  border-top: 1px solid #333;                     
  background-image: url(/images/newlookimg/footbg.png);
  background-repeat: repeat-x;                    
  background-color: #333;
  line-height: 150%;
  color: #ccc; 
  padding: 10px;                                  
  font-size: 11px;                                
  height: 160px;
} 
#footer a { color: #ccc; text-decoration: none;}  
#footer a:hover { text-decoration: underline;}

                                                  
.footer_box {                                     
  float: left;                                    
  width: 160px;                                   
  margin-right: 25px;                             
}                                                 

.footer_box h3 {                                  
  border-bottom: 1px solid orange;                
} 


.page {
	position: relative;
	margin: 0px auto;
	width: 850px;
}

.title {
	text-align: center;
	font-family: georgia, helvetica, arial, serif;
}

.testimonial {
	width: 350px;
	font-family: georgia,times;
}
.saying {
	font-style: italic;
	color:#356AA0;
}
.merchant {
	color: #777;
	text-align: right;
	font-style: italic;
	font-size: 11px;
}
.logoline {
	margin-bottom: 14px;
}



/*---- Boxes ----*/
.box {
	position: relative;
	border: 1px solid #777;
	width: 200px;
	height: 250px;
	background-color: #fff;
	background-image: url(/images/newlookimg/boxbg.png);
	background-repeat: repeat-x;
}
.boxbig {
	position: relative;
	border: 3px solid #4096EE;
	width: 220px;
	height: 280px;
	background: #fff;
	background-image: url(/images/newlookimg/boxbg.png);
	background-repeat: repeat-x;
}
.boxdesc {
	position: relative;
	background-color: #fff;
	background-image: url(/images/newlookimg/boxbg.png);
	background-repeat: repeat-x;
	border: 1px solid #aaa;
}
.box_content {
	padding: 5px;
	text-align: center;
}
.shleft {
	position: absolute;
	width: 15px;
	height: 250px;
	right: 0px;
	bottom: 0px;
}
.shright {
	position: absolute;
	width: 15px;
	height: 250px;
	left: 0px;
	bottom: 0px;
}
.subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #4096EE;
	font-variant: small-caps;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
/*---- Boxes ----*/

.bb { border-bottom: 1px solid #ccc; }
