/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2006.11.06
PURPOSE:		Len Druskin Main Stylesheet
REVISIONS:
	2007.09.05.JMB - Added Photo Gallery style definitions
-------------------------------------------------------------------------------------------------------- */


/* Base font definition */

A, CENTER, P, UL, OL, BLOCKQUOTE, TH
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #a37d3d;
}

/* Body style */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #a37d3d;
	/* background-color: #999999; */
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	float: left;
}

img.corner_nav {
	margin: 0;
	float: left;
	display: inline;
}

.photo_collage {
	width: 515px;
	height: 275px;
	float: right;
	margin: 4px 0px 0px 20px;
	padding: 0px;
}

.error_container {
	float: left;
	padding: 2px;
	margin-top: 5px;
	background-color: #ffeeee;
	color: #FF0000;
	text-align: left;
}

.error_contact_container {
	width: 350px;
	float: left;
	padding-bottom: 3px;
	margin: 0px;
	text-align: left;
}

.error_contact_container span {
	float: left;
	background-color: #ffeeee;
	color: #FF0000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
}

.error_contact_container h2 {
	float: left;
	padding-left: 1px;
	margin: 0px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

/* UNIVERSAL DEFINITIONS */
#centered_container {
	width: 797px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

/* HEADER DEFINITIONS */
#head_logo {
	width: 780px;
	height: 55px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}

#head_nav_container {
	width: 740px;
	margin-left: 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.head_other_stores {
	margin: 5px 20px 0px 0px;
	float: right;
	display: inline;
}

#head_nav_links {
	height: 34px;
	width: 570px;
	float: left;
	border-bottom: 1px solid #000000;
	display: inline;
}

.head_nav_link {
	width: 70px;
	padding-top: 10px;
	float: left;
	text-align: center;
}

/* HACK FOR THE HEIGHT PROBLEM WITH BORDERS */
* html #head_nav_links {
	he\ight: 34px;
	height: 35px;
}

#head_other_links {
	height: 30px;
	width: 170px;
	float: left;
	display: inline;
	text-align: right;
}

#head_nav_sublinks {
	height: 35px;
	width: 740px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	display: inline;
	float: left;
}

/* MAIN BODY CONTAINER */
#main_content_window {
	width: 797px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	text-align: center;
}

#main_content_form_image {
	width: 780px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#main_content_scroll {
	overflow: auto;
	width: 797px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	text-align: left;
}

#main_scroll_bg {
	width: 780px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #cfab7a;
}

#main_scroll_container {
	width: 780px;
	margin: 0px;
	padding: 0px 0px 18px 0px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #cfab7a;
}

/* NEWS DEFINITIONS */
#article_index_scroll {
	overflow: auto;
	width: 407px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#article_index_bg {
	width: 390px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #cfab7a;
}

.article_index_row {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.article_index_col {
	width: 360px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #cfab7a;
	display: inline;
}

.article_index_text {
	width: 350px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #000000;
	float: left;
	display: inline;
}

.article_index_text h1 {
	width: 350px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	float: left;
	display: inline;
}

.article_index_text a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: inline;
}

.article_index_text a:visited {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: inline;
}

.article_index_text a:hover {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	display: inline;
}

.article_index_text a:active {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	display: inline;
}

#article_scroll_table {
	width: 740px;
	padding: 0px;
	margin-left: 20px;
	font-size: 11px;
	float: left;
	display: inline;
}

#article_scroll_table td {
	width: 370px;
	padding-top: 15px;
}

.article_scroll_text {
	width: 350px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	float: left;
	display: inline;
}

.article_scroll_text h1 {
	width: 350px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	float: left;
	display: inline;
}

.article_scroll_text a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: inline;
}

.article_scroll_text a:visited {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: inline;
}

.article_scroll_text a:hover {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	display: inline;
}

.article_scroll_text a:active {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	display: inline;
}

.article_scroll_detail_text {
	width: 740px;
	margin-top: 15px;
	padding-bottom: 15px;
	color: #000000;
	float: left;
	display: inline;
}

.article_scroll_detail_text h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

.article_scroll_detail_text a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

.article_scroll_detail_text a:visited {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

.article_scroll_detail_text a:hover {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
}

.article_scroll_detail_text a:active {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
}

/* SITE MAP DEFINITIONS */
#site_map_container {
	width: 760px;
	padding-left: 20px;
	margin-top: 15px;
	color: #000000;
	float: left;
	display: inline;
}

.site_map_column {
	width: 185px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	color: #000000;
	line-height: 18px;
}

.site_map_column h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.site_map_column h2 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #a37d3d;
}

.site_map_column a {
	text-decoration: underline;
	color: #000000;
}

.site_map_column a:visited {
	text-decoration: underline;
	color: #000000;
}

.site_map_column a:hover {
	text-decoration: none;
	color: #000000;
}

.site_map_column a:active {
	text-decoration: none;
	color: #000000;
}

/* CONTACT US DEFINITIONS */
#contact_form_layer {
	width: 390px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	background: #cfab7a;
	float: left;
	display: inline;
	overflow: auto;
}

