@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Template styles */
/* ghooghe 200905 */

html{
	font-size: 100%;
}

body {
	background-color: #ecedee;
	color: #737477;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 1em;
}

a, a:link, a:visited, a:hover, a:active {
	color: #737477;
	text-decoration: underline;
}
a:visited, a:hover {
}

address {
	font-style: normal;
}

.clear {
	border: 0 none transparent;
	clear: both;
	height: 0;
	visibility: hidden;
}

#container {
	background: transparent url("../img/container-bg.png") repeat-y left top; 
	margin: 0 auto;
	text-align: left;
	width: 997px;
}

/*  CONTENT */
#content {
	background: transparent url("../img/content-bg.png") repeat-x left top;
	padding: 21px 50px 0 50px;
	margin: 0 auto;
	position: relative;
	width: 869px;
}

#content ul {
	margin-bottom: 1em;
}

#content li {
	line-height: 1.3em;
	list-style-type: square;
	list-style-position: inside;
}

h1 {
	display: none;
}

h2 {
	background: transparent url("../img/h2-bg.png") no-repeat left top;
	height: 114px;
	margin-bottom: 60px;
	text-indent: -9999px;
}
h2.who-we-are { background-position: 0 -124px; }
h2.how-does-it-work { background-position: 0 -248px; }
h2.assets { background-position: 0 -372px; }
h2.faq { background-position: 0 -496px; }
h2.contact-us { background-position: 0 -620px; }
			
h3 {
	color: #c70014;
	font-size: 1.4em;
	margin: 1.4em 0 0.8em 0;
}

h4 {
	font-size: 1.2em;
	margin: 2.5em 0 0.6em 0;
}

h3 + h4 {
	margin-top: 0;
}

/* FOOTER */
#footer {
	background: transparent url("../img/footer-bg.png") no-repeat bottom left;
	clear: both;
	font-size: 90%;
	height: 53px;
	padding: 30px 30px 0 0;
	text-align: right;
}

#footer a {
	color: #ffffff;
}

#footer .nav  li {
	display: inline;
	line-height: 35px;
	padding-left: 1em;
}
#footer .nav a {
	text-decoration: none;
}
#footer .nav a:hover {
	text-decoration: underline;
}

#footer .nav .selected a {
	font-weight: bold;
}

/* Forms */
form {
	margin-top: 2em;
	width: 60%;
}
fieldset {
	border: 1px solid #cccccc;
	padding: 0.2em 0.8em;
	margin: 0 0 1em 0;
}

legend {
	font-style:italic;
}
.row {
	clear: both;
	padding: 0.3em;
}

.row label {
	float: left;
	padding-right: 1em;
	text-align: left;
	width: 25%;
}

.submit {
	margin-top: 0.2em;
	text-align: right;
}

textarea {
	width: 100%;
}

.tip {
	color: #999999;
	font-size: 90%;
	font-style: italic;
}

.uname {
	display: none;
}

.error-box, .message-box {
	margin: 0.3em 0;
	padding: 0.3em;
}
.error-box {
	background-color: #ffebeb;
	border: 1px solid #ff0000;
}
.message-box {
	background-color: #e5ecf3;
	border: 1px solid #20457a;
}

/* HEADER */
#header {
	background: #ffffff url("../img/header-bg.png") no-repeat top left;
	height: 242px;
	padding: 50px 0 0 50px;
}

/* Navigation menu */
#header .nav {
	height: 33px;
	margin-top: 69px;
}

#header .nav li {
	float: left;
	height: 33px;
	text-align: center;
}

#header .nav a {
	background: transparent url("../img/nav-bg.png") no-repeat 0 0;
	display: block;
	font-size: 0.75em;
	line-height: 33px;
	width: 130px;
	text-indent: -9999px;
}
#header .nav a:hover, #header .nav .selected a { background-position: 0 -40px; }

#header .nav .item-02 a { 
	background-position: -130px 0;
	width: 180px;
}
#header .nav .item-02 a:hover, #header .nav .item-02.selected a { background-position: -130px -40px; }

#header .nav .item-03 a { 
	background-position: -311px 0;
	width: 223px;
}
#header .nav .item-03 a:hover, #header .nav .item-03.selected a { background-position: -311px -40px; }

#header .nav .item-04 a { 
	background-position: -534px 0;
	width: 117px;
}
#header .nav .item-04 a:hover, #header .nav .item-04.selected a { background-position: -534px -40px; }

#header .nav .item-05 a { 
	background-position: -651px 0;
	width: 87px;
}
#header .nav .item-05 a:hover, #header .nav .item-05.selected a { background-position: -651px -40px; }

#header .nav .item-06 a { 
	background-position: -738px 0;
	width: 136px;
}
#header .nav .item-06 a:hover, #header .nav .item-06.selected a { background-position: -738px -40px; }

.logo {
	height: 140px;
	width: 527px;
}
.logo a {
	background: transparent url("../img/logo.png") no-repeat 132px 33px;
	display: block;
	height: 100%;
	text-indent: -9999px;
}

p {
	line-height: 1.4em;
	margin-bottom: 0.9em;
	text-align: justify;
}


#teaser-contact-us {
	position: absolute;
	top: 11px;
	right: 35px;
}

#teaser-contact-us a {
	background: transparent url("../img/teaser-contact-us.png") no-repeat top left;
	display: block;
	height: 127px;
	text-indent: -9999px;
	width: 267px;
}
