body {
	font:11px arial,sans-serif;
	color:#000;
	background:url(../images/bg.jpg) repeat;
	margin:0;
}
a {
	text-decoration:underline;
	color:#513915;
}
a:hover {text-decoration:underline;}
a:focus {
	outline:none;
	color: #500028;
	text-decoration: underline;
}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
img {border-style:none}
/* holder */
#holder {
	margin:0 auto;
	width:956px;
	padding:5px 0 0;
	overflow:hidden;
}
#top {
	float:left;
	background:url(../images/bg-header.png) no-repeat;
	width:956px;
	height:19px;
}
#inner #top {background:url(../images/bg-header-inner.png) no-repeat}
/* main */
#main {
	clear:both;
	float:left;
	background:url(../images/bg-content.png) repeat-y;
	width:944px;
	padding:0 0 0 12px;
	margin:-2px 0 0;
}
#inner #main {background:url(../images/bg-content-inner.png) repeat-y}
#main:after {
	clear:both;
	display:block;
	content:"";
}
#main-info {
	background:url(../images/bg-home.jpg) no-repeat;
	float:left;
	width:944px;
	margin:-1px 0 0;
	position:relative;
}
#inner #main-info {background:none}
/* header */
#header {
	clear:both;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	height:380px;
	overflow:hidden;
}
/* menu */
#menu {
	width:931px;
	padding:0;
	margin:8px 0 0;
	overflow:hidden;
	list-style:none;
}
#inner #menu {
	width:923px;
	float:left;
	background:#510028;
	padding:0 0 7px 5px;
	margin:8px 0 0 1px;
	display:inline;
}
#menu li {
	float:left;
	padding:0 12px 0 34px;
}
#inner #menu li {padding:0 12px 0 34px;}
#menu li a {
	display:block;
	height:16px;
	font-size:12px;
	margin:2px 0 0;
}
#menu li a span {
	display:block;
	text-indent:-9999px;
}
#inner #menu li a {background-position:0 0}
#inner #menu li a:hover {background-position:0 100% !important}
#inner #menu li.active a {background-position:0 100% !important}
#menu li a.home {
	background:url(../images/btn-home.png) no-repeat;
	width:36px;
}
#menu li a.home:hover {
	background:url(../images/btn-home-over.png) no-repeat
}
#menu li.active a.home {
	background:url(../images/btn-home-over.png) no-repeat
}
#menu li a.about {
	background:url(../images/btn-about.png) no-repeat;
	width:35px;
	margin:0 21px 0 0;
}
#menu li a.about:hover {
	background:url(../images/btn-about-over.png) no-repeat;
}
#menu li.active a.about {
	background:url(../images/btn-about-over.png) no-repeat;
}
#menu li a.story {
	background:url(../images/btn-story.png) no-repeat;
	width:61px;
}
#menu li a.story:hover {
	background:url(../images/btn-story-over.png) no-repeat;
}
#menu li.active a.story {
	background:url(../images/btn-story-over.png) no-repeat;
}
#menu li a.winery {
	background:url(../images/btn-winery.png) no-repeat;
	width:71px;
}
#menu li a.winery:hover {
	background:url(../images/btn-winery-over.png) no-repeat;
}
#menu li.active a.winery {
	background:url(../images/btn-winery-over.png) no-repeat;
}
#menu li a.vineyards {
	background:url(../images/btn-vineyards.png) no-repeat;
	width:62px;
}
#menu li a.vineyards:hover {
	background:url(../images/btn-vineyards-over.png) no-repeat;
}
#menu li.active a.vineyards {
	background:url(../images/btn-vineyards-over.png) no-repeat;
}
#menu li a.buy {
	background:url(../images/btn-buy.png) no-repeat;
	width:94px;
}
#menu li a.buy:hover {
	background:url(../images/btn-buy-over.png) no-repeat;
}
#menu li.active a.buy {
	background:url(../images/btn-buy-over.png) no-repeat;
}
#menu li a.club {
	background:url(../images/btn-club.png) no-repeat;
	width:65px;
}
#menu li a.club:hover {
	background:url(../images/btn-club-over.png) no-repeat;
}
#menu li.active a.club {
	background:url(../images/btn-club-over.png) no-repeat;
}
#menu li a.vendors {
	background:url(../images/btn-vendors.png) no-repeat;
	width:76px;
}
#menu li a.vendors:hover {
	background:url(../images/btn-vendors-over.png) no-repeat;
}
#menu li.active a.vendors {
	background:url(../images/btn-vendors-over.png) no-repeat;
}
#menu li a.contact {
	background:url(../images/btn-contact.png) no-repeat;
	width:49px;
}
#menu li a.contact:hover {
	background:url(../images/btn-contact-over.png) no-repeat;
}
#menu li.active a.contact {
	background:url(../images/btn-contact-over.png) no-repeat;
}
#menu li a.btn-home {
	background:url(../images/btn-home.gif) no-repeat;
	width:36px;
}
#menu li a.btn-about {
	background:url(../images/btn-about.gif) no-repeat;
	width:86px;
}
#menu li a.btn-story {
	background:url(../images/btn-story.gif) no-repeat;
	width:61px;
}
#menu li a.btn-winery {
	background:url(../images/btn-winery.gif) no-repeat;
	width:71px;
}
#menu li a.btn-vineyards {
	background:url(../images/btn-vineyards.gif) no-repeat;
	width:62px;
}
#menu li a.btn-buy {
	background:url(../images/btn-buy.gif) no-repeat;
	width:94px;
}
#menu li a.btn-club {
	background:url(../images/btn-club.gif) no-repeat;
	width:65px;
}
#menu li a.btn-vendors {
	background:url(../images/btn-vendors.gif) no-repeat;
	width:76px;
}
#menu li a.btn-contact {
	background:url(../images/btn-contact.gif) no-repeat;
	width:49px;
}
.header {
	float:left;
	width:908px;
	height:101px;
	padding:0 0 0 22px;
	margin:8px 0 0;
	background:url(../images/bg-head.gif) repeat-x;
	position:relative;
}
/* logo */
.logo {
	position:absolute;
	top:0;
	left:21px;
	width:235px;
	height:115px;
	background:url(../images/logo.gif) no-repeat;
}
.logo a {
	display:block;
	width:235px;
	height:115px;
	overflow:hidden;
	text-indent:-9999px;
}
/* slogan */
.slogan {
	float:left;
	background:url(../images/slogan.png) no-repeat;
	width:609px;
	height:29px;
	margin:38px 0 0 265px;
	display:inline;
}
.slogan span {
	display:block;
	width:609px;
	height:29px;
	text-indent:-9999px;
}
.header-info {
	float:left;
	width:842px;
	padding:0 12px 0 77px;
}
.description {
	float:left;
	width:463px;
	padding:0 65px 0 0;
	margin:81px 0 0;
}
.description h1 {
	font:bold 26px/30px Arial, Helvetica, sans-serif;
	color:#faf7ea;
	margin:0;
	letter-spacing:-1px;
}
.description p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#faf7ea;
	margin:6px 0 0;
}
/* flash */
.flash {
	float:right;
	background:url(../images/frame.png) no-repeat;
	width:307px;
	height:231px;
	padding:3px;
}
.flash img {display:block}
.head {
	clear:both;
	float:left;
	width:931px;
	position:relative;
	z-index:10;
}
.image {
	position:absolute;
	top:0;
	left:1px;
	z-index:10;
}
.head-info {
	width:904px;
	overflow:hidden;
	position:relative;
	z-index:100;
	padding:26px 0 0 27px;
}
/* heading */
.heading {
	float:right;
	height:47px;
	padding:9px 60px 0 48px;
	margin:63px 0 0;
	background:url(../images/heading.png) repeat-x;
	border-left:1px solid #d7d4bf;
}
.heading h1 {margin:0}
/* content */
#content {
	float:left;
	width:926px;
	padding:0 0 15px 5px;
	margin:395px 0 0;
	overflow:hidden;
}
#inner #content {
	clear:both;
	width:915px;
	padding:0 0 10px 16px;
	margin:213px 0 0;
	position:relative;
	z-index:300;
}
/* colums */
.colums {
	width:926px;
	overflow:hidden;
}
/* colum1 */
.colum1 {
	float:left;
	width:634px;
	padding:0 0 0 12px;
}
/* box-wide */
.box-wide {
	width:624px;
	overflow:hidden;
}
.box-wide-top {
	background:url(../images/box1-top.png) no-repeat;
	width:624px;
	height:8px;
	overflow:hidden;
}
.box-wide-info {
	background:url(../images/box1-bg.png) no-repeat;
	width:620px;
	padding:0 2px;
	overflow:hidden;
}
.box-wide-info .text {
	background:url(../images/box1-bg.jpg) repeat-y;
	width:588px;
	min-height:127px;
	overflow:hidden;
	position:relative;
	padding:9px 9px 8px 23px;
	float:left;
}
* html .box-wide-info .text {
	height:127px;
	overflow:visible;
}
.box-wide-info .text .photo {
	float:left;
	width:110px;
}
.box-wide-info .text .photo img {display:block}
.box-wide-info .text .info {
	float:left;
	width:470px;
}
.box-wide-info .text .info h2 {
	font:bold 17px/20px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0;
	text-transform:uppercase;
}
.box-wide-info .text .info p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:3px 10px 0 0;
}
/* button */
.box-wide-info .text .button {
	float:right;
	margin:-3px 0 0;
	width:160px;
}
.button a {
	float:left;
	cursor:pointer;
}
.button a:hover {text-decoration:none}
.button a span {
	float:left;
	background:url(../images/btn-bg.png) no-repeat;
}
.box-wide-info .text .button a span {width:150px}
.button a em {
	float:left;
	font:bold 17px/32px Arial, Helvetica, sans-serif;
	color:#eae4d2;
	height:36px;
	padding:0 15px 0 6px;
	background:url(../images/arrows.gif) no-repeat 100% 40%;
}
.button a strong {
	float:left;
	background:url(../images/btn-strong.png) no-repeat;
	width:10px;
	height:36px;
	text-indent:-9999px;
}
.box-wide-foot {
	background:url(../images/box1-foot.png) no-repeat;
	width:624px;
	height:8px;
	overflow:hidden;
}
/* boxs */
.boxs {
	margin:8px 0 0;
	width:623px;
	overflow:hidden;
}
.boxs-top {
	background:url(../images/box2-top.png) no-repeat;
	width:623px;
	height:8px;
	overflow:hidden;
}
.boxs-info {
	background: url(../images/box2-bg.png) no-repeat;
	width:619px;
	padding:0 2px;
	overflow:hidden;
}
.boxs-info .text {
	float:left;
	background:url(../images/box2-bg.gif) repeat-y;
	width:618px;
	overflow:hidden;
	min-height:360px;
	position:relative;
}
* html .boxs-info .text {
	overflow:visible;
	height:360px;
}
/* box1 */
.boxs-info .box1 {
	float:left;
	width:282px;
	position:relative;
	padding:14px 9px 8px 23px
}
.video {
	width:271px;
	overflow:hidden;
}
.video img {display:block}
.video .button {
	position:absolute;
	top:20px;
	right:18px;
	width:157px;
}
.video .button a span {width:147px}
.video .button a em {padding:0 15px 0 14px}

