@charset "UTF-8";
a:link {
	color: #F6CC06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #F6CC06;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* CSS Document */

body {
	margin: 0px;
	background-color: #161616;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderWrapper {
	background-color: #000000;
	height: 60px;
}
#Header {
	background-image: url(../images/logo.gif);
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 60px;
}
#MainMenu {
	font-size: 12px;
	font-weight: bold;
	padding-top: 32px;
	padding-left: 110px;
	float: right;
}
#MainMenu ul {
	margin: 0px;
}
#MainMenu ul li {
	list-style-type: none;
	float: left;
	margin-right: 3px;
}
#MainMenu   ul   li  a:link, #MainMenu   ul   li  a:visited {
	background-image: url(../images/menu-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 95px;
	text-align: center;
	list-style-type: none;
	display: block;
	padding-top: 7px;
	color: #FFFFFF;
}
#MainMenu ul li a:hover {
	background-image: url(../images/menu-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 95px;
	color: #FFFFFF;
}
#ContentPaneWrapper {
	background-color: #464646;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
}
#ContentPane {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#Footer {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 20px;
}
#Footer span {
	float: right;
	font-size: 12px;
}
#Footer a:link {
	color: #666666;
}
#Footer a:hover {
	color: #F6CC06;
}
.HomePagePanels {
	background-color: #000000;
	float: left;
	width: 277px;
	margin-right: 6px;
	padding: 14px;
	margin-top: 10px;
}
.HomePagePanels p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 7px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	min-height: 70px;
}
.HomePagePanels  h1, .newsletterPane h1 {
	font-size: 16px;
	margin: 0px 0px 10px;
}
.HomePagePanels img {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.moreButtom {
	background-position: right top;
	height: 20px;
	background-repeat: no-repeat;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size: 13px;
	float: right;
}
.moreButtom a:link, .moreButtom a:visited, .moreButtom a:active {
	background-image: url(../images/button-more.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 18px;
}
.moreButtom a:hover {
	background-image: url(../images/button-more.gif);
	background-repeat: no-repeat;
	background-position: right -28px;
	padding-top: 4px;
	padding-right: 18px;
}
.previousButtom {
	background-position: right top;
	height: 20px;
	background-repeat: no-repeat;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size: 13px;
	float: left;
}
.previousButtom a:link, .previousButtom a:visited, .previousButtom a:active {
	background-image: url(../images/button-previous.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 18px;
}
.previousButtom a:hover {
	background-image: url(../images/button-previous.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
	padding-top: 4px;
	padding-left: 18px;
}
#subMenu {
	background-image: url(../images/submenu-header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 915px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 10px 20px;
	background-color: #282828;
}
#subMenu P {
	margin: 0px;
	padding: 0px;
}
#subMenu h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0px;
	color: #F6CC06;
}
#subMenu  ul {
	margin: 10px 0px;
	font-size: 14px;
	padding: 0px;
}
#subMenu     ul     li  {
	list-style-type: none;
	padding-right: 13px;
	padding-left: 13px;
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#subMenu ul li a:link {
	color: #FFFFFF;
}
#subMenu  ul  li  a:hover {
	color: #F6CC06;
	border-top-color: #F6CC06;
	border-right-color: #F6CC06;
	border-bottom-color: #F6CC06;
	border-left-color: #F6CC06;
}
#thumbnails img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#pagination  a:link {
	color: #CCCCCC;
	background-color: #333333;
	padding-right: 3px;
	padding-left: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#pagination  a:hover, #pagination a {
	color: #333333;
	background-color: #F6CC06;
}
#largeImage {
	text-align: center;
	background-image: url(../images/large-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#imageInfo {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	background-color: #CCCCCC;
	border: 5px solid #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
}
.addToCart   {
	text-align: right;
	margin-bottom: 15px;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.border {
	border: 5px solid #FFFFFF;
}
.blackBorder {
	border: 6px solid #000000;
}
#thumbnails {
	padding: 10px 15px;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
}
.list {
	margin-bottom: 10px;
}
.clear {
	clear: both;
	position: relative;
}
p {
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F6CC06;
	background-color: #000000;
	padding: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.sortBy {
	font-size: 12px;
	margin-right: 10px;
	text-align: left;
	margin-bottom: 10px;
	float: right;
}
#current {
	color: #F6CC06;
}
#contentShadow {
	text-align: left;
	background-image: url(../images/large-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;
	font-size: 12px;
	padding: 20px;
	line-height: 22px;
	color: #CCCCCC;
}
.float_left {
	float: left;
	margin-right: 10px;
}
#sizes  ul, .cartList ul {
	margin: 0px;
	padding: 0px;
}
.cartList ul li {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 10px;
}
.cartList {
}
.cartList h1 {
	color: #E6C549;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	background-color: #333333;
}
.cartListInput  input, .cartListInput #txtName
  {
	width: 270px;
	background-image: url(../images/form_input_BG.gif);
	height: 23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px 10px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	color: #B77222;
}
.orderInfoInput {
	margin: 5px;
	padding: 7px 5px;
	border: 1px solid #D3D3D3;
	width: 400px;
}
.float_right {
	float: right;
	background-color: #CCCCCC;
	padding: 10px;
}
#sizes   ul   li    {
	list-style-type: none;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 6px;
}
.fields {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#Blog {
	background-image: url(../images/Blog_BG.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 904px;
	padding-bottom: 20px;
}
#BlogContent {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF7E7;
	font-size: 12px;
	line-height: 22px;
	color: #806122;
}
#Blog a, #Blog a:link, #Blog a:visited {
	color: #964510;
}
#txtWeb,   #txtName, #TextBoxWatermarkExtender2 {
	background-image: url(../images/form_input_BG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 273px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	color: #806122;
	padding-right: 5px;
	padding-left: 5px;
}
#txtComment {
	background-image: url(../images/form_textarea_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	width: 271px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	color: #8D6A27;
	padding: 5px;
}
#Blog a:hover {
	color: #333333;
}
#BlogContent  .date, #GuestBookContent  .date {
	font-size: 11px;
	float: right;
}
#BlogContent h2 {
	font-size: 14px;
	font-weight: normal;
	color: #806122;
	background-color: #FFF7E7;
	margin: 0px;
	padding: 0px;
}
#BlogContent h1 {
	color: #806122;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #806122;
}
#GuestBook {
	background-image: url(../images/guestbook_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 904px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
}
#GuestBookContent {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF7E7;
	font-size: 12px;
	line-height: 22px;
	color: #806122;
}
.commentSeperator {
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #FFF7E7;
	padding: 10px;
	margin-top: 10px;
}
#ContentForm {
	margin-left: 200px;
}
#GuestBookContent a, #GuestBookContent a:link, #GuestBookContent a:visited, #GuestBookContent a:hover {
	color: #8C4510;
}
.checkoutButton {
	background-color: #333333;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
}
.price {
	color: #C75D36;
	background-color: #E8E8E8;
	text-align: right;
	padding: 10px;
	font-size: 12px;
}
.imageInfo {
	float: left;
	margin-right: 20px;
}
.imagePrices {
}
.imagePrices #size1, .imagePrices #size2, .imagePrices #size3, .imagePrices #size4, .imagePrices #size5, .imagePrices #size6 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	text-align: center;
	width: 30px;
}
.imagePrices #CancelButton, #OkButton {
	font-size: 14px;
	color: #333333;
	background-color: #AEB12C;
	text-align: center;
	padding: 10px;
	float: right;
	border: 2px solid #FFFFFF;
}
.imagePrices ul li {
	list-style-type: none;
}
.newsletterPane {
	background-color: #000000;
	margin-right: 6px;
	padding: 14px 14px 10px;
	margin-top: 10px;
}
.newsletterPane .message {
	background-color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.newsletterPane #field {
	border: 1px dotted #333333;
	background-color: #333333;
	padding: 5px;
	width: 350px;
	color: #F6CC06;
}
