@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------*/
/* global reset
/*-----------------------------------------------------------*/

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


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

* { margin: 0; padding: 0; }


/*-----------------------------------------------------------*/
/* containers
/*-----------------------------------------------------------*/

#wrapper {
	width: 359px;
	margin: 0 auto;
}

#main-container {
	margin-top: 50px;
}

#list-container {
	margin-top: 30px;
	padding-top: 25px;
	background-image: url(images/splash-list-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 116px;
	width: 359px;	
}

#list-container ul {
	list-style: none;
}

#list-container ul li a, #list-container ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	display: block;
	text-decoration: none;
	background-image: url(images/splash-list-divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#list-container ul li a:hover {
	color: #47aa42;
	text-decoration: none;
}

#list-container ul li.last a {
	background: none;
	padding: 0;
	margin: 0;
}