/* General */

body {
	margin: 0;
	padding: 0;
	background: #001a43;
	font-family: Helvetica, Arial, sans-serif;
}

#header {
	overflow: hidden;
	height: 109px;
	background: #fdfce6 url(../images/bgHeader.gif) repeat-x;
}

#headerWheel {
	width: 950px;
	margin: 0 auto;
	background: url(../images/bgCornerWheel.gif) right top no-repeat;
}

#headerContainer {
	width: 910px;
	margin: 0 auto;
}

#nav {
	overflow: hidden;
	height: 46px;
	padding: 1px 0 0 0;
	background: #7c102c url(../images/bgNav.gif) repeat-x;
}

#navContainer {
	width: 835px;
	margin: 0 auto;
	padding: 0 0 0 115px;
	height: 45px;
}

#main {
	padding: 12px 0 0 0;
	background: #fffaea url(../images/bgMain.gif) repeat-x;
}

#content {
	width: 935px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	background: url(../images/bgContent.gif) bottom left no-repeat;
}

#contentInside { 
	width: 935px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	overflow: hidden;
	background: url(../images/bgContent.gif) bottom left no-repeat;
}

#contentInside br {
	clear: both;
}

#leftColumn {
	float: left;
	width: 185px;
	margin: 0 0 0 7px;
}

#subMenu {
	width: 163px;
	background: url(../images/topFleuron.gif) no-repeat;
	padding: 16px 0 0 0;
}

#subMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subMenu li {
	font-size: .75em;
	line-height: 2em;	
	border-bottom: 1px solid #442605;
}

#subMenu a {
	padding: 0 0 0 8px;
	display: block;
	color: #381900;
	text-decoration: none;
}

#subMenu a:hover {
	background: #442605;
	color: #ffffff;
}

#subMenu li#activePage a {
	background: #442605;
	color: #ffffff;
}

#subMenu li#activePage a:hover {
	background: #442605;
	color: #ffffff;
}

#subMenu li#activePage ul li {
	border-bottom: 1px solid #f8f2dc;
}

#subMenu li#activePage ul li a {
	color: #7c102c;
	font-size: 1.3em;
	padding: 0 0 0 15px;
	background: none;
}

#subMenu li#activePage ul li a:hover {
	color: #7c102c;
	font-weight: bold;
	background: none;
}

#subMenu li#activePage ul li#activeSubCat a {
	font-weight: bold;
}

#subMenuBottom {
	height: 16px;
	background: url(../images/bottomFleuron.gif) no-repeat;
}

#ctaContainer {
	margin: 15px 0 0 0;
}

#ctaContainer img {
	margin: 0 0 15px 0;
}

#adPanel {
	width: 174px;
	background: url(../images/bgAdPanelMain.gif) repeat-y;
}

#adPanelTop {
	height: 3px;
	overflow: hidden;
	background: url(../images/bgAdPanelTop.gif) repeat-y;
}

#adPanelBody {
	background: url(../images/bgAdPanel.gif) no-repeat left bottom;
	padding: 10px;
}

#adPanel h3 {
	margin: 0 0 8px 0;
	color: #4d3113;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#adPanel p {
	margin: 0;
	color: #785025;
	font-size: .8em;
}

#adPanel a {
	margin: 5px 0 0 0;
	display: block;
	color: #9e342b;
	font-size: .75em;
	text-align: right;
	text-decoration: none;
}

#adPanel a:hover {
	text-decoration: underline;
}

#adPanel hr {
	color: #b2a171;
	background-color: #b2a171;
}

#subSubNav {
	width: 170px;
	margin: 15px 0 0 0;
	background: #fff;
}

#subSubNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .75em;
	border-left: 1px solid #b2a171;
	border-right: 1px solid #b2a171;
	border-top: 1px solid #b2a171;
}

#subSubNav li {
	border-bottom: 1px solid #b2a171;
}

#subSubNav li a {
	color: #381900;
	display: block;
	padding: 5px 5px 5px 22px;
	text-decoration: none;
	background: url(../images/iconRArrow.gif) 5px 7px no-repeat;
}

