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

body {
	font-size: 12px;
	color: #F0F1B1;
	background-color: #202020;
	font-family: Tahoma, Geneva, sans-serif;
}
.home_content {
	background-image: url(images/furniture_frames_02.jpg);
	background-repeat: no-repeat;
}
.home_text {
	float: right;
	width: 470px;
	margin-top: 90px;
	overflow:visible;
}
.button_backing {
	line-height: 25px;
	background-image: url(images/button_backing.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 2px;
}

.nav_box {
	float: left;
	width: 180px;
	margin-top: 110px;
	margin-left: 10px;
} .nav_box_other {
	float: left;
	width: 180px;
	margin-top: 180px;
	margin-left: 10px;
}
a.nav:link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
a.nav:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
a.nav:hover {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
}
a.nav:active {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
}
.profile_backing {
	background-image: url(images/peninsula_furniture_02.jpg);
	background-repeat: no-repeat;
}
.content_backing {
	background-color: #000;
	background-image: url(images/peninsula_furniture_04.jpg);
}
.pages_content {
	width: 580px;
	margin-left: 30px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
.product_image {
	padding: 5px;
	width: 300px;
	background-color: #BE9B75;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 15px;
}
.product_image1 {
	padding: 5px;
	width: 250px;
	background-color: #BE9B75;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 15px;
}

a:link {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
a.footer:link {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
}
a.footer:active {
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
}
.image_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.image_right {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}