@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-color: #999999;
	height: 100%;
	background-image:url(images/bodyBG.jpg);
	background-repeat:repeat-x;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color:#282828;
	font-weight:normal;
}
h3 {
	font-size: 1.1em;
	color:#282828;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}
blockquote {
	text-align:center;
	margin: 50px 0px 0px 0px;
	width: 350px;
}
.smallText {
	font-size: .9em;
}
.noteText {
	font-size: .9em;
	text-align:left;
	margin: 50px 0px 0px 120px;
	width: 520px;
}
.contactText {
	font-size: .9em;
	text-align:left;
	margin: 50px 0px 0px 300px;
	width: 200px;
}
.supplierText {
	font-size: .9em;
	text-align:center;
	margin: 50px 0px 0px 225px;
	width: 300px;
	font-weight:bold;
}
.supplierText a{
	font-weight:normal;
	text-decoration:none;
	color:#202060;
	line-height:20px;
}
.supplierText a:hover{
	color:#3333cc;
}
#homeImage {
	border: 1px solid #282828;
	margin: 25px 10px 0px 0px;
	float:left;
}

#mainWrapper {
	width:800px; 
	height:100%; 
	position:absolute; left:50%; 
	margin-left:-400px; 
}

#header {
	height:100px;
	background-image:url(images/logo3.jpg);
	background-repeat:no-repeat;
}

#navigation {
	height: 40px;
	background-image:url(images/navBG.jpg);
	background-repeat:repeat-x;
	position:absolute; top: 100px;
}
.navLinks a{
	padding: 0px 24px 0px 24px;
	margin-top: 13px;
	text-decoration:none;
	color:#282828;
	font-size: 95%;
	font-weight:bold;
	position:relative; top:12px;
}
.navLinks a:hover{
	color:#ffffff;
}

#content {
	position:absolute; top: 150px;
	width:750px;
	margin-left:25px;
	margin-bottom:55px;
	padding-bottom: 50px;
}
.showroomNav {
	width: 600px;
	border: 0px solid #282828;
	margin: -10px 0px 0px 75px;
	text-align:center;
}
.showroomNav td{
	width: 25%;
	border: 1px solid #282828;
}
.showroomNav td a{
	font-size: 80%;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
.showroomNav td a:hover{
	background-color:#6699cc;
	color:#FFFFFF;
}
.showroomNav td:hover{
	background-color:#6699cc;
	color:#FFFFFF;
}
.showroomTable img{
	margin: 0px 2px 5px 0px;
	float:left;
	border: 1px solid #282828;
}
#showroomImage img{
	margin: 0px 0px 0px 0px;
	float:right;
	border: 1px solid #282828;
}

#footer {
	width:100%;
	text-align:center;
	font-size: 60%;
	line-height: 16px;
	padding: 8px 0px 0px 0px;
	border-top: 1px solid #282828;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	height: 55px;
	z-index: 999;
	margin: 55px 0px 0px 0px;
}