* {
	margin: 0; padding: 0; border: 0;
	}

/**//**/

#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	}

/**/

#column_left {
	width: 200px;
	float: left;
	}

#logo {
	background-color: #fff;
	height: 100px;
	border-right: solid 1px #ccc;
	}

#menu {
	background-color: #990000;
	}

#menu a {
	font-size: 8.5pt; color: #fff; font-weight: bold;
	text-decoration: none; text-transform: uppercase;
	padding: 10px 20px;
	border-bottom: solid 1px #fff;
	display: block;
	}

#menu a:hover {
	background-color: #cc0000;
	}

/**/

#newsletter {
	background-color: #fff;
	}

#newsletter a {
	font-size: 8.5pt; color: #fff; font-weight: bold;
	text-decoration: none; text-transform: uppercase;
	padding: 10px 20px;
	border-bottom: solid 1px #fff;
	display: block;
	color:#000;
	border-right:1px solid #CCCCCC;
	}

#newsletter a:hover {
	background-color: #ff0033;
	}

/**/

#categories {
	background-color: #000;
	}

#categories a {
	color: #fff;
	}

#categories h1 {
	font-family: verdana, sans-serif; font-size: 9pt; color: #fff; 
	text-decoration: none; text-transform: uppercase;
	padding: 8px 20px;
	border-bottom: solid 1px #222;
	}

#categories ul {
	color: #fff;
	}

#categories li a {
	font-size: 7.5pt; color: #fff; font-weight: bold;
	text-decoration: none;
	padding: 6px 20px;
	border-bottom: solid 1px #222;
	display: block;
	}

#categories li a:hover {
	background-color: #111;
	}
	
/**/

#column_right {
	margin: 0 0 0 200px;
	}

#header {
	background: #eee url(img/header.png) no-repeat;
	height: 173px;
	border-bottom: solid 1px #ccc;
	}

#content {
	padding: 10px;
	}

#content h1, #content h4 {
	font-family: georgia, sans-serif; font-size: 12pt; color: #cc3333; font-weight: normal;	
	margin: 0 0 10px 0;
	}

#content img {
	padding: 2px;
	border: solid 1px #ccc;
	}

/**/

#footer {
	font-size: 7.5pt; color: #666;
	padding: 10px;
	border-top: solid 1px #ccc;
	clear: both;
	}

#footer a {
	color: #999; font-weight: bold;
	}

/**//**/

body {
	font-family: verdana, "lucida grande", "lucida unicode", lucida, sans-serif; font-size: 9pt; color: #444;
	background: url(img/bg_body.gif) repeat;
	}

td {
	padding: 4px;
	}

table p {
	font-size: 9pt;
	}

p {
	font-size: 8.5pt;
	line-height: 1.6em; text-align: justify;
	margin: 0 0 10px 0;
	}

a {
	text-decoration: none;
	}

input, textarea, select {
	font-family: verdana, "lucida grande", "lucida unicode", lucida, sans-serif; font-size: 9pt; color: #444;
	padding: 2px;
	border: solid 1px #ccc;
	}

/**//**/

.productRow1 {
	padding: 10px;
	}

.productRow2 {
	background-color: #f6f6f6;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}

.outOfStockRow {
	color: #ccc;
	background: #eee;
	padding: 10px;
	}

.checkoutHeader {
	color: #666; font-weight: bold;
	background-color: #ddd;
	padding: 10px;
	}

.red {
	color: red;
	}

.small {
	font-size: 7.5pt;
	}