@charset "ISO-8859-1";

@font-face {
font-family: "HARLOWSI"; src: local("HARLOWSI"), url("font/HARLOWSI.TTF") format("truetype");
}

@font-face /* IE */{
font-family: "HARLOWSI_IE"; src: url("font/HARLOWSI.eot");
}

body {
	background-image: url(imagens/background.gif);
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3{
	font-family: HARLOWSI, HARLOWSI_IE;
	letter-spacing: 2px;
	padding-left: 5px;
	text-transform:lowercase;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:inherit;
}

a:hover{
	text-decoration:none;
	color:#333333;
	}
	
input{width:350px;}

#header_wrapper {
	background-image: url(imagens/header_wrapper.gif);
	background-repeat: repeat-x;
	height: 170px;
}
#header {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(imagens/wrapper.gif);
	background-repeat: no-repeat;
	padding: 0px;
	font-size: 1px;
	height: 18px;
}
#wrapper_page{
	margin: 0 auto;
	width: 1000px;
	background-image:url(imagens/wrapper_page.png);
	background-repeat: repeat-y;
	padding: 0px;
	padding-bottom: 15px;
}

#sidebar_left a:hover, #sidebar_right a:hover {
	text-decoration:none;
	color:#FFD26A;
	}
	
#sidebar_left {
	float: left;
	width: 198px;
	padding: 0px;
	margin: 0px;	
}

#sidebar_content_left ul{
	display:block;
}

#sidebar_content_left li{
	list-style:url(imagens/list.png);
}

#sidebar_content_left li:hover{
	list-style:url(imagens/list_hover.png);
}

#sidebar_right {
	float: right;
	width: 198px;
	margin-right:9px;
	padding: 0px;
	margin-top:0;
}

#sidebar_content_left{
	background-color: #954e02;
	border: 3px solid #b46511;	
	box-shadow: 5px 5px 15px #000;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 10px;
	margin-bottom:15px;
}

#sidebar_content_right{
	background-color: #954e02;
	border: 3px solid #b46511;	
	box-shadow: 5px 5px 15px #000;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 0px;
	margin-bottom:15px;
}

#content {
	margin: 0 auto;	
	width: 538px;
	padding: 10px;
	padding-left:15px;
	background-color: #FFF;
	box-shadow: 0px 0px 15px #000;
	border-radius: 10px;
}

#content .right{
	text-align:right;
}
#content .left{
	text-align:left;
}
#footer{
	background-image: url(imagens/footer.png);
	background-repeat: repeat-x;
	height: 48px;
	text-align:center;
	margin-bottom:0px;
	padding-top:15px;
	font-size: 12px;
}

#apDiv1 {
	opacity: 0.5;
	background-image: url(imagens/blend_bg.png);
	visibility: visible;
	position: fixed;
	background-color: #CCC;
	height: 100%;
	width: 100%;
	z-index: 10;
	margin: 0;
}

#apDiv2 {
	opacity: 3.0;
	position:absolute;
	visibility: visible;
	z-index: 11;
	margin: 0 auto;
	height: 99%;
	width: 99%;
	top:15%;
}

.title{
	font-family: HARLOWSI, HARLOWSI_IE;
	font-weight:bold;
	text-transform:lowercase;
}

.foto{
	margin-left: 3px;
	border: solid;
	border-color:#FFF;
	border-width: medium;
	box-shadow: 5px 5px 5px #000000;	
	
}

.contactos{
	background-color: #954e02;
	box-shadow: 5px 5px 5px #000000;
	border-radius: 10px;
	width: 400px;
	padding: 10px;
	margin: 0 auto;
	font-size:14px;
	}

.contactos input{
	background-color: #b46511;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #000000;
	border-width: 1px;
	font-family:inherit;
	padding: 5px;
	color:#311E04;	
}

.buttons{width: 150px;cursor:pointer;}

.contactos textarea{
	background-color: #b46511;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #000000;
	border-width: 1px;
	resize:none;
	scroll:none;
	font-family:inherit;
	font-size:14px;
	padding: 5px;
	color:#311E04;
	width: 350px;
	height: 100px;
}

.shadow{
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
	border-width: 3px;
	border-color:#FFF;
}

.prod{
	background: url(imagens/background.gif) repeat;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}

.tabeladescricao{
	background-color: #954e02;
	box-shadow: 5px 5px 5px #000000;
	border-radius: 10px;
	width: 500px;
	padding: 10px;
	margin: 0 auto;
	font-size:14px;
}

.descricao{
	background-color: #b46511;
	box-shadow: 5px 5px 5px #000000;
	border-radius: 10px;
	width: 400px;
	padding: 10px;
	margin: 0 auto;
	font-size:14px;
}
.descricao p{
	margin-top:2px;text-indent: 1.5em;}

.subs{
	background-color: #954e02;
	box-shadow: 5px 5px 5px #000000;
	border-radius: 10px;
	width: 400px;
	padding: 0px;
	margin: 0 auto;
	font-size:14px;
	text-indent: 15px;
	}

.subs input{
	background-color: #b46511;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #000000;
	border-width: 1px;
	font-family:inherit;
	padding: 5px;
	color:#311E04;	
}
