@charset "UTF-8";
/* CSS Document */

/* Start of cart styles */

#rcPage {
	position: relative;
}

#rcCart {
	position: absolute;
	width:100%;
	right:0px;
	padding: 0.4em 0.6em 0.4em 0.5em;
	line-height: 1em;
	font-size: .9em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border: 1px #443e35 solid;
	border-bottom:2px #443e35 solid !important;
	border-top:0px;
	border-radius: 			0em 0em 0.5em 0.5em;
	-moz-border-radius: 	0em 0em 0.5em 0.5em;
	-webkit-border-radius: 	0em 0em 0.5em 0.5em;
	-o-border-radius: 		0em 0em 0.5em 0.5em;
	-icab-border-radius: 	0em 0em 0.5em 0.5em;
	-khtml-border-radius: 	0em 0em 0.5em 0.5em;
	z-index:1013;
	}

.rcBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgb(20, 20, 20);	
	filter: alpha(opacity=80);
	opacity: 0.9;
}

#rcContainer {
	position: relative;
	top:0px;
}

#rcCart.rcTop {
	top: 0px;
	border-bottom-width: 1px;
}

#rcCart.rcTop .rcBackground {
	background-image: url("backgroundTop.png");
	background-position: center top;
}

#rcCart.rcBottom {
	bottom: 0px;
	border-top-width: 1px;
}

#rcCart.rcBottom .rcBackground {
	background-image: url("backgroundBottom.png");
	background-position: center bottom;
}

#rcCart.rcLeft #rcContainer {
	margin-left: 0px;
	margin-right: auto;
}

#rcCart.rcCenter #rcContainer {
	margin-left: auto;
	margin-right: auto;
}

#rcCart.rcRight #rcContainer {
	margin-left: auto;
	margin-right: 0px;
}

.rcNumber {
	float: right;
	margin-left: 0em;
}

.rcComment {
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: .01em;
}

.rcLabel {
	text-align: right !important;
	padding-left: 2em;
	padding-right: 0.5em;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.rcRadio {
	cursor: pointer;
	text-align: left;
	margin: auto;
}

.rcClear {
	clear: both;
}

#rcCart table,
.rcItem table {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#rcCart td,
.rcItem td {
	vertical-align: top;
	text-align: left;
}

.rcButton {
	padding: 0em 0.8em 0em 0.8em;
	cursor: pointer;
	display: inline;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-icab-border-radius: 0.5em;
	-khtml-border-radius: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	float: right;
	width:90%;
}

.rcButton img {
	height: 1.2em;
	vertical-align: text-bottom;
	margin-top: -0.6em;
	margin-right: 0.4em;
}

.rcButton:active {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#rcHeader {
	position: relative;
	cursor: pointer;
}

#rcHeader img {
	height: 1em;
	vertical-align: top;
	margin-right: 0.4em;
}

#rcCartItems {
	text-align: left;
	font-size: .9em;
}

#rcCartTotal {
	font-size: .9em;
	float:right;
}

#rcContent {
	display: none;
	width: 100%;
}

.rcSlide {
	margin-top: 1em;
	text-align: center;
}

.rcCartItem {
	text-align: left;
	position: relative;
	margin-top: 0.8em;
	overflow: hidden;
}

.rcCartName {
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-size: .9em;
}

.rcCartImage {
	float: left;
}
.rcCartImage img {
	width:64px;
	height:64px;
}

