﻿/* css document */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////**/
/*////////////////////////       reset  defaults          ///////////////////////////////////////////////**/
* {																								       /**/
padding:0;																						      /**/
margin:0;																						     /**/
}
table,tr,td{
margin:0;
padding:0;
}																								    /**/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }/**/
li, dd { margin-left:0; }																		  /**/
fieldset { padding: .5em; }																		 /**/
																								/**/
/*//////////////////////       end of global resets       //////////////////////////////////////**/																							
/*/////////////////////////////////////////////////////////////////////////////////////////////**/

/*/////////////////////////////////////////////////////////////////////////////////////////////**/

/*template specific colors*/


body {
	/*    background: #f8f8f8;*/
	background-image:url(../images/bg_538.png);
	background-repeat:repeat;
    font-family: verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%; /* this is the key! */
}

a {
	color:#d4000f;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 925px;
	margin: 0 auto;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

#container {
	width: 900px;
	padding-left: 25px;
}

#top {
	position: relative;
	height: 116px;
	width: 900px;
	z-index: 400;
}

#middle {
	background-color:#FFFFFF;
	position: relative;
	width: 900px;
	padding-top: 10px;
	float: left;
	height: auto;	
	/*z-index: 300;*/
}

#footer {
	background-color:#FFFFFF;
	color:#666666;
	font-size:10px;
	height:52px;
	margin:0 auto;
	width:925px;
}

#furwiz {
	float:left;
	height:36px;
	width: 450px;
	padding: 15px 0 0 12px;
}

#fy{ 
	height: 51px;
	width: 300px;
	float:right;
	padding-right:10px;
}

#fy a img{ 
	height: 51px;
	padding-left:12px;
}



/*/ TOP ITEMS /*/

#logo {
	width: 337px;
	height: 116px;
	position: relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	float:left;
}

#logo a{
	display:block;
	height: 116px;
	width:363px;
	text-align:center;
	z-index: 200;
}

#topRight {
	width: 563px;
	height: 116px;
	float:left;
}

#t1 {
	height:57px;
	width:inherit;
	background-color: #bfbfbf;
}

#t2 {
	height:11px;
	width:inherit;
	background-image:url(/images/img/Picture-2_06.gif);
	background-repeat:repeat-x;	
}

#t3 {
	height:24px;
	width: 563px;
	background-color:#aaa;
}

#t4 {
	height:23px;
	width:inherit;
	background-image:url(/images/img/Picture-2_14.gif);
	background-repeat:repeat-x;	
}

ul.topNav {
	position: absolute;	
	padding: 0;
	margin: 0 !important;
	list-style: none;
	z-index: 500;
	clear:both;
}

ul.topNav li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.topNav li#home a {
	display: block;
	text-decoration: none!important;
	background:transparent url(/images/menu/menu_08.gif) no-repeat scroll 0 0;
	width: 103px;
	height:24px;
	text-indent:-9009px;
}
ul.topNav li#home a:hover {
	background:transparent url(/images/menu/menu_08r.gif) no-repeat scroll 0 0;
}

ul.topNav li#furniture a.furniture {
	display: block;
	text-decoration: none!important;
	background:transparent url(/images/menu/menu_09.gif) no-repeat 0 0;
	width: 120px;
	height:24px;
	text-indent:-9009px;
}
ul.topNav li#furniture a:hover.furniture{
	background:transparent url(/images/menu/menu_09r.gif) no-repeat  0 0;
}

ul.topNav li#aboutUs a {
	display: block;
	text-decoration: none!important;
	background:transparent url(/images/menu/menu_10.gif) no-repeat scroll 0 0;
	width: 119px;
	height:24px;
	text-indent:-9009px;
}
ul.topNav li#aboutUs a:hover {
	background:transparent url(/images/menu/menu_10r.gif) no-repeat scroll 0 0;
}

ul.topNav li#map2 a {
	display: block;
	text-decoration: none!important;
	background:transparent url(/images/menu/menu_11.gif) no-repeat scroll 0 0;
	width: 91px;
	height:24px;
	text-indent:-9009px;
}
ul.topNav li#map2 a:hover {
	background:transparent url(/images/menu/menu_11r.gif) no-repeat scroll 0 0;
}


