

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7c6f5c url(/images/bg.jpg);
	color: #222;
	font: normal 13px "Gill Sans", sans-serif;
	padding: 0% 0;
}

a {color: #642;}
a:hover {color: #963;}

img {border: none;}
label {display: block;}
li {list-style-image: url(/images/star.jpg); list-style-type: square; line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: url(/images/wrapper.png);
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 780px;
}

#container {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0;
	background: #FBF9F4;
	border-top: 6px solid #332;
	line-height: 1.3em;
	width: 750px;
}

#logo
{
    
	left: 20px;
	top: 40px;
	position: relative;
    
}

.gauche
{
	float: left;
	text-align: left;
	font: normal 12px "Gill Sans", sans-serif;
}

.droite
{
	float: right;
	text-align: right;
	font: normal 12px "Gill Sans", sans-serif;
}

/* header */
.title {
	background: #E2DED4 url(/images/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
}
.header {
	border-top: 0px solid #663;
	background: #DAD7C5 url(/images/header.jpg) no-repeat left bottom;
	height: 180px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(/images/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(/images/nav.gif) repeat-x;
	color: #553;
	float: left;
	font: bold 14px "Gill Sans", Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}

.navigation .droite a {
	border-right: 0px solid #C9C6B3;
	border-left: 1px solid #C9C6B3;}

.navigation .gauche a {
	border-right: 1px solid #C9C6B3;
	border-left: 0px solid #C9C6B3;}
		
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main */
.main#two-columns {background: #FFF url(/images/two-columns.gif) repeat-y;}

.content  {font-size: 14px; font-family: "Gill Sans", sans-serif; font-color: black; }

/* bottom */
.bottom {
	background: #DCDAC9 url(/images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #332;
	color: #eeeedd;
	padding: 10px;
}
.footer .left {font-size: 12px; font-family: "Gill Sans", sans-serif; width: 66%;}
.footer .right {
	font-size: 12px;
	font-family: "Gill Sans", sans-serif;
	width: 33%;
	text-align: right;
}
.footer a {
	font-size: 12px;
	font-family: "Gill Sans", sans-serif;
	color: #eeeedd;
	text-decoration: none;
}
.footer a:hover {
	text-shadow: 0px 0px 4px white;
	font-size: 12px;
	font-family: "Gill Sans", sans-serif;
	color: #eeeedd;
	text-decoration: none;
}

/* gallery */
/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.first { background: #FFF;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
.h1 { font-family: "Gill Sans", sans-serif; }

special { text-decoration: line-through; }

#buy-button {
	padding: 20px 39px 11px;
	border: 1px solid #ccc;
	text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background: #eee url(/bodega/images/inner.png) repeat-x 0 0;
}

#buy-button a {
	display: block;
	text-align: center;
	font: bold 18px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: #069 0 -1px 1px;
	text-transform: uppercase;
	height: 41px;
	margin-bottom: 5px;
	background: url(/bodega/images/buy-button.png) no-repeat 0 0;
	padding: 1px 0;
}

#buy-button a:hover,
#buy-button a:focus {
	color: #cff;
	text-decoration: none;
}

#buy-button a:active {
	padding: 2px 0 0;
}
