		/* PAGE */

body {
	margin: 0;
	padding: 0;
	background: url(images/back.jpg) repeat-x fixed #87817E;
	font: 15px Arial, Helvetica, sans-serif;
	color:  #222;
}

#cover {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

.clear {
	clear: both;
	overflow: hidden;
}

img {
	border: 0;
}

a {
	color: #419F4E;
}

a:visited {
	color: #419F4E;
}

a:hover {
	text-decoration: none;
}

h1 {
	font: bold 26px Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	color: #48BFF9;
	line-height: 90%;
	list-style: none;
}

h1 i {
	font: normal bold 18px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #222;
	line-height: 100%;
	list-style: none;
}

h2 {
	padding: 10px 20px 0 0;
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #E77844;
	letter-spacing: -2px;
	list-style: none;
	text-align: left;
}

h2 sup {
	font-size: 17px;
}

h3 {
	padding: 10px 20px 0 0;
	font: bold 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #48BFF9;
	list-style: none;
	text-align: right;
}

h4 {
	font: italic bold 22px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #705E5A;
	list-style: none;
	text-align: center;
}

h4 sup {
	font-size: 17px;
}

sup {
	font-size: 10px;
}



		/* HEADER */

#header {
	margin: 0 auto;
	height: 80px;
	background: url(images/header.gif) no-repeat #fff;
}

#headerpage {
	margin: 0 auto;
	height: 80px;
	background: url(images/header_page.gif) no-repeat #fff;
}

#links {
	margin-right: 70px;
	font: 15px Arial, Helvetica, sans-serif;
	color: #48BFF9;
	text-align: right;
}

#links ul{
	margin: 0;
	padding: 34px 0 0 20px;
	list-style-type: none;
}

#links li {
	display: inline;
	text-indent: 0; 
}

#links a {
	text-decoration: none;
	color: #48BFF9;
	padding: 2px 1px;
}

#links a:hover, .active a {
	border-bottom: 3px solid #48BFF9;
} 

		/* SIGN */

#sign {
	width: 761px;
	height: 252px;
	background: #fff;
}

#page {
	width: 760px;
	height: 185px;
	background: url(images/page.jpg) no-repeat #0688CA;
}

#title {
	float: right;
	width: 67%;
	padding-top: 55px;
	text-align: left;
	font: bold 30px Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	line-height: 105%;
	color: #C5EBFE;
}


		/* MENU */

#navcontainer {
	float: left;
	width: 30%;
}	

#menu {
	padding: 20px 0 0 50px;
	margin: 0;
	font: bold 15px Arial, Helvetica, sans-serif;
	width: 11em;
}

#menu li {
	list-style: none;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}

#menu li a {
	display: block;
	padding: 5px 0 5px 10px;
	border-left: 1em solid #fff;
	background: #83D4FB;
	text-decoration: none;
}

#menu li a:link {
	color: #fff;
}

#menu li a:visited {
	color: #fff;
}

#menu li a:hover {
	color: #018BDA;
	background: #fff;
	border-color: #fff;
}

#menu li#active a {
	display: block;
	padding: 5px 0 5px 10px;
	border-left: 1em solid #E77844;
	background: #93DAFC;
	text-decoration: none;
}


		/* LOGIN */

#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding-right: 285px;
	float: right;
	font: bold italic 18px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

#nav li {
	float: left;
	position: relative;
	background: #018BDA;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}

#nav a:hover {
	color: #018BDA;
	background: #8DD6FF;
}

#nav li ul {
	display: none;
	position: absolute;
	padding: 0;
	width: 138px;
}

#nav li#active a {
	background: #E77844;
	color: #fff;
} 

#nav li#active a:hover {
	background: #F0A889;
	color: #E4642D;
}



		/* CONTENT INDEX */

#index {
	width: 760px;
	text-align: center;
	background: #463A39;
	clear: both;
	overflow: hidden;
}

