@charset "UTF-8";

/* 
    CSS Stylesheet for www.crowleyfurniture.com
    created 2.27.09
    by Scott Wilmarth
    copyright 2009 River City Studio
*/

/* Basic page styles --------- */
body, td, th {
   font-family: Palatino, Times New Roman, Georgia, Times, serif;
   font-size: 12px;
   color: #000;
}

body {
   background-color: #000033;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}

a:link, a:visited {
   color: #0E2C8E;
   text-decoration: underline;
}

a:hover {
   text-decoration: none;
   color: #990000;
}

a:active {
   text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
   margin: 12px 0px 2px 0px;
   padding: 0px;
   font-weight: bold;
}

p {
   margin: 2px 0px 12px 0px;
   padding: 0px;
}

img {
   border: 0px;
}

h1 {
   margin: 0px 0px 2px 0px;
   font-size: 18px;
   color: #0E2C8E;
}

h2 {
   font-size: 14px;
   color: #8A5D3B;
}

h3 {
   font-size: 12px;
   color: #A87C4F;
}

h5.phone /*this is the "call one easy number" line of text on every page: */ {
   font-size: 18px;
   color: #0e2c8e;
   margin-top: 0px;
}

/* Basic Page Layout --------- */
#pageContainer {
   margin: 0px auto;
   padding: 0px;
   width: 955px;
   position: relative;
}

#border {
   margin: 0px auto;
   padding: 0px;
   width: 949px;
   border-top: 9px solid #A87C4F;
   border-bottom: 9px solid #A87C4F;
   border-right: 3px solid #A87C4F;
   border-left: 3px solid #A87C4F;
   background-color: #FFF;
}

#header {
   margin: 0px;
   padding: 0px;
   width: 949px;
   background-image: url(/_img/gheaderBackground.jpg);
   background-position: top left;
   background-repeat: repeat-x;
   position: relative;
   z-index: 1999;
}

#miniLinks {
   text-align: right;
   position: absolute;
   top: 20px;
   right: 25px;
   width:200px;
}
#miniLinks a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color:#8B5C3B;
}
#miniLinks a:hover {
	color: #0E2C8E;
}
#logo {
   position: absolute;
   top: 12px;
   left: 31px;
}

#tagline {
   padding: 60px 20px 0px 0px;
   text-align: right;
   margin: 0px 0px 10px 0px;
   font-size: 24px;
   color: #0E2C8E;
   font-style: italic;
}

#nav {
   margin: 0px 0px 0px 0px;
   padding: 0px;
   width: 949px;
   text-align: center;
   background-color: #c3996b;
   border-top: 1px solid #8A5D3B;
   border-bottom: 1px solid #8A5D3B;
   position: relative;
}

#contentContainer {
   margin: 0px;
   padding: 0px;
   width: 949px;
}

#content {
   margin:0px 0px 0px 0px;
   padding: 36px 182px 0px 0px;
   width: 386px;
   float:right;
   font-style:normal;
}

#breadcrumbs {
	font-size: 11px;
	margin: 0px 0 15px 0;
	padding: 0 0px;
	font-style: italic;
	/*font-weight: bold;*/
}
#breadcrumbs a {
	font-weight: normal;
	text-decoration: none;
}
#breadcrumbs a.current {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
#contentBottom {
   margin: 20px 0px 0px 0px;
   padding: 15px 0px;
   width: 949px;
   text-align: center;
   clear:both;
}

#footer {
   margin: 15px 0px;
   padding: 0px;
   width: 955px;
   text-align: center;
   color: #FFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-transform: uppercase;
}
#footer p {
   text-transform: none;
   margin: 20px 0px 10px 0px;
   padding: 0px;
   color: #FFF;
   font-size: 18px;
   font-weight: bold;
   font-family: Palatino, Times New Roman, Georgia, Times, serif;
}
 #footer table {
   margin: 0 auto 15px auto;
   padding: 0px;
   font-size: 12px;
   text-transform: none;
   text-align: center;
}
#footer td {
   /* float:left; */
   padding: 0 20px;
   margin: 0px;
   font-size: 12px;
   text-transform: none;
   text-align:left;
   vertical-align: top;
   color: #fff;
}
 #footer td.center {
   border-right: 1px solid #C3996B;
   border-left: 1px solid #C3996B;
}