.video-box p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0 5px;
}
.video-box h2 {
	font:bold 17px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0;
}
.video-box h3 {
	font:italic 14px/18px Arial, Helvetica, sans-serif;
	color:#600;
	margin:7px 5px 0;
}
.video-box h4 {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0 5px;
	text-align:right;
}
/* release-box */
.boxs-info .release-box {
	display:inline;
	float:left;
	margin:0 0 0 24px;
	padding:10px 14px;
	width:252px;
}
.release-box h2 {
	font:bold 17px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0;
}
.release-box-info {
	width:211px;
	padding:0 0 28px;
	margin:9px 0 0;
	overflow:hidden;
}
.release-box .photo {
	float:left;
	width:115px;
}
.release-box .photo img {display:block}
.release-box h3 {
	float:none;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:22px 0 0;
	width:0px;
}
.release-box p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0 5px;
}
.release-box ul {
	width:205px;
	padding:0 0 0 7px;
	margin:14px 0 0;
	overflow:hidden;
	list-style:none;
}
.release-box ul li {
	width:205px;
	padding:1px 0 0 0;
}
.release-box ul li a {
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#513915;
}
.boxs-foot {
	background:url(../images/box2-foot.png) no-repeat;
	width:623px;
	height:9px;
	overflow:hidden;
}
/* colum2 */
.colum2 {
	float:left;
	width:265px;
}
/* mail-box */
.mail-box {
	width:241px;
	overflow:hidden;
}
.mail-box h2 {
	font:bold 17px/20px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0;
}
.mail-box p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:10px 0 0 0;
}
.mail-box p a {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	text-decoration:underline;
}
.mail-box p a:hover {text-decoration:underline}
.mail-box .button {
	height:1%;
	margin:14px 0 0;
	overflow:hidden;
}
.mail-box .button a {
	float:right;
	width:145px;
}
.mail-box .button a span {width:135px}
.mail-box .button a em {padding:0 15px 0 33px}
.mail-box h3 {
	background:url(../images/newsletter.gif) no-repeat;
	width:259px;
	height:19px;
	margin:22px 0 0;
	padding:0 0 15px;
}
.mail-box h3 em{
	display:block;
	width:259px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
}
/* wine-box */
.wine-box {
	width:189px;
	padding:0 40px 0 12px;
	overflow:hidden;
}
.wine-box h2 {
	font:bold 17px/20px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0;
}
.wine-box ul {
	width:205px;
	padding:0 0 0 7px;
	margin:14px 0 0;
	overflow:hidden;
	list-style:none;
}
.wine-box ul li {
	width:205px;
	padding:1px 0 0 0;
}
.wine-box ul li a {
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#513915;
}
.wine-box .button {
	width:185px;
	overflow:hidden;
}
.wine-box .button .buttom-main{
	width:100%;
	overflow:hidden;
	margin:40px 0 0;
	float:left;
}
.wine-box .button a span {width:175px;}
.wine-box .button a em {padding:0 15px 0 18px;}
/* box3 */
.box3 {
	width:265px;
	overflow:hidden;
	margin:8px 0 0;
}
.box3 h2 {
	font:bold 17px/20px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0;
}
.top {margin:0}
.box3-top {
	background:url(../images/box3-top.png) no-repeat;
	width:265px;
	height:7px;
	overflow:hidden;
}
.box3-info {
	background:url(../images/box3-bg.png) no-repeat;
	width:261px;
	padding:0 2px;
	overflow:hidden;
}
.box3-info .text {
	background:url(../images/box3-bg.jpg) repeat-y;
	width:241px;
	overflow:hidden;

	position:relative;
	padding:14px 8px 0 12px;
}
* html .box3-info .text {
	overflow:visible;
	height:216px;
}
.box3-info p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:10px 0 0 0;
}
.box3-foot {
	background:url(../images/box3-foot.png) no-repeat;
	width:265px;
	height:10px;
	overflow:hidden;
}
/* box4 */
.box4 {
	width:897px;
	overflow:hidden;
}
.box4-top {
	background:url(../images/box4-top.png) no-repeat;
	width:897px;
	height:6px;
	overflow:hidden;
}
.box4-info {
	background:url(../images/box4-bg.png) no-repeat;
	width:895px;
	overflow:hidden;
	padding:0 1px;
}
.box4-info .text {
	float:left;
	background:url(../images/box4-bg.gif) repeat-y;
	width:895px;
	position:relative;
	overflow:hidden;
	min-height:750px;
}
* html .box4-info .text {
	overflow:visible;
	height:750px;
}
/* sidebar */
.sidebar {
	float:left;
	width:212px;
	margin:0 20px 0 0;
	padding:14px 8px 21px 12px
}
.sidebar h2{
	font:bold 17px/20px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0;
}
.sidebar p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:3px 0 35px;
}
/* info-box */
.info-box {
	float:left;
	width:583px;
	padding:20px 35px 0 22px;
}
.info-box h2 {
	font:bold 17px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:20px 0 0;
}
.info-box p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:12px 0 0;
}
.inform {
	width:583px;
	overflow:hidden;
}
.inform h2 {
	font:bold 17px/20px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:0;
}
.inform p {
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#513915;
	margin:3px 0 35px;
}
.box4-foot {
	background:url(../images/box4-foot.png) no-repeat;
	width:897px;
	height:6px;
	overflow:hidden;
}
/* footer */
#footer {
	float:left;
	background:url(../images/bg-footer.png) no-repeat;
	width:893px;
	padding:3px 28px 0 35px;
	height:97px;
	overflow:hidden;
}
#inner #footer {
	background:url(../images/bg-footer-inner.png) no-repeat;
	padding:3px 28px 0 35px;
	height:120px;
}
.footer {
	width:883px;
	overflow:hidden;
	position:relative;
}
.footer div {
	float:left;
	width:400px;
}
.footer div h3 {
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	color:#faf7ea;
	margin:0;
}
.footer div p {
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#faf7ea;
	margin:0;
}
.footer div p a {
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#faf7ea;
	text-decoration:underline;
}
.footer div p a:hover {text-decoration:none}
.footer span {
	float:right;
	font:italic 13px/16px Arial, Helvetica, sans-serif;
	color:#faf7ea;
	padding:0 2px 0 0;
}
#footer span {
	float:right;
	font:italic 13px/16px Arial, Helvetica, sans-serif;
	color:#faf7ea;
}
table {
	color: #4b3c1d;
	font: 1.2em/1.6em Arial,Verdana,sans-serif;
	border-collapse: collapse
}

table,caption {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
	text-align: left;
}

caption,th,td {
	border-left: 0;
	padding: 10px
}

caption,thead th,tfoot th,tfoot td {
	background-color: #510128;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
	}

thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: left
}

tbody th {
	padding: 20px 10px
}

tbody tr.odd {
	background-color: #faf7ea;
	color: #666
}

tbody a {
	padding: 1px 2px;
	color: #594E39;
	text-decoration: underline;
	border-bottom: 1px dotted #E63C1E
}

tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}



tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}

tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
	color: #E63C1E
}

tbody td a[href="http://www.rodcast.com.br/"] {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;
	background: transparent url('data:image/gif;base64,R0lGODlhDwAPAIAAACEpMf///yH5BAAAAAAALAAAAAAPAA8AAAIjjA8Qer0JmYvULUOlxXEjaEndliUeA56c97TqSD5pfJnhNxYAOw%3D%3D') no-repeat;
	text-indent: -999em;
	border-bottom: 0
}

tbody a:visited:after {
	font-family: Verdana,sans-serif;
	content: "\00A0\221A"
}