#subSubNav li a:hover {
	color: #fff;
	background: #b2a171 url(../images/iconRArrow.gif) 5px 7px no-repeat;
}

#rightColumn {
	float: left;
	margin: 0 0 0 10px;
}

#mainContent {
	width: 699px;
}

#mainContentAlt {
	width: 699px;
}

#mainContent a {
	color: #2b76bd;
}

#mainContentAlt a {
	color: #2b76bd;
}

#mainContent h1 {
	color: #590a20;
	display: block;
	width: 450px;
	margin: 10px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
}

#mainContentAlt h1 {
	color: #590a20;
	margin: 10px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
}

#mainContent h2 {
	color: #021a43;
	display: block;
	width: 450px;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}

#mainContentAlt h2 {
	color: #021a43;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}

#mainContent h3 {
	color: #0e367c;
	display: block;
	width: 450px;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}

#mainContentAlt h3 {
	color: #0e367c;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}


#mainContent h4 {
	color: #674200;
	display: block;
	width: 450px;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}

#mainContentAlt h4 {
	color: #674200;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}

#mainContent h5 {
	color: #4b2100;
	display: block;
	width: 450px;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

#mainContentAlt h5 {
	color: #4b2100;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

#mainContent h6 {
	color: #666666;
	display: block;
	width: 450px;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}

#mainContentAlt h6 {
	color: #666666;
	margin: 25px 0 -15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}

#mainContent p {
	margin: 15px 0 10px 0;
	color: #2e2e2e;
	font-size: .8em;
	line-height: 1.4em;
}

#mainContentAlt p {
	margin: 15px 0 10px 0;
	color: #2e2e2e;
	font-size: .8em;
	line-height: 1.4em;
}

#heroShot {
	margin: 0 0 10px 0;
	width: 600px;
}

#heroShot img {
	border: 1px solid #bdb6a8;
}

#rightCollage {
	float: right;
	margin: 0 0 15px 15px;
}

#mainContentTop {
	overflow: hidden;
	height: 7px;
	background: url(../images/bgContentTop.gif) no-repeat;
}

#mainContentMiddle {
	background: url(../images/bgContentMiddle.gif) repeat-y;
}

#mainContentMiddleContainer {
	width: 665px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	background: url(../images/bgInnerContent.gif) repeat-x;
}

#productList {
	font-size: .8em;
}

#productList ul {
	width: 250px;
	float: left;
	margin: 15px 35px 0 15px;
	padding: 0;
	list-style-type: none;
}

#productList li {
	margin: 0 0 15px 0;
	padding: 0 0 15px 30px;
	background: url(../images/bulletHand.gif) 0 2px no-repeat;
	border-bottom: 1px solid #D1CBAD;
}

#styledList {

}

#styledList ul {
	margin: 15px 0 0 25px;
	padding: 0;
	list-style-type: none;
	color: #442605;
	font-size: .85em;
}

#styledList li {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	background: url(../images/bulletHand.gif) 0 4px no-repeat;
}

#mainContentBottom {
	overflow: hidden;
	height: 7px;
	background: url(../images/bgContentBottom.gif) no-repeat;
}

#flash {

}

#breadCrumbs {
	margin: 0 0 10px 0;
	color: #694013;
	font-size: .9em;
}

#breadCrumbs a {
	color: #694013;
	text-decoration: none;
}

#breadCrumbs a:hover {
	text-decoration: underline;
}

#callOuts {
	width: 910px;
	height: 211px;
	color: #4d3113;
	background: url(../images/bgCallouts.gif) no-repeat;
}

#leftSection {
	float: left;
}

#rightSection {
	float: left;
}

#rightSection img {
	width: 150px;
	height: 208px;
}

#callOut01 {
	float: left;
	margin: 6px 0 0 5px;
	padding: 10px;
	width: 180px;
	height: 80px;
}

#callOut01 h2 a {
	font-size: 1em;
}

