/* 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;
}
body {
	line-height: 1em;
	background-color: #000000;
	font-family: geneva,arial,helvetica,sans-serif;
	font-size: 1em;
	color:  #ffffff;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
input:focus {
	outline: 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #000000;
}
#header {
	width: 1000px;
	height: 194px;
	background-image: url(images/headerbg.jpg);
}
#middle {
	width:  1000px;
	height:  913px;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
}

#menu {
	width: 209px;
	float: left;
}

#submenu {
	width: 500px;
	margin: 25px 0 25px 0;
}

.smitem {
	padding:  15px;
	color: #ffffff;
	background-color:  #000000;
	display: inline;
}

.smitem:hover {
	background-color: #ffffff;
	color:  #000000;
}

#content {
	width:  750px;
	float:  right;
	margin-top: 20px;
	padding: 0 20px 50px 20px;
}
#content p{
	line-height: normal;
	margin-bottom:  15px;
}

.shelf {
	width: 750px;
}

.item {
	width: 200px;
	float: left;
	margin: 0 10px 25px 10px;
}

.fullitem {
	width: 750px;
	margin-bottom: 25px;
}

.thetitle {
	font-size: 1.25em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: .5em;
	color: #ff6600;
	text-decoration: underline;
}

.descrip {
	font-size: .75em;
	width: 200px;
	line-height: 1em;
	padding-top: .75em;
	margin-bottom: .75em;
}

.fulldescrip{
	font-size: .75em;
	width: 750px;
	line-height: 1em;
	padding-top: .75em;
	margin-bottom: .75em;
}

.gimme {
	float:left;
}

.price {
	float:left;
	font-weight: bold;
	color: red;
	padding-top: 3px;
}

a {
	color: #ffffff;
}

a:hover {
	color: #ff6600;
}

#column1 {
	width: 460px;
	float: left;
}

#column2 {
	width: 270px;
	float: right;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	font-variant: caps;
	font-weight: bolder;
	margin-bottom: 10px;
}

#footer {
	clear: both;
}
.clearfix {
	clear: both;
}

.right {
	float: right;
	padding: 5px 0 2px 8px;
}

.left {
	float: left;
	padding: 5px 8px 2px 0;
}
