/* @override http://www.alexandravonfurstenberg.com/assets/templates/avf/css/main.css */

/* @override http://www.alexandravonfurstenberg.com/assets/templates/avf/css/main.css */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 85px 0px 0px;
	position: relative;
	font: 11px "Lucida Sans", Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: center 85px;
}
#collection_page {
	margin-top: 85px;
	padding-top: 780px;
}




img {
	border-style: none;
}
form, fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	text-decoration: underline;
	color: #815d0a;
}
a:hover {
	text-decoration: none;
}
a.inverted {
	text-decoration: none;
}
a.inverted:hover {
	text-decoration: underline;
}
:focus {
	outline: 0;
}
p {
	margin: 0px;
	padding-bottom: 10px;
font-size: 11px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #815d0a;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
	color: #815d0a;
}

.hd {
	font-size: 16px;
	color: #815d0a;
	padding-bottom: 10px;
}
.bg_picture {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	/*height: 100%;*/
}


.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 59px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
.header .logo {
	position: absolute;
	height: 29px;
	width: 175px;
	left: 50%;
	top: 26px;
	margin-left: -412px;
}
#collection_page .header {
	top: -85px;
}


.top_nav {
	background-image: url(../images/top_nav.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 26px;
	width: 100%;
	left: 0px;
	top: 59px;
	background-position: center top;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	font-size: 12px;
}
.top_nav li {
	list-style: none;
	display: inline;
}
.top_nav a {
	color: #828282;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/top_nav.gif);
	background-repeat: no-repeat;
	padding: 2px 19px 0px;
}
.top_nav a:hover {
	text-decoration: none;
	color: #000000;
}
.top_nav .active a {
	background-image: url(../images/top_nav_active.gif);
	background-position: center top;
}
#collection_page .top_nav {
	top: -26px;
}

.width_limiter {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.top_nav_shadow {
	background-image: url(../images/top_nav_shadow.png);
	height: 17px;
	width: 760px;
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: -380px;
}
#collection_page .top_nav_shadow {
	top: 0px;
}


.container {
	background-image: url(../images/container.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 1px;
}
.container_bg {
	padding-top: 54px;
	background-image: url(../images/container_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 28px;
	background-position: left 21px;
	min-height: 1px;
}
.press {
	margin-left: 23px;
}
.press .item {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-bottom: 16px;
	font-size: 11px;
	text-align: center;
	position: relative;
}
.press .item a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.press .item a:hover {
	text-decoration: none;
	color: #9A6C30;
}

.press .item img {
	display: block;
	padding: 4px;
	border: 1px solid #FEEFDA;
	margin-bottom: 3px;
}
.press .item a:hover img {
	border-color: #F8A636;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.press .label {
	text-align: center;
	width: 100%;
	margin-top: -30px;
	position: absolute;
	left: 0px;
	top: 50%;
	visibility: hidden;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.press .item a:hover .label {
	visibility: visible;
	color: #000000;
}

.press .view_older, .press #view_older a, .press #view_newer a {
	font-size: 9px;
	line-height: 31px;
	text-decoration: none;
	background-image: url(../images/view_older.gif);
	text-align: center;
	display: block;
	height: 32px;
	width: 144px;
	padding-left: 10px;
}
.press #view_older, .press #view_newer {
	font-size: 9px;
	line-height: 31px;
	text-align: center;
	display: block;
	height: 32px;
	width: 154px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.press #view_older a {
	padding-left: 10px;
	width: 144px;
	height: 32px;
	display: block;
	background-image: url(../images/view_older.gif);
	text-decoration: none;
}
.press #view_newer a {
	padding-left: 10px;
	width: 144px;
	height: 32px;
	display: block;
	background-image: url(../images/view_newer.gif);
	text-decoration: none;
}
.press .view_older:hover, .press #view_older a:hover, .press #view_newer a:hover {
	color: #000000;
}

.about {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
	color: #6F6F6F;
}
.about .button {
	font-size: 11px;
	font-weight: bold;
	color: #5F5F5F;
	text-decoration: none;
	background-color: #C6C6C6;
	border: 1px solid #FEEDD7;
	line-height: 26px;
	width: 194px;
	text-align: center;
	display: inline-block;
}
.about a.button:hover {
	color: #000000;
}
.about .opt_hd {
	color: #9A6C30;
	letter-spacing: 1px;
	margin-bottom: 2px;
}



