@charset "UTF-8";
/* CSS Document */
img { border:none; }
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
body{
	background-color:#4D4D4D;
	margin:0px;
}
#site{
	width:878px;
	overflow:hidden;
}
#box{
	width:878px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
#box .top{
	background-image:url(../images/top.jpg);
	width:878px;
	height:25px;
}
#box .middle{
	background-image:url(../images/middle.jpg);
	background-repeat:repeat-y;
	width:878px;
	overflow:hidden;
}
#box .bottom{
	background-image:url(../images/bottom.jpg);
	width:878px;
	height:25px;
}
#box h1{
	overflow:inherit;
	color:#FFF;
	font-size:24px;
}
.yellow {
	font-family:Tahoma, Geneva, sans-serif;
	color:#F78C00;
	text-decoration:underline;
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
}
.yellow:hover{
	text-decoration:none;
}
.yellow2 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#F78C00;
	text-decoration:underline;
	font-size:14px;
}
.yellow2:hover{
	text-decoration:none;
}

.white {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
}
.white:hover{
	color:#000;
	text-decoration:none;
}
#menu, #menu ul {
	padding:0px; 
	margin:0; 
	list-style-type: none;
}

#menu {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	position:relative; 
	text-align:left;
	z-index:500;
}

#menu li {
	float:left;
	position:relative;
}

#menu li ul {
	display: none;
}

#menu li:hover > ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:101px;	
}

#menu > li:hover > ul {
	left:0px; 
	top:16px;
}

.whiteTXT{
	color:#FFF;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:10px;
	text-decoration:underline;
}
.whiteTXT:hover {
	color:#000;
	text-decoration:none;
}
.green {
	width:154px;
	background-image:url(../images/green.png);
	background-color:#B3BB33;
	border:#FFF thin solid;
	padding:5px;
	color:#4D4D4D;
	text-decoration:none;
	display:block;
	margin-left:5px;
}
.green:hover {
	color:#000;
	background-image:url(../images/green_over.png);
	background-color:#A0AA00;
}
.green2 {
	width:85px;
	background-color:#B3BB33;
	border:#FFF thin solid;
	padding:5px;
	color:#4D4D4D;
	text-decoration:none;
	display:block;
	margin-left:5px;
}
.green2:hover {
	color:#000;
	background-color:#A0AA00;
}
.orange {
	width:85px;
	background-color:#F78C00;
	border:#FFF thin solid;
	padding:5px;
	color:#4D4D4D;
	text-decoration:none;
	display:block;
	margin-left:70px;
}
.orange:hover {
	color:#000;
	background-color:#E87200;
}
#nav {
	width:828px;
}
#spantext {
	width:800px;
	padding-left:30px;
	padding-right:30px;
}
#icons {
	width:800px;
	text-align:right;
	padding-left:30px;
	padding-right:30px;
	border:none;
}
#gray {
	width:819px;
	background-color:#171918;
}
#spantext2 {
	width:750px;
	background-color:#171918;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	color:#FFF;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:20px;
	overflow:hidden;
}
#spantext2 h1{
	color:#F78C00;
}
#spantext2 h2{
	color:#B3BB33;
	font-size:16px;
}
#spantext2 .item{
	color:#F78C00;
}
.submit {
	background-color:#B3BB33;
	border:#FFF thin solid;
	padding:5px 0px 5px 0px;
	width:165px;
}
#furniture {
	width:734px;
	padding:10px;
	float:right;
}
#furniture .item {
	width:170px;
	border:#B2B2B2 thin solid;
	background-color:#4D4D4D;
	color:#F78C00;
	font-size:12px;
	padding-top:5px;
	text-align:center;
	float:left;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}