ul.topNav li#contactUs a {
	display: block;
	text-decoration: none!important;
	background:transparent url(/images/menu/menu_12.gif) no-repeat scroll 0 0;
	width: 129px;
	height:24px;
	text-indent:-9009px;
}
ul.topNav li#contactUs a:hover {
	background:transparent url(/images/menu/menu_12r.gif) no-repeat scroll 0 0;
}


/*/ DROPDOWN /*/

ul.topNav li ul.sideNav{
	position:absolute;
	display: none; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 156px!important;
	padding: 0;
	margin: 0;
	/* *margin: 24px 0 0 -104px;  IE6 & IE7 */
	background-color: #8f8f8f;
	background-image:none;
	border: 1px solid #ccc !important;	
	z-index: 70;
}

ul.topNav li ul.sideNav li{	
	width: 156px;
}

ul.topNav li ul.sideNav li a{
	background-color:#fff;
	background-image:none;
	display:block;
	width:97%;
	height:auto;
	padding:4px 0px 4px 5px;
	border:0px;
	border-style:none;
	text-align:left!important;
	color:#8f8f8f;
	border-bottom: 1px solid #ddd;
}
	
ul.topNav li ul.sideNav li a:hover{
	background-color:#d4000f!important;
	color: #fff;
	text-decoration: none;
}

ul.topNav li:hover ul.sideNav, ul.topNav li.sfhover ul.sideNav{
	display:block;
}


/*/ 3rd row stuff /*/

ul.topNav li ul.sideNav li ul {
	margin: -23px 0 0 11em;
	
	border:1px solid #fff!important;
	width:160px!important;
	height:auto;
}

ul.topNav li ul.sideNav ul li{
	width:160px!important;
	height:auto;
}

ul.topNav li ul.sideNav ul li a {
	display:block;
	width:97%!important;
}

ul.topNav li:hover ul.sideNav li ul, ul.topNav li.sfhover ul.sideNav li ul {
	position:absolute!important;
	z-index:250;
	/*left: -999em;*/
	display:none;
}

ul.topNav li ul.sideNav li:hover ul, ul.topNav li li:hover ul.sideNav, ul.topNav li.sfhover ul.sideNav, ul.topNav li li.sfhover ul.sideNav {
	/*left: auto;*/
	display:block;
	background:#fff;
	border: 1px solid #ccc !important;
}


/*/ MIDDLE ITEMS /*/

#bgallery {
	margin: 0; 
	width: 320px; 
	/*height: 328px;*/
	float:left;
	padding-top: 29px;
}

#promo{
	background-image:url(/images/img/Picture-2_18.gif);
	background-repeat:no-repeat;
	width: 320px;
	height: 81px;
}

#gallery {
	position: relative;
	width: 320px;
	height: 240px;
	overflow: hidden;
	z-index: 0;
	background-color: white;
	border-bottom: solid 6px #d4000f;
}

#mainImg {
	width: 540px;
	height:346px;
	margin-left: 18px;
	float:left;
}

#content {
	width: 878px;
	/*height: 410px;*/
	border-bottom: solid 1px #f6ada5;
}


/*/ BOTTOM ITEMS /*/

#containRow {
	height: 160px;
	width: 900px;
	/*overflow: hidden;*/
	background-color: #FFFFFF;
	clear: both;
	z-index:1001;
}

#thumbs {
	position: relative;	
	padding: 0;
	margin: 0;
}

.thumb {
	width:160px;
	float: left;
	display: block;
	margin: 18px 19px 0 0;
}

.thumb a {	
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #d4000f;	
	padding: 112px 0 1px 6px;
	background-image:url(/images/img/Picture-2_21.gif);
	background-repeat:repeat-x;
	background-position: bottom;	
}

.thumb a:hover, .thumbhover {
	color: #fff !important;
	text-decoration: none;
	background-image:url(/images/img/Picture-2_12.gif) !important;
	background-repeat:repeat-x;
	background-position: bottom;
	padding: 112px 0 1px 6px;		
}


