body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: url('/images/bgblack.png') repeat-x #fbfcfe;

}
h3 {
	font-size: 16px;
	margin: 0px;

}
a {
	text-decoration: none;
	color: #0000CC;

}
a:hover { text-decoration: underline; }
img { border: 0; }
textarea { width: 150px; }
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	min-height: 500px;
	margin-bottom: 15px;
	background: url('/images/header2black.png') no-repeat center top;

}
#header {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 10px;
	height: 102px;

}
#logo {
	height: 100px;
	background: url('/images/logo.jpg') center left no-repeat;

}
#headerfloat {
	float: right;
	width: 295px;
	height: 97px;
	background: url('/images/minicart.png') no-repeat bottom left;

}
#login {
	display: none;
	padding: 2px;
	float: right;
	width: 290px;
	font-size: 10px;
	background: #f0f2fa;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;

}
#loginbutton {
	background: url('/images/login.png');
	width: 55px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: 0;

}
#minicart {
	float: right;
	margin-top: 20px;
	margin-left: 16px;
	width: 278px;

}
#navigation {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 0px;
	height: 28px;
	overflow: auto;

}
#navigation a { color: #293149; }
#navigation a:hover { color: #6f7586; }
#search { float: right; }
#searchbutton {
	background: url('/images/search.png');
	width: 65px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: 0;

}
#main {
	margin-left: 9px;
	margin-right: 9px;
	background: #efefef url('/images/mainbottombg.png') bottom repeat-x;
	overflow: auto;
	min-height: 400px;
	padding: 9px;

}
#footer {
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 18px;
	background: url('/images/footerblack.png') center top no-repeat;
	clear: both;

}
#column1 {
	float: left;
	width: 162px;
	padding: 10px;
	min-height: 300px;
	background: #FFF url('/images/boxrepeatblack.png') repeat-x;
	border: 1px solid #d4dbef;

}
#column1 div {
	padding-top: 10px;
	padding-bottom: 10px;

}
#column1 > div > a { font-weight: bold; }
#column1 ul {
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	font-size: 12px;
	list-style-type: circle;

}
#column1 ul li {
	font-size: 12px;
	list-style-type: circle;

}
#vertcat {
	margin-top: 10px;
	border: none;

}
#vertcat div {
	font-size: 12px;
	padding: 3px;
	padding-left: 0px;
	border-bottom: 1px dashed #000;

}
#vertcat a { color: #293149; }
#vertcat a:hover { color: #6f7586; }
#column2 {
	float: left;
	margin-left: 10px;
	width: 576px;
	min-height: 300px;

}
#column3 {
	float: right;
	width: 162px;
	padding: 10px;
	min-height: 300px;
	background: #FFF url('/images/boxrepeatblack.png') repeat-x;
	border: 1px solid #d4dbef;

}
