/* ---------------------------------------------------------------------------------------------

  general setup

--------------------------------------------------------------------------------------------- */

body {
  margin: 0;
  background: #FFF;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000; 
}

body.error {border:none;}

a:focus, 
a:hover { text-decoration: none; }
a { color: #000; text-decoration: underline; outline: none; }


/* ---------------------------------------------------------------------------------------------

	header

--------------------------------------------------------------------------------------------- */

#header {
	background: transparent url('/images/redesign/beau-logo.jpg') top left no-repeat;
	border-bottom:2px solid #d2d3d3; 
	height:83px; 
	margin-bottom:12px; 
	padding-bottom:0px;
}

#header h1  {
  	border:0; float:left !important;	
  	margin: 0;
  	text-indent: -9999px;  
	
}

#header h1 a {
  width: 293px;
  height: 81px;
  display: block;
}


#header-nav {float:right !important; display:block !important; margin: 50px 0 0 40px !important;}

#header li {display:inline; margin-left:10px !important; padding:0 12px 0 0 !important; border-right:1px solid #8b8078 !important;}

#header li a {background:none !important; color:#767779 !important; font-size:12px !important; padding:0 !important; font-family: arial, sans-serif !important;}

#header li a:hover {color:#333 !important;}

#header li.last {border:0 !important; padding:0 !important;}

#header li {font-weight:normal !important;}

#header ul {display:block !important;}


/* ---------------------------------------------------------------------------------------------

	content

--------------------------------------------------------------------------------------------- */

#content { position: relative; } /* for absolute positioning of #content-secondary so that tabs will slide "up" instead of "down" */

#s-home #content { background: #FFffff url(/images/bg_content-home.png) repeat-y; }/*#FF5321*/
#s-static #content, .thumb #content { background: #FFF url(/images/bg_content-sub.png) repeat-y; }
#s-dyott #content, .detail #content { background: #FFF url(/images/bg_content-sub2.png) repeat-y; }


#main-secondary-content-wrapper {text-align: center}
#main-secondary-content-wrapper a {text-decoration: none; text-align: center; width:100%;}

/* ---------------------------------------------------------------------------------------------

	content-sidebar

--------------------------------------------------------------------------------------------- */

#content-sidebar {
  background:#cc6439
}


/* SEARCH AREA ----------------------------------------------*/
#content-sidebar #search { 
  	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #FFF;
	background:#cc6439
}

#content-sidebar #search label { color: #FFF; }

#search input.text {
  margin: 5px 0;
  padding: 5px 0 5px 5px;
  width: 135px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6B6D70;
}

#content-sidebar #search input.button{ 
  margin-right: 10px;
  float: right;
  display: inline;
}

#content-sidebar #search a {
  margin: 5px 10px 0 0;
  width: 94px;
  height: 11px;
  display: block;
  background: url(/images/btn_search-advanced.png) no-repeat;
  text-indent: -9999px;
  float: right;
  clear: both;
  display: inline; /* double margin bug IE6 */
}

/* USER AREA ----------------------------------------------*/
#content-sidebar #user { 
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #FFF;
  background:#cc6439;
}

#content-sidebar #user label { color: #FFF; }

#content-sidebar #user input.text {
  margin: 5px 0;
  padding: 5px 0 5px 5px;
  width: 135px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6B6D70;
}

#content-sidebar #user input.button{ 
  margin-right: 10px;
  float: right;
  display: inline;
}

#content-sidebar #user p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 10px;
  color: #e8c9b3;
}

#content-sidebar #user a {
  color: #FFF;
  text-decoration: none;
  display: block;
  clear: both;

}

#content-sidebar #user a:hover { text-decoration: underline; }

#content-sidebar #user a.register {
  font-size: 12px;

  color: #3f4042;
  text-transform: uppercase;
  font-weight: bold
}


/* SIDEBAR NAVIGATION ----------------------------------------------*/
#content-sidebar ul {
  margin: 0;
  list-style-type: none;
  clear: both;
}

