@charset "UTF-8";

/* CSS Document */

/* =========== GLOBAL STYLES =============*/
body {
	background-color: #DBDBDB;
}

#spectrum-redirect {
	width: 1107px;
	margin: 0 auto;
}

#container {
	width: 1125px;
	margin: -10px auto 0 auto;
	text-align: left;
	height: 667px;
	background-image: url(../-images/background.jpg);
}

#header {
	float: left;
	width: 1093px;
	height: 110px;
	margin: 8px 0 0 10px;
}

#logo {
	width: 255px;
	height: 80px;
	float: left;
	background-image: url(../-images/logo.jpg);
	background-repeat: no-repeat;
}

.home-page #center_container {
	width: 1100px;
	position: relative;
}

.home-page #redirect-banner {
	position: absolute;
	right: 20px;
	top: 8px;
	width: 250px;
}

#main_image {
	float: left;
	clear: both;
	width: 815px;
	margin: 0px 0 0 10px;
	background-image: url(../-images/interior_bg.jpg);
	background-repeat: no-repeat;
}

#center_container {
	float: left;
	clear: both;
	margin: 0px 0 0 10px;
}

#large_image_container {
	float: left;
	width: 770px;
	height: 500px;
	margin: 10px 0 0 45px;
}

#furniture_information {
	float: left;
	margin-top: 25px;
}

#large_image {
	float: left;
	clear: none;
}

#right_content {
	height: 500px;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}

#right_content a:link {
	color: #75C9EA;
	text-decoration:none;
}

#right_content a:visited {
	color: #75C9EA;
	text-decoration:none;
}

#right_content a:hover {
	color: #5B9DB8;
	text-decoration:none;
}

#right_content a:active {
	color: #75C9EA;
	text-decoration:none;
}

#right_content_press {
	height: 500px;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}

#right_content_press a:link {
	color: #999999;
	text-decoration:none;
}

#right_content_press a:visited {
	color: #999999;
	text-decoration:none;
}

#right_content_press a:hover {
	color: #999999;
	text-decoration:none;
}

#right_content_press a:active {
	color: #999999;
	text-decoration:none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	float: left;
	clear: left;
	padding-left: 40px;
}

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #75C9EA;
	text-decoration:none;
}

#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

#bottomBanner {
	margin: 0 auto;
	height: 230px;
	width: 750px;
	background: url(../-images/spectrumLimitedBanner.jpg) 0 0 no-repeat;
}

#bottomBanner a {
	display: block;
	height: 230px;
	width: 750px;
	text-indent: -9999px;
}

ul {
	list-style-type: none;
	padding-left: 5px;
}

li {
}