.home_gallery {
	height: 445px;
	width: 877px;
	position: relative;
	top: 16px;
	margin: auto;
	overflow: hidden;
}
#home_gallery_container, .home_gallery_container {
	height: 445px;
	width: 877px;
	overflow: hidden;
}
.home_gallery_container {
	margin-left: 0px;
}
.home_gallery .big_pic {
	float: left;
	height: 445px;
	width: 877px;
}
.home_gallery .view_smth:hover {
	color: #000000;
}
.home_gallery .letter {
	height: 24px;
	width: 24px;
	position: absolute;
	top: 416px;
	text-decoration: none;
	cursor: pointer;
}
.home_gallery .letter_a {
	background-image: url(../images/letter_a.gif);
	left: 788px;
}
.home_gallery .letter_v {
	background-image: url(../images/letter_v.gif);
	left: 818px;
}
.home_gallery .letter_f {
	background-image: url(../images/letter_f.gif);
	left: 848px;
}
.home_gallery .popup {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/home_gallery_popup.png);
	text-align: center;
	height: 51px;
	width: 152px;
	padding-top: 13px;
	position: absolute;
	top: -71px;
	left: -123px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	visibility: hidden;
	display: block;
}
.home_gallery .letter:hover, .home_gallery #active {
	background-position: 0px -24px;
}
.home_gallery .letter:hover .popup {
	visibility: visible;
}
.home_previews {
	width: 885px;
	border: 1px solid #F5F0E8;
	margin: auto auto 14px;
	padding: 2px 5px;
}
.home_previews_container {
	height: 178px;
	position: relative;
	overflow: hidden;
	margin-bottom: 4px;
}
.home_previews_scroller {
	position: absolute;
	width: 20000px;
	left: 0px;
	top: 0px;
}
.home_previews ul {
	margin: 0px;
	padding: 0px;
}
.home_previews li {
	list-style: none;
	float: left;
}


.home_previews ul a {
	float: left;
	height: 172px;
	width: 172px;
	display: inline;
	margin-left: 4px;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}
.home_previews ul a:hover .home_previews ul .active {
	background-image: url(../images/spacer.gif);
}
.home_previews ul a img {
	padding: 2px;
	border: 1px solid #FFFFFF;
}
.home_previews ul a:hover img, .home_previews ul .active img {
	border-color: #F8A636;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.home_previews .label {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	top: 50%;
	margin-top:-20px;
	display: none;
	font: bold 11px "Lucida Sans", Arial, sans-serif;
}
.home_previews ul a:hover .label, .home_previews ul .active .label {
	display: block;
}





.home_previews .scroll_bar {
	border-top: 1px none #815d0a;
	font-size: 0px;
	height: 7px;
	position: relative;
	cursor: pointer;
	clear: both;
	margin: 0px 35px 2px;
}
.home_previews .scroll_tab, .home_previews .ui-slider-handle {
	height: 18px;
	width: 37px;
	position: absolute;
	left: 7px;
	top: -10px;
	margin-left: -18px;
	background-image: url(../images/scroll_tab.png);
	cursor: pointer;
}
.home_text_left {
	line-height: 20px;
	display: inline;
	float: left;
	width: 410px;
	margin-left: 21px;
	margin-bottom: 10px;
}
.home_text_right {
	line-height: 24px;
	display: inline;
	float: right;
	width: 410px;
	margin-right: 21px;
	margin-bottom: 10px;
}
.follow2facebook {
	text-align: center;
	font-size: 10px;
}
.follow2facebook a {
	text-decoration: none;
	color: #815D0A;
}
.collection_positioner {
	position: relative;
	height: 20px;
}
.collection_container {
	width: 869px;
	margin-left: -433px;
	position: absolute;
	left: 50%;
	bottom: 0px;
}

.collection_shadow_top {
	font-size: 0px;
	background-image: url(../images/collection_shadow_top.png);
	margin: auto;
	height: 15px;
	width: 912px;
}
.collection_shadow_bot {
	background-image: url(../images/collection_shadow_bot.png);
	margin: auto;
	height: 16px;
	width: 912px;
}
.collection {
	margin: auto;
	width: 903px;
	background-image: url(../images/collection_bg.png);
	padding: 8px;
}
.collection_bg {
	min-height: 1px;
	position: relative;
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #F5F0E8;
}

