/*****************/
/* GLOBAL STYLES */
/*****************/
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #444;
	font-family: arial, verdana, sans-serif;
	background: #fff url('/images/bg_body.jpg') repeat-x top left;
	}
a {
	text-decoration: underline;
	color: #2980d6;
	}
a:hover {
	text-decoration: none;
	color: #2980d6;
	}
a.active {
	color: #2980d6;
	text-decoration: none;
}
a.nolinklook {
	text-decoration: none;
	color: inherit;
}
a.arrow {
	text-decoration: none;
	background: url('/images/arrow_right.gif') no-repeat center right;
	padding: 0 17px 0 0;
	}
img {border: 0;}
h1 {
	font-size: 20px;
	color: #2980d6;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	}
h1#logo,
h2#logo {
	float: left;
	display: inline;
	font-size: 23px;
	line-height: 10px;
	width: 166px;
	height: 50px;
	background: transparent url('/images/logo.jpg') no-repeat top left;
	padding: 0;
	margin: 12px 0 5px 0;
	}
h1#logo span,
h2#logo span {display: none;}
h2 {
	color: #444;
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
h3 {
	font-size: 17px;
	font-weight: normal;
	color: #444;
	margin: 0;
	padding: 0;
	}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #AA3333;
	margin: 0 0 5px 0;
	padding: 0;
	}
p {
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 10px 0;
	}




table {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 13px;
	}
td {
	margin: 0;
	padding: 0 2px 1px 0;
	}	
form {
	margin: 2px 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	}
input {
	border: 1px solid #8c8c8c;
	background: #fff;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	padding: 2px 5px;
	margin: 0;
	color: #444;
	line-height: 12px;
	}
input.fullwidth {
	width: 175px;
	margin: 0 0 5px 0;}
textarea {
	border: 1px solid #8c8c8c;
	background: #fff;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
	padding: 3px 5px;
	color: #444;
	overflow: auto;
	margin-bottom: 10px;
	}
input.check {
	border: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	}
input.radio {
	border: none;
	background: #fff;
	}
input.button {
	padding: 4px 4px;
	background: url('/images/bg_button.jpg') transparent repeat-x 0 50%;
	border: none;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	margin: 3px 0 5px 0;
	text-transform: uppercase;
	}


#content ul {
	margin: 10px 0;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.3em;
	}
#content ul li {
	background: url('/images/bullet_blue.jpg') no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	}

hr {display: none;}

.button {
	padding: 8px 30px 8px 10px;
	display: inline;
	background: url('/images/arrow_but.jpg') transparent no-repeat center right;
	color: #074349;
	margin: 0;
	text-decoration: none;
	}


/**********************/
/* MAIN DIV ID STYLES */
/**********************/

#wrap {
	width: 895px;
	margin: 0 auto;
	padding: 0 10px;
	}
#header {
	float: left;
	display: inline;
	overflow: visible;
	width: 875px;
	height: 90px;
	padding: 0 20px 0 40px;
	margin: 0;
	}
#content_wrap {
	float: left;
	display: inline;
	overflow: visible;
	padding: 0 0 40px 0;
	background: url('/images/bg_contentBot.jpg') transparent no-repeat bottom left;
	}
#content {
	float: left;
	display: inline;
	overflow: visible;
	width: 895px;
	padding: 50px 20px 0 20px;
	background: url('/images/bg_contentTop.jpg') transparent no-repeat top left;
	}


/***********************/
/* HEADER LOGIN STYLES */
/***********************/
#p_splash #header #login {display: none;}
#header #login {
	float: right;
	margin-top: 15px;
	}
#header #login .button {
	padding: 2px 3px;
	}
#header #login p {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	text-align: right;
	}

/**************/
/* NAV STYLES */
/**************/
ul#nav {
	float: left;
	list-style: none;
	display: inline;
	overflow: visible;
	margin: 0;
	padding: 0;
	clear: left;
	width: 700px;
	}
ul#nav li {
	list-style-type: none;
	float: right;
	display: inline;
	padding: 0 2px;
	}
ul#nav li a {
	float: left;
	display: block;
	height: 25px;
	}
ul#nav li a span {display:none;}

#n_language {
	font-size: 12px;
	}
#n_language a,
#n_language a:hover,
#n_language a:visited {
	height: auto;
	width: auto;
	display: inline;
	margin-left: 20px;
	margin-top: 5px;
	color: #e87c05;
	}

#n_home a {width:54px; background:transparent url('/images/home01.jpg') no-repeat top left;}
#n_about a {width:75px; background:transparent url('/images/about01.jpg') no-repeat top left;}
#n_contact a {width:86px; background:transparent url('/images/contact01.jpg') no-repeat top left;}
#n_faq a {width:44px; background:transparent url('/images/faq01.jpg') no-repeat top left;}
#n_calculator a {width:80px; background:transparent url('/images/calculator01.jpg') no-repeat top left;}
#n_partnerships a {width:94px; background:transparent url('/images/partnerships01.jpg') no-repeat top left;}
#n_solutions a {width:134px; background:transparent url('/images/solutions01.jpg') no-repeat top left;}
#n_why a {width:108px; background:transparent url('/images/why01.jpg') no-repeat top left;}
#n_signup a {width:67px; background:transparent url('/images/signup.jpg') no-repeat top left;}

