* {
	margin:0;
	padding:0;
}

body {
	background:#1e1e1e url(../images/background.jpg) no-repeat top left;
	color:#996699;
	font:normal 80% Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }

h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin:0 0 15px 0;
}

a {
	color:#996699;
	text-decoration:none;
	text-transform:uppercase;
}

a:hover {
	background:#e0e0e0;
}

#wrapper {
	width:950px;
	
	/*background-color:#f0f0f0;*/
	background-image:url(../images/bg.png);
}

#leftcol, #rightcol {
	width:140px;
	height:100%;
	margin:30px 0 0 0;
	padding:0 0 0 10px;
}

#leftcol {
	float:left;
}

#rightcol {
	float:right;
}

#maincol {
	margin:0 150px;
}

ul.menu {
	list-style:none;
	margin:0 0 30px 0;
}

ul.menu li {
	margin:0 0 8px 0;
}	

#logo {
	background:#ffffff url(../images/headers/random-header.php) no-repeat top left;
	height:300px;
}

#content {
	background-color:#ffffff;
	padding:10px;
}

#content a {
	text-transform:none;
}

*html #content {
	margin:0 3px 0 3px;
}

.product {
	float:left;
	width:310px;
	margin:0 0 10px 0;
}

#featured .product {
	width:150px;
	margin:0 5px 0 0;
	text-align:center;
}

.product img {
	float:left;
	width:150px;
	margin:0 10px 0 0;
}

#featured .product img {
	float:none;
	display:block;
	margin:0;
}

#footer {
	clear:both;
	padding:10px 0 0 0;
	height:100px;
	text-align:center;
}

/* forms */
label {
	font-weight: bold;
	display: block;
	margin:10px 0 3px 0;
}

input, button, select, textarea {
	margin:0 0 0 5px;
	font:inherit;
}

button {
	font-weight:bold;
}

textarea {
	width:90%;
}

div.buttons {
	margin:10px 0 0 0;
	text-align:center;
}
