/* General
--------------------------------------------------------------- */
body
{
	background: #FFF url(../img/header-bg2.png) repeat-x;
	background-position-y: -48px;
	text-align: center;
}
/* Flags background
--------------------------------------------------------------- */
#top
{
	text-align: right;
}
/* Main Container
--------------------------------------------------------------- */
#container
{
	margin: 0px auto;
	width: 900px;
}
/* Header
--------------------------------------------------------------- */
#header
{
	color: #FFF;
	margin: 8px 0px;
	text-align: left;
}
#header_menu
{
	float: right;
	margin-top: 15px;
	width: 500px;
}
#header_menu a
{
	background: transparent url(../img/header-button-bg.png) no-repeat;
	color: #FFF;
	display: block;
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	height: 18px;
	margin-left: 12px;
	padding-top: 2px;
	text-align: center;
	width: 100px;
}
#header_menu a:hover
{
	color: #FCC;
	text-decoration: none;
}
/* Menu
--------------------------------------------------------------- */
#menu
{
	background: url(../img/header-menu-bg.png);
	height: 40px;
	margin: 0px auto;
	padding: 0px 15px;
}
#menu a
{
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	padding: 13px 18px;
}
#menu a:hover
{
	background: url(../img/header-menu-hover.png) center;
	text-decoration: none;
}
/* Submenu
--------------------------------------------------------------- */
#submenu
{
	background: url(../img/submenu-bg.png);
	background-position: bottom;
	font-size: 11px;
	height: 30px;
	margin-bottom: 16px;
	margin-left: 50px;
	padding-top: 6px;
}
#submenu a
{
	background: url(../img/submenu-arrow.png) no-repeat;
	color: #900;
	margin-right: 20px;
	padding-left: 20px;
}
/* Content
--------------------------------------------------------------- */
#content
{
	padding: 0px;
	margin-right: 300px;
	/*min-height: 450px;*/
	text-align: left;
	width: 600px;
}
#content h1
{
	border-bottom: 1px solid #C30;
	color: #333;
	font: 24px "Arial Black", Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
	margin: 0px;
	margin-bottom: 25px;
}
#content h1 small
{
	color: #999;
	display: block;
	float: right;
	font: 10px Verdana,Helvetica,sans-serif;
	letter-spacing: 0px;
	position: relative;
	top: 15px;
}
#content h2
{
	color: #666;
	font-size: 16px;
	font-weight: bold;
}
#content p
{
	text-align: justify;
}
#content #intro
{
	color: #999;
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 24px;
}
/* Table
--------------------------------------------------------------- */
.table {
	background: url(../img/table-bg.png) bottom no-repeat;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 12px;
	text-align: left;
	width: 600px;
}
.table .header
{
	background: #FFF url(../img/table-header.png) no-repeat;
	color: #FFF;
	font-weight: bold;
	height: 26px;
	margin-bottom: 12px;
	padding: 10px 0px 0px 12px;
}
/* Right Menu
--------------------------------------------------------------- */
#rightMenu
{
	background: url(../img/rightMenu-bg.png) no-repeat;
	float: right;
	padding-left: 50px;
	min-height: 600px;
	width: 250px;
}
#rightMenu .block
{
	background: url(../img/rightMenu-footer.png) bottom;
	margin-bottom: 25px;
	padding-bottom: 12px;
	text-align: left;
	width: 250px;
}
#rightMenu a
{
	color: #900;
	text-decoration: underline;
}
#rightMenu h3
{
	background: url(../img/rightMenu-header.png) no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	margin-bottom: 12px;
	padding: 10px 0px 0px 12px;
}
#rightMenu .block h3 img
{
	margin: 0px;
	margin-right: 6px;
}
#rightMenu h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 12px;
}
#rightMenu p
{
	margin: 12px;
	text-align: left;
}
/* Footer
--------------------------------------------------------------- */
#footer {
	background: #222 url(../img/footer-bg.png);
	background-position-y: -16px;
	clear: both;
	color: #FFF;
	height: 200px;
	margin-top: 16px;
	padding-top: 16px;
	text-align: center;
}
/* Highlights
--------------------------------------------------------------- */
#footer #footer_container {
	height: 162px;
	margin: auto;
	overflow: hidden;
	text-align: left;
	width: 900px;
}
#footer #footer_container a {
	color: #FFF;
}
#footer #footer_container div.highlight {
	float: left;
	margin: 0px;
	width: 300px;
}
#footer #footer_container h1 {
	border-bottom: 1px solid #999;
	font: bold 14px Verdana, Helvetica, sans-serif;
	height: 20px;
	padding-bottom: 3px;
}
#footer #footer_container #top10 {
	float: left;
	height: 120px;
	margin-right: 25px;
	width: 275px;
}
#footer #footer_container #top10 ul li {
	float: left;
	width: 135px;
}
#footer #footer_container #newsletters {
	color: #CCC;
	float: right;
	font-size: 11px;
	margin-left: 25px;
	width: 275px;
}
#footer #footer_container #newsletters b {
	color: #FFF;
}
#footer #footer_menu
{
	margin: 8px auto;
	width: 900px;
}
#footer #footer_menu a
{
	background: transparent url(../img/header-button-bg.png) no-repeat;
	color: #333;
	display: block;
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	height: 18px;
	margin-left: 12px;
	padding-top: 2px;
	text-align: center;
	width: 100px;
}
#footer #footer_menu a:hover
{
	color: #F30;
	text-decoration: none;
}