html, 
body
{
	margin: 0;
	padding: 0;
}
body 
{
	background-color: white;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

div.header,
div.ribbon,
div.main,
div.footer 
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div.header
{
	background-color: #8e8e94;
	height: 116px;
}

a.logo 
{
	background: url("/img/logo.png") no-repeat;
	display: block;
	width: 207px;
	height: 83px;
}

ul.lang-selector
{
	background: #fff url("/img/lang-selector-angle.png") no-repeat left;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	padding-left: 276px;
	position: absolute;
	bottom: 31px;
	right: 0;
	height: 28px;
}
ul.lang-selector li
{
	float: left;
	margin-left: 30px;
}
ul.lang-selector li a 
{
	color: #8e8e94;
	font-size: 12px;
	text-decoration: none;
}

ul.main-menu
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	list-style-type: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

ul.main-menu li {
	float: left;
	text-align: center;
}

ul.main-menu li a {
	background-color: #b0a72e;
	color: white;
	display: block;
	width: 249px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.main-menu li a.current 
{
	background-color: white;
	color: #b0a72e;
}

div.ribbon
{
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 96px;
}
div.ribbon.green
{
	background-image: url("/img/chequered-green.png");
	background-color: #227a8f;
}
div.ribbon.blue
{
	background-image: url("/img/chequered-navy.png");
	background-color: #2b4a76;
}
div.ribbon h2 
{
	display: inline-block;
	color: white;
	padding: 30px 50px 4px 50px;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
}

div.content
{
	padding: 20px 100px 50px 100px;
}
div.content.column
{
	padding-left: 300px;
	padding-right: 0;
}
div.content h1 
{
	color: #e05e16;
	font-size: 22px;
	margin: 0;
	margin-bottom: 20px;
}

div.footer
{
	background-color: #5b8c97;
}

div.footer-content
{
	background: #fff url("/img/footer-angle.png") no-repeat right;
	color: #a6a6a6;
	width: 300px;
	margin-left: 50px;
	height: 50px;
	font-size: 0.9em;
}
div.footer-content .address,
div.footer-content .contacts
{
	padding-top: 10px;
	display: inline-block;
	margin-left: 20px;
}
div.footer-content a 
{
	color: #a6a6a6;
	text-decoration: none;
}
div.footer-content a:hover 
{
	text-decoration: underline;
}

div.side-menu 
{
	background-color: #2B4A76;
	width: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
}
div.side-menu.white
{
	background-color: white;
}
div.side-menu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.side-menu ul li
{
	margin: 20px 10px;
}
div.side-menu ul li a 
{
	background: #fff;
	color: #227a8f;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	border: 2px solid #4bacc6;
	text-decoration: none;
	font-weight: bold;
}
div.side-menu ul li a.current
{
	background: #227a8f;
	border-color: #227a8f;
	color: white;
}

div.stages
{
	margin-top: 20px;
}
div.stages .stage,
div.stages .stage span,
div.stages .stage a
{
	display: inline-block;
}
div.stages .stage span
{
	color: white;
	background: #227a8f;
	border: 2px solid #385d8a;
	border-radius: 20px;
	width: 38px;
	height: 38px;
	font-size: 22px;
	text-align: center;
	line-height: 38px;
}
div.stages .stage a
{
	font-size: 0.9em;
	border: 2px solid #4bacc6;
	color: #227a8f;
	padding: 7px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}
div.stages .stage a:first-child
{
	margin-left: 10px;
}