@CHARSET "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td,tr,a,img { 
	margin:0;
	padding:0;
	border:0;
}

html, body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

body {

 color: #333333;
 font-family: Verdana,Geneva,sans-serif;
 font-size: 14px;
 line-height: 20px;
  
}

.login {
	background-image:url(./images/bg_login_header.jpg);
	background-repeat:no-repeat;
	width:992px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-110px;
	height:100%;
	min-height:603px;
}

.logintitle {
	color:#D91D2B;
	font-weight:bold;
	width:286px;
	text-align:center;
	margin-left:492px;
	padding-top:13px;
	margin-bottom:72px;
	display:block;
}

.loginleftcol {
	width:491px;
	padding-top:325px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#000000;
	background-image:url(./images/img_login.jpg);
	background-repeat:no-repeat;
 background-position: center top;   
}

.loginrightcol {
	width:461px;
	float:left;
	padding-left:40px;
	padding-top: 72px;
	background-image:url(./images/nomadic_display_montreal.jpg);
	background-repeat:no-repeat;
	background-position: 40px top;   
	background-size: 330px auto;
}

.formlogin {
	margin:20px 0 10px 0;
}

.formlogin input[type=text],
.formlogin input[type=password]{
	background-color:#edf3f6;
	border:solid 1px #c9c9c9;
	padding:5px;
	width:310px;
	margin:5px 0 10px 0;
}

.formlogin .send {
	background-color:transparent;
	background-image:url(./images/bt_send.png);
	width:69px;
	height:28px;
	margin-top:25px;
	cursor:pointer;
}

.bluelink {
	text-decoration:none;
	color:#D91D2B;
	font-size:12px;
	display:inline-block;
	padding-left:23px;
	background-image:url(./images/arrow_blue.png);
	background-repeat:no-repeat;
 background-position: left center; 
}

.blacklink {
	text-decoration:none;
	color:#000000;
	display:inline-block;
	padding-left:23px;
	background-image:url(./images/arrow_black.png);
	background-repeat:no-repeat;
 background-position: left center;
}

.linesplitter {
    background-image: url(./images/line_blue.jpg);
    background-repeat: repeat-x;
    clear: both;
    height: 3px;
    margin: 20px 0;
}

/* ------------------------------------------------ footer ------------------------------------------*/

.footer{
	height:104px;
	background-image:url(./images/bg_footer.jpg);
	background-repeat:repeat-x;
	clear:both;
}

.footercenter {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#999999;
	font-size:10px;
}

.footercenterlogo {
 display:block;
	height:83px;
	background-image:url(./images/logo_footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-decoration: none;
}

.footercenterlegal {
	height:21px;
}
