body {
	background-image: url(/images/bg.png);
	behavior: url('/images/fx-iepngfix.htc');
	background-repeat: repeat-x;
	background-color: #3D4732;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
a:link, a:visited {
	color: #AF4F1E;	
}
a:hover {
	color: #9C4241;
	text-decoration: none;
}
#box_right ul li a {
	font-size: 12px;
	margin-left: 20px;
	list-style-type: none;
}
#box_right ul {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 20px;

	list-style-type: none;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(/images/logo.png);
behavior: url('/images/fx-iepngfix.htc');
	background-repeat: no-repeat;
	height: 180px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #box {
	background-image: url(/images/bg_paper.jpg);
	background-repeat: no-repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 14px;
	border-radius: 14px;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	min-height: 855px;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	background-color: #E8E5D7;
	margin-bottom: 20px;
}
#wrapper #box #home_row #slider1 .slider #products div a img, #shop_left .thumbs img, .detail img, #shop_right img {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	border: 2px solid #FFF;
	border-radius: 5px;
	margin: 5px;
}

#shop_left .thumbs {
float: left;
	height: 300px;
	width: 200px;
margin-left: 35px;
margin-bottom: 20px;
}

.detail {
float: left;
	width: 600px;
margin-left: 35px;
margin-bottom: 20px;
}

#shop_left h2 {
font-size: 1em;
	color: #AF4F1E;	
margin-left: 5px;
}
#shop_left p {
font-size: .9em;
margin-left: 5px;
}

 #shop_left h1{
font-family: 'Antic Slab', serif;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
}

#wrapper #box #box_right {
	float: left;
	height: 356px;
	width: 505px;
margin-top: -35px;
margin-right: -5px;
}
#wrapper #box #box_left {
	float: left;
	width: 445px;
	font-size: .90em;
	line-height: 1.7em;
	color: #492d16;
	margin-right: 20px;
	margin-left: 20px;
}
#wrapper #box #box_left h1{
font-family: 'Antic Slab', serif;
	margin-top: 30px;
}


#wrapper #box #home_row {
	height: 180px;
	width: 970px;
	margin-top: 30px;
}
#wrapper #box #home_row #slider1 .slider {
height: 180px;
	width: 200px;
	float: left;
}
#wrapper #box #home_row #slider1, .bx-wrapper {
	width: 970px;
}
.bx-next {
position: absolute;
top: 68px;
right: -21px;
width: 31px;
height: 41px;
text-indent: -999999px;
background: url(/images/next-50.png) no-repeat 0 0px;
}

.bx-prev {
position: absolute;
top: 68px;
left: -28px;
width: 31px;
height: 41px;
text-indent: -999999px;
background: url(/images/prev-50.png) no-repeat 0 0px;
}

.sold {
	background-image: url(/images/sold.png);
behavior: url('/images/fx-iepngfix.htc');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 185px;
	z-index: 111;
	height: 105px;
	position: absolute;
	margin-top: 8px;
	margin-left: -6px;
}

.hold {
	background-image: url(/images/hold.png);
behavior: url('/images/fx-iepngfix.htc');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 185px;
	z-index: 111;
	height: 105px;
	position: absolute;
	margin-top: 3px;
	margin-left: -6px;
}
.new {
	background-image: url(/images/new.png);
behavior: url('/images/fx-iepngfix.htc');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 185px;
	z-index: 999;
	height: 105px;
	position: absolute;
	margin-top: 8px;
	margin-left: -6px;
}


/* Main Navigation............................................................... */

#menu {
	width: 460px;
	height: 30px;
	margin-bottom: 0px;
padding-top: 133px;
}
/*MENU*/


* 									{ margin: 0; padding: 0; }
ul.dropdown									{ list-style: none; }
ul.dropdown	a:link, ul.dropdown	a:visited								{
	text-decoration: none;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	width: 460px;
	margin-right: auto;
	margin-left: auto;

}
ul.dropdown li                      {
	font-weight: lighter;
	float: left;
	zoom: 1;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 999;
}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                {
	color: #000 !important;
}
ul.dropdown li a                    {
	display: block;
	/*border-right: 1px solid #333;*/
	color: #A2AA7B;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: #3E3E40;
	position: relative;
	background-color: #92825C;
	text-shadow: 1px 1px 1px #fff;
}

ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
}
ul.dropdown ul li 					{
	font-weight: lighter;
	color: #E6E0D1;
	border-bottom: 1px solid #ccc;
	float: none;
	list-style: none;
	font-size: 11px;
	text-align: left;
	background-image: url(images/80.png);
	behavior: url('/images/fx-iepngfix.htc');
	background-repeat: repeat;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	color: #FFF;
} 
ul.dropdown ul li a:hover					{
	border-right: none;
	width: 196px !important;
	display: inline-block;
	color: #fff;
	background-color: #3D4732;
	text-shadow: 1px 1px 1px #000 !important;
} 
ul.dropdown ul li a:link					{
	color: #fff!important;
	text-shadow: 1px 1px 1px #000 !important;
} 


/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


#currentpage                {
	color: #FFF;
	position: relative;
	background-color: #3E3E40;
}
/*--------------------END NAV-------------------*/