.rcCartPrices {
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.rcCartTools {
	visibility: hidden;
	margin-left: 0em;
	font-size: .8em;
	line-height: 1em;
}

.rcCartItem:hover .rcCartTools {
	visibility: visible;
}

.rcCartTools img {
	height: 0.8em;
	vertical-align: middle;
	cursor: pointer;
	padding: 4px;
}

.rcCartTools img.rcToolDecrease {
	border-radius-top-left: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-o-border-top-left-radius: 0.5em;
	-icab-border-top-left-radius: 0.5em;
	-khtml-border-top-left-radius: 0.5em;
	border-radius-bottom-left: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-o-border-bottom-left-radius: 0.5em;
	-icab-border-bottom-left-radius: 0.5em;
	-khtml-border-bottom-left-radius: 0.5em;
}

.rcCartTools img.rcToolIncrease {
	border-radius-top-right: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-o-border-top-right-radius: 0.5em;
	-icab-border-top-right-radius: 0.5em;
	-khtml-border-top-right-radius: 0.5em;
	border-radius-bottom-right: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-o-border-bottom-right-radius: 0.5em;
	-icab-border-bottom-right-radius: 0.5em;
	-khtml-border-bottom-right-radius: 0.5em;
}

.rcCartPrice {
	overflow: hidden;
}

.rcCartOption,
.rcCartShipping,
.rcCartTaxes {
	font-size: .7em;
	line-height: 1.2em;
	overflow: hidden;
}

#rcCartCoupon {
	text-align: right;
}

.rcCheckout {
	text-align: center;
	margin-bottom: 1em;
}

.rcItem {
	margin-bottom: .5em;
	float: left;
	margin-top:-6px;
}

.rcItem table {
	width: 100%;
}

.rcItem img,
.rcItem a:link,
.rcItem a:hover,
.rcItem a:visited,
.rcItem a:active {
	color: inherit;
	background-color: transparent;
	border: none;
	text-decoration: none;
}

.rcItemName,
.rcItemDescription,
.rcItemOption {
	text-align: left;
}

.rcItemInfo {
	text-align: right;
	margin-top: .5em;
	margin-bottom: .5em;
}

.rcItemImage {
	width: 1%;
}

.rcItemThumb {
	padding-left: 10px;
	padding-right: 10px;
}

.rcItemName,
.rcItemPrice {
	font-size: 1em;
	font-weight: normal;
}

.rcItemOption {
	margin-top: 1em;
}

.rcItemOldPrice {
	text-decoration: line-through;
}

.rcItemPrice,
.rcItemOldPrice,
.rcItemButtons {
	text-align: right;
}

.rcItemButtons input {
	font-size: 1em;
	margin-top: 0.2em;
}

.rcItem.column1 {
	width: 99%;
}

.rcItem.column2 {
	width: 49.5%;
}

.rcItem.column3 {
	width: 33%;
}

.rcItem.column4 {
	width: 24.75%;
}

.remooz-box {
	cursor: move;
}

a.remooz-btn-close:link,
a.remooz-btn-close:hover,
a.remooz-btn-close:active,
a.remooz-btn-close:visited {
	background-color: transparent;
}

.remooz-box .remooz-btn-close {
	display: none;
}

.remooz-box:hover .remooz-btn-close {
	display: block;
}

/* End of cart styles */

html {
	background:url(../images/woodbg.jpg) repeat fixed center;
	height:100%;
}
body
	{
	width:900px;
	height:100%;
	padding:0 !important;
	margin:0 auto !important;
	}
#header, #wrapper, #content, #footer
	{
	background:#000;
	border: 0px;
	margin: 0px auto;
	width: 850px;
	padding: 25px;
	font-family:Palatino Linotype, Palatino, Book Antiqua, serif;
	}
	
div#wrapper
	{
	position:absolute;
	top:0px;
	padding: 0;
	width:900px;
	color:#CCCCAA;
	}
	
div#header
	{
	height: 300px;
	background:url(../images/headerbg.jpg) no-repeat center #000;
	}
	
#navbar {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	font-size:24px;
	float:right;
	font-variant:normal;
}
#navbar li {
	padding:0;
}
#navbar li a {
	padding:6px 25px 4px;
	margin:15px 0px;
	display:block;
	text-decoration:none;
	color:#CCCCAA;
}
#navbar li a:hover {
	box-shadow:0px 0px 6px 3px #cca;
	background:#321;
	color:#EEC;
	border:#BA9 1px solid;
	padding:5px 24px 3px;
}
	
