/* With all the browsers and elements in the world - with margin & padding, let's start from the beginning! */
*
{
	margin: 0;
	padding: 0;
}
body
{
	text-align: center;
	background: transparent url(/images/body-background.png) top center repeat-x;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
div#container
{
	width: 982px;
	margin: 0 auto;
	text-align: center;
}
/*
========================================================================
Header block.
========================================================================
*/
div#header
{
	position: relative;
	width: 982px;
	height: 359px;
	background: transparent url(/images/header-background.jpg) center center no-repeat;
	z-index: 10;
}
div#logo
{
	position: absolute;
	top: 50px;
	left: 75px;
	width: 150px;
	height: 125px;
	cursor: pointer;
	z-index: 13;
}
div#header-illustration-logo
{
	position: absolute;
	top: 50px;
	left: 53px;
	width: 488px;
	height: 268px;
	background: transparent url(/design/header-logo-only.png) center center no-repeat;
	z-index: 12;
}
div#header-illustration-container
{
	position: absolute;
	top: 50px;
	left: 53px;
	width: 872px;
	height: 268px;
	z-index: 11;

	background: #fff;
}
div#languages
{
	position: absolute;
	right: 57px;
	top: 15px;
	height: 18px;
	padding: 4px 5px;
	background: transparent url(/images/languages-background.png) center center repeat-x;
	color: #fff;
	z-index: 12;
}
* html div#languages
{
	top: 17px;
}
div#languages a
{
	padding: 4px 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
div#languages a:hover
{
	text-decoration: underline;
}
div#languages a.current
{
	color: #f968b0;
}
div#quick-menu
{
	position: absolute;
	right: 57px;
	bottom: 41px;
	height: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #ac0051;
	font-size: 10pt;
	padding: 20px 12px 0 24px;
	text-align: center;
	background: transparent url(/images/quick-menu-background.png) top left no-repeat;
	z-index: 12;
}
div#quick-menu a
{
	color: #ac0051;
	text-decoration: none;
	padding: 0 10px;
}
div#search
{
	position: absolute;
	top: 327px;
	left: 52px;
	width: 205px;
	height: 32px;
}
div#search input.search_field
{
	margin-top: 7px;
	margin-left: 2px;
	width: 115px;
	height: 18px;
	border: 0;
	background: transparent;
}
div#search input.search_nupp
{
	margin-top: 7px;
	margin-left: 2px;
	width: 72px;
	height: 18px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
}
/*
========================================================================
Content block.
========================================================================
*/
div#content
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #323131;
	text-align: left;
}
div#left-panel
{
	float: left;
	text-align: right;
	width: 263px;
}
div#right-panel
{
	float: right;
	width: 718px;
	background: transparent url(/images/content-background.png) top right repeat-y;
}
div#content-text-area
{
	width: 608px;
	background: transparent url(/images/content-text-area-background.png) bottom right no-repeat;
	padding-left: 25px;
	padding-right: 85px;
	padding-bottom: 40px;
}
div#content-text-area h1
{
	color: #ac0051;
	font-size: 12pt;
	padding-bottom: 10px;
	padding-top: 15px;
}
div#content-text-area ul
{
	margin: 15px 25px;
}
* html div#content-text-area
{
	width: 718px;
}
div#content-text-area, div#content-text-area td
{
	font-size: 10pt;
	color: #323131;
}
div#content-text-area p
{
	padding-bottom: 10px;
}

div#sub_pages ul, div#sub_pages ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
}
div#sub_pages ul li span
{
	font-size: 9pt;
}
/*
========================================================================
Footer block.
========================================================================
*/
div#footer
{
	width: 618px;
	padding-left: 15px;
	padding-right: 85px;
	background: #fff;
	position: relative;
}
* html div#footer
{
	width: 718px;
}
div#footer, div#footer td, a
{
	font-size: 8pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #9b9b9b;
}
div#footer a.logo img
{
	border: 0;
}
div#footer a.logo
{
	position: absolute;
	right: 55px;
	top: 7px;
}
/*
========================================================================
Main menu styles.
========================================================================
*/
div#main-menu ul
{
	list-style: none;
}
div#main-menu ul li
{
	padding: 5px 10px;
	background: transparent url(/images/section-item-border-bottom.png) bottom center no-repeat;
}
div#main-menu ul li a
{
	font-size: 9pt;
	font-weight: bold;
	color: #515151;
	text-decoration: none;
}
div#main-menu ul li.current a, div#main-menu ul li a:hover
{
	color: #ac0051;
}
div#main-menu ul li a:hover
{
	text-decoration: underline;
}
/*
========================================================================
Login styles.
========================================================================
*/
div#login, div#login td,
div.section, div.section td
{
	font-size: 8pt;
	color: #515151;
	font-weight: bold;
}
div#login input.input_field,
div.section input.input_field
{
	width: 160px;
	height: 18px;
	border: 1px solid #b0b0b0;
}
div#login input.input_submit,
div.section input.input_submit
{
	font-size: 8pt;
	color: #fff;
	border: 0;
	background-color: #f30a78;
	font-weight: bold;
	padding: 2px 0;
	width: 75px;
	cursor: pointer;
}
/*
========================================================================
Section styles.
========================================================================
*/
div.section
{
	margin-top: 10px;
	text-align: left;
	float: right;
	width: 213px;
}
div.section div.header
{
	height: 33px;
	width: 213px;
	background: transparent url(/images/section-header-background.png) center center no-repeat;
}
div.section div.header h1
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}
div.section div.body
{
	width: 183px;
	padding: 5px 15px;
	padding-bottom: 45px;
	background: transparent url(/images/section-body-background.png) bottom center no-repeat;
}
* html div.section div.body
{
	width: 213px;
}

