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


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	background-color: black;
}

#wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #444444;
	margin-top: none;
}

#header {
	width: 800px;
	height: 200px;
	border-bottom: 1px solid #444444;
	background-image: url(../images/Header.jpg);
}

#linkbar {
	width: 800px;
	height: 40px;
	border-bottom: 1px solid #444444;
	background-image: url(../images/redbar.jpg);
}

#bodycontainer {
	width: 760px;
	height: auto;
	padding: 20px;
	background-color: #222222;
	overflow: hidden;
}

#footer {
	width: 800px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	border-top: 1px solid #444444;
	background-image: url(../images/redbar.jpg);
}

#products_container {
	width: 760px;
	height: auto;
	float: left;
}

#product_list {
	width: 200px;
	height: auto;
	float: left;
}

#gallerytitle {
	width: auto;
	height: 20px;
	line-height: 15px;
	text-align: left;
	color: #999999;
	font-size: 12px;
}

#imagegallery {
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	background-color: #111111;
	border: 1px solid #444444;
}