#nav {
background: #9E1B34;
	background: -moz-linear-gradient(top, #9E1B34, #810005);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9E1B34), to(#810005));
}

#nav li .menuactive,#nav li a:hover, #nav li .menuactive:hover {
	color: #fff;
	background:#B49F70;
	moz-box-shadow: inset 0 -10px 20px rgba(0, 0, 0, .05), inset 0 2px 5px rgba(0, 0, 0, .05), inset 0 0 0 1px rgba(255, 255, 255, .1);
	text-shadow: 0 1px #242323;
	webkit-box-shadow: inset 0 -10px 20px rgba(0, 0, 0, .05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255, 255, 255, .1);
}
#footer {
	background: #9E1B34;
	background: -moz-linear-gradient(top, #9E1B34, #810005);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9E1B34), to(#810005));
}

div#footer {
	background: #9E1B34;
	background: -moz-linear-gradient(top, #9E1B34, #810005);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9E1B34), to(#810005))
}
.white {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f9f2), to(#ECDBB3));
	background: -moz-linear-gradient(top, #f3f9f2, #ECDBB3);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f9f2', endColorstr='#ECDBB3');
}
.white:hover {
	background: #810005;
	background: -moz-linear-gradient(top, #9E1B34, #810005);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9E1B34), to(#810005));
}
.button {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.mapa, #sidebar img, .psl, #container {
box-shadow: 0 0 5px #888;
}
/* Stylesheet: solgar : inFerlauf Modified On 2013-05-12 15:21:16 */
@charset "utf-8";

#nav
{
	display:inline-block;
	list-style:none;
	margin-top:4px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:100%;
z-index: 999;
        *display: inline;
}

#nav ul
{
list-style:none;
}

#nav li
{
	border-right-color:#ccc;
	border-right-style:solid;
	border-right-width:1px;
	float:left;
}


#nav li .menuactive ,#nav li .active:hover, #nav li a:hover, #nav li li a:hover, #nav li:hover li a, #navbar li.hover li a
{
	color:#fff;
}

#nav li a
{
	color:#fff;
	display:block;
	font:14px;
font-family: Arial;
	height:27px;
	padding:0 25px;
	text-decoration:none;
}

#nav li ul
{
	display:none;
list-style:none;
}

#nav li:hover li,#navbar li.hover li
{
	float:left;
}

#nav li:hover ul,#navbar li.hover ul
{
	display:block;
	left:0;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}


.search
{
	background:url(/uploads/solgar/search.png) right -55px  no-repeat;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.search input
{
	background:none;
	border:none;
	color:#a9a9a9;
	height:12px;
	margin-left:25px;
margin-top:2px;
}

.search input:focus
{
	border:none;
	outline:none;
}

.search label
{
	background:url(/uploads/solgar/search.png) 0 0 no-repeat;
	display:block;
	height:20px;
}

.search_container
{
	border-right:none;
	padding-right:5px;
}



span.accesskey
{
	text-decoration:none;
}

ul#dBar
{


	background-color:transparent;
	border-bottom-color:#c1bccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-top-color:#c1bccc;
	border-top-style:solid;
	border-top-width:1px;
	clear:both;
	height:25px;
	list-style:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0 0;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:595px;
}

ul#dBar li
{
	display:block;
	float:left;
	height:25px;
text-align:center;
}

ul#dBar li a
{
	color:#766b8e;
	display:block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight:400;
	padding:4px 7px;
}

ul#dBar li a:hover
{
	color:#B00;
}
/* Stylesheet: solgar : inNav Modified On 2013-05-12 15:41:11 */