#content-sidebar li {
	font-size: 9px;
	font-weight: bold;
  text-transform: uppercase;
}

#content-sidebar li a {
  padding: 6px 0 0 10px;
  width: 150px;
  height: 19px;
  text-decoration: none;
  color: #333;
  display: block;
   background:#e7c8b4;
  border-bottom: 1px dotted #333;
}

#content-sidebar .sidebar-social {text-align:center; margin-top:30px;}
#content-sidebar .sidebar-social img {clear: both; margin-bottom: 12px;}

#content-sidebar li a:hover, #content-sidebar li a.selected { background: #cc6439; color: #fff;}

/* ---------------------------------------------------------------------------------------------

	content-main

--------------------------------------------------------------------------------------------- */

/* BREADCRUMBS ----------------------------------------------*/
#content-main #breadcrumbs {
  background:#fff; 
  /**border-bottom: 1px solid #bbb;**/
  color:#938881;
  height: 36px;
}

#content-main #breadcrumbs p { 
	margin: 9px 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#938881;
}

#content-main #breadcrumbs p a {
	color:#938881;
	text-decoration: none;
}

#content-main #breadcrumbs p a:hover, #content-main #breadcrumbs p a.selected { text-decoration: underline; }

/* HOME PAGE ----------------------------------------------*/
#s-home #content-main {
  background: url(/images/bg_content-main-home.png) top right no-repeat;
}

#s-home #content-main h2 {
  margin-bottom: 0.5em;
  font-size: 1.8em;
  line-height: 1.1;
  color: #FFFFFF;
}

#s-home #content-main p { 
  margin-bottom: 1.0em; 
  line-height: 1.1;
  color: #FFFFFF;
}

#s-home #content-main p.sub {
  font-size: 0.8em;
  text-transform: uppercase;
}

#s-home #content-main #col-1, #s-home #content-main #col-2 { margin-top: 18px; }

#s-home #content-main #col-2 #promo { margin: 10px 0; }

#s-home #content-main #col-2 #promo img { 
  margin-right: 10px;
  float: left; 
}

#s-home #content-main #col-2 #promo h3 { 
  margin: 10px 0 5px;
  font-size: 1.1em; 
  font-weight: bold;
}

#s-home #content-main #col-2 #promo h3 a { 
  text-decoration: none;
  color: #FFFFFF;
}

#s-home #content-main #col-2 #promo h3 a:hover { text-decoration: underline; }

#s-home #content-main #col-2 #promo p { padding: 0 10px 0 100px; }

/* STATIC PAGES ----------------------------------------------*/
#s-static #content-main h2 {
  margin-bottom: 0.5em;
  line-height: 1.1;
  color: #6B6D70;
}

#s-static #content-main h3 {
  margin: 0.2em 0 0.5em 0;
  color: #6B6D70;
}

#s-static #content-main p { 
  margin-bottom: 1.0em; 
  line-height: 1.2;
}

#s-static #content-main p.quote { 
  font-size: 1.1em;
  font-style: italic;
  color: #6B6D70;
}

#s-static #content-main p.quote span { 
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
  float: right;
}

#s-static #content-main #col-1, #s-static #content-main #col-2 { margin-top: 18px; }

#s-static #content-main #col-2 p { padding-right: 10px; }

#s-static #content-main #flash { 
  margin: 20px 0 0 0;
  width: 550px;
  height: 800px;
}

#s-static #content-main #flash a { text-decoration: underline; }
#s-static #content-main #flash a:hover { text-decoration: none; }

#s-static #content-main .flash-replaced .alt {
  display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

#s-static #content-main table.werzalit td { text-align: center; }

#s-dyott #content-main table { width: 780px; margin: 40px 0 0 6px; }

/* STATIC SECONDARY-NAV ----------------------------------------------*/



