body, html {
	background-image: url(images/background.jpg);
	margin: 0px;
	padding: 15px;
}
.nav {
	text-align: left;
}
.nav a {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 14px;
	color: #7c7c7c;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb6b8;
	display: block;
	line-height: 22px;
	width: 166px;
	font-weight: bold;
}
.nav a:hover {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
	background-image: url(images/nav_ring.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 22px;
}
#video  {
	margin-top: 15px;
	text-align: left;
}
#pandora {
	margin-top: 15px;
	text-align: left;
}


.subnav {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb6b8;
	width: 166px;
}
.subnav a {
	font-weight: bold;
	font-size: 12px;
	text-indent: 20px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 18px;
}
.subnav a:hover {
	background-image: none;
	color: #663333;
	font-size: 12px;
	text-indent: 20px;
}



.rings {
	text-align: left;
}
.rings img {
	border: 1px dotted #bbb6b8;
}
.mainback {
	background-image: url(images/border_back_image.jpg);
	background-repeat: no-repeat;
}


.main {
	text-align: left;
}
.main #banner {
	margin-bottom: 15px;
}


.main h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663333;
	margin: 0px;
	padding: 0px;
}
.main h2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	margin-top: 0px;
	padding-top: 0px;
}
.main h3 {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	margin: 0px;
	padding: 0px;
}
.main .scroll_text {
	scrollbar-base-color: #f0f8ff;
	scrollbar-arrow-color: #757575;
	scrollbar-3dlight-color: #c0c0cc;
	scrollbar-darkshadow-color: #f5f5f5;
	scrollbar-face-color: #c0c0cc;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-shadow-color: #c0c0cc;
	scrollbar-track-color: #f5f5f5;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px dotted #bbb6b8;
	padding: 5px;
	min-height: 350px;
}
.main .scroll_text p {
	margin-top: 0px;
	padding-top: 0px;
}
.main .scroll_text a {
	color: #75263B;
}
.main .scroll_text a:hover {
	color: #998A44;
}
.footer {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 10px;
	padding-left: 15px;
	text-align: left;
}
.footer a {
	color: #663333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.display_cats {
}
.display_cats .category {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.display_cats .category .cat_thumb{
	border: 1px solid #000000;
	float: left;
	margin-right: 10px;
}
.display_cats .category .cat_title{
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.display_cats .category .cat_description{
}
.display_items {

}
.display_items .item {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.display_items .item .item_thumb{
	border: 1px solid #000000;
}
.display_items .item .enlarge{
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 10px;
	color: #75263B;
	text-align: center;
}
.display_items .item .item_name{
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.display_items .item .item_price{
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	float: right;
}
.display_items .item .item_description{
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.display_items .pagination {
	background-color: #F2F2F2;
	height: 18px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.display_items .pagination .pages{
	float: left;
}
.display_items .pagination .controls{
	float: right;
}
.display_items .pagination .controls a{
	margin-left: 10px;	
}
#side_logo {
	margin-bottom: 20px;
}