#mainPhoto {
   width:320px;
   margin:36px 0px 0px 0px;
   padding: 0px 0px 0px 32px;
   overflow:hidden;
}
/* Special Offers Page is a bit different with new WIDE format video -----------  */

#content.video {
   width: 214px;
}
#mainPhoto.video {
   width:512px;
}


/* Global Styles -----------  */
/* content UL boxes 2 columns background color and border top and bottom  */
ul.boxed2column {
   margin: 20px 0px;
   padding: 20px 30px;
   width: 326px;
   background-color:#EDE1D3;
   border-top: 6px solid #D8BD9F;
   border-bottom: 6px solid #D8BD9F;
}

ul.boxed2column li {
   list-style:none;
   margin:0px;
   padding: 0px 0px 0px 10px;
   display:inline-block;
   width:150px;
   font-family: Arial, Helvetica, sans-serif;
}

ul.boxed2column a {
   color:#8A5D3B;
   text-decoration: none;
}

ul.boxed2column a:hover {
   color: #262261;
}

.imageFloatRight {
   float:right;
   margin: 0px 0px 15px 0px;
   padding: 0px 0px 0px 15px;
}

/* navigation  */
#nav a {
   color: #FFF;
   text-decoration: none;
   text-transform: uppercase;
   margin: 0px;
   padding: 7px 15px;
   display: inline-block;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}

#nav a:hover {
   color: #262261;
   background-image: url(/_img/gHomeFooterBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
}

#nav a.current {
   color: #262261;/* font-weight:bold;*/
}

#nav a:hover {
   color: #262261;
   background-image: url(/_img/gHomeFooterBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
}

#footer a {
   color: #FFF;
}

#footer a:hover {
   color: #C3996B;
   text-decoration:none;
}

/* Other Site Pages Layout  ------------------- */
/* home page----- */
#homePhoto {
   width: 719px;
   margin:0px;
   padding:0px;
   float:right;
   text-align:right;
   height:414px;
  z-index: 500;
}

#homePhoto img {
   margin:0px;
   padding:0px;
}

#homeContent {
   margin: 0px;
   padding: 0px;
}

#homeContent h1 {
   margin: 0px 0px 15px 0px;
   padding: 30px 5px 0px 20px;
   color:#C3996B;
   font-size:16px;
   font-style:italic;
}

#homeContent p {
   margin: 20px 0px 18px 0px;
   padding: 0px 0px 0px 0px;
}

a.homeBtn img {
   width:188px;
   height:57px;
}

a.homeBtn {
   background-repeat: no-repeat;
   background-position: top;
   width:188px;
   height:57px;
   margin:0px;
   padding:0px;
   display:block;
}

#btn3locations {
   background-image: url(/_img/btn3locations.gif);
}

#btnSpecialOffers {
   background-image: url(/_img/btnSpecialOffers.gif);
}

#btnDesignServices {
   background-image: url(/_img/btnDesignServices.gif);
}

a.homeBtn:hover {
   background-position: bottom;
}

h2.home {
   color:#8A5D3B;
   font-size:24px;
   margin-bottom:14px;
}

#contentBottom.home {
   background-image: url(/_img/gHomeFooterBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
   border-top: 1px solid #8A5D3B;
}

/* About Us Page ----- */
#aboutUsContent {
   width: 330px;
   float: right;
   margin: 0px 0px 15px 0px;
   padding: 36px 53px 0px 0px;
}

#history {
   width: 395px;
   background-color:#DFCEB5;
   margin: 20px 0px 15px 94px;
   padding: 15px 15px 15px 15px;
   position:relative;
}