#s-static #content-main #secondary-nav {
  margin-bottom: 15px;
}

#s-static #content-main #secondary-nav ul {
  margin: 0;
  list-style-type: none;
}

#s-static #content-main #secondary-nav li {
	font-size: 9px;
	font-weight: bold;
  text-transform: uppercase;
}

#secondary-nav ul li a {}
#secondary-nav li {background:#f2e2db;}

#s-static #content-main #secondary-nav li a {
  padding: 6px 0 0 10px;
  background:#f2e2db;
  width: 149px;
  height: 19px;
  text-decoration: none;
  color: #6B6D70;
  display: block;
  border-bottom: 1px dotted #6B6D70;
}

#s-static #content-main #secondary-nav li a:hover, #s-static #content-main #secondary-nav li a.selected {background: #e8c8b3; color:#333;}
#s-static #content-main #secondary-nav li a:active, #s-static #content-main #secondary-nav li a.active {background: #cf6433; color:#fff;}

#s-static #content-main #secondary-nav p {
  margin: 10px 0 0 10px;
  font-size: 0.9em;
  color: #6B6D70;
}

/* THUMB CATEGORY-NAV ----------------------------------------------*/

#category-nav {background: #F2E2DB;}

.thumb #content-main #category-nav ul { 
  margin: 0;
  list-style-type: none; 
  	background: #F2E2DB;  
}

.thumb #content-main #category-nav li.main {
	font-size: 9px;
	font-weight: bold;
  text-transform: uppercase;
}

.thumb #content-main #category-nav li.main a {
  padding: 6px 0 6px 10px;
  width: 150px;
  text-decoration: none;
  color: #6B6D70;
  display: block;
  border-bottom: 1px dotted #6B6D70;
}

.thumb #content-main #category-nav li.main ul li a {
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
  border-bottom: none;
  	background: #F2E2DB;  
}

.thumb #content-main #category-nav li.main a:hover, .thumb #content-main #category-nav li.main a.selected { color: #FF5321; }

.thumb #content-main #category-nav ul li ul { 
  margin: 10px 0 10px 36px;
  list-style-type: disc;
}

.thumb #content-main #category-nav ul li ul li {
	font-size: 9px;
	font-weight: bold;
}

.thumb #content-main #category-nav ul li ul li a { text-decoration: none; }
.thumb #content-main #category-nav ul li ul li a:hover { text-decoration: underline; }

/* THUMBS - THUMB PAGE & DETAIL PAGE ----------------------------------------------*/
.thumb #content-main #category-thumbs p { margin: 10px; }
.thumb #content-main #category-thumbs p.paginate { 
  margin: 10px 0;
  padding: 20px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #6B6D70;
  text-align: right;
  clear: both;
}

.thumb #content-main #category-thumbs p.paginate a { 
  text-decoration: none;
	color: #6B6D70;
}

.thumb #content-main #category-thumbs p.paginate a:hover, .thumb #content-main #category-thumbs p strong { color: #FF5321; }

.thumb #content-main div.nav-thumb,
.detail #content-main div.nav-thumb {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 30px;
  height: 180px;
  text-align: center;
}

.detail #content-main div.nav-thumb {
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 10px;
}

.thumb #content-main div.nav-thumb a,
.detail #content-main div.nav-thumb a { text-decoration: none; }

.thumb #content-main div.nav-thumb a:hover,
.thumb #content-main div.nav-thumb:hover a,
.detail #content-main div.nav-thumb a:hover,
.detail #content-main div.nav-thumb:hover a { text-decoration: underline; }

/* PRODUCT DETAIL ----------------------------------------------*/
.detail #content-main { margin-bottom: 0; } /* needed to push #content-secondary down past the detail icons */

.detail #content-main #detail-image,
.detail #content-main #detail-details { margin-top: 18px; }

.detail #content-main #detail-image h4,
.detail #content-main #detail-details h4,
.detail #content-main #detail-details p,
.detail #content-main #detail-details ul { font-size: 11px; }

