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

/* 
Olive Green:	#877b20

*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #000;
}
h1 {
}
a {
	text-decoration: none;
	color: #877b20;
}
a:hover {
	text-decoration: underline;
}

.alert {
	padding: 5px;
	color: #990000;
	border: 1px #990000 solid;
	background: #ffcccc;
	text-align: center;
	margin-bottom: 15px;
}
.error {
	color: #990000;
}

#page {
	width: 850px;
	margin: 0 auto;
	background: #FFF url(../images/contentbkgd.gif) top center repeat-y;
}

/* HEADER */
#header {
	height: 76px;
}
#header h1, #header h2 {
	display: none;
}
.headerimg {
	margin-left:-20px;
	padding: 0;
}

/* NAVIGATION BAR */
#nav {
	margin: 0 auto;
	width: 850px;
	font-size: 16px;
	height: 42px;
	overflow: hidden;
}
#nav ul {
	margin: 0 0 0 200px;
	padding: 13px 0 10px 0;
	color: White;
	font-family: "Courier New", Courier, monospace;
}
#nav li {
	display: inline;
	padding: 13px 0 10px 0;
}
#nav li a {
	text-transform: uppercase;
	padding: 13px 0.75em 10px 0.75em;
	background: url(../images/button_off.gif) bottom right no-repeat;
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #877b20;
	color: #fff;
}
#nav ul li a.current {
	background: #333;
}


#container {
	color: #000;
	position: relative;
	min-height: 480px;
	padding: 0;
	background: url(../images/bodybkgd.jpg) top center no-repeat;
}

#sidebar {
	position: absolute;
	top: 118px;
	left: 600px;
	width: 242px;
}
#sidebarcontent {
	padding: 10px;
}

#content {
	margin-left: 28px;
	margin-right: 275px;
}

#hdtw {
	float: right;
}

/* PRODUCTS */
.prod_wrapper {
	padding: 10px 10px 10px 225px;
}
.product {
	margin: 0 5px 5px -225px;
	text-align: center; 
	color: #FFF;
	width: 200px;
	float: left;
}
.title {
	margin-top: 0px;
	font-weight: bold;
}
.artist {
	margin-top: 0px;
	font-style: italic;
}

/* CONTACT FORM */
#contactform {
	width: 535px;
}
#contactform td {
	padding: 0 10px 5px 0;
}

#footer {
	text-align: center;
	margin: 0 auto;
	padding: 18px 10px 10px 10px;
	background: #000 url(../images/footerbkgd.gif) top center no-repeat;
	color: #FFF;
	font-size: 10px;
}
#footer p {
	margin: 10px;
}
#footer a {
	color: #FFF;
}
