@import "DDMVertMenu.css";
html {
	overflow: auto;
}
body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 1px;
	line-height: 1px;
}
img {
	border: 0px;
}
p {
	margin-top: 0em;
	margin-bottom: 0.9em;
	line-height: 1.4em;
}
a,a:visited {
	color: #6e99d4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
div#container {
	position: relative;
	width: 923px;
	margin: 0px auto;
	text-align: left;
	background: url('images/body.jpg');
}
div#header {
	background: url('images/header.jpg');
	height: 215px;
}
h1#logo {
	background: url('images/logo.jpg') no-repeat;
	position: relative;
	top: 10px;
	left: 11px;
	height: 85px;
}
h1#logo em {
	display: none;
}
img#bImage {
	position: absolute;
	top: 25px;
	right: 42px;
}
div#sideBar {
	position: relative;
	left: 10px;
	top: 2px;
	float: left;
	width: 200px;
}
div#loginArea {
	margin: 10px 0px 30px 5px;
	width: 195px;
	height: 195px;
	background: url('images/loginBox.jpg') no-repeat;
}
div#loginArea h3 {
	margin: 0px;
	padding: 12px 0px 20px 12px;
	line-height: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
div#loginArea h4 {
	margin: 0px;
	padding: 0px 0px 20px 12px;
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
form#loginForm {
	margin: 0px;
	padding: 10px;
	width: 165px;
}
form#loginForm label {
	float: left;
	color: #fff;
	padding-top: 3px;
	font-size: 11px;
}
form#loginForm input {
	float: right;
	height: 14px;
	width: 106px;
	font-size: 11px;
	margin: 2px 0px;
	padding: 3px 2px;
	border: 0px;
	background: #fff;
	color: #000;
}
form#loginForm input.loginBtn {
	width: 45px;
	height: 21px;
	background: none;
	float: none;
}
form#loginForm p {
	margin: 8px 0px 0px 0px;
	font-size: 11px;
}
form#loginForm a {
	color: #37eaff;
	text-decoration: underline;
}
form#loginForm a:hover {
	text-decoration: none;
}
div#ShoppingCart {
	clear: both;
	margin: 80px 8px;
}
div#content {
	margin: 10px 37px 0px 0px;
	width: 650px;
	float: right;
}
div#footer {
	background: url('images/footer.jpg');
	height: 46px;
}
ul#footerNav {
	float: left;
}
ul#design {
	float: right;
}
ul#design,
ul#footerNav {
	margin: 4px 20px;
	padding: 0px;
}
ul#design li,
ul#footerNav li {
	display: inline;
	padding: 0em 0.8em;
	border-right: 1px solid #333;
}
ul#design li.NIMLastItem,
ul#footerNav li.NIMLastItem {
	border-right: 0px;
}
