﻿/************************************************************
	CONTAINER - Main Page container
************************************************************/

#container 
{
	min-height: 100%;
	clear: both;
	color: black;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/overland-bg.png);
	background-repeat: no-repeat;
}

#containerLeft
{
	width: 150px;
	float: left;	
	height: 524px;
	background-image: Url('../images/bg-side-L.jpg');
	background-repeat: repeat-y;
}

#containerRight 
{
	width: 150px;
	float: left;
	height: 524px;
	background-image: Url('../images/bg-side-R.jpg');
	background-repeat: repeat-y;
}

#contentMain
{
    width: 1000px;
    background-color: black;
    float: left;
	margin-left: 150px;
	margin-right: 150px;
}

#contentBody
{
    width: 1000px;
	min-height: 400px;
    background-color: white;
    float: left;
	font-size: 0.9em;
}

#roundedTop
{
	width: 1000px;
	height: 11px;
	background-image:url(../images/box-top-corners.png);
}

#roundedBottom
{
	width: 1000px;
	height: 11px;
	background-image:url(../images/box-btm-corners.png);
}

#imagemask 
{
	margin-top: -11px;
	float: left;
	width: 480px;
}
/***********************************************************
	HEADER
************************************************************/

#header {
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	padding:0;	
	background-color: black;
}

#logo {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	float:left;
}

#flags
{
	 text-align: right;
	 margin-top: 15px; 
	 margin-right: 15px; 
	 margin-bottom: 15px;
}

.headerContent 
{
	width:87%;
	height:80px;
	float:left;
}

/* Footer */
.footer {
 height:90px;
 width:1000px;
 margin:10px auto 0;
 background:url(../images/footer.png) no-repeat 0 0;
 float: right;
}
.footer .icon1 {
 top:20px;
 left:30px;
}
.footer .icon2 {
 top:15px;
 left:110px;
}
.footer .copyright {
 margin-top:10px;
 margin-left:80px;
 color:#999;
 font-size:11px;
 
}
.footer .design {
 margin-top:10px;
 margin-left:80px;
 color:#999;
 font-size:11px;
}
.footer .design a {
 color:#999;
 text-decoration:none;
}
.footer .design a em {
 color:#525c66;
}

/***********************************************************
	NAVIGATION
************************************************************/
#navigation
{
	float: left;
	line-height: normal;
	font-weight: bold;
}

#navigation ul
{
	list-style:none;
}

#navigation li
{
	float: left;
	margin-right: 7px;
	color: #656565;
}

#navigation .active
{
	color: white;	
}

#navigation .inactive
{
	color: #009fff;
}

#navigation a
{
	text-decoration:none;
	color: #009fff;
}

#navigation a .active
{
	text-decoration:none;
	color: #white;
}

#navigation a:hover
{
	color: white;
}