div#content
	{
	font-family:Palatino Linotype, Palatino, Book Antiqua, serif;
	}
div#content h1
	{
	font-family: Verdana, Geneva, sans-serif normal;
	padding:25px;
	margin:0px;
	line-height:1em;
	}
div#content p
	{
	padding:0;
	margin:0;
	letter-spacing:0.2px;
	line-height:1.5em;
	text-indent:30px;
	}
	
div#footer
	{
	height: 15px;
	font-size:12px;
	clear:both;
	}
div#footer a
	{
	padding:0px 25px;
	}

/* START GALLERY CSS */
h2.galleryhead
{
	text-align:center;
	font-style:italic;
}
img.galleryimg
{
	 border:6px #483C32 outset;
	 padding:0px;
	margin:10px;
}
#gallery
{
	 text-align:center;
	 margin:0px auto;
}
.lightarea
{
	 display: block;
	 width: 800px;
	 height:450px;
	 padding: 10px;
	 margin:15px;
	 border: 0px;
	background: rgba(53, 37, 21, .97);
	 overflow: none;
	color:#FFC;
}
.lightarea h2
{
	font-size:1.7em;
}
.lightarea a
{
	color:rgb(30,20,10);
}
.lightarea p
{
	text-indent:0px;
	text-align:justify;
}
.largePicture {
	width:300px;
	height:300px;
	border:black inset 4px;
	margin-right:20px;
}
img.pictureLink
	{
	border:black solid 2px;
	margin:2px;
	width:40px;
	height:40px;
	}
img.pictureLink:hover
	{
	border:#421 solid 2px;
	}
img.pictureLink:hover, .button:hover, .form-input-button:hover
	{
	cursor:pointer;
	box-shadow:0px 0px 3px 1px #cca;
	}
	
/* END GALLERY CSS */
a
	{
	color:#AAAA77;
	}
	
object
	{
	width: 100%; 
	height: 95%; 
	border-width: 0px;
	margin: 0px;
	overflow:hidden;
	border-color:#333;
	}

#content input, select, textarea
	{
		background: rgba(50, 50, 50, .5);
		color:#CCCCAA;
		border:1px solid #666;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px
	}
	
	
.TabbedPanels {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: none;
}
.TabbedPanelsTabGroup {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.TabbedPanelsTab {
		margin: 30px 0 0 0;
		display: inline;
		background: rgba(0, 0, 0, .5);
		border: 2px solid #444;
		border-bottom: none;
		-moz-border-radius-topleft:10px;
		-webkit-border-top-left-radius:10px;
		-moz-border-radius-topright:10px;
		-webkit-border-top-right-radius:10px;
		padding: 0.3em 0.3em 0em 0.3em;
		text-decoration: none;
		color:#AAAA77;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
		color:#EEC;
		border-color:#777;
}
.TabbedPanelsTabSelected {
		background: rgba(0, 0, 0, .5);
		font-weight: bold;
		color:#EEC;
		border-bottom-style:none;
		padding: 0.5em 0.3em 0em 0.3em;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
		border: 2px solid #444;
		border-top-style:none;
		padding: 0.5em;
		background: rgba(0, 0, 0, .5);
		-moz-border-radius-bottomleft:10px;
		-webkit-border-bottom-left-radius:10px;
		-moz-border-radius-bottomright:10px;
		-webkit-border-bottom-right-radius:10px;
		height:390px;
}
.TabbedPanelsContent {
	padding: 4px;
	overflow:auto;
	height:383px;
}
.TabbedPanelsContentVisible {
}
.Accordion {
	border:none;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background: rgba(0, 0, 0, .3);
		border: 1px solid #444;
	margin: 0px;
	padding: 3px 1em 1px 1em;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
}
.AccordionPanelContent {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTabHover {
		color:#EEC;
		border-color:#777;
}
.AccordionPanelOpen .AccordionPanelTabHover {
		color:#EEC;
		border-color:#777;
}
