/* --------------------------------------------------
   General settings
   -------------------------------------------------- */
body {
	background-image: url("../images/bgpage.png");
	background-repeat: repeat-x;
	background-color: #B9CFEF;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	color: #999999;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size:32px;
}
h2 {font-size:24px;
}
.homepage h2 {font-size:24px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h3 {font-size:21px}
h4 {font-size:18px}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #2689D4;
}
/* --------------------------------------------------
   Page areas
   -------------------------------------------------- */
#container {
	width:808px;
	margin:0px auto 0px auto;
	text-align:left;
	position:relative;
	cursor:pointer;
	}
#menuarea {
	width:660px;
	left:0px;
	float:left;
	text-align:left;
	position:absolute;
	top: 194px;
	height: 46px;
}
#header .logo {
	top: 0px;
	left: 38px;
	position:relative;
}
#header {
	background-image: url(../images/bgheader.png);
	margin:0;
	height: 240px;
	top:0px;
	width: 100%;
	background-repeat: no-repeat;
	position:relative;
}
#headertext h1{
	position:absolute;
	float:right;
	right:44px;
	top: 60px;
	width:320px;
	font-size:16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: normal;
	color:#EDF5FC;
	border: 0;
}
#headertext h1 a{
	color:#000000;
	text-decoration: none;
	font-style: italic;
}
#headertext h1 img{
align:right;
}
#headertext2{
	position:absolute;
	top:100px;
	line-height: 26px;
	font-size: 17px;
	left:50px;
	width: 400px;
	float:left;
}

#headerpic{
	position:absolute;
	top: 54px;
	right: 166px;
	float:right;
}

#headerpic3{
	position:absolute;
	top: 44px;
	left: 12px;
	float:left;
}
#homeheader {
	background-image: url(../images/bghomeheader.jpg);
	position:relative;
	height:280px;
	left:10px;
	width:800px;
	background-repeat:no-repeat;
}
#download {
	top:55px;
	left:70px;
	width: 250px;
	height: 124px;
	position: relative;
	display:block;
}
.invisible {
	width: 300px;
	height: 160px;
	background: #FFFFFF;
	filter: alpha(opacity=0);
	opacity: 0;
	display: block;
	position:absolute;
	z-index: 15;
}
#flashbutton {
	position:absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	visibility:visible;	
}

/* ----------------- download buttons ---------------------- */
.downloadarea {
	width: 245px;
	height:96px;
	position:absolute;
}
#downloadarea1 {
	float:left;
	top: 110px;
	left: 80px;
	position:absolute;
}
#downloadarea2 {
	float:left;
	margin: 20px auto 80px auto;
	left: 85px;
	top:20px;
	position: relative;
}

.downloadtext{
	position:absolute;
	top:80px;
	left:25px;
	display: block;
	font-size: 11px;
	text-align: center;
	width: 212px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}

.dlbutton {
	position: relative;
	background: url(../images/download_on.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 245px;
	height: 96px;
	margin: 0px;
	padding: 0px;
}
#downloadarea2 .dlbutton {
	position: relative;
	background: url(../images/download_on.png) no-repeat;
}
.dlbutton a {
	display: block;
	color: #E4ECB7;
	font-size: 21px;
	width: 245px;
	height: 96px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
 
.dlbutton img {
width: 245px; height: 96px; border: 0; }

* html a:hover {visibility:visible}   

.dlbutton a:hover img{visibility:hidden;}
.dlbutton a:hover {
	text-decoration:none;
	color: #385300;
}
.dlbutton span {
	position: absolute;
	left: 100px;
	top: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-decoration: none;
	font-size:20px;
}

/*----------------------------------------------------------*/

#contentbegin {
	background-image: url(../images/bgcontentbegin.png);
	background-repeat: no-repeat;
	height: 15px;
	position:relative;
}
#content {
	background-image: url(../images/bgcontent.png);
	width:808px;
	text-align: left;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 30px;
}
#column1 {
	position:relative;
	left:20px;
	top:10px;
	width:685px;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	padding: 40px;
	background-color: #FFFFFF;
}
.subtitulo {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:10px;
	padding-left:5px;
	background-color: #aaaaaa;
}
#column2title {
	color: #FFFFFF;
	font-size:20px;
	position:relative;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
#contentend {
	background-image: url(../images/bgcontentend.png);
	background-repeat: no-repeat;
	height:28px;
	width:808px;
}
#footer{
	background-image: url(../images/bgfooter.png);
	padding-left: 40px;
	padding-top: 0px;
	font-size: 12px;
	height: 140px;
	color: #666666;
	background-repeat: repeat-x;
}
#footer a{
	text-decoration: none;
	color: #666666;	
}
#footer a:hover{
	color: #3995D6;	
}
#footer ul{	
	list-style:none; 
	margin-left: 0px;
}
#footer li {
	float:left;
}
#footer li a {
	text-decoration:none;
	display:block;
	line-height:20px;
	padding-right:16px;
	padding-left:0px;
	text-align: center;
}
#footer p {
	display:block;
	clear:both;
}

/* --------------------------------------------------
   Top Menu
   -------------------------------------------------- */
#MainMenu 
{
	height:46px;
	background:#FFF url("../images/bmid_084.gif");
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url("../images/bright_084.gif") no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background: url("../images/bleft_084.gif") no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:700;
	line-height:46px;
	padding:0 15px 0 13px;
	text-transform: uppercase;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
