/* GLOBALS */

.clearfix {
	clear: both;
}

body {
	background-color: #000;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 15px;
	line-height: 18px;
}
strong, b {
	font-weight: bolder;
}

input, textarea {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}

/* -- GLOBALS */



#logo {
	float: left;
	padding: 32px 0 0 0;
}

nav {
	background: url(../i/menu_top2.png) no-repeat transparent;
	padding:0;
	float:right;
	right:0;
	top:0;
	height: 85px;
	width: 478px;
}
.fr-nav-menu{
	background: url(../i/menu/fr/bg.png) no-repeat transparent;
	padding:0;
	float:right;
	right:0;
	top:0;
	height: 84px;
	width: 538px;
}
nav ul.top {
	margin: 11px 0 0 0;
	padding: 0 0 8px 0;
	height: 10px;
    float: right;
}

nav ul.bottom {
	margin: 0px 0 0 0;
    padding-top: 1px;
	height: 12px;
    float: right;
}

nav ul li {
	display:block;
    height: 14px;
    float: left;
    padding-bottom: 1px;
}

nav ul.top li img {
	vertical-align: top;
}

nav ul.top li a,
nav ul.top li a:visited {
    display: block;
    padding-bottom: 1px;
    border-left: 1px solid #666;
}

nav ul.top li.first a {
    border-left: 0;
}

nav ul.top li a#plmenu-8{
}

nav ul.top li:hover {
	border-bottom: 3px solid #666;
}


nav ul.bottom li {
    border-top: 0px solid transparent;
    float: left;
}

nav ul.bottom li img {
	vertical-align: top;
    margin-top: 4px;
    padding: 0 15px;
}

nav ul.bottom li a,
nav ul.bottom li a:visited {
    position: relative;
    display: block;
    padding-top: 3px;
    height: 18px;
    border-left: 1px solid #666;
}

nav ul.bottom li.first a {
    border-left: 0;
}

nav ul.bottom li:hover {
	border-top: 0px solid #666;
}

.line-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: transparent;
    display: block;
}

nav ul li a:hover .line-top {
    background-color: #666;
}

.flags {
    float: right;
    width: 120px;
    margin-top: 5px;
    margin-right: 9px;
}


/* Article styles: */

#page {
	width:990px;
	margin:0 auto;
	position:relative;
}

article {

}

article #title {
	text-align: right;
	margin: 0 16px 10px 0;
	letter-spacing: 2px;
	line-height: 30px;
	height: 30px;
}

#title h1 {
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 30px;
	height: 30px;
}

article #content {
	min-height: 600px;
	margin: 0 16px 0 18px;
	position: relative;
}

article #content h1 {
	color: #bb1313;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 22px;
}

article #content h2 {
	color: #bb1313;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 5px 0;
	line-height: 1.3em;
}







/* Footer styling: */

footer {
	margin-bottom:0px;
	text-align:right;
	font-size: 11px;
}

footer p {
	line-height: 44px;
	color: #999;
	position: relative;
	bottom: 0;
	left: 0;
	display: inline;
	margin: 0 20px;
}

footer a,footer a:visited {
	color: #999;
	position:relative;
}

footer a:hover {
	text-decoration:none;
	color:#ffffff;
}

footer #bottom-menu {
	background-color: transparent;
	color: #666;
	min-height: 100px;
	text-transform: uppercase;
	line-height: 16px;
	text-align: left;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 20px;
}

footer #bottom-menu ul {
	float: left;
	padding: 0 15px 0 10px;
	border-left: 1px solid #666;
	height: 90px;
}
	footer #bottom-menu ul.first {
		border: 0;
		margin: 0 20px 0 0;
	}

footer #bottom-menu ul li.title {
	font-weight: bold;
	color: #fff;
}

footer #bottom-bar {
    height: 50px;
	background: url(../i/footer_bg.jpg) no-repeat transparent;
}

footer #bottom-bar a {
	margin: 0 5px;
}

footer .socialicons {
    margin: 16px 0 10px 5px;
    width: 140px;
}

footer .socialicons a {
    color: #cccccc;
    font-size: 14px;
}

footer .socialicons a:hover {
    color: #ffffff;
}

footer .socialicons .icon {
    padding: 4px 8px;
    margin-left: 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