.detail #content-main #detail-image h4,
.detail #content-main #detail-details h4 {
  margin: 10px 0 5px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #6b6d70;
  clear: both;
}

.detail #content-main #detail-image #images {
  margin: 0 0 18px 0;
  padding: 0;
  width: 190px;
  height: 253px;
  overflow: hidden;
}

.detail #content-main #detail-image #images img {
  width: 190px;
  height: 253px;
}

.detail #content-main #detail-image a#image-prev,
.detail #content-main #detail-image a#image-next {
  width: 44px;
  height: 16px;
  text-indent: -9999px;
}

.detail #content-main #detail-image a#image-prev { 
  margin-left: 20px;
  float: left; 
  background: url(/images/btn_image-prev.png) no-repeat;
  display: inline; /* double margin bug IE6 */
}

.detail #content-main #detail-image a#image-next {
  margin-right: 20px;
  float: right;
  background: url(/images/btn_image-next.png) no-repeat;
  display: inline; /* double margin bug IE6 */
}

.detail #content-main #detail-image p.label { 
  margin-top: 36px;
  font-size: 9px;
  text-align: center;
}

.detail #content-main #detail-image h4 { 
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
  /* background: #CCC;
  border: 1px solid #AAA; */
}

.detail #content-main #detail-image h4 a {
  text-decoration: none;
  color: #6b6d70;
}

.detail #content-main #detail-image h4 a:hover { text-decoration: underline; }

.detail #content-main #detail-image h4.request, .detail #content-main #detail-image h4.cutsheet { 
  margin-top: 36px;
  /* border-bottom-width: 0; */
}

.detail #content-main #detail-details h3 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #6b6d70;
}

.detail #content-main #detail-details ul {
  list-style-type: square;
}

.detail #content-main #detail-details ul#icons {
  margin: 0 0 9px 0;
  list-style-type: none;
  float: left;
}

.detail #content-main #detail-details ul#icons li { float: left; }

.detail #content-main #detail-details ul#icons li a {
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: -9999px;
}

.detail #content-main #detail-details ul#icons li a:hover { background-position: 0 -40px; }

#stackable a { background: url(/images/btn_icon-stackable.png); }
#allweather a { background: url(/images/btn_icon-allweather.png); }
#readyship a { background: url(/images/btn_icon-readyship.png); }
#green a { background: url(/images/btn_icon-green.png); }

#tooltip {
  position: absolute;
  width: 126px;
  background: url(/images/bg_tooltip.gif) no-repeat;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  display: none;
}

#tooltip p {
  margin: 0 0 0 10px;
  padding: 5px 5px 20px 10px;
  border-bottom: 1px solid #ff5321;
}

.detail #content-main #detail-details p.notice {
  color: #FF5321;
  background: none;
  display: block;
  float: left;
}

/* PRODUCT DETAIL - OPTIONS FORM ----------------------------------------------*/
.detail #content-main form#options {
  padding-top: 9px;
  clear: both;
}

.detail #content-main form#options label {
  font-size: 10px;
  text-transform: uppercase;
}

.detail #content-main form#options label.error {
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  color: #F00;
}

.detail #content-main form#options select {
  margin: 0 0 1em;
}

.detail #content-main form#options select.error,
.detail #content-main form#options input.error {
  margin-bottom: 2px;
  padding: 0;
  border-color: #F00;
}

.detail #content-main form#options input.error { padding: 5px; }

.detail #content-main select.options { width: 190px; }

.detail #content-main select.options option { padding-left: 5px; }

.detail #content-main #detail-details form#options input.button {
  margin: 18px 0 36px;
  float: left;
  clear: both; 
}

/* PRODUCT DETAIL - COLORS ----------------------------------------------*/
.detail #content-main div.detail-color p { 
  margin-bottom: 5px;
  height: 50px;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase; 
  overflow: hidden;
}

