@charset "utf-8";
/* No77 Interiors Stylesheet*/
/*page structure*/
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #FFFDDD;
	margin: 15px;
	padding: 0;
	text-align: center;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 600px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outercontainer {
	height: 100%;
	width: 100%;
}
#header {
	display:none;
} 
#menutop {
display:none;
}
#sidebar1 {
display:none;

}
#logo {
	background: url(png/logo.gif) top left no-repeat;
	height: 110px;
	width: 175px;
	float: left;
}
#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 600px;
} 
#footer { 
	padding: 0 10px 0 20px;
	background:#958071;
	border-top: #FFF 1px solid;
}
#hidethis {

}
/*fonts, links & styles*/
h1 {
	font-size:18px;
	color: #FFFDDD;
	background-color: #000000;
	display: block;
	padding: 4px;
	width: 99%;
}
h2 {
	color: #948173;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948173;
	font-size:16px;
}
#header h1 {
	font: 70%;
	margin: 0; 
	padding: 10px 0;
}
#footer p {
	font-size: 10px;
	margin: 0;
	padding: 10px 0; 
}
a:link {
	color: #958071;
	text-decoration: none;
}
a:visited {
	color: #958071;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.menlink:link {
	font-family: Arial;
	color:#000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-left:2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #958071;
	float: left;
	width: 130px;
	height:32px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-right: 52px;
	padding-bottom: 2px;
	padding-left: 2px;
}
a.menlink:visited {
	font-family: Arial;
	color:#000000;
	text-decoration: none;
	background-color: #FFFFFF;

	padding-top: 2px;
	padding-right: 52px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-left:2px;
	margin-bottom: 2px;
	border: 1px solid #958071;
		float: left;
	width: 130px;
	height:32px;
		background-repeat: no-repeat;
	background-position: right top;
}
a.menlink:hover {
	font-family: Arial;
	color:#000000;
	text-decoration: none;
	background-color: #958071;

	padding-top: 2px;
	padding-right: 52px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-left:2px;
	margin-bottom: 2px;
	border: 1px solid #958071;
		float: left;
	width: 130px;
	height:32px;
		background-repeat: no-repeat;
	background-position: right top;
}
a.menlink:active {
	font-family: Arial;
	color:#000000;
	text-decoration: none;
	background-color: #FFFFFF;

	padding-top: 2px;
	padding-right: 52px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-left:2px;
	margin-bottom: 2px;
	border: 1px solid #958071;
	float: left;
	width: 130px;
	height:32px;
		background-repeat: no-repeat;
	background-position: right top;

}
a.whitelink:link {
	font-family: Arial;
	color:#FFF;
	text-decoration: none;
}
a.whitelink:visited {
	font-family: Arial;
	color: #FFF;
	text-decoration: none;
}
a.whitelink:hover {
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
}
a.whitelink:active {
	font-family: Arial;
	color: #FFF;
	text-decoration: none;
}
a.blacklink:link {
	font-family: Arial;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	font-size:12px;
}
a.blacklink:visited {
	font-family: Arial;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	font-size:12px;
}
a.blacklink:hover {
	font-family: Arial;
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
	font-size:12px;
	line-height: 25px;
}
a.blacklink:active {
	font-family: Arial;
	color:#000000;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
a.blacklinksm:link {
	font-family: Arial;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	font-size:10px;
}
a.blacklinksm:visited {
	font-family: Arial;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	font-size:10px;
}
a.blacklinksm:hover {
	font-family: Arial;
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
	font-size:10px;
	line-height: 25px;
}
a.blacklinksm:active {
	font-family: Arial;
	color:#000000;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
/* other */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pad10 {
	padding-right: 10px;
	padding-left: 10px;
}
.pad5 {
	padding-left: 5px;
}
/*menu*/
#musiccontainer {
display:none;
}
#navcontainer {
display:none;
}
#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;

}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { padding: 3px 10px; }
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #958071;
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navlist a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.shopbox1 {
	float: left;
	height: 200px;
	width: 250px;
	margin-left: 150px;
}
.shopbox2 {
	float: left;
	height: 200px;
	width: 339px;
}
.brownbox {
float:left;
margin-top:20px;
	background-color: #D1CAC4;
	padding: 5px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	border: 1px dotted #000000;
}
.dottedhorizdivide {
	width: 80%;
	margin-top: 30px;
	margin-right: 10%;
	margin-left: 10%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
}
.dottedvertdivide {
	height: 100%;
	margin-right: 20px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	float: left;
}
.thumbnail {
	padding: 1px;
	float: left;
	height: 188px;
	width: 150px;
	margin-right: 20px;
	border: 1px solid #000000;
}
.thumbnailinsert {
	background-color: #D1CAC4;
	float: left;
	height: 73px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 4px;
	margin-bottom:1px;
}
.thumbnailpic {
	float: left;
	height: 111px;
	width: 150px;
	background-position: center;
}
.findtext {
	float: left;
	width: 270px;
}
.thumbnail2 {
	padding: 1px;
	float: left;
	height: 250px;
	width: 150px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #000000;
	line-height: 15px;
}
.thumbnailinsert2 {
	background-color: #D1CAC4;
	float: left;
	height: 43px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 4px;
	margin-bottom:1px;
}
.thumbnailpic2 {
	float: left;
	height: 111px;
	width: 150px;
	background-position: center;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #d1cac4;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
.news {
display:none;
}
.newshead {
margin-top:4px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #958071;
	display: block;
	padding: 3px;
	text-align: center;
}
.inblack {
	color: #000000;
}
.size10 {
font-size: 10px;
}
.addcartbutton {
	background-image: url(../png/tag4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.prodimage {
	float: left;
	width: 250px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-right:20px;
}
.proddesc1 {
	float: left;
	width: 280px;
}
.proddesc2 {
	float: left;
	width: 100%;
}
.blackborder {
	border: 1px solid #000000;
}
.prodaltthumbs{
	float: left;
	height: 111px;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #000000;
}