.collection .letter {
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	position: absolute;
	top: -18px;
	text-decoration: none;
}
.collection .letter_a {
	background-image: url(../images/letter_a.gif);
	left: 778px;
}
.collection .letter_v {
	background-image: url(../images/letter_v.gif);
	left: 808px;
}
.collection .letter_f {
	background-image: url(../images/letter_f.gif);
	left: 838px;
}
.collection .letter:hover {
	background-position: 0px -24px;
}
.collection .letter:hover, .collection #active {
	background-position: 0px -24px;
}
.collection .popup {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/home_gallery_popup.png);
	text-align: center;
	height: 51px;
	width: 152px;
	padding-top: 13px;
	position: absolute;
	top: -71px;
	left: -123px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	visibility: hidden;
}
.collection .letter:hover .popup, .collection #active:hover .popup {
	visibility: visible;
}
.collection .item {
	display: inline;
	float: left;
}
.collection .picture {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	position: relative;
	text-decoration: none;
	display: inline;
}
.collection .picture img {
	padding: 1px;
	border: 1px solid #FFFFFF;
	margin-bottom:0px;
}
.collection .picture a:hover img {
	border-color: #F8A636;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.collection .picture a {
	cursor: pointer;
	background-image: url(../images/spacer.gif);
}
.collection .label {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	top: 50%;
	color: #000000;
	text-decoration: none;
	margin-top: -20px;
	visibility: hidden;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.collection .picture a:hover {
	background-image: url(../images/spacer.gif);
	text-decoration: none;
}
.collection .picture a:hover .label {
	visibility: visible;
}
.collection .type1 {
	width: 379px;
}
.collection .type2 {
	width: 254px;
}
.collection .type3 {
	width: 254px;
}
.collection .type4 {
	width: 254px;
}
.collection .type5 {
	width: 381px;
}
.collection .type6 {
	width: 254px;
}
.collection .type7 {
	width: 381px;
}
.collection .type8 {
	width: 379px;
}
.acc_prod_page {
	border: 1px solid #F5F0E8;
	min-height: 1px;
	padding: 8px 45px 15px 7px;
	width: 840px;
	margin: auto;
	position: relative;
}
.view_cart {
	font-size: 9px;
	background-image: url(../images/view_cart.gif);
	position: absolute;
	height: 21px;
	width: 90px;
	top: -30px;
	right: 3px;
	line-height: 21px;
	text-align: center;
	background-color: transparent;
	border-style: none;
}
.acc_prod_page .description_block {
	background-image: url(../images/description_block.gif);
	background-repeat: no-repeat;
	float: left;
	width: 600px;
	padding: 11px 12px 0px;
	overflow: hidden;
}
.acc_prod_page #big_pics, .acc_prod_page .big_pics {
	height: 400px;
	width: 600px;
	overflow: hidden;
}
.acc_prod_page .big_pic {
	float: left;
	height: 400px;
	width: 600px;
}

.acc_prod_page .previews {
	background-image: url(../images/description_block_previews.gif);
	background-repeat: repeat-x;
	min-height: 1px;
}
.acc_prod_page .previews_container {
	height: 100px;
	position: relative;
	overflow: hidden;
	margin: 0px 6px 5px;
}
.acc_prod_page .previews_scroller {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 20000px;
}
.acc_prod_page .previews_scroller img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	border: 1px solid #FCDBAD;
	padding: 1px;
}
.acc_prod_page .previews_scroller .active img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	border-color: #F8A636;
}
.acc_prod_page .previews ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.acc_prod_page .previews li {
	float: left;
	margin-right: 5px;
	list-style: none;
	display: inline;
}


.acc_prod_page .scroll_bar {
	margin-right: 35px;
	margin-left: 35px;
	border-top: 1px none #815d0a;
	font-size: 0px;
	height: 7px;
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
}
.acc_prod_page .scroll_tab, .acc_prod_page .ui-slider-handle {
	height: 18px;
	width: 37px;
	position: absolute;
	left: 7px;
	top: -10px;
	margin-left: -18px;
	background-image: url(../images/scroll_tab.png);
	cursor: pointer;
}



.acc_prod_page .description_text {
	line-height: 20px;
	margin-bottom: 10px;
}
.acc_prod_page .options_items {
	min-height: 1px;
	background-image: url(../images/options_items.gif);
	background-repeat: repeat-y;
	background-position: 166px 0px;
}

