﻿@charset "utf-8";
img {
	border:none;
	margin:0;
	padding:0;
}
.cssBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #cccc99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	visibility:visible;
}
.cssBody #container {
	width: 1000px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:auto;
	margin-right:auto;
}
.cssBody #header {
	width:1000px;
	background: #DDDDDD;
	background-image:url(../images/images/header.jpg);
	background-repeat:repeat-y;
	height:176px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
.cssBody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.cssBody #menubar {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:36px;
}
.cssBody #menubar ul {
	display:inline;
}
.cssBody #menubar li {
	display:inline;
	text-decoration:none;
}
.cssBody #menubar a {
	color:#532F0B;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cssBody #mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin:0;
	width:1000px;
}
.cssBody #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#35cbda;
}
.cssBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.cssBody #footer a {
	color: #663300 !important;
}
.cssBody .imageViewer {
	height: 450px;
	width: 600px;
	margin-left: 5px;
	margin-top:10px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cssBody .imageStrip {
	height: 413px;
	width: 140px;
	background-color:#FFF;
	float:left;
	margin-top: 10px;
}
.imageStrip img {
	padding-left:10px;
	padding-top:25px;
	border:none;
}
.imageStrip a {
	border:none;
}
.imageStrip a:hover {
	cursor:pointer;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
}
#nav a.hover, #nav a:active {  /*for categories with drop downs*/
	text-decoration: none;
	font-size: 1em;
}
#nav a:hover.single, #nav a:active.single { /*for single level nav links home and stores*/
	text-decoration: underline;
	font-size: 1em;
}
#nav a.customerservice, #nav li.customerservice { /*width styling for longer cs links */
	width: 200px;
}
#nav li { /* top level list items that have dropdowns*/
	float: left;
	width: 200px;/* width needed for Opera */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #b6b6b6;
	width: 176px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #ffffff;
	z-index: 100;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.9em 0 0 176px;
}
#nav li li {
	float: left;
	background-color: #b6b6b6;
	line-height: 1.8em;
	border-bottom: 1px solid #ffffff;
	width: 176px;
	z-index: 100;
	text-align:left;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.multilevel:link, #nav a.multilevel:visited { /* second-level lists */
	background-color: #B6B6B6;
	color: #ffffff;
	font-size: .85em;
	font-weight: 600;
	border-top: 0;
	width: 176px;
}
#nav a.multilevel:hover, #nav a.multilevel:active {
	background-color: #e9e9e9;
	color: #b6b6b6;
	font-size: .85em;
	font-weight: 600;
	width: 176px;
}
#nav .noborder {
	float: left;
	background-color: #b6b6b6;
	line-height: 1.8em;
	border-bottom: 0;
	width: 176px;
}
#nav .indent {
	margin-left: 3px;
}
.CONTENT {
	font-family: Tahoma;
	font-size:9pt;
	margin-top: 0;
	margin-bottom: 5
}
.items {
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.product_table {
	display:block;
	margin-top:-20px;
	z-index:155;
}
.our_story {
	margin-left:10px;
	margin-right:10px;
}
.photoLogo {
	position:relative;
	float:left;
	width:192px;
	height:37px;
	min-height:37px;
	margin: 0 0;
	padding: 0 0;
	background-image:url(../images/regan-siller-logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	top:412px;
	left:0px;
}
.bloggerLinks {
	font-size: 12px;
}
.gallerycontent{
width: 600px;
height: 450px;
border: none;
background-color: #FFF;
display: block;
overflow:hidden;
margin-top:-1px;
}
