@charset "utf-8";


body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



/*=======MENU===========*/
#MENU
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
	text-align: right;
	display: block;
	line-height: 14px;
	text-decoration: none;
}
#MENU #active {
	color: #FFFFFF;
	background-color: #FF8C25;
	text-decoration: none;
}
#MENU #active a:link {
	color: #FFFFFF;
	background-color: #FF8C25;
	text-decoration: none;
}
#MENU #active a:visited {
	color: #FFFFFF;
	background-color: #FF8C25;
	text-decoration: none;
}
#MENU #non_active {
	text-decoration: none;
}

#MENU a:link {
	color: #333333;
	text-decoration: none;
}
#MENU a:visited {
	color: #333333;
	text-decoration: none;
}
#MENU a:hover {
	color: #666666;
	background-color: #EFEFEF;
	display: block;
	text-decoration: none;
}

/*=======SUB MENU===========*/


#SUB-MENU #active {
	text-decoration: none;
	color: #FF8C25;
	background-color: #FFFFFF;
	text-transform: uppercase;
}
#SUB-MENU #non_active {
	text-decoration: none;
	text-transform: uppercase;
	color: #CCCCCC;
}

#SUB-MENU a:link {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
}
#SUB-MENU a:visited {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
}
#SUB-MENU a:hover {
	color: #666666;
	background-color: #EFEFEF;
	display: block;
	text-decoration: none;
}


/*=======Content===========*/

/*==Headings==*/
H1 em {
	margin-bottom: -12px;
}
H1 {
	margin-bottom: -12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF8C25;
	display: none;
}
H2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #494949;
}
H2 a:link {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #494949;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
H2 a:visited {
	color: #494949;
	text-transform: none;
	text-decoration: none;
}
H2 a:hover {
	color: #FF8C25;
	text-decoration: none;
}
H3 {
	margin-bottom: -12px;
}
H4 {
	padding-top: 0px;
	margin-bottom: -8px;
}
H5 {
}
H6 {
}

/*==Stardard text==*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #494949;
	text-decoration: none;
}
p a:link {
	color: #FF8C25;
	text-decoration: none;
}
p a:visited {
	color: #FF8C25;
	text-decoration: none;
}
p a:hover {
	color: #999999;
	text-decoration: none;

}
#container {
	width: 515px;
}
#container_slides {
	width: 800px;
}