#vintagePhoto {
	margin-left: 95px;
}

#familyPhotoContainer {
   margin: 0px;
   padding: 0px;
   float:left;
   width:170px;
   height:170px;
}

#familyPhoto {
   position:absolute;
   left:-74px;
   top: 10px;
}

/* Contact Us Page ----- */
#contactUsContent {
   float:right;
   width: 555px;
   margin: 0px 0px 15px 0px;
   padding: 36px 50px 0px 0px;
}
#contactUsContent h2 {
 	font-size: 16px;	 
 }
#contactUsContent h3 {
 	font-size: 13px;
 	font-weight: bold;
 	color: #0E2C8E;
 	 
 }
#contactUsContent p {
 	padding-left: 10px;
}

#map {
   width: 502px;
   border:1px solid #003;
}

#directions {
   margin: 10px 0px;
   padding: 0px;
}

#contactUsPhoto {
   width:280px;
   margin:36px 0px 0px 0px;
   padding: 0px 0px 0px 32px;
   overflow:hidden;
}


/* ****************** Tabbed Panel CSS for Products Page ***************** */
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */
h2 {
   font-size: 14px;
   color: #8A5D3B;
}

h3 {
   font-size: 12px;
   color: #A87C4F;
}

h5.phone /*this is the "call one easy number" line of text on every page: */ {
   font-size: 18px;
   color: #0E2C8E;
   margin-top: 0px;
}

#productTabs {
   width:390px;
   text-align:center;
}
/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
 
 /*
   dark tan;
   color: #8A5D3B;

   Light Tan ;
   color: #A87C4F;

   blue
   color: #0E2C8E;

*/

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#productTabs ul.boxed2column {
   margin: 0px 0px;
   /*padding: 20px 30px;
   width: 326px;
   background-color:#EDE1D3;*/
   /*border-top: 0px solid #D8BD9F;*/
   border-bottom: 0px solid #D8BD9F;
}

/*#productTabs ul.boxed2column li {
   list-style:none;
   margin:0px;
   padding: 0px 0px 0px 10px;
   display:inline-block;
   width:150px;
   font-family: Arial, Helvetica, sans-serif;
}

#productTabs ul.boxed2column a {
   color:#8A5D3B;
   text-decoration: none;
}

#productTabs ul.boxed2column a:hover {
   color: #262261;
}*/


