/* 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;
}


/*------------------ GENERAL -------------------*/
div#container {
	position: relative;
	width: 960px;
	height: 687px;
	margin: 20px auto;
	left: 65px;
}


/*------------------ #header -------------------*/
#header h1 a {
	background:url(/img/logo.png) no-repeat;
	bottom:0px;
	height:59px;
	left:11px;
	position:absolute;
	text-indent:-9999px;
	width:122px;
	z-index: 9999;
}

#header h2 {
	background:url(/img/text-bottom.png) no-repeat;
	bottom:22px;
	height:14px;
	left:156px;
	position:absolute;
	text-indent:-9999px;
	width:578px;
	z-index: 9998;
}

#header h2 a#emailLink {
	position: absolute;
	height: 14px;
	right: 0px;
	width: 158px;
	z-index: 9999;
	bottom: 0px;
}

#header ul {
	position: absolute;
	bottom:11px;
	height:38px;
	right:126px;
}

#header ul li {
	float: right;
	display: inline;
	width: 37px;
}

#header ul li a {
	text-indent: -9999px;
	display: block;
	height:38px;
}

#header ul li a#facebookLink {
	background: url(/img/icon-facebook.png) no-repeat;
}

#header ul li a#twitterLink {
	background: url(/img/icon-twitter.png) no-repeat;
}

#section h3 {
	background: url(/img/text-top.png) no-repeat;
	height: 14px;
	position: absolute;
	width: 177px;
	left: 336px;
	text-indent: -9999px;
}

#section div#textBackground {
	position: absolute;
	width: 960px;
	height: 553px;
	top: 42px;
	background: url(/img/text-background.png) repeat-x -1px;
}

#section div#textMask {
	position: absolute;
	text-indent: -9999px;
	background: url(/img/text-mask.png) no-repeat;
	width: 960px;
	height: 553px;
}

#section a#wantMoreLink {
	position: absolute;
	width: 162px;
	height: 162px;
	background: url(/img/want-more.png) no-repeat;
	text-indent: -9999px;
	top: 292px;
	right: 0px;
}