#blockp {
	margin: auto;
	margin-top: 35px;
	width: 700px;
	height: 120px;
	background: url(images/block_prof.jpg) no-repeat #fff;
	border: 0px solid #705E5A;
}

#blockh {
	margin: auto;
	margin-top: 35px;
	margin-bottom: 55px;
	width: 700px;
	height: 120px;
	background: url(images/block_home.jpg) no-repeat #fff;
	border: 0px solid #705E5A;
}

.slogan {
	float: left;
	width: 325px;
	padding: 25px 0 0 285px;
	font: 14px Arial, Helvetica, sans-serif;
	color:  #444;
	text-align: left;
	line-height: 125%;
}

.slogan b {
	font-size: 20px;
	letter-spacing: -1px;	
}

.go {
	float: right;
	padding-top: 35px;
	width: 80px;
	text-align: left;
}


		/* CONTENT PAGE */

#content {
	text-align: left;
	padding-bottom: 40px;
	background: url(images/content.jpg) repeat-x #fff;
	clear: both;
}

#columns {
}

#column1 {
	float: left;
	padding-left: 20px;
	width: 35%;
	padding-bottom: 20px;
	color: #014B76;
	line-height: 150%;

}

#column1 li {
	padding-right: 20px;
}

#column1 img {
	padding: 30px 0 10px 0;
}

#column2 {
	float: right;
	padding-right: 20px;
	width: 58%;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 120%;

}

#column2 .start {
	float: left;
	width: 50%;
	padding: 20px 0 15px 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #018BDA;
	text-align: center;
}

#column2 .signup {
	float: right;
	width: 50%;
	padding: 20px 0 15px 0;
	text-align: left;
}

#faq {
	padding: 0 40px 20px 40px;
	line-height: 150%;
}

#download {
	padding: 0 40px 20px 40px;
	line-height: 150%;
}

#download a {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #E77844;
	letter-spacing: -1px;
}

#signup {
	text-align: left;
	padding-bottom: 40px;
	background: #fff;
	clear: both;
}



		/* CONTENT CONSUMER */

#consumer1 {
	float: left;
	padding-left: 20px;
	width: 48%;
	font-size: 14px;
	padding-bottom: 20px;
	color: #014B76;
	line-height: 150%;

}

.note {
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #017BC1;
	text-align: left;
}

#consumer2 {
	float: right;
	padding-right: 20px;
	width: 42%;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 120%;

}


		/* FORM */

#form {
	float: left;
	clear: left; 
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 150%;
}

FIELDSET {
	MARGIN: 0;
	BORDER-STYLE: none;
}

FORM UL {
	MARGIN: 0;
	PADDING-TOP: 8px;
	LIST-STYLE-TYPE: none;
}

FORM UL LI {
	PADDING-BOTTOM: 5px;
	MARGIN: 0;
	LINE-HEIGHT: 25px;
	PADDING-TOP: 5px;
	LIST-STYLE-TYPE: none;
}

FORM LABEL {
	PADDING-RIGHT: 8px;
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FLOAT: left;
	WIDTH: 200px;
	TEXT-ALIGN: right;
}

FORM .field {
	WIDTH: 350px;
}

FORM .select {
	WIDTH: 200px;
}

FORM UL LI.submit {
	padding: 30px 0 30px 210px;
}



		/* FOOTER */

#footerindex {
	clear: both;
	overflow: hidden;
	width: 760px;
	padding: 50px 0 50px 0;
	background: #fff;
	border-top: 10px solid #635350;
	text-align: center;
	font-size: 11px;
	color: #000;
}

#footer {
	clear: both;
	overflow: hidden;
	margin-top: 2px;
	padding: 50px 0 50px 0;
	background: #463A39;
	border-top: 8px solid #635350;
	text-align: center;
	font-size: 11px;
	color: #ABA8A5;
}

#footer a {
	color: white;
}

#footer a:visited {
	color: white;
}
