body {
	background-color: #FFF;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222;
}
a{
	color: #97834d;
}
a:hover{
	color: #5c502f;
}
img {
	border: 0px;
}
ul{
	margin:10px 0 10px 25px;
	padding:0;
	}
li{
	padding: 5px 0 0 0;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0;
	padding:0;
	}
h1{
	font-size: 48px;
	color: #97834d;
	line-height: normal;
}
h2{
	font-size: 18px;
	font-style: italic;	
	line-height: normal;
}
h3{
	font-size: 21px;
	color: #999;
	text-transform: uppercase;
	line-height: normal;
	font-family: 'Anton', sans-serif;
	line-height: 120%;
}
h4{
	font-size: 18px;
	line-height: normal;
}
h5{
	font-size: 18px;
	line-height: normal;
	color: #97834d;
}
h6{
	font-size: 16px;
	line-height: normal;
	color: #97834d;
	font-style: italic;
}



/* ////////////////////////////// ESTRUTURA ////////////////////////////*/
#main {
	width: 980px;
	margin: 0 auto 0 auto;
}
/* --------------------------------- TOPO ------------------------------*/
#top {
	width: 980px;
	height: 150px;
}
#logo {
	width: 160px;
	padding-top: 8px;
	float: left;
}
#slogan {
	width: 640px;
	height: 65px;
	margin: 50px 0 0 0;
	font-size:42px;
	color:#999;
	float: left;
	letter-spacing: -1px;
	text-align:center;
}
#social {
	width: 170px;
	height: 25px;
	float: right;
	background-color: #CCC;
	padding: 5px 0 5px 10px;
}
#socialTxt {
	width: 50px;
	padding-top: 3px;
	float: left;
}
.socialIcon {
	width: 22px;
	padding-right: 7px;
	float: left;
}
.clearDIV {
	clear: both;
}
/* --------------------------------- MENU ------------------------------*/
#menu {
	width: 980px;
	height: 70px;
	border-top: dotted 1px #999;
}
#menu ul{
	margin: 17px 0;
	padding: 0px;
	line-height: normal;
}
#menu li{
	height: 40px;
	padding: 0 26px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	border-left: solid 1px #666;
	font-variant: small-caps;
}
#menu li:first-child{
	border-left: none;
	}

#menu li a{
	font-size: 16px;
	color: #97834d;
	text-decoration: none;
}
#menu li a:hover{
	color: #333;
}
.menuTxt2 {
	font-size: 12px;
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
/* ------------------------------------ FLASH -----------------------------------*/
#photo {
	width: 980px;
	height: 360px;
}
/* --------------------------------- HOME CONTENTS ------------------------------*/
#contents{
	width: 980px;
	margin-bottom:10px;
 }
#homeArea{
}

.homeArea{
	width: 300px;
	height: 240px;
	margin: 0 40px 0 0;
	float: left;
	list-style: none;
}
#homeArea3{
	margin: 0;
}
.homeArea-content{
	width: 260px;
	height: 157px;
	padding: 20px;
	color:#FFF;
	float: left;
	background-color:#333;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#555), to(#222));
	background-image: -webkit-linear-gradient(top, #555, #222);
	background-image: -moz-linear-gradient(top, #555, #222);
	background-image: -o-linear-gradient(top, #555, #222);
	background-image: -ms-linear-gradient(top, #555, #222);
	background-image: linear-gradient(top, #555, #222);
}
#homeArea-content1{
	background: url(../images/news1v2.jpg);
}
#homeArea-content2{
	background: url(../images/news2v2.jpg);
}
.homeArea-content a{
	color:#FFF;
}
.homeArea-content p{
	margin: 0 0 8px 0;
}
.homeArea-content-label{
	position: relative;
	top:-50px;
	background: #000;
}
.homeArea-btn{
	font-size:11px;
	width: 60px;
	height: 10px;
	padding: 3px 5px 8px;
	text-align:center;
	position: relative;
	top: -21px;
	float: right;
	background-color:#97834d;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#97834d), to(#5c502f));
	background-image: -webkit-linear-gradient(top, #97834d, #5c502f);
	background-image: -moz-linear-gradient(top, #97834d, #5c502f);
	background-image: -o-linear-gradient(top, #97834d, #5c502f);
	background-image: -ms-linear-gradient(top, #97834d, #5c502f);
	background-image: linear-gradient(top, #97834d, #5c502f);
}

.homeArea-btn a{
	color: #000;
	text-decoration: none;
}
.homeArea-btn a:hover{
	color: #333;
	text-decoration: none;
}
.homeArea-title{
	font-size:30px;
	height:38px;
	padding-top: 12px;
	border-top: 4px double #999;
	}
#gallery { 
	position: relative; 
	width:980px; 
	height:335px; 
	margin:0; 
	padding:0; 
	}
#gallery li { 
	display: block; 
	}

/* --------------------------------- MENU2 ------------------------------*/
#menu2{
	width: 180px;
	float: left;
	margin-top: 10px;
}
#menu2 ul{
	margin: 0;
	padding: 0px;
}
#menu2 li{
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #666;
	list-style-image: none;
}
#menu2 li:last-child{
	border-bottom: none;
}
#menu2 li a{
	text-decoration: none;
	padding: 5px;
	color: #97834d;
	display: block;
}
#menu2 li a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #97834d;
}

/* --------------------------------- CONTENTS ------------------------------*/
#nomenu2{
	width: 180px;
	float: left;
	margin-top: 10px;
}
#contentMain{
	width: 760px;
	float: right;
}
#contentText{
	width: 500px;
	float: left;
	margin-bottom: 20px;
	/*font-family: Helvetica, Arial, sans-serif;*/
}
#contentText ul{
}
#contentText li{
	list-style-type: circle;
	list-style-image: none;
}
#titleBox{
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 4px double #999;
}
#contentBox{
	width: 500px;
	padding-top: 10px;
}
#contentPhoto{
	width: 240px;
	margin-top: 20px;
	float: right;
}
#signature{
	width: 980px;
	height: 30px;
	font-size:9px;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 2px solid #666;
 }
 #signatureLD{
	width: 700px;
	float: left;
 }
 #signatureDO{
	width: 150px;
	float: right;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
 }

/* --------------------------------- SUPPLIERS ------------------------------*/
#suppliers{
	}
#suppliers ul{
	margin: 20px 0;
	padding:20px 0;
	border-top: solid 1px #666;
	}
#suppliers ul li{
	float: left;
	width: 150px;
	margin: 15px 2px 15px 0;
	height: 70px;
	list-style:none;
	}

/* --------------------------------- FONTS ------------------------------*/

.title{
	font-size: 48px;
	color: #97834d;
	line-height: normal;
}
.subtitle{
	font-size: 18px;
	font-style: italic;	
	line-height: normal;
}
.title2{
	font-size: 21px;
	color: #97834d;
	text-transform: uppercase;
	line-height: normal;
}
.subtitle2{
	font-size: 18px;
	line-height: normal;
}
.subtitle2yellow{
	font-size: 18px;
	line-height: normal;
	color: #97834d;
}
.quote{
	font-size: 14px;
	font-style: italic;	
	line-height: 21px;
}
.yellow{
	color: #ebd417;
}
.gold{
	color:#97834d;
	}
a.dodesign{
	text-decoration: none;
	line-height: normal;
 }
a.dodesign:hover{
	color: #F30;
	line-height: normal;
 }

