@charset "UTF-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,p,pre,code,address,caption,cite,code,em,strong,th { font-size: 11px; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
 
/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }


body {
	margin: 0;
	padding: 0;
	line-height:18px;
	color:#636568;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
    text-align: center;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#centerBox {
	width:970px;
	margin-right: auto;
	margin-left: auto;
	padding-top:50px;
	text-align: left;
	background-color:#FFF;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

img {
	border-style:none;
}

h1 {
	font-size:13px;
	color:#72bf44;
}

/* MENU */

.menuBox {
	width:255px;
	float:left;
}

.menuProdutos  {
}

.menuProdutos div {
	background-color:#FFFFFF;
}

.menuProdutos p {
	border: none;
	color:#0050a8;
	text-decoration: none;
	margin: 0px;
	padding-bottom:12px;
	padding-left: 70px;
}

.menuProdutos p a {
	text-decoration:none;
	color:#636568;
}

.menuProdutos p a:hover {
	text-decoration:underline;	
	color:#72bf44;
}

.menuProdutos p a.visited {
	text-decoration:none;
	color:#636568;
}

.menuProdutos p a.selected {
	text-decoration:underline;	
	color:#72bf44;
}

.catProdutos {
	display:block;
	cursor:pointer;
	padding-left:58px;
	text-decoration: none;
	font-size: 13px;
	color:#636568;
	padding-bottom:6px;
}

.catProdutos a  {
	text-decoration:none;
	color:#636568;
}

.catProdutos a:hover  {
	text-decoration:none;
	color:#72bf44;
}

.catProdutos a:visited  {
	color:#636568;
	text-decoration:none;
}

.catProdutos a.selected {
	color:#72bf44;
	text-decoration:none;
}

.catProdutos:hover {
	color:#72bf44;
	text-decoration:none;
}

.catProdutos.visited {
	color:#636568;
	text-decoration:none;
}

.catProdutos.selected {
	color:#72bf44;
	text-decoration:none;
}

/*  CONTENT BOX  */

.titleBox {
	border-left:1px solid #72bf44;
	padding-top:29px;
	padding-bottom:29px;
	padding-left:6px;
	margin-left:255px;
	margin-bottom:25px;
}
	
.newsBox {
	margin-left:255px;
}

.newsBox p {
	width:690px;
	text-align:justify;
}

.newsBox h1 {
	padding-top:18px;
}

/* PRODUTOS */

.productBox {
	width:690px;
	float:left;
}

.productBox h1 {
	padding-bottom:6px;
}

.product {
	width:230px;
	height:260px;
	float:left;	
}

.productInfo {
	width:690px;
	float:left;
}

h2 {
	font-size:11px;
	color:#72bf44;
	font-weight:bold;
}

.product p {
	width:220px;
}

.productBox a {
	text-decoration:none;
	color:#636568;
}

.productBox a:hover {
	text-decoration:underline;
	color:#72bf44;
}

.productBox a.visited {
	text-decoration:none;
	color:#636568;
}

