body {
	margin: 0px;
	padding: 0px;
	background: #13354E url(../img/bg1.jpg) repeat-x bottom;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0E0B0A;
	text-shadow: #FDF7AA 0 1px 0;
}
hr {
	border: 0px;
	border-top: #0E0B0A 1px dotted;
	border-bottom: #FDF7AA 1px dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	text-shadow: none;
}
#ecra {
	background: url(../img/bg2.png) repeat-x top;
}
#glow {
	background: url(../img/glow.png) no-repeat top;
	min-height: 556px;
}
#site {
	width: 861px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
}
#carrinho {
	background: url(../img/carrinho.png) no-repeat right;
	height: 19px;
	margin-right: 7px;
	color: #FFF;
	text-shadow: #000 0 1px 0;
	text-align: right;
	padding-top: 12px;
	padding-right: 55px;
}
#carrinho span {
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 0 1px 0;
}
#logo {
	display: inline-block;
	margin-top: 20px;
	margin-left: 12px;
}
#icones {
	display: inline-block;
	position: absolute;
	margin-top: -93px;
	left: 50%;
	margin-left: 215px;
	z-index: 8888;
	vertical-align: top;
}
#icones img {
	margin-left: 15px;
	display: block;
	float: left;
}
#icones img:hover {
	margin-top: 5px;
}
#msn {
	position: absolute;
	left: 50%;
	margin-left: 70px;
	margin-top: -90px;
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border: #000 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #DFF1F7;
	text-shadow: #FFF 0 1px 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: none;
}
#login {
	position: absolute;
	background: url(../img/bglogin.png) no-repeat top right;
	height: 55px;
	width: 311px;
	margin-top: -63px;
	left: 50%;
	margin-left: 112px;
	z-index: 777;
}
#login table {
	height: 45px;
}
#login, #login td, #login a, #carrinho a, #login div {
	color: #FFF;
	text-shadow: #000 0 1px 0;
	text-decoration: none;
}
#login div {
	text-align: left;
	padding: 7px;
}
#login a:hover, #carrinho a:hover {
	text-decoration: none;
	color: #FC0;
}
#logout {
	font-weight: bold;
	color: #F90;
}
#logout:hover {
	text-decoration: none;
	color: #FFF;
}
#topo {
	background: url(../img/bgtopo.png) no-repeat top center;
	height: 322px;
	text-align: center;
}
#topo img, #topo object {
	display: inline-block;
	margin-top: 9px;
}
#menu {
	background: url(../img/bgmenu.png) no-repeat;
	width: 939px;
	height: 173px;
	position: absolute;
	margin-left: -33px;
	margin-top: -90px;
	text-align: center;
}
#menu ul {
	list-style: none;
	display: inline-block;
	margin-top: 120px;
}
#menu li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
#menu a {
	font-weight: bold;
	color: #CCE4EA;
	text-shadow: #000 0 -1px 0;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#corpo, .corpo {
	background: url(../img/bgcorpo.png) repeat-y center;
	padding: 10px;
}
#conteudo {
	background: url(../img/bgconteudo.png) no-repeat top right;
	padding: 7px;
	padding-top: 35px;
	padding-bottom: 30px;
	margin-top: 43px;
}
#rodape {
	background: url(../img/bgcorpo.png) repeat-y top center;
	padding-left: 16px;
	padding-right: 16px;
}
#rodape a:hover {
	color: #FDF7AA;
	text-shadow: #0E0B0A 0 1px 0; 
	text-decoration: none;
}
#rodape img {
	float: right;
	margin-right: 7px;
}
#paginador {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#baixo {
	background: url(../img/baixo.png) no-repeat center top;
	height: 61px;
}
.titulo {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.inputs {
	background: #FFF url(../img/bginputs.jpg) repeat-x top;
	border: #000 1px solid;
	font-size: 9px;
}
.botoes {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        border: 1px solid #000;
        background: #214247;
        color: #C5CFC5;
        height: 19px;
		font-weight: bold;
		text-shadow: none;
}

/* drop down */
#menu li ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0px;
	margin-top: 17px;
	border: #52110A 1px solid;
	background: #E7C663;
	opacity: 0.9;
	moz-opacity: 0.9;
	max-width: 150px;
	box-shadow: 10px 10px 5px #888;
	z-index: 9999999;
	font-weight: normal;
	font-size: 9px;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
}
#menu li ul li {
	width: 100%;
	clear: both;
	margin: 0px;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	display: list-item;
	background: none;
	font-weight: normal;
}
#menu li ul a {
	display: block;
	padding: 5px;
	text-shadow: none;
	font-weight: normal;
	color: #900;
}
#menu li ul a:hover {
	background: #927316;
	text-shadow: none;
	color: #E7C663;
	font-weight: normal;
}
#menu li ul div {
    background: #52110A;
    padding: 5px;
    color: #E0B537;
    font-weight: bold;
    margin-right: 2px;
	text-shadow: none;
}
/* fim drop down */

/* inicio slider banners */
#jqb_object img{ 
	border: none;
}
#jqb_object { 
	position:relative;
	width:810px;
	height:270px; 
	overflow:hidden;
	text-shadow: none;
	margin-bottom: 20px;
	border: #000 1px solid;
	margin-left: auto;
	margin-right: auto;
}
#jqb_object .jqb_bar{
	position:absolute;
	width: 810px;
	height: 30px;
	left:0px;
	bottom:0px;
	background:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
}
#jqb_object .jqb_slide{
	position:absolute;
	width: 810px;
	height: 270px; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: left;
}
#jqb_object .jqb_info{
	position:absolute;
	padding: 2px 10px 2px 10px;
	float: left;
	text-shadow: none;
}
#jqb_object .jqb_btn{
	width: 15px; height: 14px;
	margin: 10px 5px 2px 2px;
	float: right;
	cursor: pointer;
	cursor: hand;
}
#jqb_object .jqb_btn_next{
	background-image:url(../img/btn_next.gif);
}
#jqb_object .jqb_btn_prev{
	background-image:url(../img/btn_prev.gif);
}
#jqb_object .jqb_btn_pause{
	background-image:url(../img/btn_stop.gif);
}
#jqb_object .jqb_btn_play{
	background-image: url(../img/btn_play.gif);
}
/* fim slider banners */