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

/* Subsection 1: CSS Reset */

* {
border:0;
margin:0;
padding:0;
font-size:100%;
}

/* Subsection 2: Standard HTML tags redefinition */

body {
	background: #2f2f2f url(../images/bg.jpg) repeat-x;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
}

a:link, a:visited {
	color: #E5C440;
	text-decoration: none;
}

a:hover {
	color: #939393;
	text-decoration: underline;
}

/* Structural tags */

#container {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

#header {
	position: relative;
	float: left;
	width: 780px;
	height: 331px;
	border-bottom: 5px solid #3d3d3d;
}

#aside {
	position: relative;
	float: left;
	width: 261px;
}

#aside .moduletable_produtoshome {
	position: relative;
	float: left;
	width: 261px;
	padding: 67px 0px 0px 0px;
	background: url("../images/tit_produtos_home.jpg") no-repeat;
}

#aside .moduletable_produtoshome img {
	margin: 0px 0px 0px 30px;
}

#aside .moduletable_produtoshome ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#aside .moduletable_produtoshome ul li {
	position: relative;
	float: left;
	width: 261px;
}

#aside .moduletable_produtoshome .read-more {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px 0px 0px 5px;
}

#section {
	position: relative;
	float: left;
	width: 518px;
	min-height: 300px;
	border-left: 1px solid #3b3b3b;
}

#section .moduletable_welcome {
	position: relative;
	float: left;
	width: 518px;
	margin: 0px 0px 0px 0px;
	padding: 67px 0px 0px 0px;
	background: url("../images/tit_bemvindo.jpg") no-repeat;
}


#section .moduletable_welcome p {
	margin: 0px 30px 0px 30px;
}

#section .moduletable_destaques {
	position: relative;
	float: left;
	width: 468px;
	margin: 0px 0px 30px 0px;
	padding: 67px 0px 0px 50px;
	background: url("../images/tit_produtosemdestaque.jpg") no-repeat;
}

#section .moduletable_destaques .info {
	position: relative;
	float: left;
	width: 214px;
	margin: 0px 0px 0px 30px;
}

#section .moduletable_destaques .info img {
	position: relative;
	float: left;
	border: 2px solid #d3af0a;
	margin: 0px 10px 0px 0px;
}

#section .moduletable_destaques .info a:hover {
	color: #d3af0a;
}

#section .componentheading {
	position: relative;
	float: left;
	width: 458px;
	margin: 15px 0px 0px 0px;
	padding: 0px 30px 8px 30px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #3b3b3b;
}

#section .blog {
	position: relative;
	float: left;
	width: 458px;
	margin: 10px 30px 30px 30px;
	_margin: 10px 10px 30px 10px;
}

#section .contentpaneopen {
	position: relative;
	float: left;
	width: 458px;
	margin: 0px 30px 30px 30px;
	_margin: 0px 10px 30px 10px;
}

#section .contentpane {
	position: relative;
	float: left;
	width: 458px;
	margin: 20px 30px 20px 30px;
	_margin: 20px 10px 20px 10px;
}

#section .blog .contentpaneopen {
	position: relative;
	float: left;
	width: 458px;
	margin: 0px 0px 0px 0px;
}

#section .blog .contentpaneopen .contentheading {
	position: relative;
	float: left;
	width: 458px;
	padding: 0px 0px 10px 0px;
	color: #E5C440;
	font-weight: bold;
}

#section #component-contact {
	position: relative;
	float: left;
	width: 518px;
	margin: 15px 0px 30px 0px;
}

#section #component-contact .contentpaneopen {
	position: relative;
	float: left;
	width: 518px;
	margin: 0px;
}

#section #component-contact .contentpaneopen .contentheading {
	position: relative;
	float: left;
	width: 458px;
	padding: 0px 30px 8px 30px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #3b3b3b;
}

#section #component-contact .contentpaneopen form {
	margin: 0px 30px 0px 30px;
}

#section #phocagallery {
	margin: 0px 0px 0px 30px;
	_margin: 0px 0px 0px 0px;
}

#section #phocagallery .contentpane {
	position: relative;
	float: left;
	width: 458px;
	margin: 20px 30px 20px 30px;
	_margin: 20px 10px 20px 10px;
}

#footer {
	position: relative;
	float: left;
	width: 760px;
	border-top: 1px solid #3b3b3b;
	padding: 20px 0px 0px 20px;
	font-size: 10px;
}

/* Custom Classes */

.grey {
	color: #939393;
}
