/****************************************************************
Site Owner: wichitafurniture.com
Site designed by: Jana Snyder
Site built by: Eric Snyder
index.css

You may adapt elements of this CSS in your own projects, but
the unique combination of images, colors, sizes, typography, 
and positioning ("the design") is copyright by the owners of
this site and may not be reproduced.
****************************************************************/

/***** Footer *********************************************/

/***** Structure ******************************************/

#BodyWrapper{
	margin: auto;
	margin: 0px auto 0 auto;
	border: #990000 solid 27px;
	width: 900px;
}
#NavWrapper{
	position: relative;
	height: 62px;
}
/***** CopyWrapper Area ***********************************/

/***** Nav ************************************************/
/* Ashley Navigation Area */
#AshleyNav{
	position: absolute;
	top: 0px;
	left: 0px;
	Width: 124px;
	height: 50px;
	background-color: #F58220;
	border-top: 3px solid #F5A768;
	border-left: 3px solid #F5A768;
	
	border-right: 3px solid #BF5B09;
	border-bottom: 3px solid #BF5B09;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 56px;
}
#AshleyLogo{
	position: absolute;
	top: 0px;
	left: 14px;
}
#AshleyLink{
	width: 50px;
	position: absolute;
	top: 29px;
	left: 74px;
	font-weight: bold;
	font-size: 10px;
}
#AshleyLink:link,
#AshleyLink:active,
#AshleyLink:visited{
	color: #001623;
}
#AshleyLink:hover{
	color: #001623;
	text-decoration: underline;
}



/* FOC Navigation Area */
#FOCNav{	
	position: absolute;
	top: 0px;
	left: 130px;
	Width: 139px;
	height: 50px;
	Background-color: #FBDE76;
	border-top: 3px solid #F5E6A7;
	border-left: 3px solid #F5E6A7;
	
	border-right: 3px solid #E9B707;
	border-bottom: 3px solid #E9B707;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 56px;
}
#FOCLogo{
	position: absolute;
	top: 6px;
	left: 5px;
}
#FOCLink{
	width: 50px;
	position: absolute;
	top: 30px;
	left: 90px;
	font-weight: bold;
	font-size: 10px;
}
#FOCLink:link,
#FOCLink:active,
#FOCLink:visited{
	color: #007249;
}
#FOCLink:hover{
	color: #007249;
	text-decoration: underline;
}




/* Persistant Links Area */
#NavItems{	
	position: absolute;
	top: 0px;
	left: 275px;
	Width: 620px;
	height: 50px;
	Background-color: #9f6c39;
	border-top: 3px solid #C58B52;
	border-left: 3px solid #C58B52;
	
	border-right: 3px solid #704D29;
	border-bottom: 3px solid #704D29;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 56px;
}
#NavItems ul{
	position: absolute;
	top: 10px;
	left: 180px;
	height: 75px;
	width: 300px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#NavItems li{
	float: left;
	width: 150px;
	margin-bottom: 4px;
	font-size: 11px;
}


/***** Links **********************************************/
a:link{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a:visited{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a:hover{
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
a:active{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

/***** Main area *********************************************/

#Promo{
	width: 510px;
	background-color: white;
	color: white;
        margin: -2px 0 -2px 0;
        font-size: 1px;
}
#Banner{
	height: 100px;
	width: 510px;
	padding: 0;
	margin: 0;
	background-color: #F6C93F;
	text-align: center;
}
#Banner img{
	margin: 10px 3px;
}
#Random{
	position: absolute;
	height: 410px;
	top: 162px;
	left: 510px;
	width: 390px;
	background-color: white;
	color: black;
text-align: center;
}