body {
	width:100%;
	height: 100%;
	background-color: #FFF;
	background-image: url(/images/bg2.jpg);
	background-repeat: repeat;
	background-position: top center;
	margin: auto;
	text-align: center;
}

#container {
	position: relative;
	top: 30px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}
#logo {
	position: absolute;
	left: 260px;
	top: 0;
}
#blog-link img {
	position: absolute;
	right: -30px;
	top: 250px;
}

/********* MENU *********************************************/
#menu {
	width: 230px;
	margin: 200px 10px 0 0;
	position: relative;
	right: 30px;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	height: 35px;
	color: #FF3336;
	display: block;
	font-size: 14px;
	font-family: "Arial black",Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 32px;
	width: 230px;
}
#menu li a:link {}
#menu li a:hover {
	font-size: 19px;
	letter-spacing: -1px;
}
#menu li a.current {
	font-size: 19px;
	letter-spacing: -1px;
}

/********* MAINCONTENT *********************************************/

#mainContent {
	width: 710px;
	margin-top: 20px;
}

/********* HEADER *********************************************/
#headertop{
	background-image: url('/images/top.png');
	background-repeat: no-repeat;
	width: 710px;
	height: 12px;
	overflow: hidden;
}
#headerbg {
	background-image: url('/images/repeat.png');
	background-repeat: repeat-y;
	width: 710px;
	clear: both;
}
#header {
	background-image: url('/images/header1.jpg');
	background-repeat: no-repeat;
	margin: 20px 0 0 32px;
	width: 634px;
	height: 234px;
}

/********* CONTENT *********************************************/
#contentbg{
	background-image: url('/images/repeat.png');
	background-repeat: repeat-y;
	width: 710px;
}
#content{
	width: 635px;
	margin: 20px 0 30px 32px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
#colscontainer {
	margin: 0px;
	padding-left: 29px;
	width: 255px;
	float: right;
}

/********* NEWSLETTER *********************************************/
#newsletter{
	margin-bottom: 30px;
}
#newslettertop {
	background-image: url('/images/newslettertop.jpg');
	background-repeat: no-repeat;
	width: 255px;
	height: 9px;
	overflow: hidden;
}
#newslettercontent {
	background-image: url('/images/newsletterbg.jpg');
	background-repeat: repeat-y;
	width: 225px;
	padding: 6px 15px 6px 15px;
	color: #FFF;
	font-size: 13px;
	clear: both;
}
#newsletterfooter {
	background-image: url('/images/newsletterfooter.jpg');
	background-repeat: no-repeat;
	width: 255px;
	height: 9px;
	clear: both;
}
#newsletter h3, #reference h3 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}
#newsletter #left, #newsletter #right {
	float: left;
	display: inline;	
}
#newsletter #left { width: 103px; padding: 0 5px 0 0px; }
#newsletter #right { width: 116px;}
#newsletter-form input{ color: #000; }
#newsletter-form .input, #newsletter-form .submit {
	color: #333;
	text-align: left;
	font-size: 10px;
}
#newsletter-form .input {
	width: 110px;
	background-image: url('/images/input.jpg');
	background-repeat:no-repeat;
	background-color: transparent;
	padding-left: 5px;
	padding-top: 3px;
	border: 0;
	color: #757824;
}
#newsletter-form #name { margin-bottom: 10px; }
#newsletter-form .submit {
	border: 0;
	float: right;
	background-image: url('/images/submit.jpg');
	background-repeat:no-repeat;
	width: 77px;
	padding: 2px 13px 2px 12px;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
}
#newsletter-form .submit:hover {
	background-image: url('/images/submit-over.jpg');
}
#newsletter-form .submit:active {
	background-image: url('/images/submit-down.jpg');
}
#newsletter-result,#newsletter-error {
	font-size: 10px;
	font-weight: normal;
	width: 116px;
	margin-top: 1px;
	position: absolute;
	color: #EE0000;
}
#newsletter-result { font-size: 13px; }

/********* REFERENCE *********************************************/
#reference{
	margin-bottom: 30px;
}
#referencetop {
	background-image: url('/images/referencetop.jpg');
	background-repeat: no-repeat;
	width: 255px;
	height: 9px;
	clear: both;
	overflow: hidden;
}
#referencecontent {
	background-image: url('/images/referencebg.jpg');
	background-repeat: repeat-y;
	width: 225px;
	padding: 6px 15px 6px 15px;
	font-size: 12px;
	color: #616249;
	clear: both;
}

#referencefooter {
	background-image: url('/images/referencefooter.jpg');
	background-repeat: no-repeat;
	width: 255px;
	height: 9px;
	clear: both;
	margin-bottom: 20px;
}

/******** CONTACT ****************************************************/

.contactForm { width: 244px; }

.contactForm label { display: block; margin-left: 20px; margin-top: 8px; text-align: left; }

.contactForm .input, .contactForm #submit, .contactForm textarea { border: 0px solid #DDD; color: #000; margin-left: 20px; text-align: left; font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, serif; }

.contactForm .input { width: 205px; outline: none; }

.contactForm .name				{ background-color: #9bc6e8; }
.contactForm .friend-name		{ background-color: #eaecad; }
.contactForm .email				{ background-color: #e5b3d0; }
.contactForm .message			{ background-color: #afaea9; }

.contactForm textarea { width: 205px; height: 149px; }

.contactForm .submit 		{ background-color: transparent; color: #666; cursor: pointer; float: right; margin-right: 17px; font-weight: bold; font-size: 14px; font-family: Arial; font-weight: bold; color: #000;}
.contactForm .submit:hover 	{ }
.contactForm .submit:focus 	{ }

#contact-result					{ padding: 0px 0 10px 20px; color: #EE0000; font-weight: bold; }
#tipfriend-result				{ padding: 5px 0 10px 20px; color: #EE0000; font-weight: bold; }


.special {
	margin: 0;
	padding: 0;
	width: 5px;
	height: 7px;
	visibility:hidden;
}

/********* NEWS *********************************************/

.news_title {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}
.news_date {
	float: right;
	font-size: 12px;
}
.news_content {
	clear: both;
	padding: 10px 0 10px 0;
	border-top: 1px dashed #C7C8A8;
	border-bottom: 1px solid #C7C8A8;
}
/****** GALLERY ******************************************************/

.gallerythumb				{ width: 200px; float: left; margin-left: 15px; line-height: 12px; }
.thumbImage					{ float: left; }
.thumbContent				{ float: left; margin-left: 5px; width: 120px; line-height: 14px; }

/********* FOOTER *********************************************/
#footer {
	background-image: url('/images/footer.png');
	background-repeat: no-repeat;
	width: 710px;
	height: 70px;
	clear: both;
	color: #616249;
	line-height: 20px;
	font-size: 15px;
	letter-spacing: 1px;
}
#footer #contact {
	margin: 0;
	padding: 0;
	margin: 5px 0 0 100px;
	text-align: left;
	display: inline;
	float: left;
}
#footer #telefone {
	display: inline;
	float: left;
	margin: 5px 100px 0 0px;
	text-align: left;
}

/********* BLOG LINK *********************************************/
#blog-link {
	position: relative;
	right: 50px;
	text-align: right;
	width: 960px;
}
#blog-link a {
	color: #FF0000;
	font-size: 14px;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
	font-family: "Arial black",Arial, sans-serif;
}

/********* OTHER *********************************************/

h1,h2,h3,h4,h5,h6 { font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif; }

a { color: #333; font-weight: bold; }
a:hover { color: #333;  }