@charset "utf-8";
/* CSS Document */


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #00335b;
	background-repeat: no-repeat;
	}
	
a{
	color: #FFF;
	text-decoration: none;	
	}
	
#container{
	height: 530px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 15px;
	}
	
.language{
	position: relative;
	height: 15px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding: 5px;
	background-color: #009ee0;
	text-align: center;
	margin-left: 2px;
	margin-bottom: 0px;
	}
	
#NonFlashVersion{
	position: relative;
	height: 15px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	background-color: #009ee0;
	text-align: center;
	margin-left: 10px;
	}


/*Static card*/
	
.card{
	position: relative;
	height: 498px;
	width: 960px;
	background-image: url(../images/blue_background.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	padding-top: 2px;
	}

.static{
	background-image: url(../images/background_static_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 698px;
	padding-top: 2px;
	}
	
.logo{
	height: 117px;
	width: 100px;
	margin-right: 10px;
	position: relative;
	background-color: #009ee0;
	clear: none;
	left: 265px;
	top: 150px;
	float: left;
	}


.propositionBox{
	background-color: #009ee0;
	padding: 10px;
	height: 97px;
	width: 300px;
	position: relative;
	clear: right;
	color: #FFF;
	margin-top: 150px;
	margin-left: 375px;
	}

.serviceBox{
	padding: 10px;
	height: 250px;
	width: 300px;
	background-color: #009ee0;
	color: #FFF;
	position: relative;
	margin-top: 10px;
	margin-left: 375px;
	}

.title{
	font-size: 36px;
	text-transform: uppercase;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
.subtitle{
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	margin-top: 0px;
	}

.ruler{
	background-image: url(../images/ruler.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 10px;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 5px;
	}


/*mobile settings*/
.resetContainer{
	width: 320px;
	margin-top: 0px;
	margin-left: 0px;
	height: 1000px;
	}
	
.resetCard{
	height: 975px;
	width: 320px;
	background-image: url(../images/background_mobile.png);
	position: relative;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	}
	
.resetlogo{
	width: 75px;
	margin-top: 330px;
	margin-left: 30px;
	height: 88px;
	margin-bottom: 10px;
	float: none;
	clear: both;
	position: relative;
	}
	
.resetPropositionBox{
	height: 68px;
	width: 215px;
	margin-top: 10px;
	margin-left: 30px;
	float: none;
	background-color: #009ee0;
	padding: 10px;
	font-size: 30px;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	}
	
.resetServiceBox{
	height: 300px;
	width: 215px;
	margin-top: 10px;
	margin-left: 30px;
	float: none;
	background-color: #009ee0;
	padding: 10px;
	color: #FFF;
	position: relative;
	text-align: left;
	}
	
.resetRuler{
	width: 215px;
	position: relative;
	
	}
	
.resetLanguage{
	width: 200px;	
	}
	
	
.botton_image{
	position: relative;
	width:auto;
	height: 30px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	z-index:250;	
	}
	
	
	
#flash_window{
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../../../../../images/90PercentTransparency.png);
	z-index:1000;
	}
	
#flash_video{
	position:fixed;
	left:50%;
	margin-left: -350px;
	top:50%;
	margin-top: -350px;
	padding-top: 30px;
	width:700px;
	height: 700px;
	background-color: transparent;
	z-index:1100;
	}
	
	
#close_button{
	position: relative;
	width: auto;
	height: 50px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 20px;
	float:left;
	}
