@charset "UTF-8";

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

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 0.625em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a img {
	border-width: 0px;
	border-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #461D5B;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1.05em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }

html,body,#wrap {
	height: 100%;
}

body #wrap {
	height: auto;
	min-height: 100%;
}

#footer {
	position: relative;
	margin-top: -12em;
	height: 12em;
	clear: both;
}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	
}

#container #header {
	margin: 0px;
	padding: 0px;
	height: 270px;
	overflow: hidden;
	position: relative;
}

#container-content {
	margin: 0px;
	padding: 0 0 15em 0;
	width: 960px;
	background: url(assets/images/bg-sidemenu.png) repeat-y left;
}





#container-content #shadow {
	margin: 0;
	padding: 0;
	height: 9px;
	width: 960px;
	background: url(assets/images/bg-promo-shadow.png) no-repeat top;
}

#menu {
	margin: 0px 10px;
	padding: 0px;
	width: 220px;
}

#content {
	margin:10px 10px 0 10px;
	padding: 0;
	width: 700px;
}

#menu, #content {
	display: inline;
	float: left;
	font-size: 1.2em;
	
}

#eyes-today, #members {
	width: 340px;
	display: inline;
	float: left;
}

#eyes-today {
	margin-right: 20px;
}

#footer {
	text-transform: uppercase;
	color: #FFF;
	background: #471E5C url(assets/images/bg-footer.png) repeat-x top;
	text-align: center;
	/*height: 12em;*/
	padding: 10px;
}

/* HEADER REGION STYLES */

#header #header-logo {
	background: #D9f281 url(assets/images/bg-banner.png) repeat-x bottom;
	height: 150px;
	overflow: hidden;
}
#header #header-promo {
	background: #710CA5 url(assets/images/bg-promo.png) repeat-x bottom;
	margin: 0px;
	padding: 0px;
	height: 120px;
	overflow: hidden;
}

#header #header-girl {
	background: url(assets/images/girl-paintedhands.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	height: 270px;
	width: 413px;
	right: 0px;
	bottom: 0px;
}

/* END - HEADER REGION STYLES */

/* SIDE MENU STYLES */

#menu ul, #menu ul li {
	list-style: none;
}

#menu ul {
	margin: 10px;
}

#menu ul li a {
	display: block;
	margin: 1em 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	zoom: 1; /* IE 6 haslayout */
}

#menu ul li a:hover {
	text-decoration: underline;
}

/* SIDE MENU STYLES */

/* CONTENT REGION STYLES */

#content ul {
	margin-left: 1.5em;
}

#content a {
	font-weight: bold;
	color: #00386e;
}

#eyes-today #eyes-today-header span, #members #members-header span {
	visibility: hidden;
}

#eyes-today #eyes-today-header {
	width: 340px;
	height: 111px;
	background: url(assets/images/eyes-today.png) no-repeat top left;
}

#members #members-header {
	width: 340px;
	height: 111px;
	background: url(assets/images/members.png) no-repeat top left;
}

/* END - CONTENT REGION STYLES */

/* FOOTER REGION STYLES */

#container #footer p a {
	color: #C9F;
	text-decoration: none;
}

/* END - FOOTER REGION STYLES */

.clearing {
	height: 0;
	clear: both;
}