/* @override http://localhost/splash/css/base.css */

/* =Reset
-----------------------------------------------------------------------------*/
/* Code used is from Eric Meyer's CSS Reset 
 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

/* RESETS SOME OF THE FIREFOX BUTTON ISSUES */
button::-moz-focus-inner { border: none; padding: 0; margin: 0;} 

/* =General
-----------------------------------------------------------------------------*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* abbr tag - underlined and help cursor */
abbr[title] {border-bottom: 1px dotted #999;}
abbr[title]:hover {cursor:help;}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	background: #f9f9f9 url(../img/bg.png) repeat-x;
}
a {
	color: #128de0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#landing {
	width: 989px;
	margin:auto;
}
/* =Headings
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

td {
  text-align: left;
	font-weight: normal;
}

