body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.aboutAboutPieces {
	color: #727272;
}

.Shop_Online_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #938B74;
	padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #938B74;
	text-decoration: none;
}

.Shop_Online_table a:link {
	color: #938B74;
	text-decoration: none;
}
.Shop_Online_table a:visited {
	color: #938B74;
	text-decoration: none;
}
.Shop_Online_table a:active {
	color: #938B74;
	text-decoration: none;
}
.Shop_Online_table a:hover {
	color: #938B74;
	text-decoration: underline;
}


.Menu_table {
	padding-right: 10px;
	padding-top: 7px;
	color: #938B74;
	text-decoration: none;
}

.Menu_table a:link {
	color: #938B74;
	text-decoration: none;
}
.Menu_table a:hover {
	color: #938B74;
	text-decoration: underline;
}

.Menu_table a:visited {
	color: #938B74;
	text-decoration: none;
}
.Menu_table a:active {
	color: #938B74;
	text-decoration: none;
}
.Menu_table_grey {
	padding-right: 10px;
	padding-top: 7px;
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
}

.Menu_table_grey a:link {
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
}
.Menu_table_grey a:hover {
	color: #7F7F7F;
	text-decoration: underline;
	font-weight: bold;
}

.Menu_table_grey a:visited {
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
}
.Menu_table_grey a:active {
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
}

.orange {
	color: #938B74;
	text-decoration: none;
}
.orange:hover {
	color: #938B74;
	text-decoration: underline;
}
.grey {
	color: #666666;
	text-decoration: none;
}
.grey:hover {
	color: #BFB290;
}
.menu_main {
	color: #938B74;
	text-decoration: none;
}
.menu_header {
	color: #000000;
	text-decoration: none;
}
.menu_main_grey {
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
}

.menu_main_grey:hover {
	color: #7F7F7F;
	text-decoration: underline;
	font-weight: bold;
}

.menu_main:hover {
	color: #938B74;
	text-decoration: underline;
}
.menu_header:hover {
	color: #000000;
	text-decoration: underline;
}
.green {
	color: #009933;
	text-decoration: none;
}
.title {
	color: #BFB290;
	font-size: 16px;
	font-weight: bold;
}
.header {
	font-size: 14px;
	font-weight: bold;
}







/* <Scroll> */
div.scrollholder
{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: auto;
	z-index: 1;

}
div.scroll
{
	position: absolute;
	left: 0;
	top: 0;
	width: 315px;
	z-index: 2;
}
/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    background: url("../../images/slider.gif") 5px 0 repeat-y;
    z-index: 3;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    background: url("../../images/slide.gif") no-repeat;
    z-index: 4;
}  

div.track:hover div.drag_bar { background-position: 100% 0; }
/* </scroll> */

#homeBrowseNav, #homeBrowseNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#homeBrowseNav li {
	display: block;
	width: 100%;
	
}
#homeBrowseNav li#whats-hot {
	border-width:1px;
}
#homeBrowseNav li ul {
	position: relative;
	width: 100%;
	display:none;
}
#homeBrowseNav li#whats-hot ul {
	display:block;
}
#homeBrowseNav li ul li{
	border-style:none;
}
#homeBrowseNav li:hover ul,  #homeBrowseNav li.homeBrowseHover ul {
	display:block;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 550px; /* Set to gallery width, in px or percentage */
height: 80px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

 Do not edit IE conditional style below 
[if gte IE 5.5]>
<style type="text/css">
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
<![endif]
 End Conditional Style 