.thumb ul.sub_th {
	position:absolute;
	z-index:3000;
	margin:0px;
	padding:0px;
	background-color:#fff;
	border:1px solid #ccc;
	list-style:none;
	width:158px;
	display:none;
}
.thumb ul.sub_th li a{
	display:block;
	color:#8f8f8f;
	font-size:11px;
	font-weight: normal;	
	padding: 4px;
	background: none;
	background-image:none;
	border-bottom: 1px solid #ddd;
	z-index:3001;
}
.thumb ul.sub_th li a:hover{
	color:#fff;
	background-image:none !important;
	background-color:#d4000f!important;
	z-index:3002;
}

#thumb_0 {

}

#thumb_1 {
	
}

#thumb_2 {
	
}

#thumb_3 {
	
}

#thumb_4 {
	
}

#thumb_5 {
	
}

#pleca {
	height: 6px;
	width: 878px;
	margin-top: 20px;
	background-color: #bfbfbf;
}

/*/ PAGE NUMBERS /*/

/*/.desc {
	margin: 0 0 10px 0;
	padding: 0;
	color: #168DAF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
}/*/

#pages {
	position: relative;
	width: 520px;
	height: 22px;
	left: 0px;
	top: -18px;
	color: #8f8f8f;	
	overflow: auto;
	white-space: nowrap;
	text-align: left;
	float:left;
	margin-left: 120px;
}

#pages a {
	color: #d4000f;
}

#numbers {
	position: relative;
	padding: 0 0 -20px 0;
	top: -40px;
 	color: #8f8f8f;
 	width: 110px;
	height: 24px;
}

#jeder {
	width: 520px;
	height: 44px;
	float: left;
}

span.namecat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: black;
	margin: 2px;
} 

span.itemsincat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #8f8f8f;
} 


/*/ CATEGORY about us,default /*/

#listingCat  {
	margin: 24px 16px 16px 16px;
	width: 642px;
	padding: 24px 16px!important;
	height: auto;
	background-color: #fff;
	float:right;
	border: #ccc solid 1px;
	background-image:url(/images/img/Picture-2_21.gif);
	background-repeat:repeat-x;
}

#adjTop {
	height: 100%; /* works only if parent container is assigned a height value */
	margin-top: -34px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.product {
	float: left;
	width: 300px;
	height: 300px;
	margin: 0 10px 10px 0;
	padding: 0 0 0 10px;
	/*background-image: url(../Pictures/loading.gif);
	Commented out so that the Spinnign circle would not be shown on images that are oddly shaped*/
	background-position: top center;
	background-repeat: no-repeat;
}

.more {
	width:80px;
	float:left;
	margin-right:10px;
	border:1px solid #FFFFFF;	
	cursor:pointer;
}
.more_over{
	border:1px solid #FF0000;
}


/*//////////////// map ////////////////*/


#listing3  {
	margin: 15px 0 0 36px;
	width: 600px;
	padding: 8px 2px 8px 8px!important;
	height: auto;
	background-color: white;
	float:right;
}




/*/////////////single item view/////////////////*/

em {
	margin: 0;
	padding: 0;
	color: #d4000f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 0;
	color: #d4000f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #d4000f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.singleItem {
	float: left;
	width: 420px;
	height: auto;
	margin: 0;
}

.title {
	color: #666;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	line-height: 18px;
}

#item{
	color: #d4000f;
	font-size:11px;
	margin:10px 0 -10px 0;
	font-weight: bold;
}

.stats {
	float: left;
	width: 200px;
	margin: 0;
	background-color: #fefdec;
	padding: 10px;
}

#info {
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 22px;
	margin-top: 6px;
	padding: 7px 0 0 32px;
}

#bk {
	background-image: url(../images/bk.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 22px;
	padding: 7px 0 0 32px;
}

.left {
	float: left;
}

.right {
	margin-left: 489px;
	float: right;
}


/*/ SIDE MENU /*/

