@import "menu.css";
body {
	background: #2496bd url('images/bg.jpg') repeat-x top left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0px;
}
a,a:visited {
	color: #0485AF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.clear {
	width: 100%;
	font-size: 1px;
	clear: both;
}
h1#logo {
	position: relative;
	background: url('images/logo.jpg');
	height: 182px;
	width: 908px;
	margin: 0px auto;
}
h1#logo em {
	display: none;
}
img#login {
	position: absolute;
	top: 162px;
	right: 29px;
}
img#cart {
	position: absolute;
	top: 162px;
	right: 123px;
}
div#allAreas {
	background: #fff;
	width: 908px;
	margin: 0px auto;
}
div#allAreas div.lhsRepeat {
	background: url('images/lhsRepeat.jpg') top left repeat-y;
}
div#allAreas div.lhs {
	background: url('images/lhs.jpg') top left no-repeat;
}
div#allAreas div.rhsRepeat {
	background: url('images/rhsRepeat.jpg') top right repeat-y;
}
div#allAreas div.rhs {
	background: url('images/rhs.jpg') top right no-repeat;
	/* Fix to enforce min-height within IE6, minimum height set on last nested element or repeat fails */
	min-height: 550px;
	height: auto !important;
	height: 550px;
	/* End Fix */
}
div#nav {
	position: relative;
	background: #3F4851 url('images/navbar.jpg') repeat-x;
	height: 44px;
	width: 874px;
	margin: 0px auto;
	text-align: left;
	z-index: 1;
}
form#searchArea {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 154px;
	height: 38px;
	background: url('images/searchBox.jpg') no-repeat;
}
form#searchArea input.text {
	position: absolute;
	top: 2px;
	left: 5px;
	border: 0px;
	width: 120px;
	background: none;
	color: #ffd986;
	font-size: 11px;
	font-weight: bold;
}
form#searchArea input.button {
	position: absolute;
	top: 0px;
	right: 0px;
}
div#breadCrumb {
	text-align: left;
	margin: 10px 30px 10px 44px;
	font-size: 10px;
	font-weight: bold;
	color: #adbcba;
}
div#breadCrumb a {
	color: #F4B905;
}
div#content {
	width: 874px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 1em;
}
div#maincolumn {
	margin: 0px auto;
	width: 874px;
	background: url('images/content-background-image.jpg') no-repeat;
	/* Fix to enforce min-height within IE6, minimum height set on last nested element or repeat fails */
	min-height: 400px;
	height: auto !important;
	height: 400px;
	/* End Fix */
}
div#leftcolumn {
	float: left;
	width: 140px;
	text-align: left;
	margin-top: 30px;
	margin-left: 18px;
	text-transform:lowercase;
}
div#leftcolumn h2{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 11px;
}
div#leftcolumn ul#SNM {
	margin: 0px;
	padding: 0px;
}
div#leftcolumn ul#SNM li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-bottom: 3px;
	font-size: 11px;
}
div#leftcolumn ul#SNM li a,div#leftcolumn ul#SNM li a:visited{
	color: #c1af9d;
}
div#leftcolumn ul#SNM li a:hover, div#leftcolumn ul#SNM li.NIMSelected a {
	color: #df7309;
}
div#rightcolumn {
	float: right;
	width: 670px;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 10px;
}
div#footer {
	background: url('images/footer.jpg');
	height: 78px;
	width: 908px;
	margin: 0px auto;
	position: relative;
	color: #F4B905;
}
div#footer a,div#footer a:visited {
	color: #F4B905;
	font-size: 11px;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer ul {
	display: block;
	position: absolute;
	top: 30px;
	left: 40px;
	margin: 0px;
	padding: 0px;
}
div#footer ul li {
	display:inline;
	list-style-type:none;
	padding: 0px 5px;
	border-right: 1px solid #F4B905;
}
div#footer ul li.NIMLastItem {
	border-right: none;
}
div#design {
	float: right;
	position: relative;
	top: 30px;
	right: 45px;
}

