html
{
	font-family: arial;
	height: 100%;
	background-color: #4F4F4F;
}
body
{
	height: 100%;
}
strong
{
	font-weight: bold;
}
h1
{
	font-weight: bold;
	font-size: 20px;
}
ul
{
	margin: 10px;
	float: none;
}
li
{
	list-style: circle;
	margin: 10px;
	float: none;
}
a
{
	color: black;
}
a:visited
{
	color: black;
}
a:hover
{
	color: #F3721E;
}
.darkBack
{
	background-color: #333333;
	text-align: right;
	color: #8F8F8F;
	font-size: 10px;
}
.darkBack a
{
	color: #8F8F8F;
	text-decoration: none;
}
.darkBack a:visited
{
	color: #8F8F8F;
	text-decoration: none;
}
.darkBack a:hover
{
	text-decoration: underline;
}
.darkBack img
{
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.loginBack
{
	background-color: #4F4F4F;
}
.loginArea
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
}
.loginArea input[type='textbox'], input[type='password']
{
	width: 120px;
}
.middleBack
{
	font-size: 12px;
	color: #010707;
}
.middleInner
{
	padding-left: 50px;
}
table
{
	height: 100%;
}
table img
{
	float: left;
}
.loginButtonArea
{
	text-align: right;
}
.loginButtonArea input[type='button']
{
	background-color: #BD6438;
	border-style: none;
	margin: 3px;
	padding: 3px;
	color: white;
	font-weight: bold;
	font-size: 12px;	
}
.loginButtonArea a
{
	color: #8F8F8F;
	font-size: 10px;
	text-decoration: none;
}
.loginButtonArea a:visited
{
	color: #8F8F8F;
	text-decoration: none;
}
.loginButtonArea a:hover
{
	text-decoration: underline;
}
.orangeBack
{
	background-color: #C3613C;
	vertical-align: top;
	font-weight: bold;
}
.whiteBack
{
	background-color: white;
	vertical-align: top;
	font-weight: normal;
}
.leftMenu
{
	background-image: url('/site/resources/images/slice_0_0.jpg');
	color: white;
	margin-top: 85px;
}
.leftMenu a
{
	padding-left: 95px;
	padding-top: 16px;
	color: #ffedd0;
	display: block;
	text-decoration: none;
	font-size: 12px;
	vertical-align: bottom;
}
.leftMenu a:visited
{
	color: #ffedd0;
}
.leftMenu a:hover
{
	color: #FFD349
}
.whiteBox
{
	border: 23px solid white;
	float: right;
	width: 693px;
}
p
{
	padding: 5px;
}
.newsBar
{
	background-image: url('/site/resources/images/back-news.jpg');
	display: block;
	height: 62px;
	margin-right: 30px;
}
.productTable
{
	width: 720px;
	float: right;
	margin-top: 20px;
}
.productTable td
{
	padding: 5px;
}
.productHeader
{
	border-bottom: 3px solid #C46340;
}
.productSubHeader
{
	color: #C46340;
	text-transform: uppercase;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
}
.productHeaderText
{
	background-color: #C46340;
	color: white;
	font-size: 20px;
	font-weight: normal;
}
.productPadded
{
	padding-left: 20px;
}
.boldHeader
{
	color: #4F4F4F;
	font-size: 14px;
	font-weight: bold;
}
.productCell
{
	color: #4F4F4F;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #C46340;
}
.productCell span
{
	line-height: 15px;
}
.productPictureCell img
{
	float: right;
}
#divUp
{
	visibility: visible; 
	position: absolute; 
	height: 50px; 
	width: 260px; 
	margin-top: -300px; 
	*margin-left: -380px; 
	z-index: 5; 
	cursor: n-resize; 
	display: none;
}
#divUp img
{
	padding-right: 120px;
	margin-top: -25px;
	*margin-top: -15px;
	z-index: 4; 
	position: relative; 
}
#divDown
{
	visibility: visible; 
	display: block; 
	position: absolute; 
	height: 50px; 
	width: 260px; 
	margin-top: -25px; 
	cursor: s-resize; 
	z-index: 100;
	*margin-left: -260px;
	padding-right: 120px;
}
#divDown img
{
	padding-right: 120px;
	*margin-top: 5px;
}
.divSidebar
{
	text-align: left;
	width: 235px;
	background-color: #4F4F4F;
	float: right;
}

.divSidebar a
{
	font-size: 13px;
	color: white;
	text-decoration: none;
}

.divSidebar a:visited
{
	color: white;
}

.divSidebar a:hover
{
	color: #C46340;
	text-decoration: none;
}

.grayBox
{
	width: 739px;
	float: left;
	background-color: white;
	border-top: 20px solid white;
	border-bottom: 20px solid white;
	min-height: 420px;
}

.grayBox table
{
	background-color: #CDCEC9;
	margin-left: auto;
	margin-right: auto;
	height: 410px;
}

.portfolioRight
{
	float: left; 
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	width: 170px;
}
.portfolioRight img
{
	/* border: 3px solid white; OVERRIDDEN BY ASP.NET -- VERY ANNOYING!!! HAD TO SET IN .aspx style */	
	margin: 5px;
	display: none;
	cursor: pointer;
	cursor: hand;
}
.portfolioRight span
{
	display: none;
}
.portfolioLeft
{
	float: left; 
}
.portfolioLeft img
{
	margin: 10px;
	margin-bottom: 14px;
	border: 3px solid white;
}
.divPager
{
	padding-right: 100px;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #9b9c97;
	text-transform: uppercase;
}

.divPager a
{
	background-color: #9b9c97;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
	text-decoration: none;
}
.divPager a:hover
{
	color: white;
}
.divPager a:visited
{
	color: white;
}
.divPager span
{
	cursor: pointer;
	cursor: hand;
}
.divPager span:hover
{
	text-decoration: underline;
}
#divDescription
{
	width: 500px;
	margin: 10px;	
}
.newsDate
{
	font-weight: normal;
	font-style: italic; 
}
.invalidPassword
{
	color: red;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: none;
}
.woodBar
{
	background-image: url('/site/resources/images/wood-bar.jpg');
	width: 100%;
	height: 42px;
	margin-bottom: 10px;
}
.woodBar div
{
	float: left;
}
.checkBox
{
	height: 42px; 
	display: inline-block; 
	color: #ffedd0;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
.checkBox img
{
	float: left;
	cursor: pointer;
	cursor: hand;
}
.checkBox span
{
	margin-top: 18px;
	float: left;
	cursor: pointer;
	cursor: hand;
}
.checkBox span:hover
{
	color: #FFD349
}
.woodKeys
{
	display: none;
}
#divCategory img
{
	*padding-bottom: 10px;
	*margin-bottom: 10px;
}