.detail #content-main div.detail-color p span {
  height: 20px;
  display: block;
  border: 1px solid #6b6d70;
}

.detail #content-main div.detail-color p span input { margin: 3px 0 0 27px; }

/* PRODUCT DETAIL - RELATED THUMBS ----------------------------------------------*/
.detail #content-main #detail-related { margin-top: 18px; }

.detail #content-main #detail-related h4 {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #6b6d70;
}

.detail #content-main #detail-related p { font-size: 9px; }

/* PRODUCT DETAIL - RECOMMENDED TAB ----------------------------------------------*/
.detail #content-secondary {
  background: #FFF url(/images/bg_content-secondary.png) top right repeat-y;
}

.detail #content-secondary p#tab {
  margin: 0;
  width: 790px;
  height: 36px;
  background: url(/images/tab_recommended.png) no-repeat;
}

.detail #content-secondary p#tab a {
  width: 270px;
  height: 18px;
  display: block;
  text-indent: -9999px;
}

.detail #content-secondary #content-secondary-recommended {

}

.detail #content-secondary #content-secondary-recommended p.label {
  margin-top: 18px;
  float: left;
  font-size: 11px;
  font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------

	user

--------------------------------------------------------------------------------------------- */
#s-user #content { background: #FFF url(/images/bg_content-sub2.png) repeat-y; }

#s-user #content-main #breadcrumbs p { 
  margin: 9px 0 0 10px;
	font-size: 11px;
	font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}

#s-user #content-main h2 {
  margin-top: 40px;
  margin-bottom: 0.5em;
  line-height: 1.1;
  color: #6B6D70;
}

#s-user #content-main p { 
  margin-bottom: 1.0em; 
  line-height: 1.2;
}

#s-user #content-main form { margin: 40px 0 20px 0; }

#s-user #content-main input.text {
  width: 290px;
  display: block;
}

/* REGISTER PAGE ----------------------------------------------*/
.register #content-main p { 
  margin: 0 0 10px 0;
  color: #FF5321;
}

/* EDIT PROFILE PAGE ----------------------------------------------*/
.user #content-main p { 
  margin: 10px 0 10px 0; 
  color: #FF5321;
}

/* ERROR PAGES ----------------------------------------------*/
.error #content-main p { 
  color: #FF5321;
}

.error #content-main ul {
  color: #000;
}

/* ---------------------------------------------------------------------------------------------

	quotes

--------------------------------------------------------------------------------------------- */
#s-quote #content { background: #FFF url(/images/bg_content-sub2.png) repeat-y; }

#s-quote #content-main h2 {
  margin-top: 40px;
  margin-bottom: 0.5em;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: -.045em;
  line-height: 1.1;
  color: #6B6D70;
}

#s-quote #content-main #breadcrumbs p { 
  margin: 9px 0 0 10px;
	font-size: 11px;
	font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}

#s-quote #content-main table {
  margin-top: 18px;
}

#s-quote #content-main th {
  font-size: 11px;
  text-transform: uppercase;
  background: #FF9B17;
  border-right: 1px solid #FFF;
  border-bottom: 5px solid #FF5321;
}

#s-quote #content-main td {
  vertical-align: top;
  padding: 10px 5px;
  border-right: 1px solid #EEE;
  border-bottom: 2px solid #CCC;
}

#s-quote #content-main p { 
  margin: 10px 0 10px 0; 
  color: #FF5321;
}

#s-quote #content-main p.pagination {
  margin: 0 0 36px 0;
  padding: 10px;
  background: #EEE;
  color: #000;
}

#s-quote #content-main p.pagination a { padding: 0 5px; }

#s-quote #content-main p.instructions {
  margin-top: -45px; 
  font-weight: bold;
  color: #000;
  float: left;
}

#s-quote #content-main a.view {
  color: #FF9B17;
  text-transform: uppercase;
  text-decoration: none;
}

