/*********************************************************************
STYLE RESET - removes browser defaults
**********************************************************************/
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;
}
/*********************************************************************
GENERAL STYLES - top level appearance for entire site
**********************************************************************/

h1, h2 {
	padding-bottom: .75em;
}

h1 {
	font: normal 1.35em/1.45em Georgia,Times New Roman,serif;
}

h2 {
	font: normal 1.15em/1.45em Georgia,Times New Roman,serif;
	color: #eee;
}

h3 {
	font: normal 1.1em/1.45em Georgia,Times New Roman,serif;
	font-weight: normal;
	padding: 5px 10px;
}

h4 {
	font: normal 1.15em/1.45em Georgia,Times New Roman,serif;
	font-weight: normal;
}
a {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
p {
	color: #aaa;
	font-family:helvetica;
	font-size:12px;
	line-height:1.6em;
	padding-bottom:11px;
}

hr {
	height: 1px;
	background-color: #333;
	border: none;
	margin: 0 0 10px 0;
	_margin-top: -5px;
	*margin-top: -5px;
}
/*********************************************************************
LAYOUT FRAMEWORK - main containers, structure that doesn't change
**********************************************************************/

body {
	background-color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

html, body {
	margin:0; padding:0;
	height:100%;
}

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-340px;
	width:1px;
}


#container {
	position: relative;
	clear: left;
	height: 580px;
	padding: 20px 0;
	margin:0 auto;
	width:960px;
}

#leftCol {
	display:inline;
	float:left;
	margin-right:30px;
	position:relative;
	width:470px;
}

#rightCol {
	display:inline;
	float:left;
	position:relative;
	width:460px;
	overflow: hidden;
}

#content_wrapper {
	width: 920px;
	height: 350px;
}
#logo {
	padding-bottom: 20px;
	display: block;
}

#shoplist {
	background-color:#222222;
	left:460px;
	position:absolute;
	width:460px;
}

#shoplist ul {
	background:url("../images/1.jpg") no-repeat scroll left top #0C0C0C;
	height:318px;
	list-style:none outside none;
	overflow-y:scroll;
}

#shoplist ul li {
	background-color: #111;
	background:rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
	_background-color: #111;
	*background-color: #111; 
	color:#aaa;
	line-height:1.9em;
	padding:0 10px;
	text-transform:capitalize;
}

#shoplist ul li a {
	text-transform: uppercase;
}

#shoplist ul li span {
	color:  #fff;
}

#shoplist ul li.first {
	padding-top: 5px;
}

#home {
	position: absolute;
	display: block;
	padding: 3px 5px;
	background-color: #111;
	color: #777;
	top: 5px;
	right: 5px;
}

