body {
	text-align: center;
	background-image: url(/images/background.png);
}
h1 {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 15px 10px 5px 0;
	font-weight: bold;
}
img {
	border: none;
}
#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.layer-main {
	position: relative;
	visibility: visible;
	width: 850px; /* 750px; */
	height: 575px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.layer-products_flash {
	position: absolute;
	visibility: visible;
	top: -5px;
	left: 0px;
	width: 341px;
	height: 253px;
	z-index: 1;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 202px;
	height: 66px;
	background: transparent url(/images/logo.png) no-repeat left top;
	z-index: 100;
}

.layer-text_box, .content {
	position:absolute;
	left:383px;
	top:89px;
	width:360px;
	/*height:135px;*/
	overflow: visible;
	z-index:1
}
.text {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
.marquee {
	position: absolute;
	height: 425px;
	width: 340px;
	left: 7px;
	top: 89px;
	z-index: 1;
	background: transparent url(/images/marquee.jpg) no-repeat left top;
	text-align: center;
	color: #fff;
}
.marquee h1 {
	font-weight: normal;
	font-size: 16px;
	margin-top: 5px;
}
.marquee p {
	margin-left: 20px;
	margin-right: 20px;
}
.marquee img {
	margin-top: 10px;
}
.contact {
	position: relative;
	background-color: #FFFFFF;
	visibility: inherit;
	bottom: 0px;
}
.contacts {
	position: absolute;
	left: 1px;
	top: 535px; /* 527px; */
	width: 848px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 18px;
	background: transparent url(/images/footer.png) repeat-x bottom left;
}
.offices {
	padding-bottom: 10px;
}
.contact_us_headers {
	padding-bottom: 5px;
	font: 11px 	Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
/* ---------------------- navigation information -------------------- */
#navbar {
	position: absolute;
	top: 5px;
	left: 1px;
	width: 848px;
	height:  80px;
	visibility: visible;
	z-index: 2;
	background: transparent url(/images/header1.png) repeat-x left bottom;
	overflow: hidden;
	text-align: right;
	font: 12px Arial, Helvetica, sans-serif;
}
#navbar ul {
	list-style: none;
	margin-top: 47px;
}
#navbar li {
	display: inline;
	margin: 0 4px 0 4px;
}
#navbar a:link, #navbar a:visited {
	text-decoration: none;
	color: #000;
}
#navbar a:hover, #navbar a:active {
	color: #ad6320;
}
/* ---------------------- sub-nav information ----------------------- */
ul#subNav {
	font: 11px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#subNav li {
	display: inline;
	margin-left: 10px;
}
ul#subNav li.first {
	margin-left: 0;
}
/* ---------------------------- products information ------------------------ */
body.storageSolutions .layer-main {
	height: 655px;
}
body.storageSolutions .contacts {
	top: 615px;
}
body.bathAccessories .layer-main {
	height: 785px;
}
body.bathAccessories .contacts {
	top: 745px;
}
body#products .content {
	left: 355px;
	width: 475px;
}
ul.productList {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.productList li {
	display: inline;
	margin: 0 20px 0 0;
}
ul.productList a {
	text-decoration: none;
}
img.thumb {
	width: 70px;
	height: 90px;	
}
body.locks img.thumb {
	width: 100px;
	height: 62px;
}
body#products .content a {
	color: #000;
}
/* ---------------------------- about info ---------------------------------- */
body#about .marquee {
	background-image: url(/images/about_marquee.jpg);
}
/* ---------------------------- contact info -------------------------------- */
body#contact .marquee {
	background-image: url(/images/contacts_marquee.jpg);
}
