@charset "utf-8";
body {
	background-image:url(../img/bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	color:#060;
	overflow:auto;
	overflow-y:scroll;
}
img{
	border:0;
}
#all{
	background-image:url(../img/logo.png);
	background-position:center 80px;
	background-repeat:no-repeat;
}
#home{
	width:775px;
	height:180px;
	position:absolute;
	z-index:1000;
	margin-left:-380px;
	margin-top:58px;
}
#menu{
	background-image:url(../img/menu_left.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:center;
	width:700px;
	margin:auto;
	margin-top:15px;
}
#menu #bg_right{
	float:right;
	background-image:url(../img/menu_right.png);
	background-position:right;
	background-repeat:no-repeat;
	height:56px;
	width:13px;
}
#menu ul{
	background-image:url(../img/menu_center.png);
	margin:0;
	padding:0;
	padding-top:20px;
	margin-left:15px;
	margin-right:13px;
	height:36px;
	list-style:none;
}
#menu li{
	color:#FFF;
	display:inline;
}
#menu a{
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
#menu a:hover{
	color:#FF0;
}
#menu a:active{
	color:#F00;
}
#content{
	width:774px;
	margin:auto;
	margin-top:200px;
	background-image:url(../img/body_left.png);
	background-repeat:repeat-y;
}
#content #content_bot, #content #content_top{
	position:absolute;
	width:774px;
	background-image:url(../img/body_bot.png);
	height:21px;
}
#content #content_top{
	background-image:url(../img/body_top.png);
	height:22px;
	margin-top:-22px;
}
#content #content_right{
	background-image:url(../img/body_right.png);
	background-position:right;
	background-repeat:repeat-y;	
}
#content #content_body{
	margin-left:12px;
	margin-right:11px;
	background-color:#f8f3dc;
}
#menu_caterg{
	position:absolute;
	z-index:1;
	width:225px;
	margin:0;
	padding:0;
	margin-left:8px;
	list-style:none;
}

#menu_caterg li{
	background-image:url(../img/categ_left.png);
	background-repeat:no-repeat;
	text-align:center;
}
#menu_caterg span{
	background-image:url(../img/categor_center.png);
	display:block;
	height:42px;
	margin:0px 11px 0px 13px;
}

#menu_caterg p{
	background-image:url(../img/categ_right.png);
	background-repeat:no-repeat;
	background-position:right;
	margin:5px 0px 0px 0px ;
}
#menu_caterg a{
	display:block;
	padding-top:15px;
	padding-bottom:8px;
	text-decoration:none;
	color:#FFF;
	height:8px;
	overflow:hidden;
	font-size:12px;
}

#menu_caterg a:hover{
	color:#FF0;
}
#menu_caterg a:active{
	color:#000;
}
#body{
	margin-left:240px;
	margin-right:10px;
	margin-bottom:-18px;
	min-height:350px;
	border:1px solid #CCC;
	background-color:#FFF;
	font-size:12px;
	width:450px;
	padding:10px;
	padding-left:30px;
	padding-right:28px;
}
#text_left{
	float:left;
	width:200px;
	padding:20px;
	padding-top:0px;
	font-size:12px;
	color:#9B0004;
}
#text_left a{
	color:#9B0004;
}
.cestas{
	margin-bottom:15px;
	padding:10px;
	width:100%;
	border:1px solid #999;
}
.cestas img{
	padding:10px;
	margin:10px;
	width:157px;
	border:1px solid #060;
}
.cestas .value{
	font-weight:bold;
	text-align:right;
}
.title{
	text-align:center;
	font-size:20px;
	font-weight:bolder;
	margin-top:0;
	color:#000;
}
.subtitle{
	font-size:14px;
	font-weight:bold;
}
form label{
	padding-right:5px;
	padding-left:5px;
	font-weight:bold;
	display:block;
	font-size:10px;
}
#car label{
	margin-top:3px;
	margin-bottom:3px;
}

form table{
	width:100%;
	border:1px;
	border:1px solid #333;
	padding:10px;
}
form input, form textarea{
	margin:2px;
	height:12px;
	font-size:10px;
	border:1px solid #060;
	background-color:#F7F7F7;
	width:98%;
}
form textarea{
	font-size:10px;
	height:80px;
	width:98%;
	font-family:Verdana, Geneva, sans-serif;
}
.qtd{
	width:16px;
	font-size:9px;
	width:35px;
	text-align:center;
}
.qtd:focus{
	position:absolute;
	margin-left:6px;
	margin-top:-11px;
	font-size:14px !important;
	height:18px;
}
#footer{
	margin-top:25px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#090;
}
#footer img{
	border:0;
	margin-left:10px; 
	margin-right:10px;
}