/*
-----------------------------------------------------------------------------------
Title Boroquito
Stylesheet:  Basic CSS
Author:   Jan "<span>" Meeus
Company: Robarov : http://www.robarov.be/
Last Modified:  09-08-05
----------------------------------------------------------------------------------- */
* {
padding:0;
margin:0;
}

body {
	background: #5f1b00 url(../i/bg-body.gif) top center repeat-x;
	text-align:center;
	font: normal 13px/18px "Georgia", "Times New Roman", Times, serif;
	color: #333;
}
#skiplink{
	position:absolute;
	left:-9999px;
}
img, fieldset{
	border:none;
}
.error{
	font-weight:bold;
	color:#c00;
}
#slogan{
	position: absolute;
	top:6px;
	left:150px;
	font-size:12px;
	color: #D1C5AC;
}
#offer{
	width:252px;
	height:200px;
	text-align:center;
	background:url(../i/offer.jpg) top left no-repeat;
	padding-top:30px;
}
.ornam1{background: url(../i/ornam1.gif) 0% 50% no-repeat;padding-left:80px;}
.ornam2{background: url(../i/ornam2.gif) 0% 50% no-repeat;padding-left:80px;}

#stores {
	width: 440px;
	float: left;
	margin: 0 0 20px 0;
	font-size: 16px;
}
#stores li {
	list-style: none;
	padding: 0px;
	width: 220px;
	text-align: center;
	float: left;
}

/*-----------------------------------------------------------------------------------
B A N N E R----------------------------------------------------------------------------------- */
#banner{
	width:440px;
	height:320px;
	background:url(../i/banner.jpg) 0 0 no-repeat;
/*	background:url(../i/banner.jpg) 0 0 no-repeat; */
	margin-bottom:10px;
}
#banner.small {height: 140px;}
#banner *{
	position:absolute;
	left:-9999px;
}
#watch {
	text-align: center;
	font-size: 20px;
	color: #993a08;
}


/*-----------------------------------------------------------------------------------
B A S I C S  &  H E A D I N G S
----------------------------------------------------------------------------------- */
p{
	margin: 0 0 1em 0;
}
p img{
	float:right;
	padding: 3px;
	margin: 4px 0 8px 12px;
}
a{color: #e15b13;text-decoration:none;}
a:hover{color:#000;}
h1{
	background: url(../i/bg-title.gif) 1% 50% no-repeat;
	color:#5f1b00;
	font-size: 32px;
	font-weight:normal;
	margin-left: -90px;
	padding-left:90px;
	height: 50px;
	line-height: 50px;
}
h2{
	color:#333;
	font-size: 18px;
	font-weight:normal;
	line-height: 26px;
}
h3{
	color:#333;
	font-size: 16px;
	font-weight:normal;
	line-height: 22px;
	clear: both;
}
/*-----------------------------------------------------------------------------------
C O N T A I N E R
----------------------------------------------------------------------------------- */
#container{
	margin:0 auto;
	text-align: left;
	width:772px;
	background: #5f1b00 url(../i/bg-container.jpg) top left repeat-y;
	position: relative;
}

/*-----------------------------------------------------------------------------------
H E A D E R
----------------------------------------------------------------------------------- */

#header {
	height: 195px;
	background: url(../i/bg-header.jpg) top left no-repeat;
	z-index: 1;
}
#header a {
	position:absolute;
	top:88px;
	left:138px;
		text-indent: -5000px;
	width:176px;
	height: 58px;
	text-decoration:none;
	/*  IE 5 Hack \*/
	overflow: hidden;
	/* end hack */
}

/*-----------------------------------------------------------------------------------
N A V I G A T I O N
----------------------------------------------------------------------------------- */
#nav{
	width:200px;
	float: left;
}
#nav li{
	margin:0 0 4px 30px;
	color: #e15b13;
	font-size: 16px;
	list-style: none;
}

#nav li ul li{
	background: url(../i/bullet.gif) 0em 0.35em  no-repeat;
	margin:2px 0;
	font-size: 14px;
	list-style: none;
}
#nav li ul li a{
	color: #fde2b4;
	text-decoration:none;
	padding-left:16px;
	display: block;
	height: 20px;
	width:160px;
	widt\h: 144px;
}
#nav li ul li a:hover{	color: #fff;}

/*-----------------------------------------------------------------------------------
C O N T E N T
----------------------------------------------------------------------------------- */
#content{
	width: 560px;
	widt\h: 440px;
	float: left;
	padding:0 30px 40px 90px;
}

#collection, #collection-promo {
	margin:4px 0px 20px 0px;
	float: left;
	width: 440px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#collection li {
	float: left;
/* 	padding: 5px 14px 5px 0px; */
	text-align:center;
	width: 145px;
	padding-bottom: 5px;
}

#collection img {
	display: block;
	border: 1px solid #D1C5AC;
	background: #FFF;
	padding:5px;
}

#collection-promo li {
	float: left;
	display: inline;
	text-align: center;
	width: 145px;
	height: 200px;

	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;

}
#collection-promo li del { font-size: 12px; }
#collection-promo li a { color: #000080; }

#collection-promo img {
	margin: 0 auto;
	display: block;
	border: 1px solid #D1C5AC;
	background: #FFF;
	padding:5px;
}

#cataloog{
	float:left;
	display:block;
	width: 440px;
}

#cataloog li{
	float:left;
	width:130px;
	list-style:none;
	background:none;
}


/*-----------------------------------------------------------------------------------
C O N T A C T
----------------------------------------------------------------------------------- */
.address{
	width:210px;
	float:left;
	margin-right: 10px;
}
.route{
	width:220px;
	float:left;
}
.route a{text-decoration:none;}

form div {margin-bottom:6px;}
form div.cr{
	margin-left: 84px;
	clear:both;
}
form div.cr label{
	width: auto;
	display: inline;
}
form label {
	float: left;
	display: block;
	width: 80px;
	text-align:right;
}
form input, form textarea{
	border: 1px solid #D1C5AC;
	font-family:"Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
}

form #submit{
	background:#8f3709;
	color:#FFF;
	border: none;
	padding: 2px;
}
/*-----------------------------------------------------------------------------------
F O O T E R
----------------------------------------------------------------------------------- */
#footer{
	clear: both;
	text-align: center;
	height: 59px;
	line-height:48px;
	background: url(../i/bg-footer.gif) top left no-repeat;
}
#footer p{color: #fde2b4;width:772px;padding:0px;text-align: center;}
#footer p a:hover{color: #FFF;}





.promo li { list-style: none; padding: 20px 0; text-align: center;}
.promo li h2 span {
	color: #923708;
	font-size: 40px;
	font-weight: bold;
}

.gmap {
  display: block;
  width: 440px;
  height: 250px;
  margin-bottom: 20px;
}