#s-quote #content-main input.update,
#s-quote #content-main input.delete,
#s-quote #content-main input.clear,
#s-quote #content-main input.send { vertical-align: middle; }

#s-quote #content-main input.update { margin-left: 10px; }
#s-quote #content-main input.clear { margin: 30px 0 0 420px; float: right; }
#s-quote #content-main input.send { margin: 5px 0 0 20px; float: right; }

/* ---------------------------------------------------------------------------------------------

	quotes admin

--------------------------------------------------------------------------------------------- */
#s-admin #content #breadcrumbs { 
  height: 36px;
  background: #FF5321;
}

#s-admin #content #breadcrumbs p { 
  margin: 9px 0 0 10px;
	font-size: 11px;
	font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}

#s-admin #content #breadcrumbs p a {
  color: #FFF;
  text-decoration: none;
}

#s-admin #content #breadcrumbs p a:hover, #s-admin #content #breadcrumbs p a.selected { text-decoration: underline; }

#s-admin #content-main { 
  margin-top: 40px;
  min-height: 400px; 
}

#s-admin #content-main a { margin-left: 10px; }

#s-admin #content-main #admin-header {
  margin-bottom: 18px;
  padding-bottom: 9px;
  border-bottom: 5px solid #CCC;
}

#s-admin #content-main h2 {
  margin-bottom: 0.5em;
  margin-left: 10px;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: -.045em;
  line-height: 1.1;
  color: #6B6D70;
  float: left;
}

#s-admin #content-main p.logged-in {
  padding: 10px;
  font-weight: bold;
  background: #CCC;
  float: right;
}

#s-admin #content-main table {
  margin: 18px 0 36px;
}

#s-admin #content-main th {
  font-size: 11px;
  text-transform: uppercase;
  background: #FF9B17;
  border-right: 1px solid #FFF;
  border-bottom: 5px solid #FF5321;
}

#s-admin #content-main th.actions {
  text-align: center;
}

#s-admin #content-main td {
  vertical-align: top;
  padding: 10px 5px;
  border-right: 1px solid #EEE;
  border-bottom: 2px solid #CCC;
}
#s-admin #content-main td.holly {
	background: purple;
	color: #FFF;
}
#s-admin #content-main td.pamela { background: green; }
#s-admin #content-main td.sales { font-weight: bold; }
#s-admin #content-main td.bill { background: red; }
#s-admin #content-main td.cindy { background: green; }
#s-admin #content-main td.kathy { background: purple; }
#s-admin #content-main td.louann { background: yellow; }
#s-admin #content-main td.mike { background: orange; }
#s-admin #content-main td.thomas { background: blue; }
#s-admin #content-main td.extra { 
  color: #FFFFFF;
  background: black;
}

#s-admin #content-main p { 
  margin-bottom: 0;
  margin-left: 10px;
}

#s-admin #content-main p.instructions {
  width: 480px;
  padding: 15px 0;
  clear: both;
}

#s-admin #content-main p.notes { 
  margin: 15px 0 15px 10px;
  float: left;
}

#s-admin #content-main p.print a { 
  margin-left: 0;
  color: #FF9B17;
  font-size: 17px;
}

#s-admin #content-main p.success {
  margin-bottom: 18px;
  font-weight: bold; 
}

#s-admin #content-main p.search-notes {
  margin-top: 10px;
  text-transform: uppercase;
  color: #FF5321; 
}

#s-admin #content-main input.text {
  margin: 5px 0 5px 10px;
  padding: 5px 0 5px 5px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6B6D70;
  display: block;
}

#s-admin #content-main input.submit { margin-left: 10px; }

#s-admin #content-main select {
  width: 136px;
  margin-left: 10px;
}

#s-admin #content-main a.view {
  width: 74px;
  height: 22px;
  display: block;
  text-indent: -9999px;
  background: url(/images/btn_admin-view.png) no-repeat;
}

