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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #3A3429;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #775223;
}
a:hover {
	text-decoration: none;
}

hr {
	border-top: 1px dotted #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

/* - - - - - - - - - - Wrapper - - - - - - - - - - */

#WS-Wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	text-align: left;
}

/* - - - - - - - - - - Containers - - - - - - - - - - */

#WS-Container-Top {
	margin: 0;
	padding: 0;
	min-height: 176px;
	background: #6B4C25;
}

#WS-Container-Bottom {
	margin: 0;
	padding: 0;
	background: #6B4C25;
}

/* - - - - - - - - - - Banner - - - - - - - - - - */

#WS-Container-Top #WS-Banner-Left {
	margin: 0;
	float: left;
	width: 157px;
}

#WS-Container-Top #WS-Banner-Center {
	margin: 0 240px 0 157px;
}

#WS-Container-Top #WS-Banner-Right {
	width: 240px;
	float: right;
	margin: 0;
}

/* - - - - - - - - - - Navigation - - - - - - - - - - */

#WS-Container-Bottom #WS-Navigation {
	width: 157px;
	float: left;
	margin: 0;
	padding: 0 0 40px 0;
}

#WS-Container-Bottom #WS-Navigation ul {
	text-align: right;
	margin: 0;
	padding: 10px 0;
	background: #442A0A;
}
#WS-Container-Bottom #WS-Navigation ul li {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
}
#WS-Container-Bottom #WS-Navigation ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0 20px;
	height: 18px;
	line-height: 18px;
	display: block;
}
#WS-Container-Bottom #WS-Navigation ul li a:hover {
	color: #442A0A;
	background: #E6C909;
}

#WS-Container-Bottom #WS-Navigation div {
	padding: 30px 0 0 0;
	width: auto;
	text-align: center;
}

/* - - - - - - - - - - SUB Navigation - - - - - - - - - - */

#WS-Container-Bottom #WS-Navigation .NAV-Parent a {
	color: #442A0A;
	background: #E6C909;
}

#WS-Container-Bottom #WS-Navigation .NAV-Parent ul {
	text-align: right;
	margin: 0;
	padding: 10px 0;
	background: #877661;
}
#WS-Container-Bottom #WS-Navigation .NAV-Parent ul li {
	list-style-type: none;
	padding: 2px 0;
	margin: 0;
}
#WS-Container-Bottom #WS-Navigation .NAV-Parent ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0 20px 0 10px;
	height: 18px;
	line-height: 18px;
	display: block;
	background: #877661;
}
#WS-Container-Bottom #WS-Navigation .NAV-Parent ul li a:hover {
	color: #442A0A;
	background: #E6C909;
}

/* - - - - - - - - - - Content - - - - - - - - - - */

#WS-Container-Bottom #WS-Content {
	margin: 0 240px 0 157px;
	background-color: #FFF;
	min-height: 531px;
	font-size: 85%;
}

/* - - - - - - - - - - Sidebar - - - - - - - - - - */

#WS-Container-Bottom #WS-Sidebar {
	width: 240px;
	float: right;
	margin: 0;
}

/* - - - - - - - - - - Footer - - - - - - - - - - */

#WS-Footer {
	margin: 0;
	padding: 20px 10px;
	color: #FFF;
	font-size: 90%;
	min-height: 80px;
}
#WS-Footer a {color: #FFF;}
#WS-Footer a:hover {text-decoration: none;}

#WS-Footer div {float: right; width: auto; text-align: right;}

#WS-Footer img {margin: 20px 0 0 10px;}


/* - - - - - - - - - - Shop Products - - - - - - - - - - */

.WS-Shop-Image {
	padding: 10px 0 0 0;
}
.WS-Shop-Products {
	padding: 10px 0 0 15px;
	font-size: 110%;
}
.WS-Shop-Products h2 {
	color: #809902;
	font-size: 150%;
	margin-top: 0;
}
.WS-Shop-Products h3 {
	color: #000;
	font-size: 110%;
	margin-top: 0;
}
.WS-Shop-Products #textfield {
	width: 30px; 
	height: 19px;
	line-height: 19px;
	margin: 0;
}
.WS-Shop-Products #button {
	color: #FFF;
	background: #E22D2D;
	border: none;
	margin: 3px 0 0 0;
	height: 25px; 
	line-height: 25px;
}

.WS-Shop-Extras {
	min-height: 100px;
	background: #E4EEB1;
	font-size: 110%;
	padding: 20px;
	margin-top: 10px;
} 
.WS-Shop-Extras p {margin: 0;}
.WS-Shop-Extras img {margin: 10px 15px 0 10px;}


/* - - - - - - - - - - Text - - - - - - - - - - */

.TXT-Script {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%
}