@charset "utf-8";

@font-face {
font-family: "AlphaWood"; src: local("AlphaWood"), url("font/AlphaWood.ttf") format("truetype");
}

@font-face /* IE */{
font-family: "AlphaWood_IE"; src: url("font/AlphaWood.eot");
}

@font-face {
font-family: "appleberry_with_cyrillic"; src: local("appleberry_with_cyrillic"), url("font/appleberry_with_cyrillic.ttf") format("truetype");
}

@font-face /* IE */{
font-family: "appleberry_with_cyrillic_IE"; src: url("font/appleberry_with_cyrillic.eot");
}

body {
	background-color: #000;
	background-image: url(imagens/micro_background.jpg);
	margin: 0 auto;
	color:#2b1f17;
}

h1, h2, h3{
	font-family: AlphaWood, AlphaWood_IE;
	letter-spacing: 2px;
	padding-left: 5px;
}

p {
	text-align: justify;
}

a {
	font-family: appleberry_with_cyrillic, appleberry_with_cyrillic_IE;
	text-decoration:none;
	color:inherit;	
}

a:hover{
	color:#630;	
}

#page {
	background: url(imagens/micro_page_background.png);
	background-repeat: no-repeat;
	width: 1000px;
	padding-top: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 35px;
}

#header{
	margin: 0 auto;
	text-align: center;
}


#menu {
	width: 850px;
	box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 0px;
	background-color: #a28356;
	background-image: url(imagens/micro_menu_background.png);
	background-repeat: repeat-x;
}

#menu ul{
	list-style:none;
}

#menu li{
	display:inline;	
	padding-right: 15px;
}

#menu li a{
	font-family: AlphaWood, AlphaWood_IE;
	font-size: 20px;
	text-decoration: none;
	color: #2b1f17;
	font-weight: bold;
	letter-spacing: 2px;
}

#menu li a:hover{
	color:#630;
}

#menu .select a {
	color:#630;	
}

#wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 850px;
	box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #a28356;
	background-image: url(imagens/micro_wrapper_background.png);
	background-repeat: repeat-x;
}

#wrapper img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #000 5px 5px 10px;
	-moz-box-shadow: #000 5px 5px 10px;
	box-shadow: 5px 5px 10px #000;
}

#sidebar {
	margin-left: 15px;
	padding-left:7px;
	background-color: #a28356;
	float: left;
	width: 195px;
	box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 15px;
	
}

#content {
	margin-left: 230px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 7px;
	background-color: #a28356;
	width: 575px;
	-webkit-box-shadow: #000 0px 0px 15px;
	-moz-box-shadow: #000 0px 0px 15px;
	box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;
}

#footer {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(imagens/micro_footer_background.png);
	background-repeat: no-repeat;
	height: 126px;
}

.centro {
	margin: 0px auto;
}

.animais{
	margin-left: -10px;
}

.animais th, td{
		padding: 5px;
		line-height: 35px;
}

.animais img{
	border:solid;
	border-color:#FFF;
	width: 170px;
}

.contactos input, textarea{
	background-color:#630; 
	color: #a28356;
	padding: 5px;
	border: none;
	box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.title{
	font-weight:bold;
}