/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
   position: relative;
   top: 1px;
   float: left;
   padding: 8px 10px;
   margin: 0px 1px 0px 0px;
   background-color: #fff;
   list-style: none;
   border-left: 1px solid #fcf4ec;
   border-bottom: solid 1px #d8bd9f;
   border-top: solid 1px #d8bd9f;
   border-right: solid 1px #d8bd9f;
   -moz-user-select: none;
   -khtml-user-select: none;
   cursor: pointer;
   /*background-image: url(/_img/videoTabBackground.jpg);
   background-position: top;
   background-repeat: repeat-x;*/
   color: #8a5d3b;
   font-weight: bold;
}
.TabbedPanelsTabFAUX {  /* NOT A REAL TAB ONLY LINKS TO NEW PAGE  */
   position: relative;
   top: 1px;
    background-color: #fff;
  float: left;
   margin: 10px 2px 7px 0px;
   list-style: none;
}
.TabbedPanelsTabFAUX a {
   padding: 8px 10px;
   margin: 0px 0px 0px 0px;
   background-color: #fff;
   border-left: 1px solid #d8bd9f;
   border-bottom: solid 1px #d8bd9f;
   border-top: solid 1px #d8bd9f;
   border-right: solid 1px #d8bd9f;
   -moz-user-select: none;
   -khtml-user-select: none;
   cursor: pointer;
   color: #8a5d3b;
   font-weight: bold;
   text-decoration: none;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover, .TabbedPanelsTabFAUX a:hover {
   background-color: #ede1d3;
   	color: #0E2C8E;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected, .TabbedPanelsTabFAUX a.active {
   background-color: #d8bd9f;
   border-bottom: 1px solid #d8bd9f;
   /*background-image: url(/_img/videoTabBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;*/
   color: #0E2C8E;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #8a5d3b;
	text-decoration: none;
}
.TabbedPanelsTab a:hover {
	color: #0E2C8E;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 5px #d8bd9f;
	border-top: 1px solid #d8bd9f;
	border-right: solid 0px #d8bd9f;
	background-color: #ede1d3;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
   padding: 0px;
   margin: 0;
   border-bottom:4px solid #ede1d3;
;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/* ****************** Constant Contact Modal Signup Box Styles ***************** */

#ccSignUp {
margin: 0;
padding: 0px 0px 0px 20px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   width:170px;
}
#ccSignUp p {
margin: 0px 0 10px 0;
padding: 0;
   width:170px;
}
.disclaimer  {
   font-size: 9px;
}
a#emailSignUpButton {
background-image: url(/_img/ccSignUp/sign-up-button.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width:100px;
	height: 31px !important;
	margin: 4px 0 4px 30px;
	display: block;
}
a#emailSignUpButton:hover  {
	background-position: bottom left;
}
#closeButton {
position: absolute;
top:10px;
left: 14px;
}
#closeButton img {
margin:0;
display: block;
z-index: 10;
}
#ccSignUpBackground {
display: block;
padding: 0px;
margin: 0px;
position: absolute;
top:0px;
left: 0px;
z-index: 0;
}
#ccFormContent {
position: absolute;
top: 0px;
width: 286px;
left: 30px;
z-index: 30;
margin: 0;
padding: 40px 40px 0 40px;

}
#ccFormInstructions {
font-size: 12px;
margin: 3px 0px 0 0;
text-align: center;
color:#fff;
}

#ccSignUpHeading {
padding: 0px;
text-align: center;
margin: 30px auto 10px auto;
font-size: 20px;
font-weight: bold;
color:#000;
} 
#ccSignUpHeading strong {
text-align: center;
margin: 20px 0 10px 0;
font-size: 26px;
color: #082c8c;
} 
#ccSignUpForm {
  margin-left: 0;
  margin-bottom: 15px;
  margin-right: 0;
  margin-top: 0px;
  width:286px;
   padding:0 0px;
   font-size:12px;
}
#ccSignUpForm p {
   margin-left: 0px;
   margin-bottom: 6px;
   margin-right: 0px;
   margin-top: 0px;
   width:186px;
   padding:0 0 0 120px;
   position:relative;
}
#ccSignUpForm p.wide {
   width:286px;
   margin:6px 0px;
   padding:0;
   text-align: center;
}
#ccSignUpForm p.example {
   font-size:10px;
   font-style:italic;
}
#ccSignUpForm label {
   position: absolute;
   left:0px;
   top:2px;
   width:110px;
   display:block;
   text-align:right;
}
#ccSignUpForm input, #ccSignUpForm textarea {
   width:150px;
}
#ccSignUpForm p.wide label {
   width:186px;
   text-align: left;
   position:relative;
}
#ccSignUpForm table.options {
margin: 6px 0px 4px 0px;
position: relative;
padding: 0px 0 0 0px;
width: 100%;
}
#ccSignUpForm table.options td {
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
font-size: 11px
vertical-align:top;
/* width: 68px; */
}
/*
#ccSignUpForm p.options #leftColumn {
border-color: fuchsia;
border-style: solid;
border-width: 1px;
background-color: #ffaeff;
float: left;
margin: 4px 0 0 0;
padding: 0px;
width:35px;
}
 #ccSignUpForm p.options #rightColumn {
border-color: #5cffff;
border-width: 1px;
border-style: solid;
float: right;
margin: 4px 0 0 0;
padding: 0px;
width:35px;
background-color: yellow;
}
*/
div.clearFloats {
position: static;
clear: both;

}
#ccSignUpForm table.options label {
   border-spacing: 0px;
   position:relative;
   /* padding-left:120px; */
   width:auto;
   display: block;
}
#ccSignUpForm table.options input {
   width:20px;
}
#ccSignUpForm label em, #ccSignUpForm strong.blueText {
   color:#036;
   font-weight:bold;
   font-style:normal;
}
#ccSignUpForm p.submitForm  {
width: 200px;
margin:20px 0 10px -30px;
}
#ccSignUpForm p.submitForm input {
width: 100px;
}
p.red {
	color: red;
	font-weight: bold;
}
#ccSignUpForm #requiredFields {
	text-align: center;
	margin
}