#callOut01 a {
	display: block;
	margin: 5px 0 0 0;
	color: #4d3113;
	font-size: .75em;
	text-decoration: none;
}

#callOut01 a:hover {
	text-decoration: underline;
}

#callOut01 h2 {
	margin: 10px 0 0 45px;
	font-size: 1.25em;

}

#callOut02 {
	float: left;
	margin: 6px 0 0 1px;
	padding: 10px;
	width: 224px;
	height: 80px;
}

#callOut02 a {
	display: block;
	width: 110px;
	margin: 10px 0 0 0;
	color: #4d3113;
	font-size: 1em;
	text-decoration: none;
}

#callOut02 a:hover {
	text-decoration: underline;
}

#callOut03 {
	float: left;
	margin: 6px 0 0 1px;
	padding: 10px;
	width: 202px;
	height: 80px;
}

#callOut03 a {
	display: block;
	width: 110px;
	margin: 10px 0 0 0;
	color: #4d3113;
	font-size: .88em;
	text-decoration: none;
}

#callOut03 a:hover {
	text-decoration: underline;
}

#brands {
	clear: left;
	float: left;
}

#brands img {
	width: 670px;
	height: 95px;
}

#currentAds {
	height: 135px;
	padding: 0 25px 0 0;
}

#currentAds img {
	float: right;
	margin: 30px 0 0 0;
}

#footer {
	height: 239px;
	background: url(../images/bgFooter.gif) repeat-x;
}

#footerWheel {
	width: 910px;
	height: 239px;
	margin: 0 auto;
	background: url(../images/bgWheel.gif) no-repeat 340px 90px;
}

#footerContainer {
	width: 910px;
	margin: 0 auto;
	padding: 23px 0 0 0;
}

#footerContainerLeft {
	float: left;
}

#footerContainerLeft a {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
	text-decoration: none;
}

#footerContainerLeft a:hover {
	border-bottom: none;
}

#footerContainerLeft h2 {
	display: block;
	width: 200px;
	margin: 0 0 -6px 0;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
}

#footerContainerLeft p {
	margin: 0 0 10px 0;
	color: #ffffff;
	font-size: .88em;
}

#footerContainerLeft ul {
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: none;
	font-size: .75em;
}

#footerContainerLeft li {
	line-height: 1.7em;
}

#footerContainerRight {
	float: right;
}

#footerContainerRight span {
	font-size: .9em;
}

#footerContainerRight ul {
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
	color: #ffffff;
	font-size: .8em;
}

#footerContainerRight ul#locations {
	width: 150px;
}

#footerContainerRight ul#locations h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
}

#subFooter {
	height: 114px;
	padding: 0 0 30px 0;
	background: url(../images/bgSubFooter.gif) repeat-x;
}

#subFooterContainer {
	width: 910px;
	margin: 0 auto;
	padding: 28px 0 0 0;
	text-align: center;
}

#subFooterContainer p {
	clear: left;
	color: #a7b2c6;
	font-size: .75em;
}

#subFooterContainer ul {
	margin: 0 0 40px 55px;
	padding: 0;
	list-style-type: none;
	font-size: .88em;
}

#subFooterContainer li {
	display: inline;
	float: left;
}

#subFooterContainer a {
	margin: 0 25px;
	color: #ffffff;
	text-decoration: none;
}

#subFooterContainer a:hover {
	text-decoration: underline;
}

/* Gallery Styling */

#furnitureList {
	width: 500px;
	margin: 0 0 0 25px;
}

#furnitureList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#furnitureList ul li a {
	display: block;
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	color: #857865;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: 2px dotted #cac1a5;
}

#furnitureList ul li a:hover {
	text-decoration: underline;
}

#furnitureList ul li ul li a {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	color: #2b6ada;
	font-size: .9em;
	line-height: 1.5em;
	background: url(../images/bulletFleuron.gif) no-repeat 0 3px;
	border-bottom: none;
}

#galleryList {
	clear: left;
	margin: 25px 0;
	overflow: hidden;
}

