body {
	background-color: #eee;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#main {
	background-color: white;
	width: 1024px;
	margin: 10px auto;
	border: 1px solid silver;
	min-height: 700px;
	text-align: left;
}

#header {
	width: 100%;
	height: 87px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/headerBackground.png);
	background-repeat: repeat-x;
}

#header img {
	border: 0px;
}

#menuBar {
	float: left;
	width: 230px;
	height: 100%;
	padding: 10px 0px 10px 10px;
}

#menuBar .box {
	background: url(/images/boxBackground.png) 0 0 repeat-y;
	background-color: #d8d5ef;
	border-bottom: 1px solid silver;
	margin-bottom: 15px;
	padding: 0px;
}

#menuBar .box IMG {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#menuBar ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#menuBar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menuBar .box a {
	border-top: 1px solid #d8d5ef;
	border-bottom: 1px solid #d8d5ef;
	width: 218px;
	margin-left: 1px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	display: block;
	padding: 2px 5px;
	text-transform: uppercase;
}

#menuBar .box a:hover {
	border-top: 1px solid #a8a5bf;
	border-bottom: 1px solid #a8a5bf;
	background-color: #c8c5df;
}

#content {
	margin: 0px;
	padding: 10px;
	margin-left: 250px !important;
	margin-left: 220px;
	width: 753px;
}

#content h1 {
	font-family: times new roman, times, serif;
	font-weight: bold;
	font-size: 24pt;
	text-align: left;
	font-style: italic;
	text-transform: lowercase;
	margin: 0px 0px 16pt 0px;
	color: #a8a5cf;
}

#content h2 {
	font-family: times new roman, times, serif;
	font-size: 16pt;
	font-style: italic;
	margin: 10pt 0px 6pt 0px;
	color: #a8a5cf;
	text-transform: lowercase;
}

#content h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 12pt 0px 3pt 0px;
	padding-top: 2px;
	color: #8885af;
	clear: right;
	border-top: 1px solid silver;
}

#content a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#content a:hover {
	color: black;
	text-decoration: underline;
}

#content input, textarea, select {
	width: 500px;
	font-family: arial, helvetica, sans-serif;
}

#content img.right {
	float: right;
}

#content td.left {
	font-weight: bold;
	width: 75px;
	vertical-align: top;
}

#content .spacer {
	clear: right;
	height: 1px;
}

#content .product {
	width: 360px;
}

#content .product ul {
	list-style-image: url(/images/tick.png);
}

.loginbox {
	background: #c8c5ef;
	border: 1px solid gray;
	padding: 10px;
	width: 300px;
	margin: auto auto;
	text-align: left;
}

.loginbox input {
	width: 290px !important;
}

table.menutable {
	border-collapse: collapse;
	border: 1px solid gray;
	width: 500px;
	padding: 2px;
}

table.menutable th {
	background-color: #eee;
	border-bottom: 1px solid gray;
	text-align: left;
	padding: 10px 5px;
}

table.menutable td {
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: 5px;
}

table.menutable tr:hover {
	background-color: #eee;
}
	
#footer {
	text-align: center;
	color: gray;
	font-size: 9pt;
	margin-top: 15px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

#footer a:hover {
	color: #222;
	text-decoration: underline;
}