/*************************************************************/
/*   Natural Brown - Fixed Size Table Layout - Style Sheet   */
/*************************************************************/

html {
	/* Always show the side scroll to keep from horizontal shifting */
	overflow-y: scroll;
	overflow-x: auto;
}

html, body {
	color: rgb(55,55,55);
	background-color: rgb(249,242,228);
	font-family: "Myriad Pro", "Palatino Linotype", serif;
}

a:link, a:visited {
	color: rgb(45,45,45);
	text-decoration: none;
}

a:hover {
	color: rgb(15,15,15);
	text-decoration: underline;
}

img {
	border: none;
}

h1, h2, h3 {
	font-style: italic;
	color: rgb(45,45,45);
}

hr {
	border-top: none;
	border-bottom: 1px solid rgb(220,220,220);
	height: 0px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.left {
	text-align: left;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.mini {
	font-size: 9pt;
}

.small {
	font-size: 10pt;
}

.bold {
	font-weight: bold;
}

.clearLeft {
	clear:left;	
}

.clearRight {
	clear:right;
}

.clearBoth {
	clear:both;	
}

.floatLeft {
	float:left;	
}

.floatRight {
	float:right;	
}

.floatNone {
	float:none;	
}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}

.formLabel {
	font-style: italic;
	color: rgb(50,50,50);
}

.error {
	color: red;
}

.errorMessage {
	color: red;
}

.required {
	color: red;
}

/********************/
/* Container Styles */
/********************/
#container {
	width: 772px;
	padding: 0px;
	margin: 10px auto;
}


/****************************/
/* Main Layout Table Styles */
/****************************/
#mainTable {
	clear: left;
	width: 100%;
	text-align: left;
	background-color: white;
	margin-top: 10px;
	border-top: 2px solid rgb(229,222,208);
	border-left: 2px solid rgb(229,222,208);
	border-right: 2px solid rgb(195,195,195);
	border-bottom: 2px solid rgb(195,195,195);
}

#mainTable tr, #mainTable tr td {
	padding: 0px;
	margin: 0px;
}


/*****************/
/* Header Styles */
/*****************/
#header {
	margin-bottom: -5px;
}

#header #logo {
	float:left;
	vertical-align: top;
	padding-top: 34px;
	padding-bottom: 78px;
	text-align: center;
	width: 230px;
	background-color: black;
}

#header #logo #name {
	color: white;
	font-size: 20pt;
}

#header #logo #motto {
	color: white;
	font-size: 10pt;
}


/****************************/
/* Global Navigation Styles */
/****************************/
#nav {
	background-image: url("../images/general/navigationBg.gif");
	background-repeat: repeat-x;
	float:left;
	position:relative;
	z-index:0;
	width:100%;
	height:44px;
	margin-top:-55px;
	font-size: 11pt;
	font-weight:bold;
	font-variant:small-caps;
	text-align: center;
}

#nav ul {
	border-left:1px solid black;
	float:left;
	list-style:none;
	margin:10px 0 0 10px;
	padding:0;
}

#nav li {
	float:left;
	border-right: 1px solid black;
}

#nav li a:link, #nav li a:visited {
	padding: 5px 15px 5px 15px;
}

#nav .current, #nav .current:hover {
	color:white;
}

/* Sub Navigation Styles */
#subnav {
	position: relative;
	float:right;
	font-size: 8pt;
	font-family: Arial;
	margin-top:-81px;
	padding: 0;
	clear:right;
}

#subnav ul {
	list-style:none;
}

#subnav ul li {
	border-top:1px solid white;
	float:right;
}

#subnav ul li a:link, #subnav ul li a:visited {
	display:block;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid white;
	background-color:brown;
	color: white;
	font-weight: bold;
}

#subnav ul li a:hover {
	background-color: rgb(190,100,100);
	text-decoration: none;
}


/*************************/
/* Content Layout Styles */
/*************************/
#mainTable #content {
	width:100%;
	vertical-align: top;
	background-color: rgb(73,36,22);
}

#mainProductLinks {
	width: 54%;
	text-align: center;
	margin: 0 auto;
	float: left;
	padding-bottom:15px;
}

#mainProductLinks a img {
	border:none;
	margin: 0 auto;
}

.logoImage {
	float:left;
	width:48%;
}

.solidsurface {
	padding-top:10px;
}

.laminate {
	width:100%;
	padding-top:10px;
}

#contentTable {
	width: 100%;
}

#contentTable img {
	border: 6px double rgb(220,220,220);
}

#contentTable tr td {
	vertical-align: top;
}

/* Heading Styles */
#heading {
	margin: 0;
}

