/*Reset Information */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, 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, dl, dt, dd, ol,  li, fieldset, form, 
legend, table, caption, tbody, tfoot, thead, tr, th, td{

    margin : 0;
    padding : 0;
    border : 0;
    outline : 0;
    font-weight : inherit;
    font-style : inherit;
    font-size : 100%;
    font-family : inherit;
    vertical-align : baseline;
}

:focus{
    outline : 0;
}

body{
    line-height : 1;
    color : black;
    background : white;
}

ol{
    list-style : none;
}

table{
    border-spacing : 0;
    margin : 0 0 0 0px;
}

caption, th, td{
    text-align : left;
    font-weight : normal;
}

blockquote:before, blockquote:after, q:before, q:after{
    content : "";
}

blockquote, q{
    quotes : "" "";
}


/* 
 Amsterdam 2009
 Design by Simon cross
*/

/* Main Body */

body {
	background:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	line-height:120%;
}

h1, h2 , h3{
	color: #000000;
	margin: 0px;
}

h1{	
	padding: 20px 0px 0px 0px;
	font-size:18px;
	float:left;
	margin:20 0px 0p 20px;	
}

h2{
	font-family:Helvetica;
	font-weight:Bold;
	color:#FFF;
	font-size:18px;
	margin:70px 15px 0px 25px;
	padding:5px 0px 0px 5px;
}

h3{
	color:#37abc8;
	font-family:Helvetica;
	font-size:16px;
	margin:30px 15px 0px 150px;
	font-weight:normal;
	padding:5px 0px 0px 5px;
}

h6{
	font-size: 10px;
	margin:10px 0px -14px 0px;
	color: #999;
	font-weight: normal;
	text-align: left;
}



/* Paragraphs */

p{
	font-size:16px;
	width:260px;
	margin:10px 10px 0px 30px;
	color: #AAA;
}

a{
	text-decoration:underline;
	color:#FFFFFF;
}

a:hover{
	color:#37ABC8;
}

li{
	margin:5px 30px 0px 0px;
	color:#333333;
}

/* Image */
img{
    float:left;
	padding:1em;
	margin:0px 15px 15px 40px;
}

/* Page */
#page{
	width:995px;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;	
	background:#000 url(../images/landing_page-12.png) no-repeat;
	min-height:470px;
	color:#ffadaf;
}


#tickertape{
	padding:136px 0px 0px 40px;
}

#tickertape input{
	color:#FFF;
	background:url(../images/page_bg-03.png) repeat-y;
	border:0px;
}

/* Footer */
#footer{
	margin:0px auto;
	width: 995px;
	height:100px;
	background:url(../images/landing_page-11.png) no-repeat;
	text-align : center;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	clear:both;
	padding-top:20px;
}


