
@import url('reset.css');

.left   { float: left;		}	.relative { position: relative; 				}
.right  { float: right;		} .absolute	{ position: absolute; 				}
.center { margin: 0 auto;	} .wrapper  { width: 100%;	float: left;	}
.clear  { clear: both;		}

body { 	background: url('background.jpg') center top; }

.geral {	
	float:left;	
	width:100%;
	text-align:center;
	margin:0 auto;
}

.template {	
	margin:0 auto;
	text-align:left;
	width:960px;
}

#menu_wrapper {
	float:left; 
	height: 72px;
	width: 100%;
}

#menu {
	width: 892px;
	margin: 0 auto;
	height: 72px;
	padding: 0 34px;
	list-style: none;
	font-family: 'bodonixtregular';
}

#menu > li, #menu > li > a {
	font-size: 24px;
	color:#FFF; 
	text-transform: uppercase;
	text-decoration: none;
}

#menu li:hover, #menu li:hover a { color: #9290A4; }

#menu #logo { margin: 12px 5px 0 10px; float:left; }

#menu #home, #menu #empresa, #menu #produtos, #menu #contato { float:left; }

#menu .menu_separator { float: left; margin-top: 20px;  }

#menu #home { padding: 24px 44px;}

#menu #empresa { padding: 24px 46px;}

#menu #produtos { padding: 24px 42px; position: relative; width: 130px; }

#menu #contato { padding: 24px 0 24px 40px;}

.conteudo {text-align:left; width: 760px;}


#rodape_wrapper {
	float:left; 
	height: 58px;
	width: 100%;
	position: fixed;
	bottom: 0;
}

#rodape {
	margin: 0 auto;
	height: 22px;
	list-style: none;
	font-family: 'Times New Roman';
	color: #FFF;
	font-size: 24px;
	padding: 18px 0;
 	width: 960px;
}

#rodape #address, #rodape #email, #rodape #phone, #rodape #kr { float: left; margin-left: 15px; }

#rodape #kr { width: 27px; height: 20px; }

#products_sections {
	display: none;
	padding-top: 6px;
  background-image: linear-gradient(to bottom, #c5c5c5, #ededed);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 220px;
	position: absolute;
	left: -3px;
	top: 72px;
	font-family: 'Bentham';
	list-style: none;
	font-size: 24px;
	padding-left: 0;
	padding-bottom: 20px;
	z-index: 1;
}

#produtos:hover #products_sections {
	display: block;
}

#produtos #products_sections a 	{	color: #000; text-decoration: none;}
#produtos #products_sections li {	margin-bottom: -6px;  }
#produtos #products_sections li img {	margin-bottom: 14px; margin-top: 14px; }
#products_sections li a:hover { opacity: 0.5 !important; }

#content_wrapper {
	float: left;
	width: 100%;
}

#content { 
	font-family: 'bodonixtregular';
}

/* ================================================== HOME ================================================== */
#big_logo { margin-top: 90px; width: 440px; height: 210px; }

/* ================================================== EMPRESA ================================================== */
#company_image #main_image {
	border-radius: 12px;
	left: 14px;
	position: absolute;
	top: 14px;
	height: 345px;
	width: 321px;
}

#company {
	width: 786px;
	margin: 40px auto 60px auto;
	padding: 34px 50px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.8);
}

#company_text {
	font-size: 22px;
	width: 410px;
	font-family: 'Bentham';
	margin-top: -20px;
	text-align: left;
}

#company_title {
	width: 418px;
	font-size: 30px;
	text-transform: uppercase;
}

#company_title hr {
	width: 180px;
	border: 2px solid #000;
	width: 180px;
	margin-top: 0;
}

/* ================================================== PRODUTOS ================================================== */
#products {
	width: 866px;
	margin: 40px auto 60px auto;
	padding: 34px 10px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.8);
	/*min-height: 500px;*/
}

#products_list {
	padding-left: 3px;
	margin-top: 10px;
}

#products_title {
	width: 866px;
	font-size: 30px;
	text-transform: uppercase;
}

