/*		Created by		*/
/* ~~~~~~~~    E L E V E N      ~~~~~~~~*/
/* 	http://www.designeleven.com	*/
/* 
red fd2737
blue 02a3fb
lt blue 59b4e7
dk blue 294e7f
*/

body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;	
}

p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

a 
{
	text-decoration: underline;
	color: #294e7f;
}

a:hover 
{
 	text-decoration: none;
	color: #fd2737;
}

a:active 
{
	text-decoration: none;
	color: #294e7f;
}

H1 {
	font-size: 19px;
	color: #fd2737;
}

H2 {
	font-size: 18px;
	color: #fd2737;
}

H3 {
	font-size: 17px;
	color: #294e7f;
}

.red {
	color: #fd2737;
}

.redbold {
	color: #fd2737;
	font-weight: 600;
}

.dkblue {
	color: #294e7f;
}

.dkbluebold {
	color: #294e7f;
	font-weight: 600;
}


.small {
	font-size: 14px;
}
.smaller {
	font-size: 13px;
}
.smallest {
	font-size: 12px;
}
.smallbold {
	font-size: 14px;
	font-weight: 600;
}
.smallerbold {
	font-size: 13px;
	font-weight: 600;
}
.smallestbold {
	font-size: 12px;
	font-weight: 600;
}

.foottxt {
	font-size: 12px;
}

.mainform {
	width:200px;

}

.smallgrey {
	font-size: 11px;
	color:#777777;
}


/* ///////////////////////
// end fonts - start divs
/////////////////////// */

#container {
	position:absolute;
	left:40px;
	right:40px;
	top:195px;
	/*height:100%;*/
	background-image: url(../images/w55.png);
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
}

#plane {
	position:absolute;
	text-align:right;
	width:100%;
	z-index:20;
}

#account {
	position:absolute;
	width:50%;
	z-index:20;
	top:208px;
	left: 55px;
}

#navcont {
	background-image: url(../images/nav-bg.png);
	padding: 0 0 0 40px;
	position:absolute;
	height:49px;
	width:100%;
	top:157px;
}

#footer {
	position:relative;
}

#footercart {
	position:relative;
}




