/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background: url(../media/images/main-body-bg.gif) repeat-x #fff;
}

div#wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

	div#header
	{
		position: relative;
		padding: 14px 17px 0 45px;
		width: 898px;
		height: 141px;
		background: url(../media/images/main-logo.gif) left top no-repeat;
		overflow: hidden;
	}

	div#header_en
	{
		position: relative;
		padding: 14px 17px 0 45px;
		width: 898px;
		height: 141px;
		background: url(../media/images/main-logo-en.gif) left top no-repeat;
		overflow: hidden;
	}
	
	div#menubar
	{
		position: relative;
		padding: 0 17px 0 45px;
		width: 898px;
		height: 38px;
	}
	
		div.menublock
		{
			position: relative;
			padding: 10px 0 0 0;
			width: 284px;
			float: left;
		}
		
	div#subnav
	{
		position: relative;
		margin: 0 0 0 45px;
		width: 852px;
		height: 38px;
	}
	
		body#adv div#subnav
		{
			background-color: #f7b11e;
		}
		
		body#not div#subnav
		{
			background-color: #701717;
		}
		
		body#tra div#subnav
		{
			background-color: #acc63f;
		}
	
	div#main
	{
		position: relative;
		padding: 0 63px 0 45px;
		width: 852px;
		font-size: 10pt;
	}
	
/*
 *Text
 */	
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1
{
	font-size: 18px;
	line-height: 22px;
}

	body#adv h1
	{
		color: #f7b11e;
	}
	
	body#not h1
	{
		color: #701717;
	}
	
	body#tra h1
	{
		color: #acc63f;
	}

p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	font-size: 13px;
	line-height: 16px;
	color: #000;
}

/*Main nav*/
div.menublock a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 23px;
	text-decoration: none;
	color: #8a91af;
	margin: 0 0 0 10px;
}

	div.menublock a:hover,
	body#adv div.menublock a.adv,
	body#not div.menublock a.not,
	body#tra div.menublock a.tra
	{
		color: #fff;
	}

/*Language flags*/
a.lang
{
	margin-left: 6px;
	float: right;
}

/*Header images*/
img.header
{
	margin: 8px 14px 0 0;
	padding: 6px;
	border: 1px solid #807cab;
	float: right;
}

div#main img
{
	margin: 0 0 30px 15px;
	float: right;
}

div#downloadlinks
{
	width: 284px;
	margin: 0 0 30px 15px;
	float: right;
}

div#downloadlinks img
{
	float: right;
	margin:0px;	
}

div#downloadlinks .imagelink
{
	margin-top: 7px;
	margin-right: 7px;
}