.contact_form_container {
	width: 350px;
	margin-top: 15px;
	margin-left: 19px;
	padding: 0px;
	text-align: left;
	float: left;
	display: inline;
}

.contact_form_container h1 {
	width: 350px;
	padding-bottom: 3px;
	padding-left: 1px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	float: left;
	color: #000000;
	display: inline;
}

.contact_form_container h3 {
	width: 350px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000000;
	display: inline;
}

.contact_form_container_field {
	width: 350px;
	padding: 0px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	color: #000;
}

.contact_location_container_field {
	width: 350px;
	padding: 0px;
	margin-bottom: 9px;
	float: left;
	display: inline;
	color: #000;
}

.contact_location_container_field a {
	color: #000;
}




/* PHOTO GALLERY DEFINITIONS */

.gallery_module_container {
	position: relative;
	width: 100%;
	height: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url('/_images/photos/content_bg.gif') top left repeat-x;
	float: left;
	display: inline;
}

.current_photo_col {
	position: relative;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.thumbs_photo_col {
	position: relative;
	width: 315px;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.thumbs_container {
	position: relative;
	width: 315px;
	height: 270px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.photo_prev_button_container {
	position: relative;
	width: 40px;
	margin: 135px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.photo_next_button_container {
	position: relative;
	width: 40px;
	margin: 135px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.current_photo_container {
	position: relative;
	width: 320px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	background: url('/_images/photos/photo_frame.gif') no-repeat;
	float: left;
	display: inline;
}

.current_photo_padding {
	position: relative;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.prev_next_image {
	position: relative;
	width: 340px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	float: left;
	display: inline;
}

.photo_thumb_row {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}

.photo_thumb_container {
	position: relative;
	width: 45px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background: url('/_images/photos/thumb_frame.gif') top left no-repeat;
	float: left;
	display: inline;
}

.photo_thumb_padding {
	position: relative;
	margin: 1px 0px 0px 1px;
	padding: 0px;
	float: left;
	display: inline;
}

.photo_thumb_you_are_here {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	margin: 0px;
	padding: 0px;
}

.thumb_page_container {
	position: relative;
	width: 312px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: left;
	display: inline;
}

.thumb_page_container a {
	color: #000000;
	font-weight: normal;
}

.no_photos_text {
	width: 100%;
	margin: 140px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-style: italic;
	float: left;
	display: inline;
}




/* FOOTER DEFINITIONS */
#blog_icon {
	position: absolute;
	background: url(/_images/text_header/blackberry.gif) left top no-repeat;
	top: 457px;
	left: 400px;
	width: 19px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	z-index: 500;
	float: left;
	display: inline;
}

#foot_container {
	width: 780px;
	height: 165px;
	padding: 0px;
	float: left;
	display: inline;
	position: relative;
}

#foot_content {
	width: 780px;
	height: 130px;
	margin-top: 35px;
	float: left;
	display: inline;
}

#foot_text_container {
	width: 420px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#foot_text_container span {
	width: 420px;
	height: 10px;
	background-color: #000000;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#foot_text_container_home {
	width: 390px;
	height: 10px;
	background-color: #000000;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#foot_text_container h3 {
	width: 420px;
	height: 12px;
	background: url(../_images/text_header/black_bar.gif) top left no-repeat;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#foot_text_block {
	width: 400px;
	height: 85px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 11px;
	color: #a37d3d;
	float: left;
	display: inline;
}

#foot_text_block h1 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #a37d3d;
	line-height: 14px
}

#foot_text_block a {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #a37d3d;
	line-height: 14px
}

#foot_text_block a:visited {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #a37d3d;
	line-height: 14px
}

#foot_text_block a:hover {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #a37d3d;
	line-height: 14px
}

#foot_text_block a:active {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #a37d3d;
	line-height: 14px
}

#foot_sales_container {
	width: 360px;
	float: right;
	margin: 0px;
	padding-bottom: 5px;
	display: inline;
}

.foot_sales_text {
	width: 270px;
	padding: 8px 0px 8px 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #ffffff;
	float: right;
	text-align: left;
	display: inline;
	background-color: #a37d3d;
}

.foot_sales_text_content {
	width: 248px;
	margin-left: 12px;
	padding: 0px;
	float: left;
	text-align: left;
	display: inline;
}

.foot_sales_text_content a, .foot_sales_text_content a:visited, 
	.foot_sales_text_content a:hover, .foot_sales_text_content a:active {
	color: #ffffff;
}

#foot_hours_container {
	width: 360px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
}

#foot_hours_container_tall {
	width: 360px;
	text-align: right;
	margin-top: 60px;
	padding: 0px;
	float: right;
	display: inline;
}

#foot_facebook {
	width: 290px;
	float: right;
	margin: 0px;
	padding-bottom: 20px;
	display: inline;
}

#foot_facebook img {
	float: left;
	margin-right: 10px;
}
#foot_facebook a {
	float: left;
}