.acc_prod_page .options_item {
	float: left;
	width: 155px;
	padding-right: 10px;
	font-size: 9px;
	margin-right: 10px;
}
.acc_prod_page .opt_hd {
	color: #9A6C30;
	margin-bottom: 7px;
	letter-spacing: 2px;
}
.acc_prod_page .custom_quote {
	background-image: url(../images/request_custom_quote.gif);
	text-align: center;
	height: 27px;
	width: 153px;
	letter-spacing: 2px;
	padding-top: 6px;
	line-height: 10px;
	margin-top: 5px;
}
.acc_prod_page .order_block {
	float: right;
	width: 180px;
}
.acc_prod_page .ord_hd {
	font-size: 10px;
	margin-bottom: 5px;
}
.acc_prod_page .small_preview {
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.acc_prod_page a:hover .small_preview {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.acc_prod_page .letter {
	display: inline;
	float: left;
	height: 24px;
	width: 24px;
	margin-right: 6px;
	margin-bottom: 25px;
	position: relative;
}
.acc_prod_page .letter:hover, .acc_prod_page #active {
	background-position: 0px -24px;
}

.acc_prod_page .letter_a {
	background-image: url(../images/letter_a.gif);
	margin-left: 36px;
}
.acc_prod_page .letter_v {
	background-image: url(../images/letter_v.gif);
}
.acc_prod_page .letter_f {
	background-image: url(../images/letter_f.gif);
}
.acc_prod_page .letter .popup {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/home_gallery_popup.png);
	text-align: center;
	height: 51px;
	width: 152px;
	padding-top: 13px;
	position: absolute;
	top: -71px;
	left: -123px;
	font-size: 16px;
	line-height: 16px;
	visibility: hidden;
}
.acc_prod_page .letter:hover .popup {
	visibility: visible;
}
.acc_prod_page .button_w_arrow {
	background-image: url(../images/button_w_arrow.gif);
	text-align: center;
	height: 26px;
	width: 153px;
	letter-spacing: 2px;
	padding-top: 6px;
	line-height: 11px;
	font-size: 9px;
	margin: 0px auto 13px;
}
.acc_prod_page .button_w_arrow input {
	font: 9px "Lucida Sans", Arial, sans-serif;
	background-color: transparent;
	border-style: none;
}
.acc_prod_page .selector {
	background-color: #F7F7F7;
	padding: 9px 9px 13px;
	min-height: 1px;
	margin-right: -9px;
	margin-left: -9px;
	position: relative;
	font-size: 9px;
}
.acc_prod_page .selector .price {
	font-size: 14px;
	color: #9A6C31;
	font-weight: bold;
	float: right;
	margin-top: -1px;
	margin-bottom: 11px;
}
.acc_prod_page .selector .opt_hd {
	letter-spacing: 0em;
	margin-bottom: 11px;
}
.acc_prod_page .selector .select_color {
	font-size: 9px;
	color: #9A6C31;
	padding: 1px 3px;
	width: 165px;
	border: 1px solid #FDE6C6;
	margin-bottom: 12px;
	float: right;
}

