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

/* Main Elements */
body {
	background: #333333;
	margin: 20px auto;
	width: 840px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#layout {
	border-collapse: collapse;
	width: 100%;
}
#layout td {
	vertical-align: top;
}

/* Header */
#header {
	background: #FFFFFF;
	padding: 20px 20px 0;
}

/* Menu */
#menu {
	background: #FFFFFF;
	text-align: center;
	padding: 0 40px;
}
#menu table {
	border-collapse: collapse;
	width: 100%;
}
#menu table td {
	padding: 0;
	text-align: center;
}
#menu a {
	border-bottom: 6px solid #FFFFFF;
	background: #CCCCCC;
	display: block;
	width: 137px;
	padding: 5px 7px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#menu a:hover {
	border-top: 3px solid #EEEEEE;
	border-bottom: 3px solid #EEEEEE;
	background: #EEEEEE;
}

/* Main Content */
#main {
	background: #FFFFFF url(images/watermark.gif) no-repeat bottom center;
	padding: 20px;
	height: 400px;
}

/* Footer */
#footer {
	text-align: center;
	padding: 5px;
	color: #CCCCCC;
}

/* General Text Formatting */
h1 {
	font-size: 18pt;
	color: #3178aa;
}
h2 {
	font-size: 10pt;
}
b {
	color: #3178aa;
}
a {
	color: #0069b3;
}

/* Products */
#products {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 70px;
}
#products td {
	padding-bottom: 50px;
}
#products img {
	float: left;
	margin-bottom: 100px;
	margin-right: 10px;
}