.side {
	float: left;
	width: 180px;
	padding: 0 0 12px 0;
	margin: 24px 0 0 0;
	border: 1px solid #ccc;
	background-image:url(/images/img/Picture-2_21.gif);
	background-repeat:repeat-x;
	position: fixed;
}

.side ul {
	list-style: none;
}

.side ul li {
	list-style-image: none;
	list-style-type: none;
}

.side ul li a {
	display: block;
	width: 150px;
	padding: 4px 0 4px 5px;
	margin: 0;
	text-decoration: none;
	color: #8f8f8f;
	font-weight: normal!important;
	border-bottom: 1px solid #ddd;
}

.side ul li a:hover {
	display: block;
	/*/ text-decoration: none; /*/
	color: #fff;
	background-color: #d4000f;
}

.side ul li.current a:hover {
	background-color: #cccccc;
}


/*/ SIDE NAVIGATION /*/

.side ul.sideNav li ul.sub,.side ul.sideNav li ul.sub li {
	list-style-type:none;
	padding:0;
	margin:0;
}

.side ul.sideNav li ul.sub {
	width:180px;
	height:auto;
	position:absolute;
	z-index:300;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #ccc;
	background-color:#fff;
	margin-top:-5px;
}

.side ul.sideNav li ul.sub li a {
	display:block;
	width:97%;
}

.side ul.sideNav li ul.sub li a:hover {
	background-color:#d4000f;
	text-decoration:none;
}

.side ul.sideNav li:hover ul.sub,.side ul.sideNav li.sfhover ul.sub {
	left:150px;
	margin: -23px 0 0 0;
}

/*/ end home side Nav /*/


/*/ contact us ////////////////*/

#listing  {
	margin: 24px 0 0 36px;
	width: 654px;
	padding: 20px 0 20px 14px!important;
	height: auto;
	color: #666;
	background-color: #ddd;
	float:right;
}

.signature {
	margin: 12px;
	font-size: 12px;
	color: #666;
}

td.gray {
	background-color: #ccc;
}

table.itemView {
	clear: left;
	border: #ccc solid 1px;
	width: 642px;
	color: #666;
	font-weight: bold;
}

img.noImage {
	width: 200px;
	height: 133px;
}


/*/////////////////////////ajax elements/////////////*/

#slider {
	width: 100%;
	position: relative;
	background-color: white;
	z-index: 0;
}

#slider a {
	color: #009fc6;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	display: block;
	width: 300px;
	height: auto;
}

#slider img {
	padding: 10px;
}

#d3 {
	position: absolute;
	top: 34px;
	left: 214px;
	background-color: #fefdec;
	border: 1px solid #ccc;
	width: 380px;
	padding: 10px;
	color: #666;
}

#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}

#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}

div.wastebin-active {
	background-color: #FFF4D8;
	border: 1px solid black;
}

div.cart-active {
	background-color: #FFF4D8;
}


/*-------------------------- SEARCH -------------------------------*/

#search {
	padding: 36px 0 0 0;
	margin: 0 0 0 260px;
	height: 30px;
	width: 290px;	
}
#Text1 {
	float: right;
}
#searchimg {
	position:relative;
	left: 52px;
}
#liveSearch {
	width: 224px;
    height: 415px;
    overflow: auto;
    position: relative;
	left: 56px;
    z-index: 900;
    background: #fff;
    border:1px solid #ccc;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    padding: 4px;

}
#liveSearch .start {
	color: #666;
	text-decoration:underline;
}   
#liveSearch a {
	font-size: 10px!important;
	font-weight: normal;
}
#liveSearch ul, #liveSearch ul li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#liveSearch ul li {
	width:100%;
	float:left; 
}
#liveSearch ul li a {
	display:block;
	height:18px;
	padding:3px;
	text-decoration:none;
	font-size:10px;
}
#liveSearch ul li a:hover {
	text-decoration:none;
	background-color:#333333;
}
.start {
	color:black;
}

/*////////// HOMEPAGE SLIDESHOW ////////*/


#slideshow {
    position:relative;
    height:240px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
