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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f1d0e;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,html {
	width: 100%;
	height: 100%;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#container {
	width: 700px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#container_admin {
	width: 500px;
	display: block;
	margin: auto;
}

#navigation {
	background-color: #978e86;
	padding: 4px;
	margin-bottom: 25px;
	color: #ffffff;
	font-size:10px;
	font-weight: bolder;
	display: block;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	color: #2f1d0e;
	text-decoration: none;
}
#left {
	display: block;
	width: 326px;
	float: left;
}
#box {
	display: block;
	width: 148px;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
}
#box h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bolder;
	color: #978e86;
}
#walls, #floors, #about, #contact {
	display: block;
	height: 148px;
	width: 148px;
}
#walls {
	background-image: url(/images/walls.jpg);
}
#floors {
	background-image: url(/images/floors.jpg);
}
#about {
	background-image: url(/images/about.jpg);
}
#contact {
	background-image: url(/images/contact.jpg);
}
#walls_active, #floors_active, #about_active, #contact_active {
	font-weight: bold;
	padding: 5px;
	display: block;
	height: 138px;
	width: 138px;
	color: #ffffff;
}
#walls_active {
	background-color: #AC534B;
}
#floors_active {
	background-color: #9BB695;
}
#about_active {
	background-color: #F2C687;
}
#contact_active {
	background-color: #7499B3;
}
#walls a, #floors a, #about a, #contact a {
	display: block;
	height: 148px;
	width: 148px;	
}
#walls_active a:link, #walls_active a:visited, #walls_active a:active, #floors_active a:link, #floors_active a:visited, #floors_active a:active, #about_active a:link, #about_active a:visited, #about_active a:active, #contact_active a:link, #contact_active a:visited, #contact_active a:active {
	color: #ffffff;
	text-decoration: none;
}
#walls_active a:hover, #walls_active .isActive {
	color: #9BB695;
	text-decoration: none;
}
#floors_active a:hover, #floors_active .isActive {
	color: #AC534B;
	text-decoration: none;
}
#about_active a:hover, #about_active .isActive {
	color: #7499B3;
	text-decoration: none;
}
#contact_active a:hover, #contact_active .isActive {
	color: #F2C687;
	text-decoration: none;
}
#right {
	margin-top: 50px;
	display: block;
	float: right;
	width: 325px;
}
#logo {
	width: 325px;
	display: block;
	height: 77px;
	margin-bottom: 54px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1.homeH, h1.wallsH, h1.floorsH, h1.aboutH, h1.contactH, h1.indexH {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}
h1.homeH {
	color: #2f1d0e;
}
h1.wallsH {
	color: #AC534B;
}
h1.floorsH{
	color: #9BB695;
}
h1.aboutH {
	color: #F2C687;
}
h1.contactH {
	color: #7499B3;
}
h1.indexH {
	color: #2f1d0e;
}
#homeT a {
	color: #2f1d0e;
	text-decoration: none;
}
#homeT a:hover {
	color: #2f1d0e;
	text-decoration: none;
}
#wallsT a {
	color:#7a3b35;
	text-decoration: underline;
}
#wallsT a:hover{
	color: #AC534B;
	text-decoration: none;
}
#floorsT a {
	color: #6a7c66;
	text-decoration: underline;
}
#floorsT a:hover {
	color: #9BB695;
	text-decoration: none;
}
#aboutT a {
	color: #F2C687;
	text-decoration: none;
}
#aboutT a:hover {
	color: #F2C687;
	text-decoration: underline;
}
#contactT a {
	color: #546e81;
	text-decoration: underline;
}
#contactT a:hover {
	color: #7499B3;
	text-decoration: none;
}
#footer {
	clear: both;
	background-color: #978e86;
	padding: 4px;
	margin-top: 25px;
	color: #ffffff;
	font-size:10px;
	font-weight: bolder;
	display: block;
	text-align: center;
}