#products_title hr {
	width: 180px;
	border: 2px solid #000;
	width: 180px;
	margin-top: 0;
}

.product {
	float: left;
	width: 152px;
	color: #000000;
	margin: 10px;
}

.product:hover { opacity: 0.8; }

.product img { width: 152px; border: dashed 1px black;}

.product_title {
	font-size: 15px;
	font-family: 'Times New Roman';
	font-weight: bold;
	height: 32px;
	margin-top: 8px;
	padding: 0 14px;
	overflow: hidden;
	line-height: 15px;
}

.product_text {
	font-family: 'Times New Roman';
	font-size: 15px;
	font-weight: bold;
	height: 48px;
	margin: 4px 0;
	overflow: hidden;
	padding: 0 14px;
}

/* ================================================== PRODUTO ================================================== */
#product_image #main_image {
	border-radius: 12px;
/*	left: 14px;
	position: absolute;
	top: 14px;*/
	float: left;
	border: dashed 2px black;
	width: 253px;
	height: 391px;
}

#product {
	width: 786px;
	margin: 40px auto 60px auto;
	padding: 34px 50px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.8);
}

#product_text {
	font-size: 22px;
	text-align: justify;
	width: 494px;
	margin-left: 34px;
	font-family: 'Times New Roman';
	font-size: 24px;
}

#product_title {
	width: 494px;
	margin-left: 34px;
	font-size: 30px;
	text-transform: uppercase;
	text-align: left;
}

#product_title hr {
	width: 180px;
	border: 2px solid #000;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
}

#see_more { 
	text-align: left; 
	margin-left: 36px; 
	margin-top: 20px; 
	margin-bottom: 6px;
	font-family: 'Arial';
}

#product_pictures {
	background-color: #FFFFFF;
	border-radius: 8px;
	margin-left: 34px;
	width: 474px;
	padding: 10px;
}

#product_pictures img:hover { opacity: 0.8; }

#product_pictures img {
	margin: 8px;
	margin-left: 11px;
	border-radius: 8px;
	border: dashed 1px black;
	float: left;
}

/* ================================================== CONTATO ================================================== */
#contact {
	width: 786px;
	margin: 40px auto 60px auto;
	padding: 34px 50px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.8);
	font-family: 'Bentham';
	font-size: 20px;
}

#contact_title {
	font-size: 30px;
	width: 100%;
	text-transform: uppercase;
}

#contact_title hr {
	width: 180px;
	border: 2px solid #000;
	width: 180px;
	margin-top: 0;
}

#contact > fieldset {
	border: dashed 3px #000;
	border-radius: 12px;
	position: relative;
}

form#faleconosco { margin-top: 20px; }

#contact legend {
	margin-left: 322px;
	font-family: 'Bentham';
	font-size: 24px;
	padding: 0 6px;
	/*background: #CFD0D5;*/
}

.controls input, .controls textarea, .controls table {
	border: none;
	border-radius: 8px;
	resize: none;
	width: 360px;
	font-family: 'Bentham';
	font-size: 20px;
	padding-left: 6px;
}

.controls input {
	height: 22px;
}

#faleconosco-element-5 {
	height: 273px;
	margin: -273px 0 16px 386px;
	width: 350px;
}

.control-group label {	
	float: left;	
	margin-top: 6px;
}

.control-group { 
	width: 360px;
	margin-left: 18px;
}

label[for="faleconosco-element-5"] {
	margin: -294px 0 16px 386px;
	width: 108px;
}

#recaptcha_widget_div {
	margin: 20px 0 0 22px;
}

#faleconosco-element-6 {
	background: rgba(0, 0, 0, 0.85);
	border-radius: 10px;
	color: #FFF;
	font-family: 'Bentham';
	font-size: 24px;
	border: none;
	height: 32px;
	width: 277px;
	margin-bottom: 20px;
}

.alert { text-align: left; margin-left: 20px; }


#recaptcha_area, #recaptcha_table {
  width: 349px !important;
}