#s-admin #content-main a.edit {
  width: 74px;
  height: 22px;
  display: block;
  text-indent: -9999px;
  background: url(/images/btn_admin-edit.png) no-repeat;
}

#s-admin #content-main input.edit { margin: 40px 0 5px 20px; clear: both; }
#s-admin #content-main input.send { margin-left: 20px; }

#s-admin #content-main p.pagination {
  margin: 0 0 36px 0;
  padding: 10px;
  background: #EEE;
}

.login p { clear: both; }

/* ---------------------------------------------------------------------------------------------

	blog

--------------------------------------------------------------------------------------------- */

.blog .entry {overflow: auto; border-bottom: 2px solid #D2D3D3; margin: 15px 0;}
.blog .postdetails {clear: both;}
.blog .paginate {clear: both;}

.sidebar-image {margin: 0; padding:0;}
.blog-sidebar-social {background:#859fa0; width:159px; margin:0; padding:0; position: relative; top:-5px; overflow: auto;}
.blog-sidebar-social h4 {color:#fff; font-weight: 700; padding:10px 0 0 10px;}
.blog-sidebar-social .tweet {margin:8px; background:#98b3b4	; padding:6px; color:#fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}


/* ---------------------------------------------------------------------------------------------

	footer

--------------------------------------------------------------------------------------------- */

#footer {background:#879f9f; border-top: 2px solid #778c8d; margin-bottom:5px; padding-top:15px; color:#fff; height:145px; margin-top:10px;}
.footer-title {color:#fff; text-transform:uppercase; font-size:22px; display:block; margin-bottom:6px;}
#footer a {color:#fff; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

#footer p a { color: #FFF; }

#s-admin #admin-footer {
  height: 54px;
  background: url(/images/bg_admin-footer.png) top left repeat-x;
}

#s-admin #admin-footer p {
  margin: 18px 0 0 10px;
  color: #FFF;
}

#s-admin #admin-footer p a { color: #FFF; }

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #cc6439;
	padding-top: 8px !important;
	padding-right: 8px !important;
	padding-bottom: 10px !important;
	padding-left: 32px !important;
	margin: 0px !important;
	margin-bottom: 25px !important; 
	margin-top: 20px !important;
}

#col-1 {margin-top: 0 !important;}

#table1 {
}
.item1 {
	display: inline;
	padding: 0px;
	float: left;
	width: 273px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

p.footer-blog-title {margin-bottom:0;}

.clear {
	clear: both;
}

#footer img.zhuka-dog {float:left; width:70px; height:70px; margin:0 20px 10px 0; border:4px solid #768c8d;}





#dropdown-container
 {
	float: right !important;
	padding: 0px !important;
	width: 640px !important;
	margin-top: 0px !important;
	margin-right: -20px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

#menu_container {
	width:640px !important;
	height:50px !important;
	position: relative !important;
}
#menu {
	list-style:none !important;
	z-index:9999 !important;
	padding:0px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px !important;
	color:#666;
}
	#menu li {
	border-right-width: 1px !important;
	border-top-style: none;
	border-right-style: dotted !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	border-right-color: #CCC !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: -2px !important;
	z-index: 9999999 !important;
	display: block !important;
	}
		#menu li:hover, .active {
		}
		
		#menu li a {
	font-size:12px !important;
	color:#555 !important;
	text-shadow:1px 1px 1px #ffffff !important;
	outline:0 !important;
	font-weight:600 !important;
	text-decoration:none !important;
	display:block !important;
	padding: 16px 5px 16px 15px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
		}
		#menu li:hover {
	text-shadow:1px 1px 1px #ffffff !important;
	background-image: url(http://beaufurn.com/images/tabBG.jpg) !important;
	background-repeat: repeat-x !important;
	background-position: bottom !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
		}
		#menu li .drop {
	z-index: 9999999 !important;
	margin: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
		}
		.col_2 li:hover a, .col_3 li:hover a {
	text-shadow:1px 1px 1px #ffffff !important;
	background-image: none !important;
	color: #4A4A4A;
		}
		.col_2 li a,.col_3 li a {
	text-shadow:1px 1px 1px #ffffff !important;
	background-image: none !important;
	width: 150px;
		}
	/* Right aligned menu item */
		
		#menu li.right {
			float:right;
			margin-right:-1px !important;
		}
		#menu li.right a {
			margin-right:0px;
		}