#galleryList ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#galleryList ul li {
	display: inline;
	margin: 0 25px 0 0;
	float: left;
	width: 189px;
}

#galleryList ul li img {
	display: block;
	margin: 0 auto;
	border: none;
}

#galleryList ul a {
	color: #0e367c;
	font-size: .8em;
	text-decoration: none;
}

#galleryList ul a:hover {
	text-decoration: underline;
}

.thumbTop {
	overflow: hidden;
	height: 7px;
	background: url(../images/thumbTop.gif) no-repeat;
}

.thumbMiddle {
	text-align: center;
	background: url(../images/thumbMiddle.gif) repeat-y;
}

.thumbMiddle a#label {
	display: block;
	padding: .3em 0;
}

.thumbBottom {
	height: 7px;
	background: url(../images/thumbBottom.gif) no-repeat;
	overflow: hidden;
}

#pagination {
	color: #550a1f;
	text-align: right;
}

#pagination a {
	color: #550a1f;
	text-decoration: none;
}

#pagination a:hover {
	text-decoration: underline;
}

#pagination a.pageSelect {
	font-weight: bold;
	text-decoration: underline;
}

#prevNext {
	margin: 10px 0 0 0;
	font-size: .9em;
	font-weight: bold;
	overflow: hidden;
}

#prevNext a {
	color: #15317a;
}

#previous {
	float: left;
	width: 50%;
}

#next {
	float: right;
	width: 49%;
	text-align: right;
}

.locationsTable {
	font-size: .9em;
	line-height: 1.4em;
	background: #fff url(../images/bgInnerContent.gif) repeat-x;
	border: 1px dashed #dacb9e;
}

.locationsTable img {
	border: 5px solid #fff;
}

.locationsTable td {
	padding: 10px;
}

/* Drop-Down */

#dropmenudiv{
	position: absolute;
	line-height: 1.8em;
}

#dropmenudiv a{
	display: block;
	width: 175px;
	color: #ffffff;
	font-size: .75em;
	text-indent: 7px;
	text-decoration: none;
	border-bottom: 1px solid #062353;
}

#dropmenudiv a:hover{
	background-color: #2b5cb2;
}

/* Thickbox Code */


#popUpContainer h1 {
	margin: 0 0 5px 0;
	color: #442605;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
}

#popUpContainer h2 {
	margin: 10px 0;
	color: #0e367c;
	font-size: 1em;
}

#popUpContainer img {
	/*display: block;
	margin: 0 auto;*/
	border: 5px solid #ffffff;
}

#popUpContainer p {
	margin: 0;
	color: #404040;
	font-size: .9em;
}

#TB_closeWindow {

}

#TB_closeWindow br {
	clear: both;
}

#TB_closeWindow img {
	border: none;
	float: right;
}

#popUpContainer {
	padding: 10px;
	background: #fff8e2 url(../images/bgPopUp.gif) repeat-x left bottom;
}

#windowNav {
	overflow: hidden;
	padding: 10px 0 5px 0;
	font-size: .85em;
	font-weight: bold;
}

#windowNav a {
	color: #694013;
	text-decoration: none;
}

#windowNav a:hover {
	text-decoration: underline;
}

#windowNav br {
	clear: all;
}

#windowLeft {
	width: 49%;
	float: left;
}

#windowRight {
	width: 49%;
	text-align: right;
	float: right;
}

#backNav {
	height: 40px;
	text-align: center;
	background: #d2c597 url(../images/bgBackBar.gif) repeat-x;
}

#backNav a {
	color: #442605;
	padding: 0 0 0 20px;
	line-height: 40px;
	text-decoration: none;
	font-size: .9em;
	background: url(../images/arrowBack.gif) no-repeat left center;
}

#backNav a:hover {
	text-decoration: underline;
}

#questionForm {
	width: 325px;
	padding: 10px;
	background: #fff url(../images/bgInnerContent.gif) repeat-x;
	border: 1px solid #dacb9e;
}

#questionForm label {
	float: left;
	display: block;
	width: 100px;
}

