@charset "UTF-8";
/* CSS by Jorge Diaz at thenet.ie, Oct 2009 */
body {
	background-color: #fff;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #532a13;
	line-height: 1.5em;
	width: 600px;
	float: none;
}
img{
	border: none;
}
#container{
	width: 1024px;
	height: auto;
	background-image: url(../images/spoon.jpg);
	background-repeat: no-repeat;
	background-position: 40px top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear{
	clear: both;
}
.right{
	float: right;
}
.left{
	float: left;
}
#top{
	width: 100%;
	height: auto;
	min-height: 300px;
	background-image: url(../images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 0px;
}
#logo{
	padding-top: 95px;
	width: 386px;
	float: left;
	margin-left: 230px;
}
#logo img{
	border: none;
}


h1{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h2{
	font-family: "century gothic", Helvetica, sans-serif;
	color: #532a13;
	font-size: 30px;
	border-bottom: 1px solid #532a13;
	padding-bottom: 7px;
	padding-top: 17px;
	font-weight: normal;
	line-height: 40px;
}

#main{
	background-image: url(../images/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: auto;
}
#drop{
	background-image: url(../images/drop.jpg);
	background-repeat: repeat-y;
	background-position: 84px;
	width: 100%;
	height: auto;
	min-height: 400px;
}
#maintext-home{
	width: 580px;
	margin-left: 120px;
	float: left;
	padding-top: 50px;
}
#maintext{
	width: 550px;
	margin-left: 130px;
	float: left;
}
#maintext2{
	width: 895px;
	margin-left: 130px;
	float: left;
	min-height: 650px;
}
#maintext p, #maintext2 p{
	color: #000;
}
#shopping{
	padding-top: 140px;
	margin-top: 0px;
}
#shopping-box{
	float: right;
	margin-top: 0px;
	margin-right: 65px;
	width: 197px;
	height: 105px;
	background-image: url(../images/shopping_box.png);
}
#news{
	float: right;
	width: 289px;
	margin-top: 25px;
}
#media{
	float: right;
	margin-right: 10px;
	margin-top: 25px;
}
#news-top{
	height: 16px;
	background-image: url(../images/news_top.jpg);
	background-repeat: no-repeat;
}
#news-bottom{
	height: 15px;
	background-image: url(../images/news_bottom.jpg);
	background-repeat: no-repeat;
}
#news-main{
	height: auto;
	background-image: url(../images/news_main.jpg);
	background-repeat: repeat-y;
	padding: 5px 25px 5px 25px;
}
.news-tittle{
	border-bottom: 1px solid #532a13;
	border-top: 1px solid #532a13;
	margin-bottom: 5px;
	margin-top: 8px;
}
.news-text{
	color: #000;
}
.news-link{
	float: right;
	margin-bottom: 8px;
}
.news-link a{
	color: #532a13;
	text-decoration: none;
}
.news-link a:hover{
	color: #000;
	text-decoration: underline;
}
#shopping-box-main{
	float: left;
	width: 180px;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

strong{
	color: #000;
	font-weight: normal;
}
a{
	color:#000;
}
.buttonleft {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	width: 62px;
	height:20px;
	float: left;
	text-align: center;
}
.buttonleft:hover {
	background-position: 0 -20px;
}
.buttonleft a{
	color: #fff;
	text-decoration: none;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	display: block;
}
.buttonright {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	width: 62px;
	height:20px;
	float: right;
	text-align: center;
}
.buttonright:hover {
	background-position: 0 -20px;
}
.buttonright a{
	color: #fff;
	text-decoration: none;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	display: block;
}
.button-large {
	background-image: url(../images/button_large.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 29px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.button-large:hover {
	background-position: 0 -29px;
}
.button-large a{
	color: #fff;
	text-decoration: none;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 29px;
	padding-left: 10px;
	display: block;
}
#bottom-boxes-div{
	width: auto;
	margin-left: 120px;
	padding-top: 50px;
}
.bottom-box{
	float: left;
	width: 286px;
	height: auto;
	margin-right: 23px;
}
.bottom-box-right{
	float: left;
	width: 286px;
	height: auto;
}
#choose-box{
	background-image: url(../images/choose_box.png);
	background-repeat: no-repeat;
	height: 162px;
	width: 256px;
	padding: 20px 10px 20px 20px;
}
#footer{
	margin-top: 0px;
}
#footer-left{
	float: left;
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
	width: 186px;
	height: 220px;
	
}
#footer-right{
	width: 190px;
	float: right;
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
	font-family: "century gothic", Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 158px;
	padding-left: 175px;
}
#footer-text{
	font-family: "century gothic", Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 115px;
	padding-left: 7px;
	float: left;
	text-align: center;
}
.choc-entry{
	width: 447px;
	height: 200px;
	float: left;
	margin-bottom: 10px;
}

.choc-entry-top{
	height: 16px;
	background-image: url(../images/prod_box_top.jpg);
	background-repeat: no-repeat;
}
.choc-entry-bottom{
	height: 16px;
	background-image: url(../images/prod_box_bottom.jpg);
	background-repeat: no-repeat;
}
.choc-entry-main{
	height: 168px;
	background-image: url(../images/prod_box_main.jpg);
	background-repeat: repeat-y;
	padding: 5px 15px 5px 15px;
}
.choc-entry-main img{
	border: 1px solid #40220e;
}
.choc-entry-main a{
	color: #40220e;
	font-family: "century gothic", Helvetica, sans-serif;
}
.choc-tittle{
	margin-top: none;
	color: #532a13;
	font-size: 16px;
	font-weight: bold;
	margin-left: 13px;
	margin-bottom: 10px;
	border-bottom: 1px solid #532a13;

}
.choc-description{
	color: #000;
	padding-left: 13px;
}
.add{
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
}
.pic{
	float: right;
	padding: 0px 0px 15px 15px;
	margin-left: 40px;
	margin-right: 20px;
}
.pic img{
	border: 3px solid #532a13;
}
.shop{
	margin-top: 30px;
	margin-bottom: 50px;
	color: #000;
}
.shop h3{
	color: #532a13;
	margin-top: 0px;
}
.line{
	width: 100%;
	height: 1px;
	background-color: #532a13;
}
.shop-pic{
	width: 315px;
	height: 215px;
	float: right;
	border: 3px solid #532a13;
	margin-top: 15px;
}
.shop-details{
	float: left;
}
#map{
	width: 300px;
	height: 200px;
	background-color: #000;
	float: right;
	padding: 0px 0px 15px 15px;
	border: 3px solid #532a13;
}
#map2{
	width: 300px;
	height: 200px;
	background-color: #000;
	float: right;
	padding: 0px 0px 15px 15px;
	border: 3px solid #532a13;
}
#map3{
	width: 300px;
	height: 200px;
	background-color: #000;
	float: right;
	padding: 0px 0px 15px 15px;
	border: 3px solid #532a13;
}
#contact-form{
	float: right;
	width: 289px;
	margin-top: 4px;
}
#contact-form h3{
	font-family: "century gothic", Helvetica, sans-serif;
	color: #532a13;
	font-size: 20px;
	border-bottom: 1px solid #532a13;
	padding-bottom: 7px;
	padding-top: 17px;
	font-weight: normal;
}
#video{
	float: right;
	margin-top: 20px;
	background-color: #000;
	margin-right: 8px;
}
#sel-cat{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}
#sel-cat img{
	border: 3px solid #532a13;
}
#sel-cat img:hover{
	border: 3px solid #825c47;
}

#enlaces {
	width: 500px;
}