.acc_prod_page .selector label {
	float: left;
	padding-right: 6px;
	color: #9A6C31;
	text-align: right;
	width: 127px;
	margin-bottom: 18px;
	margin-top: 4px;
}
.acc_prod_page .selector .quant {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #9A6C31;
	padding: 1px 3px;
	float: left;
	width: 29px;
	border: 1px solid #9A6C31;
	margin-bottom: 18px;
}
.acc_prod_page .selector .button_w_arrow {
	height: 22px;
	padding-top: 10px;
	margin-bottom: 0px;
}
.acc_prod_page .selector .divider {
	font-size: 0px;
	background-color: #FCFCFC;
	margin: 0px auto 18px;
	height: 2px;
	width: 125px;
}
.all {
	width: 800px;
	margin-left: 90px;
}
.all .item {
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
}
.all .picture {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	position: relative;
	display: inline;
}
.all .picture a {
	cursor: pointer;
}
.all .item img {
	padding: 1px;
	border: 1px solid #FFFFFF;
}
.all .item a:hover img {
	border-color: #F8A636;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.all .label {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	top: 50%;
	color: #000000;
	text-decoration: none;
	margin-top: -20px;
	visibility: hidden;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.all .item a:hover .label {
	visibility: visible;
}
.all .type1 {
	width: 350px;
}
.all .type2 {
	width: 750px;
}

.all .divider {
	font-size: 0px;
	background-color: #F9F6F1;
	clear: both;
	height: 2px;
	margin: 0px 56px 25px 6px;
}
.all .col_1 {
	float: left;
	width: 350px;
}
.all .col_2 {
	float: right;
	width: 350px;
}
.blog {
	margin: auto;
	width: 769px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
.blog .left_column {
	float: left;
	width: 134px;
	padding-right: 10px;
	border-right: 1px solid #E6DACB;
}
.blog .left_column ul {
	margin: 0px 0px 40px;
	padding: 0px;
	font-size: 9px;
}
.blog .left_column li {
	list-style: none;
	margin-bottom: 2px;
}
.blog .left_column ul a {
	color: #C6C6C6;
	text-decoration: none;
}
.blog .left_column ul a:hover {
	color: #000000;
}
.blog .subscribe {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.blog .subscribe:hover {
	color: #000000;
}

.blog .right_col {
	float: left;
	width: 613px;
	margin-left: -1px;
	border-left: 1px solid #E6DACB;
	padding-left: 11px;
	font-size: 9px;
	line-height: 17px;
	color: #666666;
}
.blog .blog_hd {
	font-size: 12px;
	color: #9A6C30;
	margin-bottom: 5px;
	/*font-weight: bold;*/
}
div.archives h3 {
	font-size: 12px;
	color: #9A6C30;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: normal;
}
.blog .date {
	font-size: 9px;
	color: #CCCCCC;
	margin-bottom: 1px;
}
.blog .blog_title {
	font-size: 12px;
	font-weight: bold;
	color: #E7CF84;
	margin-bottom: 6px;
}
.blog .expand {
	font-size: 12px;
	color: #999999;
}
.blog .expand a {
	color: #999999;
	text-decoration: none;
}
.blog .expand a:hover {
	color: #000000;
}
.blog .view_older {
	font-size: 9px;
	line-height: 31px;
	text-decoration: none;
	background-image: url(../images/view_older.gif);
	text-align: center;
	display: block;
	height: 32px;
	width: 144px;
	padding-left: 10px;
	margin-left: 37px;
}
.blog .view_older:hover {
	color: #000000;
	text-decoration: none;
}
.blog .search {
	position: absolute;
	top: 41px;
	right: -240px;
}
.blog .search .inp {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #C6C6C6;
	padding: 1px 3px;
	float: left;
	width: 170px;
	border: 1px solid #FEEDD7;
}
.blog .search .subm {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #FFFFFF;
	float: left;
	width: 54px;
	border-style: none;
	margin-top: 1px;
}
.request_custom {
	background-color: #F7F7F7;
	width: 539px;
	border: 1px solid #EBEBEB;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 9px;
	margin-top: 5px;
}
.request_custom label {
	font-size: 12px;
	line-height: normal;
	color: #999999;
	float: left;
	width: 200px;
	padding-right: 10px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 1px;
}
.request_custom .field {
	float: left;
	margin-bottom: 20px;
	line-height: normal;
	color: #999999;
	font-size: 12px;
}
.request_custom .inp {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 1px 3px;
	width: 224px;
	border: 1px solid #9A6C30;
}
.request_custom .dimensions {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 1px 3px;
	width: 32px;
	border: 1px solid #9A6C30;
	margin-right: 2px;
}

.request_custom select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #9A6C30;
	padding: 1px 3px;
	width: 232px;
	border: 1px solid #9A6C30;
}
.request_custom textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 1px 3px;
	width: 224px;
	border: 1px solid #9A6C30;
	height: 100px;
}
.request_custom .subm {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #F7F7F7;
	display: inline;
	border-style: none;
	cursor: pointer;
	margin-left: 185px;
}
.retail_column_left {
	float: left;
	width: 264px;
	border-right: 1px solid #F8F3EC;
	padding-top: 6px;
	padding-right: 13px;
}
.retail_column_right {
	float: left;
	width: 264px;
	margin-left: -1px;
	border-left: 1px solid #F8F3EC;
	padding-top: 6px;
	padding-left: 13px;
}
.retail_items .item {
	background-image: url(../images/retail_item_bg.gif);
	height: 99px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 20px 0px;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.retail_items .item b {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.retail_items .item a {
	color: #CEC930;
	text-decoration: none;
}
.retail_items .item a:hover {
	color: #000000;
}














.bordered_pic, .about img {
	padding: 4px;
	border: 1px solid #FEEFDA;
}
.left_floated {
	float: left;
	margin-right: 19px;
	margin-bottom: 5px;
}






.footer {
	padding-top: 15px;
	text-align: center;
	color: #C7BB97;
	font-size: 9px;
	padding-bottom: 3px;
	position: relative;
}
.footer b {
	font-weight: normal;
	color: #E6DBB9;
	display: block;
	padding-bottom: 5px;
}
.footer a {
	color: #C7BB97;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.text {
	display: table;
	min-height: 1px;
}
.closer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 2px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider { 
	height:380px;
	width:900px;
	overflow:hidden; 
}
#slider li { 
	height:380px;
	width:900px;
	overflow:hidden; 
}
#slider li h2{ 
	margin:0 20px;
	padding-top:20px;
}	
#slider li p{ 
	margin:20px;
}
.hidden {display:none}
.ditto_pageTitle a {
	text-transform: uppercase;
	text-decoration: none;
}
.ditto_pageTitle a:hover {
	text-decoration: underline;
}
 
