﻿html {
	margin:0;
	padding:0;
}

body
{	
	font-size: 62.5%; /* Resets 1em to 10px */ 
	font-family: Helvetica, Arial, sans-serif;
	color:#525252;
	background: #ebebeb URL("../Images/Layout/bgmain.gif") no-repeat top center;
	margin:0;
	padding:0;
	text-align: center;
}

.clear
{
	clear: both;
	display: block;
}

#wrapper 
{
	width: 980px; /*984*/
	border: 0; 	
	margin: 0 auto;
	padding:0; 
	text-align: left;
	min-height: 674px;	
	background-color:#fff;
	border:1px solid #fff;
}

#inner_wrapper
{	
	width:930px;
	margin:5px 25px 0 25px;
	padding:0;	
}

.header
{
	font-size: 1.3em;
	background-repeat: no-repeat;
	text-align: center;
	background-position: top center;
	height: 63px;
	width:930px;
	
}

.header-link
{
	height: 53px;
	width: 293px;	
	display:block;
}

.header_cy
{
	background: #FFFFFF url(../images/Layout/logo_cy.gif) no-repeat top left;
}

.header_en
{
	background: #FFFFFF url(../images/Layout/logo.gif) no-repeat bottom left;
}

#lang-nav
{
	float: right;	
	height:30px;	
}

#lang-nav a
{
	margin-right: 15px;
	display: block;
	text-decoration: none;
	color: #d62222;
	font-weight: bold;
	background-image: url(../images/layout/bullet_right.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left : 15px;
}

#lang-nav a:hover
{
	text-decoration: underline;
}

#navigation
{	
	clear: both;
	font-size: 1em;
	min-height:27px;
	float:right;
	display:block;
	margin-top:30px;
}

#navigation ul
{
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

#navigation ul li a
{
	display: block;
	color: #000;
	text-decoration: none;
}

#navigation ul li a.selected
{
	color: #ccc;
}

#navigation ul li a:hover
{
	color: #ccc;
	text-decoration: underline;
}

#secondary-nav-container
{
	display:block;
	background-color:#d62222;
	width:930px;
	height:30px;
	margin-top:10px;
}

.secondary-nav
{
	margin:0;
	padding:0;
	display:inline;	
}

.secondary-nav li
{
	display:inline;
	float:left;
	font-size:1.2em;
	margin:0;	
}

.secondary-nav a
{
	text-decoration:none;
	color:#fff;
	display:inline-block;
	padding:6px 10px 4px 10px;
	height:20px;	
}

.secondary-nav a:hover
{
	display:inline-block;
	background-color:#e6e6e6;
	color:#d62222;	
}


.secondary-nav .selected 
{
	background-color:#e6e6e6;
	color:#d62222;
}

/*****************/

#content_container
{
	font-size: 1.2em;	
	/*color: #6A6A6A;*/
	background-color: #FFFFFF;
	min-height:520px;
}

#content_container h1
{
	color: #6A1413;
	margin: 0;
}

#footer-left
{
	float:left;	
}

#footer-right
{
	float:right;	
}

#footer
{
	border-top:1px solid #bebebe;
	font-size: 1em;
	height: 60px;
	background:#fff;
	/*margin-top:40px;*/
	margin:0;	
}

#footer ul
{
	font-size: 1.1em;
	margin: 20px 5px 4px 5px;
	padding: 0;
	display: block;
	text-align: center;	
}

#footer ul li
{
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

#footer ul li a, #footer ul li span
{
	color: #3f3f3f;
	text-decoration: none;
}

#footer ul li a:hover
{
	text-decoration: underline;
}




