/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#000;
	background-image:url(images/sides_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#000;
}

h1 {
	font-size:2em;
	margin:0 0 8px 0;
	color:#AD000D;
}

h2 {
	font-size:1.5em;
	margin:0 0 8px 0;
}

h3 {
	font-size:1.2em;
	margin:0 0 8px 0;
}

p {
	margin:0 0 8px 0;
}

a:link,
a:visited,
a:active {
}

a:hover {
}

a:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

div {
}

img { border:none; }

table {
	border:none;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

/* -- class settings ---------------------------------------------- */

.clear { clear:both; }
.hr {
	display:block;
	padding:1px 0 0 0;
	margin:4px 0;
	background-color:#000;
	border-right:1px #999 solid;
	border-left:1px #999 solid;
	clear:both;
}

a.more {
	padding:0 0 0 13px;
	color:#96000B;
	background-image:url(images/more_arrow.gif);
	background-repeat:no-repeat;
}
a.more:hover {
	color:#9AD300;
	background-position:0 -14px;
}

.bdr-t { border-top:1px #000 solid; }
.bdr-r { border-right:1px #000 solid; }
.bdr-b { border-bottom:1px #000 solid; }
.bdr-l { border-left:1px #000 solid; }

/* -- layout settings --------------------------------------------- */

#sides_top {
	position:absolute;
	top:0;
	width:944px;
	height:402px;
	background-image:url(images/sides_top.gif);
	background-repeat:no-repeat;
}

#outer_container {
	position:relative;
	width:944px;
	margin:0 auto;
}

#main_container {
	background-image:url(images/bkg_body.gif);
	background-repeat:repeat-y;
	margin:0 11px;
}
/*
#header-1 {
	display:block;
	height:79px;
	background-image:url(images/header1.gif);
	background-repeat:no-repeat;
}
*/
#header-2 {
	display:block;
	height:194px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}

#left_sidebar {
	position:relative;
	width:172px;
	float:left;
	margin:0 0 0 38px;
}

#nav {
	position:absolute;
	top:40px;
	left:227px;
	width:668px;
	height:48px;
}

#body {
	position:relative;
	width:820px;
	min-height:500px;
	float:left;
	margin:0 0 0 54px;
	padding:0 45px 0 0;
}

#page_sidebar {
	position:relative;
	width:194px;
}

#footer {
	height:152px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	clear:both;
}

/* -- content settings -------------------------------------------- */

#title {
	position:absolute;
	top:115px;
	left:250px;
	width:418px;
	height:65px;
	overflow:visible;
}
#title h1 { margin:5px 0 8px 10px; color:#000; }

#index_title {
	font-family:Helvetica, sans-serif;
	font-size:.8em;
	padding:0 10px;
}

#content_full {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#content_left {
	position:relative;
	width:610px;
	float:left;
}

#content_right {
	position:relative;
	margin:0;
	width:200px;
	float:right;
}
#content_right img {
	margin:0 0 10px 0;
}

#content_footer {
	padding:30px 0 0 0;
	text-align:center;
	font-size:10px;
	color:#fff;
  clear:both;
}
#content_footer a {
	color:#fff;
}

#latest_news {
	height:350px;
	padding:0 4px 0 6px;
	margin:0 0 8px 0;
	overflow:auto;
}

#content_left h3 {
	margin:0 0 4px 0;
	padding:4px 0 0 15px;
	color:#fff;
	font-size:10px;
	height:30px;
	background-color:#000;
	background-image:url(images/flag_L.gif);
	background-repeat:no-repeat;
	clear:both;
}
#content_left h3:first-line {
	color:#9AD300;
	text-transform:uppercase;
}
#content_left h3 span {
	position:absolute;
	right:0;
	width:10px;
	height:34px;
	margin:-4px 0 0 0;
	background-image:url(images/flag_R.gif);
	background-repeat:no-repeat;
}



/* -- hidden layer settings --------------------------------------- */

#dnav a {
	display:block;
	width:100%;
	color:#000;
	background-color:#E8E8E8;
	text-decoration:none;
	padding:3px 0px 3px 5px;
	border-bottom:1px #000 solid;
	border-right:1px #000 solid;
	border-left:1px #000 solid;
	filter:alpha(opacity=97); 
	-moz-opacity: 0.97; 
	opacity: 0.97;
}

#dnav a:hover {
	color:#fff;
	background-color:#000;
}