/*  _____________________________________________________________________________

    2. Drop Down Common Container
    _____________________________________________________________________________  */



#menu li div.fullwidth {
	position: absolute !important;
	width: 619px !important;
	left:-9999em !important;
	top:44px !important;
	border:1px dotted #CCC !important;
	-moz-border-radius: 0px 0px 4px 4px !important;
	-webkit-border-radius: 0px 0px 4px 4px !important;
	border-radius: 0px 0px 4px 4px !important;
	background-color: none !important;
	padding-top: 14px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
	background-image: url(http://www.beaufurn.com/images/bgTAB.png) !important;
	background-repeat: repeat-x !important;
	background-position: top !important;
}
#menu li:hover div.fullwidth {
	display: block !important;
	z-index:50000000 !important;
	left: -1px !important;
}



/*  _____________________________________________________________________________

    3. Columns Grid
    _____________________________________________________________________________  */



#menu .col_1,
#menu .col_2,
#menu .col_3,
#menu .col_4,
#menu .col_5,
#menu .col_6,
#menu .col_7,
#menu .col_8,
#menu .col_9,
#menu .col_10,
#menu .col_11,
#menu .col_12 {
	display:inline;
	float: left;
	position: relative !important;
	margin-left: 15px !important;
	margin-right: 5px !important;
}
#menu .col_1 {width:50px !important;}
#menu .col_2 {width:130px !important;}
#menu .col_3 {width:160px !important;}
#menu .col_4 {width:290px !important;}
#menu .col_5 {width:370px !important;}
#menu .col_6 {width:450px !important;}
#menu .col_7 {width:530px !important;}
#menu .col_8 {width:610px !important;}
#menu .col_9 {width:690px !important;}
#menu .col_10 {width:770px !important;}
#menu .col_11 {width:850px !important;}
#menu .col_12 {width:930px !important;}

.clear {
	clear: both !important;
	display: block !important;
	overflow: hidden !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
}



/*  _____________________________________________________________________________

    4. Drop Down Typography
    _____________________________________________________________________________  */

/* Links */

#menu li .fullwidth a {
	text-transform:none !important;
	font-size:12px !important;
	display:block !important;
	padding:3px !important;
	clear: right !important;
	float: left !important;
}
#menu li .fullwidth a:hover {
	text-transform:none !important;
	font-size:12px !important;
	display:block !important;
	padding:3px !important;
	clear: right !important;
	float: left !important;}

/* Lists */

/* Dropcap */

.dropcap {
	display:block !important; 
	float:left !important; 
	font-size:42px !important; 
	line-height:36px !important; 
	margin:2px 8px 0 0 !important;
}

/* Grey */

.menu_grey {
}
.menu_grey #menu li .fullwidth a {
	color:#6A6A6A;
}
.menu_grey #menu li .fullwidth a:hover {color:#6a6a6a;}



.dropImg {
	float: right !important;
	width: 125px !important;
}

.cat-image { width: 100px; border: 1px #999 solid !important; }
.pic-frame {
	position: relative !important;
	margin: 0px !important;
}
.image-label {
	text-align:center !important;
	padding: 3px 0px 3px 7px !important;
	position: absolute !important;
	bottom: -143px !important;
	width: 93px !important;
	background: #222 !important;
	opacity: 0.8 !important;
	border: 1px solid #151515 !important;
	color:white;
	font-size: 11px !important;
}
.image-label {
	text-shadow:none !important;
	background-image: none !important;
		}