#questionForm input {
	float: left;
	clear: right;
	margin: 0 50px 0 0;
}

#questionForm p {
	clear: left;
	display: block;
	overflow: hidden;
}

#questionForm textarea {
	width: 319px;
}

#ctl00_cphContentTop_RequiredFieldValidator1 {
	clear: left;
	font-size: .9em;
}

#ctl00_cphContentTop_RequiredFieldValidator8 {
	clear: left;
	font-size: .9em;
}

#printAd {
	margin: 25px 0 0 0;
	text-align: center;
}

#printAd img {
	margin: 0 0 15px 0;
	border: none;
}

#magazineAd {
	margin: 25px auto 0 auto;
}

#magazineAd img {
	display: block;
	margin: 0 auto 15px auto;
	border: none;
}

#magazineAd table {
	width: 635px;
	margin: 25px 0 0 15px;
}

#magazineAd table img {
	display: block;
	margin: 0 auto;
	border: 5px solid #fff;
}

#magazineAd table th {
	border-bottom: 1px solid #4778cd;
	color: #4778cd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
}

#magazineAd table td {
	padding: 10px 5px;
	background: url(../images/bgTestimonial.gif) bottom repeat-x;
	border-bottom: 1px solid #4778cd;
}

#radioAd {
	margin: 15px 0 0 0;
}

#radioAd a {
	text-decoration: none;
}

#radioAd a:hover {
	color: #0b306f;
}

#radioAd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#radioAd li {
	padding: 0 0 0 33px;
	background: url(../images/iconSound.gif) no-repeat 10px center;
	border-bottom: 1px solid #b2a171;
	line-height: 2em;
}

#tvAd {
	margin: 15px 0 0 0;
}

#tvAd a {
	text-decoration: none;
}

#tvAd a:hover {
	color: #0b306f;
}

#tvAd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tvAd li {
	padding: 0 0 0 33px;
	background: url(../images/iconTV.gif) no-repeat 10px center;
	border-bottom: 1px solid #b2a171;
	line-height: 2em;
}

#tableChoices {
	margin: 0 0 15px 0;
	color: #9f8c55;
}

#tableChoices a {
	padding: 0 0 0 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/iconMagnify.gif) left center no-repeat;
}

#tableChoices a:hover {
	color: #0b306f;
}

#tableChoices td {
	padding: 3px;
	font-size: .85em;
	line-height: 1.2em;
	border-bottom: 1px solid #b2a171;
}

#tableChoices td.alt {
	padding: 3px;
	font-size: .9em;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1.2em;
	text-align: center;
	border-bottom: 1px solid #b2a171;
	color: #714e10;
}

#tableChoices th {
	padding: 20px 3px 3px 3px;
	color: #204586;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	border-bottom: 2px solid #714e10;
}

.jobOpening {
	margin: 15px 0;
	padding: 10px;
	background: url(../images/bgTestimonial.gif) bottom repeat-x;
	border: 1px solid #4778cd;
}

.jobOpening b {
	color: #4778cd;
}

.alert {
	color: #CC0000;
	font-size: .8em;
}

.floatLeft {
	float: left;
	margin: 10px 10px 10px 0;
}

.floatRight {
	float: right;
	margin: 10px 0 10px 10px;
}

.testimonial {
	padding: 10px;
	background: url(../images/bgTestimonial.gif) bottom repeat-x;
	border-bottom: 2px solid #4778cd;
}

.testimonial span {
	display: block;
	color: #4778cd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	text-align: right;
}

.directions {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 23px;
	background: url(../images/iconMagnify.gif) 0 3px no-repeat;
}

.required {
	color: #CC0000;
}

.ePreVue {
	display: block;
	width: 55px;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 28px;
	color: #0e367c;
	font-size: .8em;
	text-decoration: none;
	background: #fff8e2 url(../images/iconMagnify.gif) no-repeat 5px center;
	border-top: 1px solid #d5c79a;
	border-left: 1px solid #d5c79a;
	border-right: 1px solid #a89965;
	border-bottom: 1px solid #a89965;
}























