/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* master */

body {
	background: #FFF url(/img/bg.gif) repeat-x top left;
	font-size:75%;
	color:#222;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
/* h2 {font-size:2em;margin-bottom:0.75em;text-align:center;margin: 0 auto;} */
h3 {font-size:1.8em;line-height:1;margin-bottom:10px;}

p {margin:0 0 1.5em;}



#container {
	width: 750px;
	margin:0 auto;
}

#header {
	width: 750px;
	height: 120px;
	float: left;
	margin: 0 0 20px 0;
}

#logo {
		float: left;
		width: 247px;
		height: 120px;
		overflow: hidden;
		margin: 0;
	}

#logo h1 {
	background: url(/img/uploads/manta.gif) no-repeat;
	width: 247px;
	height: 120px;
	padding: 0;
	}
	
#logo h1 span {
	position: absolute;
	left: -5000px;
	width: 4000px;
	}

#header img {
	padding:0;	
}

#header #intro {
	float: right;
	width: 400px;
	margin: 30px 0 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #b7b7b7;
}

#header p {
	margin: 0;
}

img {
	padding: 2px;
	border: none;
	background: #e5e5e5;
	}

a img {
	padding: 2px;
	border: none;
	background: #ccc;
	}

a:hover img {
	background: #999;
}

div.left {
	float: left;
	margin: 10px 0 0 0;
	width: 370px;
	height: 120px;
}	

div.right {
	float: left;
	width: 370px;
	height: 120px;
	margin: 10px 0 0 10px;
}

#tooltip {
	position: absolute;
	text-align: center;
	z-index: 3000;
	border: 1px solid #666;
	background-color: #e5e5e5;
	padding: 5px;
	/*opacity: 0.95;*/
}
#tooltip h3, #tooltip div { margin: 0; }

#footer {
	margin: 20px 0 0 0;
	float: left;
	clear: both;
	
}

#footer p {
	color: #999;
}

#footer a:link, #footer a:visited {
	
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #666;
	text-decoration: underline;
	}