html, body {
	margin:0;
	padding:0;
}

body {
	font-family: "Lucida grande", verdana, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background:url('../images/style/bg_gradient.gif') repeat-x;
	background-color:#c5ae7f;
}

#wrap {
	width:980px;
	margin:0px auto;
	text-align:left;
	background:url('../images/style/mid_bg.gif') repeat-y;
}
/* Begin Header and Top Menu */
#hdr {
	height:153px;
	margin:0;
	padding:5px 5px;
	background:url('../images/style/hdr_bg.gif') no-repeat;
	background-color:Black;
	position:relative;
}

#hdr h1 {
	font-size:1px;
	text-indent:-5000em;
	width:298px;
	height:153px;
	margin:0;
	padding:0;
	background:url('../images/style/logo.png' ) no-repeat;
}

#hdr h1 a {
	display:block;
	height:153px;
	width:298px;
}

#hdr ul {
	z-index: 999999;
	position: absolute;
  margin:0; padding: 0;
  list-style:none;
	right: 105px; 
	bottom: -15px !important; bottom: 5px;
	font: bold 14px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#hdr ul li {
	list-style:none;
	text-align:center;
	display:inline;
	 margin:0; padding: 0;
	 
}
#hdr ul li a {
	float: left;
	background:url('../images/style/menuShade_bg.png') no-repeat top;
	color:#ffffff;
	margin:0;
	padding: 75px 0 0 0px;
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
	width:95px;
	height:81px;
	text-align:center
}

#hdr ul li a:hover {
	color:#000000;
	background: transparent;
}

#TopMenuLocation
{
	background-color:#000000;
	height:35px;
	
}
#TopMenuLocation h2
{
	font-weight:bold;
	font-size:12pt;
	color:#C5AE7F;
	float:left;
}
#TopMenuLocation h3
{
	font-weight:bold;
	font-size:12pt;
	color:#C5AE7F;
	float:right;
}
/* End Header and Top Menu */

/* Homepage */
#homePage
{
	width:880px;
	margin:0;
}
/* HomePage */

/* Begin Left Nav */
#LeftMenuContainer
{
	position:relative;
}

#LeftMenu {
	float:left;
	padding:5px 1px;
	width:165px;
	background:url('../images/style/nav_bg.gif') no-repeat center top;
	position:absolute;
	z-index:888888;
	left: 5px; 

	
}

#LeftMenu ul {
	padding:20px 19px 0px 19px;
	margin:0;
	text-align:center;
}

#LeftMenu ul li {
	list-style:none;
	text-align:right;
}
#LeftMenu ul li a {
	display:block;
	padding:6px 11px 6px 11px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

#LeftMenu ul li a:hover {
	color:#000000;
	background-color:#b5aead;
}

#LeftMenu h1
{
	color:#ffffff;
	font-size:10pt;
	text-align:center;
	background-color:#7c6f54;
	padding:0;
}

#LeftMenu p
{
	padding:0px 19px 10px 19px;
	margin:100px 0 0 0;
	background:url('../images/style/Address_bg.png') repeat-y center;
	font-size:10px;
	font-weight:bold;
	color:White;
}

/* End Left Nav */

#content {
	width:790px;
	min-height:600px;
	padding:10px;
	margin:0 0 0 165px;
}

#content h3 {
	color:#7c6f54;
}
#content h1 {
	color:#7c6f54;
	font-size:16pt;
}

#contentfull {
	margin:0;
}
/* Footer */
#ftr {
	margin:-15px 0 0 0;
	padding:5px  0 15px 0;
	background:url('../images/style/ftr_bg.gif') repeat-x top;
	background-color:#c5ae7f;
	text-align:center;
}
#ftr a
{
	font-size:12px;
	color: #000000; 
	font-weight: bold;
	text-decoration:none; 
	font-family: Tahoma
}
#ftr a:hover
{
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration:none;
}
/* End Footer */

input {font-size: 11px;	color: #000000;	background-color: #FFFFFF;	border: 1px solid #476BA2;}

input.Radio {font-size: 11px;	color: #CC9966;	border:none;}
/* Begin Links */
a:link {color: #000000; font-weight: bold;text-decoration:none}
a:visited {font-size: 10px; color: #000000; font-weight: bold;text-decoration:none}
a:hover {color: #FFFFFF; font-weight: bold;text-decoration:none} 
a.Bottom_Nav:link {font-size: 12px; color: #000000; font-weight: bold;text-decoration:none}
a.Bottom_Nav:visited {font-size: 12px; color: #000000; font-weight: bold;text-decoration:none}
a.Bottom_Nav:hover {font-size: 12px; color: #FFFFFF; font-weight: bold;text-decoration:none}
a.Product_Nav:link {font-size: 10px; color: #000000; font-weight: bold;text-decoration:none}
a.Product_Nav:visited {font-size: 10px; color: #000000; font-weight: bold;text-decoration:none}
a.Product_Nav:hover {font-size: 10px; color: #0000FF; font-weight: bold;text-decoration:none}
a.Anchor:link {font-size:12px; color: #000000; font-weight: bold; text-decoration:none;}
a.Anchor:visited {font-size:12px; color: #000000; font-weight: bold; text-decoration:none;}
a.Anchor:hover {font-size:12px; color: #0000FF; font-weight: bold; text-decoration:none;}

/* End Links */

.clear {
	line-height:1px;
	height:1px;
	clear:both;
}
 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: square;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#PictureThumbnails
{
	margin:0;
	padding:20px 10px 20px 10px;
	text-align:center;
}
#PictureThumbnails ul {
  margin:0; padding: 0;
  list-style:none;
	font: bold 14px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}

#PictureThumbnails ul li {
	list-style:none;
	text-align:center;
	display:inline;
	 margin:0; 
}
#PictureThumbnails ul li a {
	margin:0;
	padding:5px;
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
	width:150px;
	height:150px;
	text-align:center;
}

#PictureThumbnails ul li a:hover {
	color:#000000;
	background-color:#b5aead;
}

#categoryThumbnails
{
	margin:0;
	padding:20px 10px 20px 10px;
	text-align:center;
}
.featuredPictureCategories
{
  margin:0; padding:5px;
	text-align:left;
}

.featuredPictureCategories a
{
  font-size:14pt;
  font-weight:bold;
}
.featuredPictureCategories a:hover
{
  font-size:14pt;
  font-weight:bold;
  color:#0000FF;
}


#categoryThumbnails a {
	margin:0;
	padding:5px;
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
	width:150px;
	height:150px;
	text-align:center;
}

#categoryThumbnails a:hover {
	color:#000000;
	background-color:#b5aead;
}

/* images */
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px; 
  float:right; 
}
img.float-left {
  margin: 5px 15px 5px 0px;
  float:left;
}
/*Staff */
#staff h2
{
	color:#e31635;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:11pt;
}
#staff img
{
	margin:5px 15px 0px 0px;
  float:left;
  border-color:#e31635;
  border-style:solid;
  border-width:1px;
}
#staff img.no-border {
	border: none;
}
#staff p
{
	margin:0 0 15px 0;
	padding:0;
}
	
