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

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

/* Header */
#header {
	padding: 0;	
}

/* Menu */
#menu {
	width: 20%;
	padding: 20px;
	padding-right: 0;
	vertical-align: top;
}
#menu a {
	background: #444444;
	display: block;
	width: 150px;
	padding: 5px 7px;
	margin-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: #777777;
}
#menu h1 {
	background: #444444;
	display: block;
	width: 150px;
	padding: 5px 7px;
	margin: 0 0 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
#menu a.sub {
	background: transparent !important;
	color: #444444 !important;
	font-weight: normal !important;
	margin-bottom: 0 !important;
	padding: 1px 7px !important;
}
#menu a.sub:hover {
	text-decoration: underline;
}
#menu br {
	line-height: 0.5;
}

/* Main Content */
#main {
	background: url(images/mainbg.jpg) no-repeat top right;
	padding: 0 20px 0;
}
#main table {
	border: 1px solid #CCCCCC;
	border-width: 0 1px 1px;
	border-collapse: collapse;
	padding: 20px;
	height: 400px;
	width: 100%;
}
#mainContent {
	vertical-align: top;
	padding: 20px;
	width: 80%;
	font-size: 9pt;
}
#mainContent table {
	border: 0;
	height: auto;
}
#mainContent table td {
	vertical-align: top;
}

/* Footer */
#footer {
	text-align: center;
	padding: 10px 20px;
}

/* General Text Formatting */
h1 {
	font-size: 18pt;
	color: #BBBBBB;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	color: #70a1a9;
	font-weight: bold;
}
a {
	color: #70a1a9;
}

/* Products */
#products {
	border: 1px solid #CCCCCC !important;
}
#products td {
	width: 20%;
	text-align: center;
	vertical-align: bottom !important;
	padding: 10px 10px 20px;
	font-size: 7pt;
}
#products img {
	margin-bottom: 5px;
}
#products a {
	cursor: pointer;
}