#dn1, #dn2, #dn3,
#dn4, #dn5, #dn6,
#dn7, #dn8, #dn9 {
	position:absolute;
	top:88px;
	height:auto;
	visibility:hidden;
}

.show {
	visibility:visible !important;
}
.hide { visibility:hidden !important; }

#dn1 {
	left:296px;
	width:165px;
}
#dn2 {
	left:416px;
	width:165px;
}
#dn3 {
	left:543px;
	width:165px;
}
#dn4 {
	left:650px;
	width:165px;
}
#dn5 {
	left:735px;
	width:165px;
}
#dn6 {
	left:724px;
	width:165px;
}
#dn7 {
	left:761px;
	width:165px;
}
#dn8 {
	left:841px;
	width:165px;
}
#dn9 {
}

/* -- form settings ----------------------------------------------- */
#CC_tools,
#CC_login {
	position:absolute;
	top:95px;
	left:698px;
	width:185px;
	height:55px;
	color:#fff;
	font-size:1.2em;
}

#CC_tools a:link,
#CC_tools a:active,
#CC_tools a:visited {
	color:#fff;
	padding:0 0 0 13px;
	background-image:url(images/cc_arrow.gif);
	background-repeat:no-repeat;
}
#CC_tools a:hover {
	color:#9AD300;
	background-position:0 -14px;
}

#CC_login form {
	margin:0;
	padding:0;
}
#CC_login input.field {
	width:110px;
	border-top:1px #fff solid;
	border-bottom:1px #888 solid;
	border-left:1px #fff solid;
	border-right:1px #888 solid;
	background-image:url(images/form_bkg.gif);
	background-repeat:repeat-x;
}
#CC_login table {
	border:none;
	width:100%;
	margin:0;
	padding:0;
}
#CC_login .go {
	display:block;
	width:73px;
	height:27px;
	cursor:pointer;
	background-image:url(images/login_go.gif);
	border:none;
}
#CC_login .go-over {
	display:block;
	width:73px;
	height:27px;
	cursor:pointer;
	background-image:url(images/login_go.gif);
	background-position:0 -27px;
	border:none;	
}
#CC_login a#forgot_pass {
	display:block;
	width:123px;
	height:9px;
	cursor:pointer;
	background-image:url(images/forgot_password.gif);
}
#CC_login a#forgot_pass:hover {
	border-bottom:1px solid #fff;
}

/*-- Calendar Settings -----------------------------------------*/

.dayheader {
	background-color:#B1000C;
	color:#fff;
	padding:2px 0 2px 0;
}
.eventbox a {
	font-size:10px;
	color:#333;
}

.eventbox {
	background-color:#efefef;
}

.popupMenu {
	background-color:#F3E86E;
	border:1px solid #333;
	padding:20px;
}

/*-- Cart Settings -------------------------------------------*/

.cartlabel {
	font-size:1.2em;
	color:#96000b;
	font-weight:bold;
	background-color:#e2e2e2;
}

.cart {
	border-top:1px solid #e2e2e2;
}

.AuthorizeNetSeal {
	position:relative;
	clear:both;
}
/* ---- start navigation settings -------------------------- */
#nav_cont {margin:0 auto; width:666px; height:51px; position:relative; top:0; left:0;}

#nav {margin:-2px 0 0 3px;}

#nav a {position:relative; float:left; height:51px; cursor:pointer; background-repeat:no-repeat; background-image:url(../images/brazil-nav.gif);}

a#nav_01 {width:66px; background-position:0 0;}

a:hover#nav_01, .active_01 {background-position: 0 -51px !important;}

a#nav_02 {width:120px; background-position:-66px 0;}

a:hover#nav_02, .active_02 {background-position:-66px -51px !important;}

a#nav_03 {width:127px; background-position:-186px 0;}

a:hover#nav_03, .active_03 {background-position:-186px -51px !important;}

a#nav_04 {width:107px; background-position:-313px 0;}

a:hover#nav_04, .active_04 {background-position:-313px -51px !important;}

a#nav_05 {width:85px;background-position:-420px 0;}

a:hover#nav_05, .active_05 {background-position:-420px -51px !important;}

a#nav_06 {width:100px; background-position:-505px 0;}

a:hover#nav_06, .active_06 {background-position:-505px -51px !important;}

a#nav_07 {width:61px; background-position:-605px 0;}

a:hover#nav_07, .active_07 {background-position:-605px -51px !important;}