/* Copyright 2011 Ben Syverson. */

html, body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #666;
	text-align: center;
}

html, body, div, img, small, a, ul, li, h1, dl, dt, dd, cite, hr {
	margin: 0;
	padding: 0;
}

html, body, small, h1, cite {
	background-color: #c0c0bb;
}

a { color: #000; text-decoration: none;}
a:visited { color: #000; }
a:hover { color: #000; text-decoration: underline;}

hr {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	border: none;
	height: 50px;
	background: white;
	display: block;
	
}

img { border: 0; margin: 0; padding: 0; }
p { margin: 0; padding: 0; text-align: left; }


span {
	display: none;
}


#sub, #home {
	position: absolute;
	top: 5px;
	width: 200px;
	height: 200px;
}

#sub {
	left: 10px;
}

#home {
	right: 10px;
}



p img {
	left: auto;
	right: auto;
	position: relative;
}

body {
	margin-top: 50px;
}

body p {
	text-align: center;
	position: relative;
}

h1 {
	font-size:80%;
	color:#fff;
	font-weight: normal;
	margin-top: 1em;
	padding: 0;
	line-height: 1em;
}

small {
	margin-top: 50px;
	display: block;
	color: #b0b0a8;
}

#prv, #nxt {
	position: absolute;
	top: 0px;
	width: 200px;
	height: 100%;
}

#prv {
	left: 0px;
}
#nxt {
	right: 0px;
}


.lo, .hi {
	position: absolute;
	top: 0;
	width: 224px;
	list-style: none;
	text-align: left;
}

.lo {
	left: 0;
}

.hi {
	right: 0;
}

.lo a, .hi a {
	display: block;
	background:clear;
}


.lo a:hover {
	color: black;
}

.lo li, .hi li { list-style: none; }
.lo li a { margin: 0; height: 1.2em; background: none; margin-left: 14px; }

.lo ul { padding-bottom: 2em; }


.lo:hover ul, .hi:hover ul a {
	display: block;
}

.hi:hover ul a{
	background:url('images/chrome/sprites-v4.png') left top;
}

.lo ul li a span {
	display: none;
}

.lo:hover ul li a span {
	display: inline;
}


.lo a {
	background:url('images/chrome/sprites-v4.png');
	background-position: -2px -2px;
	margin-left: 14px;
	margin-top: 10px;
	width:161px;
	height: 34px;
	margin-bottom:12px;
}
/*.lo > a { background-position: -2px -2px; }*/
.lo > a:hover { background-position: -2px -39px; }


.hi a {
	background:url('images/chrome/sprites-v4.png') left top;
	background-position:-410px -3px;
	width:198px;
	margin-left:14px;
	margin-top:10px;
	height: 32px;
}
.hi a:hover { background-position:-612px -3px; }

.hi ul { background: #c0c0bb; }
.hi > ul { background: none; }

.hi ul li a { height: 34px; }
.hi ul li > a { background: none; }

#ph {
	margin-top: 8px;
	padding-top: 8px;
	position: relative;
	height: 40px;
}

#ph a{
	background-position: -411px -76px;
	width: 161px;
	margin-top: 0px;
	margin-left: 51px;
}
#ph a:hover { background-position: -411px -39px; }
#ph > a { background-position: -2px -76px; }
#ph > a:hover { background-position: -2px -39px; }


#sw {
	height: 40px;
}

#sw a{
	margin: 0;
	background-position: -579px -76px;	
	width: 143px;
	margin-left: 69px;
}
#sw a:hover { background-position: -579px -39px; }
#sw > a { background-position: -170px -76px;	}
#sw > a:hover { background-position: -170px -39px; }

#me {
	padding-bottom: 1px;
		height: 40px;
}
#me a{
	margin: 0;
	background-position: -731px -76px;		
	width: 78px;
	margin-left: 134px;
	margin-bottom: 40px;
}
#me a:hover { background-position: -731px -39px; }
#me > a { background-position: -322px -76px;	}
#me > a:hover { background-position: -322px -39px; }

.c a { color: #8ff; }
.m a { color: #f6f; }
.y a { color: #ff8; }
.k a { color: #fff; }

