/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 80%;
	background: #06050A url(../images/bgPattern.gif) top center;

}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 1em/1.5em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #c1bfcb;
	font: lighter 12px/150% Helvetica Neue, Calibri, Helvetica, Arial, sans-serif;
	text-align: left;
}
p
{
	margin-bottom: 15px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0 0;
	padding: 0;
	color: #F7EAB6;
	font-weight: lighter;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a
h6 a 
{
	padding: 0px;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 1.7em;
	line-height: 2em;	
}
h2
{
	font-size: 1.4em;
}
h3 {
	font-size: 1.4em;
}

h4
{
	font-size: 1.3em;
	color: #334d1a;
}
h5
{
	color: #FFFFFF;
	font-size: 1.2em;
}
h6
{
	font-size: 1em;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: none;
	color: #7E75AC;
	padding-right: 2px;
	padding-left: 2px;
}

a:hover
{
	text-decoration: underline;
}
a:selected {
	text-decoration: underline;
}
ul, 
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}
ul li {
	margin-bottom: 2px;
	padding-left: 7px;
	background: url(../images/li.gif) no-repeat left 5px;
}
ul ul li
{
	list-style: url(UserFiles/Image/Frame/lili.gif) no-repeat left center;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#container {
	width: 915px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#logo{
	float: right;
	clear: right;
	width: 280px;
	height: 81px;
	margin: 36px 0 0;
}
#content{
	width: 915px;
	clear: both;
}

#contentHome {
	float: right;
	clear: both;
	width: 275px;
}
#footer {
	text-align: right;
	font-size: 10px;
	float: right;
	clear: both;
	color: #39393d;
	width: 300px;
	margin: 30px 0;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#footer a, #footer p{
	color: #39393d;
	font-size: 10px;
	text-align: right;
}
#footer a:hover {
	text-decoration: underline;
	background: none;
}



/* ----------------- end skin specific ------------------------ */

.textBox{
	float: left;
	width: 255px;
	margin-left: 70px;
}
.first{
	margin-left: 0;
}
#newsletterFlash{
	float: left;
	clear: left;
	width: 320px;
	height: 0;
	margin: 0;
	padding: 20px 0;
}
#brazilFlag{
	position: relative;
	top: 500px;
	clear: left;
	background: url(../images/brFlag.gif) left top no-repeat;
	width: 200px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 25px;
	
}
#brazilFlag p{
	font-size: 10px;
	color: #39393d;
	margin: 0;
	padding: 0;
}

/* ------              drop down code start               -----*/
ul#nav {
	float: left;
	width: 500px;
	height: 80px;
	margin: 65px 0 0;
	padding: 0;
	}

ul#nav li {
	float: left;
	clear: none;
	position: relative;
	height: 16px;
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

ul#nav li + li{
	border-left: 1px solid #2c2740;
}

ul#nav li a {
	height: 16px;
	margin: 0;
	padding: 0 10px;
	color: #9d9c9f;
	text-decoration: none;
	font: 14px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/menuRollover.gif) no-repeat;
	background-position: 0 -33px;
	outline: none;
	font-weight: lighter;
	width: auto;
	}
	
ul#nav li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 16px;
	width: 500px;
	display: none;
	padding: 5px 0 0;
	margin: 0;
	}
ul#nav li ul li{
	float: left;
	height: 20px;
	padding: 0 2px;
	margin: 0;
	clear: none;
	background-color: #06050A;
	font: 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	border-top: 1px solid #2c2740;
	border-left: none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover,  ul#nav li ul li a:hover{ 
	color: #8378BA;
 }

		
ul#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;

} /* The magic */

/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
	float: right;
	width: 350px;
}
.marginRight {
	margin-right: 30px;
}

fieldset {
	border: dotted 1px #000;
	padding: 10px;
}
label {
	width: 160px;
	float: left;
	white-space: nowrap;

}
legend {
	color:  #990000;
	background: #FFF;
	padding: 0 2px;
}
.submit {
	background-color:  #990000;
	color:  #FFF;
	margin-left: 160px;
	display: inline;
}
#contactLeftCol {
	float: left;
	width: 200px;
}
.required {
	border: 1px solid #990000;
	background: #F3E9E6;
}

#contactLeftCol h2 {
	margin-top: 50px;
}
/* ----------------- end contact specific ------------------------ */
.noPadding{
	margin: 0;
	padding: 0;
}
.noMargin {
	margin: 20px 0px 20px 0px;
}

