/* --------------------------------------------------
   General settings
   -------------------------------------------------- */
body {
	background-image: url("../images/bgpage.png");
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	color: #005E2D;
}

/* --------------------------------------------------
   Page areas
   -------------------------------------------------- */
#container {
	width:797px;
	margin:0px auto 0px auto;
	}
#header {
	height: 244px;
	width: 100%;
	background-image: url(../images/bgheader.png);
	background-repeat: no-repeat;
	text-align:left;
}
#header .logo {
	margin-top: 8px;
}
#header #downloadbuttonarea {
	margin-top: 60px;
	margin-left: 90px;
}
#downloadbuttonarea2 {
	margin-top: 20px;
	margin-left: 20px;
}
.downloadbutton {
	margin-left: -20px;
	background-image: url(../images/downloadbutton.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	width: 212px;
	height: 52px;
	padding-top: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.downloadtext{
	margin-left: -20px;
	font-size: 11px;
	text-align: center;
	width: 212px;
	margin-top: -10px;
	color: #999999;
	text-align: center;
}
#content {
	background-color:#FFFFFF;
	background-image: url(../images/bgcontent.png);
	background-repeat: repeat-y;
}
#contenttop {
	background-image: url(../images/bgtoptext.png);
	background-repeat: repeat-x;
	height: 159px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	margin-right: 1px;
	margin-left: 1px;
	text-align:left;
}
#contenttoppic {
	top:0px;
	left:0px;
	float:left;
}
#contenttop1 {
	top:30px;
	left:30px;
	width:430px;
	float:left;
	position:relative;
}
#contenttop1 h1{
	font-size: 20px;
	font-weight: bold;
}
#contentmain {
margin: 40px 60px;
	text-align:left;
}
#contentbottom {
	margin: 0 auto;
	background-image: url(../images/bgcontentbottom.png);
	background-repeat: no-repeat;
}

#footer{
	margin: 0px auto 0px auto;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	height: auto;
}

#footer a{
	text-decoration: none;
	color: #00853E;	
}
#footer a:hover{
	color: #99CEB2;
}
#footer ul{	
	clear:both;
	margin: 0 auto;
	text-align: center;
	list-style:none; 
	display:block;
}
#footer li { float:left; margin:0 auto; display:block;}
#footer li a {text-decoration:none; display:block;	line-height:40px; padding-right:15px; }
#footer p {
	display:block;
	clear:both;
}
#footer #footerlogo {
	display:block;
	float:right;
	position:relative;
	top:-60px;
}
/* --------------------------------------------------
   Tope Menu
   -------------------------------------------------- */
#MainMenu 
{
	height:33px;
	background: url("../images/bmid_062.gif");
	margin:0;
	border-right-color: #CFCFCF;
	border-right-style: solid;
	border-right-width: 1px;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000000 url("../images/bright_062.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("../images/bleft_062.gif") no-repeat left top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#4D4D4D;
	font-weight:bold;
	line-height:33px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

