body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	text-align: center;
	font-size: 8pt;
}

div {
	background: transparent;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

#shadowtop {
	margin: auto;
	height: 28px;
	background: url(shadow_top.png) no-repeat top center;
}
#wrapper {
	margin: auto;
	padding: 44px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 1035px;
	background: url(shadow_mid.png) repeat-y center;
	text-align: center;
}
#shadowbottom {
	margin: auto;
	height: 40px;
	background: url(shadow_bottom.png) no-repeat bottom center;
}

#base {
	width: 950px;
	margin: auto;
	text-align: left;
	background: url(menubg.gif) top left repeat-y;
}

#header {
	height: 138px;
	background: url(header_ofscalnitas.png) top left no-repeat;
}

#leftheader {
	width: 130px;
	height: 100%;
	background: #9D9EA0 url(header_ofscalnitas.png) top left no-repeat;
}

#middle {
}

#navigation {
	position: relative;
	z-index: 10;
	float: left;
	width: 130px;
	padding-bottom: 7.5em;
	background: #9D9EA0;
	text-align: center;
}

ul.navigation {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;	
}
ul.navigation li {
	width: 110px;
	margin: 5px;
	padding: 0px;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	background: #666666;
}

ul.navigation li a {
	padding: 2px;
	padding-left: 5px;
	color: white;
	cursor: pointer;
	display: block;
}

ul.navigation a:hover {
	background: black;
	text-decoration: none;
}

ul.navigation li.level1 {
	text-transform: uppercase;
	background: #0BAFAE;
}

ul.navigation li.level1 a {
	cursor: default;
}

.nocapitalization {
	color: red;
	text-transform: capitalize !important;
}

#boutique_button {
	width: 120px;
	text-decoration: none;
	border: 0pt;
	padding-right: 5px;
}

#content {
	float: right;
	width: 580px;
	padding-top: 15px;
	padding-right: 200px;
	margin-bottom: 2em;
	margin-right: 5px;
	background: white;
}

p {
	line-height: 1.5em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

img {
	margin: 1em;
}

img.quer {
	width: 580px;
}

#footer {
	clear: both;
	height: 20px; 
	color: white; 
	background: #0BAFAE;
	padding-top: 0.3em;
	text-align: center;
}

/* jQuery galleria styles */
.galleria{list-style:none;width:180px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{display:none;/*position:absolute;top:0;left:180px*/}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.galleria_wrapper {
	float: right;
	width: 500px;
	overflow: hidden;
}

.galleria_wrapper img {
	margin: 0;
}