@charset "utf-8";
/* tags */

body {
	margin:0px;
	background:url(../images/bground.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color:#9f9f9f;
	font-size:12px;
}

input {
	border:solid 1px #c1c1c1;
	background-image:url(../images/bginput.jpg);
	height:19px;
}

img {
	border:0px;
}

a {
	color:#9f9f9f;
	text-decoration:none;
}

/* buttons */

.bentrar {
	width:85px;
	height:26px;
	background-image:url(../images/buttonentrar.jpg);
}

.bcadastreemp {
	width:187px;
	height:30px;
	background-image:url(../images/bcadastreemp.jpg);
}

/* divs */

#container {
	position:absolute;
	left:50%;
	width:900px;
	margin-left:-450px;
}

#brand {
	float:left;
	width:186px;
	height:112px;
}

#topend {
	float:right;
	margin-top:31px;
	line-height:20px;
	text-align:right;
	font-size:10px;
}

#menu {
	float:left;
	height:45px;
	width:900px;
}

#boxacesso {
	float:left;
	height:216px;
	width:900px;
	background-image:url(../images/boxacesso.jpg);
	margin-top:5px;
}

#login {
	float:left;
	margin:69px 0px 0px 36px;
}

#flash {
	z-index:5;
	width:300px;
	height:280px;
	float:right;
	position:relative;
	margin-top:-64px;
}


#leftbox {
	float:left;
	width:246px;
	border:dashed 1px #c1c1c1;
	background-color:#f6f6f6;
	margin:5px 0px 0px 0px;
	padding:10px;
	font-size:10px;
	line-height:20px;
}

.content {
	float:right;
	width:602px;
	background-color:#FFF;
	margin:0px 0px 5px 0px;
	padding:10px;
}

.titlescontent {
	float:right;
	height:29px;
	width:622px;
	margin:5px 0px 5px 0px;
	background-image:url(../images/titlescontent.jpg);
}

.produto {
	float:left;
	width:301px;
	height:115px;
	margin-bottom:10px;
}

.fproduto {
	float:left;
	width:113px;
	padding-top:8px;
	height:105px;
	border:solid 1px #cccccc;
}

.tproduto {
	float:right;
	width:170px;
	margin-right:10px;
	text-transform:lowercase;
}

.tproduto2 {
	float:right;
	width:480px;
	text-transform:lowercase;
	line-height:20px;
}

#footer {
	float:left;
	width:900px;
	text-align:center;
	margin-bottom:150px;
}
/* fonts */

.preco {
	font-size:12px;
	font-weight:bold;
	color:#d7332c;
	text-transform:uppercase;
}

.vermelho {
	color:#d7332c;
	font-weight:bold;
}