/*---------------------- GENERAL FORM STUFF -------------------------*/

.red {
  background-color: #EFCBAC;
  padding: 15px;
  color: #900;
  border: 1px solid #F89D4C;
	/* width:600px; */
}

.green {
  background-color: #B5CB8B;
  padding: 15px;
  color: #009;
  border: 1px solid #55C;
	width:500px;
}

.highlightOrange {
	color:#F89D4C;
	font-weight:bold;
}

/*---------------------- Landing page stuff -------------------------*/

#landingPage {
   width: 600px;
   margin:60px 0 30px 0;
   padding:0 50px 0 0;
   float:right;
   text-align:left;
   height:414px;
}
#landingPage p {
   padding:0 100px 0 0;
}
#landingPage h3 {
   font-size: 13px;
   margin-bottom: 20px;
   color: #000033;
}
.jcarousel-skin-tango .jcarousel-container {
    /*background: #fff;*/
    border: 1px solid #000033;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 500px;
    padding: 20px 40px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  500px;
    /* height: 212px; */
}

.jcarousel-skin-tango .jcarousel-item { 
/* this is the container for image - images should be this size !!  */
    width: 160px;
    overflow: hidden;
    height: 125px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 45%;
    right: -17px;
    width: 34px;
    height: 35px;
    cursor: pointer;
    background: transparent url(../_img/button-next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -34px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -68px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -102px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 45%;
    left: -17px;
    width: 34px;
    height: 35px;
    cursor: pointer;
    background: transparent url(../_img/button-previous.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -34px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -68px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -102px 0;
}

div.FlexsteelCarouselImageContainer {
margin:45px 0 0 0;
height: auto;
}

#navContainer {
   background-color: #c3996b;
   border-top: 1px solid #8A5D3B;
   border-bottom: 1px solid #8A5D3B;
	z-index: 2041;
  font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   margin: 0 auto;
   width: 949px;
}
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 750px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 2010;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* position: relative; */
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 2020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 200px;
	text-align: left;
/*
	border-bottom: 1px solid #c3996b;
      background-image: url(/_img/gHomeFooterBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
   margin: 0px 0px 0px 0px;
   padding: 0px;
   width: 200px;
   text-align: center;
 /*   position: relative; */
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #c3996b;
	padding: 7px 15px; /*padding: 0.5em 0.75em;*/
	color: #fff;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #262261;
}
ul.MenuBarHorizontal ul a
{
	padding: 4px 15px; 
	color: #262261;
     background-image: url(/_img/gHomeFooterBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
}
/* secondary Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	color: #fff;
	background-color: #262261;
     background-image: url(none);
	background-color: #c3996b;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/* background-color: #002D8B; */
	color: #262261;
      background-image: url(/_img/gHomeFooterBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*
background-image: url(/_img/subnav_btn_off.gif);
	background-repeat: no-repeat;
	background-position: 95% 75%;
*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
		/* background-color: #002D8B; */
	background-color: #262261;
     /*
 background-image: url(/_img/gHomeFooterBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
*/
/*
background-image: url(none);
	background-repeat: no-repeat;
	background-position: 95% 75%;
*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*
background-image: url(/_img/subnav_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 95% 125%;
*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*
background-image: url(/_img/subnav_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 95% 75%;
*/
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 2050;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	background: #c3996b;
	z-index: 2045;
	}
}

