@CHARSET "ISO-8859-1";
body,html{
	font-family: verdana, arial;
	margin: 0px 0px 0px 0px;
	background-color: #969799;
	height: 565px; /* -10 px for footer height */
}

/* Table height must be 100% to fill screen */
/*table{
	height: 100%;
}*/

.website-layout{
	height: 100%;
	width: 100%
}
.main-content{
	background-color: white;
	vertical-align: top;	
	height: 100%;
	width: 816px;	/*Width of Site*/
}
.top-menu{
	background-color: #9A0000;
	font-size: 10px;
	text-align: right;
	color: white;
	padding-right: 5px;
	height: 15px;
}

/* Main Menu Links */
#home,#showroom,#design_service,#faq,#contact_us{
	vertical-align:top;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-right:1px dashed #9A0000;
}
#online_catalogue{
	vertical-align:top;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;	
}

.menu-spacer{
	height:4px;
}

b.main-menu-title-text{
	color: #9A0000;
	font-weight: bold;
	font-size: 12px;
}

/* Main Menu Link Styles */
a.main-menu-link:link {
	color: #969799;
	text-decoration: none;
}
a.main-menu-link:visited {
	color: #969799;
	text-decoration: none;
}
a.main-menu-link:hover {
	color: #969799;
	text-decoration: none;
}

/* Top Menu Link Styles */
a.login-link:link {
	color: white;
	text-decoration: none;
	padding-left: 5px;
}
a.login-link:visited {
	color: white;
	text-decoration: none;
	padding-left: 5px;	
}
a.login-link:hover {
	color: white;
	text-decoration: none;
	padding-left: 5px;
}


.page-content{
	/*height: 70%;*/
	vertical-align: top;
}

/* Footer Styles */
.footer{
	background-color: #9A0000;	
	text-align: center;
	color: white;
	font-size: 10px;
}
a.terms-link:link {
	color: white;
	text-decoration: none;
}
a.terms-link:visited {
	color: white;
	text-decoration: none;
}
a.terms-link:hover {
	color: white;
	text-decoration: none;
}