/* Body Styles */
#contentBody {
	width: 100%;
	min-height: 180px;
	background-color: rgb(246,242,236);
}

#contentBody #body {
	margin: -10px 0 0 0;
	padding: 0px 12px 15px 15px;
}

#contentBody #body a:link, #contentBody #body a:visited {
	color: rgb(123,86,72);
	text-decoration: underline;
}

#contentBody #body a:hover {
	color: rgb(73,36,22);
}

/* Searchbar Styles */
#search {
	z-index: 2;
	display:inline;
	float: right;
	padding: 2px 5px 5px 10px;
	color: white;
	background-color: rgb(73,36,22);
}

#search a {
	cursor: pointer;
	color: white;	
}

#search a:hover {
	text-decoration: none;
}

#searchForm {
	display: inline-table;
	margin: 0;
}

#searchBar {
	width: 150px;
}

#searchLink {
	font-weight: bold;
	margin-top: 0;
	padding-left: 5px;
}


/* Search Result Styles */
.searchUrl {
	font-size: 9pt;
	color:rgb(160, 140, 130);
	text-decoration: none;
}

.searchHeader {
	font-size: 14pt;
}

.searchResultTable {
	width:100%;
}

/* Sidebar Styles */
#sidebar {
	float: left;
	width: 150px;
	padding:0;
	height:100%;
	vertical-align:top;
}

#sidebar ul {
	margin:0;
	padding:0;
	/* These are just for the bullet */
	list-style:square;
	color:beige;
	font-size:6pt;
}

#sidebar ul li {
	padding:0 10px 5px 0;
	margin:0 0 0 15px;
	
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	display:block;
	padding:0;
	color:rgb(230,230,230);
	font-size:10pt;
	font-weight: bold;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

.menu {
	width:150px;
	padding-left:10px;
}

.menu h4 {
	margin:0;
	padding:8px 0 8px 0;
}

.menu h4 a:link, .menu h4 a:visited {
	color:white;
	font-size:11pt;
}

/* Location Styles */
#location {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14pt;
	color: rgb(200,200,200);
}

/*******************************/
/* Home Page Flash Clip Styles */
/*******************************/
#flashWrap{
	 float:right;
	 padding-left:10px;
	 padding-bottom:15px;
}

#flashWrap #flashClip {
	 border:6px double rgb(180,180,180);
}


/*****************/
/* Footer Styles */
/*****************/
#footer {
	/*color: white;*/
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	font-size: 8pt;
	font-family: "Arial";
	text-align:center;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	font-size:8pt;
}


/******************/
/* Content Styles */
/******************/

.topPadded {
	padding-top: 10px;
}

.toTop {
	margin-top:0;
}

.listEntryTopPadding li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidePadded, .sidePaddedLeft {
	padding: 0 20px 0 20px;
	margin: 0;
}

.sidePaddedLeft {
	text-align: left;
}

.topParaContainer, .nextParaContainer {
	width: 100%;
	padding-bottom: 15px;
	float: left;
}

.nextParaContainer {
	margin-top: 10px;
	padding-top:5px;
	clear: left;
}

.topParaContainer h3, .nextParaContainer h3 {
	border-bottom: 1px solid rgb(220,220,220);
	padding-bottom: 4px;
	margin: 0 0 8px 0;
}

.topParaContainer blockquote, .nextParaContainer blockquote {
	margin: 4px 10px 10px 20px;
}

.leftImageContainer {
	float: left;
	margin: 4px 12px 4px 4px;
}

.rightImageContainer {
	float: right;
	margin: 4px 4px 4px 12px;
}

.topNote, .bottomNote, .largeNote {
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: rgb(90,90,90);
}

.bottomNote {
	clear: both;
}

.largeNote {
	font-size: 11pt;
}

.topThirdWidthCell, .nextThirdWidthCell,
.topHalfWidthCell, .nextHalfWidthCell,
.topFullWidthCell, .nextFullWidthCell {
	float: left;
	padding-bottom: 10px;
}

.nextThirdWidthCell, .nextHalfWidthCell,
.nextFullWidthCell {
	margin-top: 15px;
}

.topThirdWidthCell, .nextThirdWidthCell {
	width: 33%;
}

.topHalfWidthCell, .nextHalfWidthCell {
	width: 50%;
}

.topFullWidthCell, .nextFullWidthCell {
	width: 100%;
}


/********************/
/* Promotion Styles */
/********************/
.promotion {
	text-align: center;
	padding-left: 10px;
	padding-bottom: 5px;
	float: right;
}

.promotion img {
	border: none;
}