/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body div#wrapper {
	width: 100%;
	background: #D8DC17 url(/images/stripe.gif) top left repeat-y;
}

/* --------------------------------------------------------------------------- */
/* BANNER AREA: logo, furniture repeat, shopping nav ------------------------- */
/* --------------------------------------------------------------------------- */
div#banner {
	height: 173px;
	width: 100%;
	background: white url(/images/furniture.jpg) bottom left repeat-x;
}

div#banner img#logo {
	display: block;
}	

#title p,
#product_name
{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}	



/* --------------------------------------------------------------------------- */
/* CONTENT ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
div#content {
	width: 100%;
	border-top: 3px solid #8E8A03;
}

/* --------------------------------------------------------------------------- */
/* CATEGORY NAVIGATION (inside content area) --------------------------------- */
/* --------------------------------------------------------------------------- */
div#category_nav {
	padding: 0;
	width: 273px;
	float: right;
	background-color: #ffa326;
	height: 100%;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#right_column img
{
	float: left;
	display: block;
}

div#category_nav h1 {
	margin-top: 0;
	padding-top: 50px;
	color: white;
	padding-left: 19px;
	font-weight: bold;
	font-size: 11px;
}

div#category_nav select {
	margin-left: 19px;
}

div#category_nav a:link, div#category_nav a:visited {
	display: block;
	font-size: 10px;
	color: white;
	text-decoration: none;
	margin-top: 10px;
	padding-left: 19px;
	background-image: none;
}

div#category_nav a:hover, div#category_nav a:active {
	color: #660000;
	background: url(/images/circle.gif) top left no-repeat;
}	

/* --------------------------------------------------------------------------- */
/* FOOTER -------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
div#footer {
	padding: 10px 0 20px 0;
	text-align: center;
	width: 100%;
	background-color: white;
	font-size: 10px;
	color: #D8DC17;
	border-top: 22px solid #8E8A03;
	clear: both;
}

div#footer a:link, div#footer a:visited {
	color: #8E8A03;
	padding: 0 5px;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color:  #D8DC17;
}

/* --------------------------------------------------------------------------- */
/* OTHER STYLES -------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
img {
	border: 0;
}

select {
	font-size: 10px;
}

/* CSS Document */

/* --------------------------------------------------------------------------- */
/* CATEGORY DISPLAY ---------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
div.product {
	font-size: 10px;
	padding: 0 10px 0 50px;
	height: 260px;
	display: block;
	width: 127px;
	float: left;
}

div.product strong {
	font-size: 11px;
	display: block;
	clear: both;
	margin-top: 5px;
}

div#product_img {
	float: left;
	padding: 40px 0 120px 0;
}

#stretch
{
	height: 470px;
	overflow: auto;
}

/* --------------------------------------------------------------------------- */
/* SHOPPING NAVIGATION (inside bannner area) --------------------------------- */
/* --------------------------------------------------------------------------- */
div#shopping_nav {
	
	color: #660000;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: block;
	width: inherit;
	border-top: 1px solid #666666;
	border-bottom: 1px solid white;
	background-color: #666666;
}

div#shopping_nav a:link, div#shopping_nav a:visited, span {
	color: white;
	padding: 15px 0 3px 0;
	height: 24px;
	text-decoration: none;
	padding: 0;
}

div#shopping_nav a:hover,
div#shopping_nav a:active
{
	color: #660000;!important
}

div#shopping_nav img
{
	float: left;
	margin: 0 2px;
	display: block;
	padding-top: 6px;
}

div#shopping_nav a:hover, div#shopping_nav a:active {
	color: white;
}

div#shopping_nav input#img {
	margin-bottom: -5px;
}

/* FEATURE ------------------------------------------------------------------- */
#intro_content
{
	border-bottom: 1px solid #999999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

div#pagecontent div#feature {
	float: left;
}

div#pagecontent div#feature p {
	line-height: 1.1em;
	padding-bottom: 5px;
	margin-bottom: 0;
}

div#pagecontent div#feature img {
	float: left;
}

#myImage
{
	margin-right: 10px;
}