#p_splash #n_home a,
#p_home #n_home a,
#n_home a:hover {width:54px; background:transparent url('/images/home02.jpg') no-repeat top left;}
#p_about #n_about a,
#n_about a:hover {width:75px; background:transparent url('/images/about02.jpg') no-repeat top left;}
#p_contact #n_contact a,
#n_contact a:hover {width:86px; background:transparent url('/images/contact02.jpg') no-repeat top left;}
#p_faq #n_faq a,
#n_faq a:hover {width:44px; background:transparent url('/images/faq02.jpg') no-repeat top left;}
#p_calculator #n_calculator a,
#n_calculator a:hover {width:80px; background:transparent url('/images/calculator02.jpg') no-repeat top left;}
#p_partnerships #n_partnerships a,
#n_partnerships a:hover {width:94px; background:transparent url('/images/partnerships02.jpg') no-repeat top left;}
#p_solutions #n_solutions a,
#n_solutions a:hover {width:134px; background:transparent url('/images/solutions02.jpg') no-repeat top left;}
#p_why #n_why a,
#n_why a:hover {width:108px; background:transparent url('/images/why02.jpg') no-repeat top left;}

.language {
	float:right;
	display:inline;
	font-size: 12px;
	line-height: 13px;
	margin-top: 70px;
	margin-right: 20px;
	}
.language a,
.language a:hover,
.language a:visited {color:#E87c05;}


/*****************/
/* FOOTER STYLES */
/*****************/

#footer {
	width: 895px;
	padding: 0 20px 10px 20px;
	}
#footer p {
	width: 50%;
	float: left;
	display: inline;
	}
.p_privacy {
	float: right;
	text-align: right;
	display: inline;
	}
#footer ul {
	list-style: none;
	float: right;
	display: inline;
	font-size: 12px;
	line-height: 13px;
	}
#footer ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}	



/********************/
/* HOMEPAGE CONTENT */
/********************/

#flashcontent {
	width: 595px;
	}
#loginBox {
	padding: 0 15px 0 20px;
	height: 145px;
	}
#p_splash #adBox {
	display: block;
	width: 300px;
	height: 125px;
	background: transparent url('/images/Lasser_logo.JPG') no-repeat top left;
	}
#p_home #adBox {
	float: left;
	display: block;
	width: 300px;
	height: 129px;
	background: transparent url('/images/ad_index02c.PNG') no-repeat top left;
	}
#adBox span {display: none;}
#signUpBox {
	width: 300px;
	height: 88px;
	background: #eaeaea;
	}
.btn_signUp {
	display: block;
	width: 182px;
	height: 82px;
	background: transparent url('/images/btn_homeSignUp.jpg') no-repeat top left;
	margin: 0 0 0 55px;
	}
.btn_signUp span {display:none;}
#skipFlash {
	padding: 5px 5px 0 0;
	}
.a_skipIntro {
	float: right;
	display: block;
	padding: 0 20px 0 0;
	background: transparent url('/images/arrow_right_blue.gif') no-repeat center right;
	font-size: 12px;
	margin: 3px 0 0 0;
	}
#adBox_index01 {
	display: block;
	width: 240px;
	height: 135px;
	margin: 20px 0 10px 20px;
	background: transparent url('/images/ad_index01.gif') no-repeat top left;
	}
#adBox_index01 span {display:none;}
#learnMore {
	float: left;
	display: block;
	width: 260px;
	padding: 10px 20px;
	background: #eaeaea;
	margin: 0 0 25px 0;
	}
#learnMore p {
	float: left;
	display: inline;
	width: 120px;
	padding: 6px 0px;
	font-size: 11px;
	margin: 0;
	}
#learnMore p a {
	font-size: 12px;
	}


/**************/
/* BOX STYLES */
/**************/
.boxHolder {
	width: 595px;
	}
.indexBox {
	float: left;
	display: inline;
	margin: 0 9px 8px 0;
	width: 168px;
	height: 182px;
	border-top: 6px solid #d2d85b;
	display: block;
	padding: 5px 12px;
	background: #666;
	}
.indexBox h1 {
	font-weight: normal;
	color: #d2d85b;
	display: block;
	float: none;
	margin: 0 0 5px 0;
	}
.indexBox p {
	color: #fff;
	line-height: 14px;
	}
a.btn_yellow,
a.btn_yellow:hover,
a.btn_yellow:visited {
	display: block;
	padding: 5px;
	background: transparent url('/images/bg_btn_yellow.gif') no-repeat 0 50%;
	color: #444;
	text-decoration:none;
	margin-top: 10px;
	}

#boxCalculate {background: #666 url('/images/box_calculator01.jpg') no-repeat top left;}
#boxSchedule {background: #666 url('/images/box_schedule.jpg') no-repeat top left;}
#boxNotify {background: #666 url('/images/box_notify.jpg') no-repeat top left; margin-right: 0;}
#boxReCalculate {background: #666 url('/images/box_calculator01.jpg') no-repeat top left;}
#boxFacilitate {background: #666 url('/images/box_facilitate.jpg') no-repeat top left;}
#boxEliminate {background: #666 url('/images/box_eliminate.jpg') no-repeat top left; margin-right: 0;}

/*****************/
/* COLUMN STYLES */
/*****************/
.leftColumn {
	float: left;
	display: inline;
	overflow: visible;
	width: 300px;
	}
.rightColumn {
	float: right;
	display: inline;
	overflow: visible;
	width:595px;
	}
	
/*****************/
/* OTHER STYLES */
/*****************/
.arrow_right_blue {
	padding: 0 20px 0 0;
	background: transparent url('/images/arrow_right_blue.gif') no-repeat center right;
	}
