/*----------------------------------------------------------------------*/
/* BASIC ELEMENTS							*/
/*----------------------------------------------------------------------*/

body {	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 8pt;
	color: #968158;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

a		{ color: #968158; text-decoration: none; }
a:hover		{ color: #968158; }
a:active	{ color: #968158; text-decoration: none; }
a:visited	{ color: #968158; text-decoration: none; }

/*----------------------------------------------------------------------*/
/* FRAME STRUCTURES							*/
/*----------------------------------------------------------------------*/

.mainFrame {	width: 1000px;
		margin: auto;
		padding: 0px;
		border-collapse: collapse;
}

.leftFrame {	width: 150px;
		vertical-align: top;
		padding: 5px;
}

.topFrame {	width: 850px;
		height: 35px;
		text-align: right;
		padding: 0px;
		vertical-align: bottom;
}

.contentFrame {	width: 850px;
		vertical-align: top;
		padding: 0px;
}

.innerFrame {	padding: 0px;
		border-collapse: collapse;
}

.innerFrameSpan {	font-size: 8pt;
			width: 850px;
			height: 350px;
			vertical-align: top;
			padding: 0px;
}

.innerFrameLeft {	font-size: 8pt;
			width: 450px;
			vertical-align: top;
			height: 350px;
			padding: 0px;
}

.innerFrameRight {	font-size: 8pt;
			width: 400px;
			vertical-align: top;
			padding: 10px;
			border-left: 1px solid #968158;
			background-image: url("/images/content_bg.jpg");
}

.innerFrameRight2 {	font-size: 8pt;
			width: 400px;
			vertical-align: top;
			padding: 10px;
			border-left: 1px solid #FFFFFF;
			background-image: url("/images/content_bg.jpg");
}

.extraFrame {	width: 850px;
		vertical-align: top;
		text-align: right;
		padding: 5px;
}

.bottomFrame {	width: 850px;
		height: 25px;
		text-align: center;
		padding: 0px;
}

/*----------------------------------------------------------------------*/
/* PAGE ELEMENTS							*/
/*----------------------------------------------------------------------*/

.pageHeader {	font-size: 14pt;
		font-weight: bold;
		margin-bottom: 5px;
}

.subHeader {	font-size: 10pt;
		font-weight: bold;
		border-bottom: 1px solid #968158;
		margin-bottom: 10px;
}

.subMenu {	font-size: 8pt;
		text-align: right;
		padding: 5px 10px 0px 0px;
}

.smallHeader {	font-size: 8pt;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 5px;
}

.smallContent {	font-size: 8pt;
}

.sectionHeader {	font-size: 8pt;
			border-bottom: 1px solid #333300;
			margin-top: 5px;
			margin-bottom: 5px;
}

/*----------------------------------------------------------------------*/
/* NAVIGATION ELEMENTS
/*----------------------------------------------------------------------*/

.navTop {	font-size: 8pt;
		text-transform: uppercase;
		margin: 20px 0px 7px 0px;
		letter-spacing: 0.1em;
}

.navSide {	font-size: 8pt;
		text-transform: uppercase;
		margin: 0px 0px 5px 25px;
		letter-spacing: 0.05em;
}

.navVendor {	font-size: 8pt;
		margin: 0px 0px 10px 25px;
}

.navCategory {	font-size: 8pt;
		margin: 0px 0px 10px 25px;
		padding: 3px;
		width: 50%;
}

.navCategoryHighlight {	font-size: 8pt;
			margin: 0px 0px 10px 25px;
			padding: 3px;
			background-color: #E5E0D6;
			width: 50%;
}

.navOther {	font-size: 8pt;
		margin: 0px 0px 10px 25px;
}

/*----------------------------------------------------------------------*/
/* LIST ELEMENTS                                                        */
/*----------------------------------------------------------------------*/

.listHeader {	font-size: 8pt;
		text-align: left;
		color: #FFFFFF;
		background-color: #72634E;
		padding-left: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
}

.listHeader2 {	font-size: 8pt;
		text-align: left;
		color: #968158;
		padding-left: 3px;
		padding-top: 10px;
		padding-bottom: 2px;
		text-transform: uppercase;
}

.listRow1       { font-size: 8pt; background-color: #F0F0F0; }
.listRow2       { font-size: 8pt; background-color: #FFFFFF; }

/*----------------------------------------------------------------------*/
/* CONTACT PAGE								*/
/*----------------------------------------------------------------------*/

.contactHeader {	font-size: 8pt;
			margin-bottom: 5px;
			padding: 2px;
			background-color: #D4CCB7;
			text-transform: uppercase;
}

.contactSubHeader {	font-size: 8pt;
			margin-top: 10px;
			margin-bottom: 5px;
			border-bottom: 1px solid #CCCCCC;
}

.contactDetail {	font-size: 8pt;
			margin: 0px;
}

.contactLink { text-decoration: underline; }

/*----------------------------------------------------------------------*/
/* FORM ELEMENTS							*/
/*----------------------------------------------------------------------*/

.formLabel {	font-size: 8pt;
		text-align: right;
}

.formLabelL {	font-size: 8pt;
		text-align: left;
}

.formField {	font-size: 8pt;
}

.button {	font-size: 8pt;
		color: #000000;
		background-color: #E0E0E0;
		padding-top: 2px;
		padding-bottom: 2px;
}

input {		font-size: 8pt;
		border: 1px solid #999999;
		background-color: #FFFFFF;
}

.check {	border: 0px solid black;
		background-color: #FFFFFF;
}

select {	font-size: 8pt;
		border: 1px solid #999999;
		background-color: #FFFFFF;
}

textarea {	font-size: 8pt;
		border: 1px solid #999999;
		background-color: #FFFFFF;
		overflow: hidden;
		width: 250px;
}

/*----------------------------------------------------------------------*/
/* MISCELLANEOUS							*/
/*----------------------------------------------------------------------*/

.logo {		width: 75px;
		height: 95px;
		margin: 30px 0px 25px 25px;
		border: none;
}

.rightText {	line-height: 200%;
		margin-left: 25px;
		margin-right: 25px;
}

.instructions {	font-size: 8pt;
}

.disclaimer {	font-size: 8pt;
		font-weight: normal;
		font-style: italic;
		width: 90%;
		margin-left: 50px;
		margin-right: 20px;
		margin-top: 5px;
}

.thankyou {	font-size: 8pt;
		text-align: left;
}

.req		{ color: #AA0000; }

.errorMsg	{ font-size: 8pt; color: #AA0000; }
.successMsg	{ font-size: 8pt; color: #000000; }

.debugFrame {	border: 1px dashed #CCCCCC;
		background-color: #F0F0F0;
		margin-top: 10px;
		padding: 5px;
		color: #000000;
}

.clearout {	color: #FF0000;
}

/*----------------------------------------------------------------------*/
/* CATALOG BROWSE							*/
/*----------------------------------------------------------------------*/

.catalogTitle {	font-size: 12pt;
		font-weight: bold;
		text-transform: uppercase;
}

.catalogSubTitle {	font-size: 8pt;
			font-weight: bold;
			margin-bottom: 5px;
			padding-bottom: 0px;
			text-transform: uppercase;
}

.catalogTable {	margin-left: 0px;
		margin-right: 0px;
}

.catalogThumbCell {	padding: 0px 15px 10px 0px;
}

.catalogThumbCellTiny {	padding: 0px 5px 5px 0px;
}

.catalogThumb {	width: 150px;
		height: 113px;
		border: none;
		margin: 0px;
		padding: 0px;
}

.catalogThumbTiny {	width: 75px;
			height: 57px;
			border: none;
			margin: 0px;
			padding: 0px;
}

.catalogThumbName {	font-size: 8pt;
			text-align: left;
}

.catalogThumbNameTiny {	font-size: 7pt;
			text-align: left;
}

.catalogSpecsCell { 	padding: 5px;
			width: 100%;
}

.catalogImageCell {	text-align: center;
			padding: 10px 10px 0px 0px;
}

.catalogImage {	width: 300px;
		height: 300px;
		border: 0px solid #000000;
		margin: 0px;
		padding-bottom: 5px;
}

.catalogLink		{ font-size: 8pt; }
.catalogLink:hover	{ font-size: 8pt; text-decoration: none; }
.catalogLink:active	{ font-size: 8pt; text-decoration: none; }
.catalogLink:visited	{ font-size: 8pt; text-decoration: none; }

.catalogLabel {	font-size: 8pt;
		text-transform: uppercase;
		background-color: #F0F0F0;
		padding-left: 5px;
		padding-right: 10px;
}

.catalogValue {	font-size: 8pt;
		width: 100%;
}

.catalogNote {	font-size: 8pt;
		font-style: italic;
		margin-top: 5px;
		margin-bottom: 5px;
}

.catalogError {	font-size: 8pt;
		font-style: italic;
}

/*----------------------------------------------------------------------*/
/* SEARCH								*/
/*----------------------------------------------------------------------*/

.searchMiniTitle {	font-size: 8pt;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			margin-bottom: 5px;
			padding-top: 10px;
			padding-bottom: 0px;
}
.searchMiniTitle:hover		{ text-decoration: none; }
.searchMiniTitle:active		{ text-decoration: none; }
.searchMiniTitle:visited	{ text-decoration: none; }

.searchLabel {	font-size: 8pt;
		text-transform: uppercase;
		width: 20%;
		background-color: #F0F0F0;
}

.searchValue {	font-size: 8pt;
		width: 30%;
}

.searchMsg {	font-size: 8pt;
		font-style: italic;
}

/*----------------------------------------------------------------------*/
/* SCROLL BUTTONS							*/
/*----------------------------------------------------------------------*/

.scrollUp {	border: none;
		cursor: pointer;
		visible: hidden;
}

.scrollDn {	border: none;
		cursor: pointer;
		visible: hidden;
}

/*----------------------------------------------------------------------*/
/* TOP MENU HIGHLIGHTS							*/
/*----------------------------------------------------------------------*/

.hiNone		{ border-bottom: 7px solid #FFFFFF; }
.hiTextiles	{ border-bottom: 7px solid #D4CCB7; }
.hiLighting	{ border-bottom: 7px solid #E5B56B; }
.hiFurnishings	{ border-bottom: 7px solid #8F001C; }

/*----------------------------------------------------------------------*/
