﻿/* Mainshell template */

#Formless
{
	width:980px;
	height:0px;
	margin:0px auto;
	position:relative;
	z-index:99;
}
#HeaderContainer
{
	min-width:980px;
	height:79px;
	background:url(/images/bgHeader.png) repeat-x;
	overflow:hidden;
	position:relative;
}
#HeaderMovieContainer
{
	width:980px;
	height:79px;
	margin:0px auto;
	position:relative;
	z-index:1;
}
#HeaderMovie
{
	width:1700px;
	height:80px;
	position:absolute;
	left:-350px;
	top:-1px;
	z-index:2;
	margin:0px auto;
}
a#HomeLink
{
	display:block;
	width:410px;
	height:60px;
	position:absolute;
	left:300px;
	top:-50px;
	z-index:99;
	cursor:pointer;
	border:solid 1px #FF0000;
}
div#TestLink
{
	display:block;
	width:410px;
	height:60px;
	position:absolute;
	left:13px;
	top:10px;
	z-index:99;
	cursor:pointer;
	background:#FF0000;
	border:solid 1px #0000FF;
}
a#Logo
{
	display:block;
	width:410px;
	height:59px;
	position:absolute;
	left:15px;
	top:-20px;
	z-index:999;
	text-decoration:none;
	border:solid 1px #FF0000;
}
a.image
{
	text-decoration:none;
}
div#slogan
{
	width:313px;
	height:21px;
	position:absolute;
	right:4px;
	top:33px;
	z-index:1;
	background:url(/images/slogan.png) no-repeat;
}
#NavContainer
{
	min-width:980px;
	height:33px;
	background:url(/images/bgNav.png) repeat-x;
	background-position:center top;
	position:relative;
}
#Nav
{
	width:980px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
}
div#btnWorldWide
{
	float:right;
	width:80px;
	height:33px;
	background:url(/images/btnWorldWide.png) no-repeat;
	cursor:pointer;
}
#BodyContainer
{
	margin:0px auto;
	width:980px;
	background:url(/images/bgBodyContainer.png) repeat-y;
}
#FooterContainer
{
	margin:0px auto;
	width:980px;
	height:10px;
	background:url(/images/bgFooterContainer.png) no-repeat;
}
div.CallSAR
{
	font-size:18px;
	color:white;
	float:right;
	display:inline;
	width:400px;
	margin-top:12px;
	margin-right:10px;
	text-align:right;
}
div.CallSAR img
{
	width:333px;
	height:22px;
}

div.NavRightInfos
{
        font-size:18px;
        color:white;
        float:right;
        display:inline;
        margin-top:7px;
        margin-right:10px;
        text-align:right;
}

div.copyright
{
	clear:both;
	float:left;
	display:inline;
	margin-top:15px;
	margin-left:10px;
	width:200px;
	color:#FFF;
	white-space:nowrap;
}