@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font-family:Verdana;
	font-size:11px;
	background: #4f4f4f   url(images/bg_background.jpg) no-repeat center top ; 
	margin:0;	
}
.mainWrapper{
	width:989px;
	margin:0 auto;
}
.languages{
	margin-top:0px;
	width:120px;
	float:right;
}
.header{
	margin-top:38px;
	width:989px;
	float:left;
}
.header .login{
	float:right;
}
.header .login .loginLeft{
	float:left;
	background:url(images/menu_left.png) no-repeat; 
	width:7px;
	height:27px;	
}
.header .login .loginMid{
	float:left;
	background-color:#353537;
	color:#34a3c6;
	font-size:13px;
	width:210px;
	height:21px;
	text-align:center;
	font-weight:bold;
	padding-top:6px;
}

.header .login .loginMidLogged{
	float:left;
	background-color:#353537;
	color:#35c9f7;
	font-size:13px;
	width:auto;
	height:21px;
	text-align:center;
	font-weight:bold;
	padding-top:6px;
}
.header .login .loginMidLogged span a
{
    color:#35c9f7;
}
.header .login .loginMidLogged span a:visited
{
    color:#35c9f7;
}
.header .login .loginMidLogged span a:hover
{
    color:#35c9f7;
}
.header .login .loginMidLogged cite
{
    background-color:#353537;
	color:#fff;
	font-size:13px;
	height:21px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background-image:none;
	font-style:normal;
}
.header .login .loginMidLogged span{	
	background-color:#353537;
	color:#fff;
	font-size:13px;
	height:21px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/menu_divider.png) no-repeat left;
	padding:0 2px 0 6px; 
}
.header .login .loginMid a
{
    color:#34a3c6;
    text-decoration:none;
}
.header .login .loginMid a:hover
{
    text-decoration:underline;
    color:#34a3c6;
}
.header .login .loginMid a:visited
{
    color:#34a3c6;
}
.header .login .loginRight{
	float:left;
	background:url(images/menu_right.png) no-repeat; 
	width:7px;
	height:27px;
}

#loginSpan
{
    cursor:pointer;
}
#loginSpan:hover
{
    text-decoration:underline;
}
/*----------------------Login Box------------------------------------------------*/
.header .loginBox{
	float:right;
	clear:both;
	margin:10px 0 0 0;
	
}
.header .loginBox .loginBoxLeft{
	float:left;
	background:url(images/loginBox_left.png) no-repeat; 
	width:7px;
	height:37px;
}
.header .loginBox .loginBoxMid{
	float:left;
	background-color:#353537;
	color:#34a3c6;
	font-size:13px;
	width:605px;
	height:30px;
	text-align:center;
	font-weight:bold;
	padding-top:6px;	
}
.header .loginBox .loginBoxMid a
{
    color:#34a3c6;
    text-decoration:none;
}
.header .loginBox .loginBoxMid a:hover
{
    color:#34a3c6;
}
.header .loginBox .loginBoxMid a:visited
{
    color:#34a3c6;
}
.header .loginBox .loginBoxRight{
	float:left;
	background:url(images/loginBox_right.png) no-repeat; 
	width:7px;
	height:36px;
}

/*-----------------------------------Incorrect Login box -----------------------*/
.header .loginBox{
	float:right;
	clear:both;
	margin:10px 0 0 0;
	
}
.header .loginBox .loginBoxErrorLeft{
	float:left;
	background:url(images/loginBoxError_left.png) no-repeat; 
	width:10px;
	height:50px;	
}
.header .loginBox .loginBoxErrorMid{
	float:left;
	background-color:#353537;
	color:#34a3c6;
	font-size:13px;
	width:605px;
	height:45px;
	text-align:center;
	font-weight:bold;
	padding-top:6px;	
}

.header .loginBox .loginBoxErrorMid span
{
    color:#ff0000;
    float:left;
    margin:0 0 0 17px;
}

.header .loginBox .loginBoxErrorMid .errorMessage
{
    width:605px;
    float:left;    
}
.header .loginBox .loginBoxErrorMid .textBoxes
{
    width:605px;
}
.header .loginBox .loginBoxErrorMid a
{
    color:#34a3c6;
    text-decoration:none;
}
.header .loginBox .loginBoxErrorMid a:hover
{
    color:#34a3c6;
}
.header .loginBox .loginBoxErrorMid a:visited
{
    color:#34a3c6;
}
.header .loginBox .loginBoxErrorRight{
	float:left;
	background:url(images/loginBoxError_right.png) no-repeat; 
	width:10px;
	height:50px;
}

/*------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

.header .menu{
	padding-top:10px;
	width:989px;
	clear:both;
	float:right;
}
.header .menu .logo{
	float:left;
	background:url(images/logo.png) no-repeat ; 
	width:214px;
	height:15px;
}
.header .menu .fullMenu{
	float:right;
}
.header .menu .menuLeft{
	float:left;
	background:url(images/menu_left.png) no-repeat; 
	width:7px;
	height:27px;
}
.header .menu .menuList{
	float:left;
	width:auto;
	height:27px;
}
.header .menu .menuSep{
	background:url(images/menu_divider.png) no-repeat top; 
	width:2px;
	height:27px;
	display:block;
	padding:0px;
	margin:-5px 0 0 0;
}
.header .menu ul{
	float:left;
	list-style:none;
	background-color:#353537;
	height:22px;
	width:auto;
	color:#FFF;
	padding-top:5px;
	font-size:13px;
}
.header .menu ul li{
	float:left;
	padding-right:5px;
	padding-left:5px;
}
.menu ul li a{
	text-transform:uppercase;
	text-decoration:none;
}
.menu ul li a:hover{
	text-transform:uppercase;
	text-decoration:none;
}
.menu ul li a:visited{
	text-transform:uppercase;
	text-decoration:none;
}
.header .menu .menuRight{
	float:left;
	background:url(images/menu_right.png) no-repeat; 
	width:7px;
	height:27px;
}
.content {
	width:989px;
	float:left;
	padding-top:10px;
}

img
{
    border:none;
    padding-right:10px;
}
.mid img
{
    margin:0 0 0 0;
}
