:focus
{
  -moz-outline-style: none;
}
body, html {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	background: url('../gfx/pageBg.png') no-repeat top center;
	background-attachment: fixed;
}
a {
	text-decoration: none;
}	
#page {
	width: 850px;
	display: table;
	margin: auto;
	height: 100%;
}
#page p {
	font-size: 13px;
	color: #3D2D1E;	
}
#top {
	width: 100%;
	display: table;
	clear: both;
}
#top ul {
	float: right;
	margin-top: 40px;	
}
#top ul li {
	float: left;
	margin-left: 23px;
}
#top ul li a {
	display: table;
	width: 91px;
	height: 31px;
	background: url('../gfx/topButton.png') no-repeat center center;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 14px;
}
#top ul li a:hover {
	background: url('../gfx/topButton_hv.png') no-repeat center center;
}
#top img {
	margin-top: 18px;
}
#header {
	width: 100%;
	display: table;
	clear: both;	
	background: url('../gfx/topBg.png') no-repeat center bottom;
	height: 326px;
	margin-top: 14px;
}
#current {
	background: url('../gfx/topButton_hv.png') no-repeat center center !important;
}
#downHeader {
	background: url('../gfx/downHeader_bg.gif') repeat-y;
	display: table;
	clear: both;
	width: 100%;
}
#downHeaderLeft {
	display: block;
	float: left;
	width: 563px;
}
#downHeaderLeft p {
	margin-left: 40px;
	margin-right: 30px;
	margin-bottom: 8px;
}
#downHeaderLeft p a {
	margin-left: 40px;
	margin-right: 30px;
	margin-bottom: 8px;
}
#downHeaderLeft ul {
	margin: 10px;
	margin-left: 40px;
}
#downHeaderLeft ul li {
	font-size: 13px;
	display: table;
	padding-left: 18px;	
	background: url('../gfx/bullet.png') no-repeat top left;		
}
#downHeaderLeft ul li a {
	color: #58A047;
}
#downHeaderLeft a {
	font-weight: bold;
	color: #57A14A;
	margin: 0px !important;
}
#downHeaderLeft .dateBox, #content .dateBox {
	margin: 0px !important;
	margin-left: 30px !important;
	margin-right: 10px !important;
}
#downHeaderLeft .dateBox p, #content .dateBox p {
	margin: 0px !important;	
}
#downHeaderRight {
	display: block;
	width: 250px;
	margin-left: 600px;
	border-bottom: 2px solid #FAE3BA;		
}
#downHeaderRight p {
	font-size: 12px;
}
#newsBox {
	width: 230px;
}
.dateBox {
	width: 52px !important;
	height: 52px !important;
	background: url('../gfx/calendarBg.png') no-repeat center center !important;	
	float: left;
	margin: 10px;
	margin-top: 0px;
	display: block !important;
}
.dateBox p {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}
.dateBoxTop {
	color: #ffffff !important;
	font-size: 13px !important;
}
.day {
	color: #57A044 !important;	
	font-size: 23px !important;	
}
.more {
	margin-right: 0px !important;
	margin-top: 10px;
	margin-bottom: 0px !important;
}
.more a {
	color: #ffffff !important;
	font-weight: bold;
	background: url('../gfx/moreBg.png') no-repeat right center;
	text-decoration: none;	
	display: block;
	text-align: right;
	height: 22px;
	padding-top: 5px;
	padding-right: 26px;
}
h2, h2 a {
	font-size: 13px;
	font-weight: bold;
	color: #57A14A;
}
h2 a:hover {
	color: #336F25;
}
#content {
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5px;
}
h3 {
	margin-left: 25px;
}
h4 {
	margin: 10px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #242424;
}
#smallCat {
	display: table;
	clear: both;
	margin-top: 8px;
}
#smallCat div {
	width: 136px;
	background: url('../gfx/smallCatBg.png') no-repeat center bottom;
	float: left;
	margin: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#smallCat div img {
	width: 128px;
	height: 49px;
	margin: 4px;
}
#smallCat div p {
	font-size: 10px;
	color: #5B5B5B;
	margin-left: 8px;
}
#smallCat div a {
	color: #5B5B5B;	
}
#smallCat div:hover {
	background: url('../gfx/smallCatBg_hv.png') no-repeat center bottom;
}
#smallCat div:hover a {
	color: #000000;	
}
#bigCat {
	display: table;
	clear: both;
	margin-top: 8px;
}
#bigCat div {
	width: 202px;
	background: url('../gfx/bigCatBg.png') no-repeat center bottom;
	float: left;
	margin: 4px;
	margin-bottom: 8px;
	margin-top: 8px;
}
#bigCat div img {
	width: 194px;
	height: 74px;
	margin: 4px;
}
#bigCat div p {
	font-size: 10px;
	color: #5B5B5B;
	margin-left: 8px;
}
#bigCat div a {
	color: #5B5B5B;	
}
#bigCat div:hover {
	background: url('../gfx/bigCatBg_hv.png') no-repeat center bottom;
}
#bigCat div:hover a {
	color: #000000;	
}
#footer {
	height: 46px;
	border-top: 1px solid #A7A7A7;
	display: table;
	clear: both;
	width: 100%;
	margin-top: 16px;
}
#footer p {
	font-size: 10px;
	color: #5B5B5B;
	margin: 8px;
}
#footer a {
	color: #5B5B5B;
}
#goUp {
	float: right;
}
#iconBox {
	width: 280px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#iconBox ul {
	display: table;
	clear: right;
}
#iconBox ul li {
	float: left;
	width: 120px;
	font-size: 12px;
	font-weight: bold;
	display: table;
	margin-bottom: 10px;
}
#iconBox ul li a {
	color: #58A047;
}
#iconBox ul li img {
	margin-bottom: -4px;
	margin-right: 5px;
}
.gallery {

}
#content .gallery img {
	background: url('../gfx/pixBg.png') no-repeat center center;
	padding: 6px;
	padding-top: 5px;
	margin: 8px;
}
#downHeaderRight .gallery img {
	background-color: #ffffff;
	border: 1px solid #DEC7A7;
	padding: 3px;
	margin: 10px;
}
#archives {
}
#archives p {
	font-size: 12px;
	margin-left: 30px;	
}
#archives p a {
	color: #242424;
}
#archives h2 {
	margin-bottom: 6px;
	margin-top: 10px;
	margin-left: 30px;
}
#archives div {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#subForm {
	margin: 10px;
	width: 450px;
}
#subForm p {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
}
#subForm input[type=text] {
	width: 250px;
	border: 1px solid #757D47;
	font-size: 12px;
}
#subForm textarea {
	width: 450px;
	height: 150px;
	border: 1px solid #757D47;
}
#sendContactInput {
	float: right;
	border: 1px solid #757D47;
	background-color: #AEB677;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	height: 20px;
	margin-top: 57px;
}
#errorBox {
	display: table;
}
#contactPrelo {
	width: 300px;
	height: 60px;
	position: absolute;
	background: url('../gfx/ajax-loader.gif') no-repeat center right;
	display: none;
}
#pods {
	margin: 6px;
	margin-bottom: 14px;
}
#pods li {
	padding-left: 18px;	
	background: url('../gfx/bullet.png') no-repeat center left;	
}
#crr {
	background: url('../gfx/bullet_cr.png') no-repeat center left !important;	
}
#pods li, #pods a {
	font-size: 13px;
	font-weight: bold;
	color: #57A14A;
}
#crr, #crr a {
	color: #626262 !important;
}
#availableColors {

}
#availableColors img {
	width: 38px;
	height: 38px;
}
#fences {
	text-align: center;
	margin-bottom: 10px;
}

