body {
	color:#3F0000;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: "Lucida Console", Monaco, monospace;
	font-family: "Courier New", Courier, monospace;
	*/
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0px 0px;
	padding: 0px;
}

h1{
	color:#6B4229;
	font-size:18px;
	margin: 10px 0px 4px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:left;
	margin: 10px 0px 4px 0px;
}

h3{
	color:#6B4229;
	font-size:12px;
	text-align:left;
	margin: 10px 0px 4px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

a {
	text-decoration:none;
	color:#3F0000;
}
a.showlinks {
	color:#0000EE;
}

.big {
	font-size:24px;
}

.button {
	font-family: inherit;
	color: #FFFFFF;
	font-size:18px;
	font-weight: normal;
	text-decoration: none;
	background-color: #C8AD8C;
	border: 1px solid #A58567;
	cursor: pointer;
	text-align: center;
	margin: 2px;
	padding: 2px 6px;
}

.button:active {
	background-color: #A58567;
}

.button:hover {
	background-color: #A58567;
}

.button#inactive {
	background-color: #A5A5A5;
}

.button#inactive:active {
	background-color: #A5A5A5;
}

.bigbutton {
	color: #FFFFFF;
	font-size:24px;
	font-weight: normal;
	text-decoration: none;
	background-color: #C8AD8C;
	border: 1px solid #A58567;
	cursor: pointer;	
	text-align: center;
	margin: 2px;
	padding: 5px;
}

.bigbutton:active {
	background-color: #A58567;
}

.bigbutton:hover {
	background-color: #A58567;
}
a.bigbutton {
	color: #FFFFFF;
	font-size:24px;
	font-weight: normal;
	text-decoration: none;
	background-color: #C8AD8C;
	border: 1px solid #A58567;
	cursor: pointer;	
	text-align: center;
	margin: 2px;
	padding: 5px;
}
a.bigbutton:active {
	background-color: #A58567;
}

a.bigbutton:hover {
	background-color: #A58567;
}
table.menu {
	background-color: #C8AD8C;
	padding: 0px;
	margin: 0px;	
}

td.menu {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
}

form.menu {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.menu {
	font-family: inherit;
	outline: none;
/*	color: #FFFFFF;*/
	color:#3F0000;
	font-size:20px;
	font-weight: normal;

	text-decoration: none;

/*	background-color: #C8AD8C;*/
	background-color: #FFFFFF;
	margin: 1px;
	border: 0px solid #A58567;
/*	min-width: 72px;*/

	cursor: pointer;
	padding: 1px 6px;
}

input.menu:hover {
	background-color: #A58567;
}

input.menu:active {
	background-color: #A58567;
}

div.menu:hover {
	background-color: #A58567;
}

div.menu:active {
	background-color: #A58567;
}

h1.brands {
	margin: 0px;
}

table.brands {
	border: 0px;
}

td.brands {
	padding-bottom: 10px;
	vertical-align: top;
}

a.brands {
	text-decoration: none;
}

.mandatory {
	background-color: #FFFFAA;
}

#header {
	border: #FFFFFF 0px solid;
	display: inline-block;
	float:none;
/*
	max-width:900px;
*/
	overflow: visible;
	font-size: 20px;
	color:#6B4229;
	background-color: transparent;
/*
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
*/
}

#menu {
	border: #FFFFFF 0px solid;
/*	background-color: #FFFFFF;*/
	display: table;
	float:left;
	width:100%;
/*	height:30px;*/
	position: relative;
	overflow: visible;
	font-size: 20px;
	color:#6B4229;
	text-align: center;
/*
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
*/
}

#container {
	width: 100%;
	margin: 0px;
/*	text-align: left;*/
}

#container img {
	border: 0px;
}

#content {
	float: none;
	min-height: 450px;
	position: relative;
	width:100%;
	top:0px;
	border: #FFFFFF 0px solid;
	text-align: left;
}

#left {
	margin-left:0px;
	padding: 0px 0px 0px 0px;
	display:inline;
	font-size: 16px;
}

#left h1 {
	font-size: 18px;
}

#left h2 {
	font-size: 15px;
}

#left a:hover{
/*	color:#85a157;*/
}

#right {
	float:right;
	width:180px;
	padding: 0px 0px 0px 0px;
	display:inline;
	font-size: 14px;
}

#info {
	width:160px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}

#info a {
	color:#c77e0c;
	font-size: 12px;
}

#info a:hover{
	color:#85a157;
}

#info h2 {
	font-size:14px;
}

#filter {
	float:left;
	width:204px;
	font-size:12pt;
	text-align:left;
}
#filter a {
	color: #3F0000;
	font-weight:normal;
	font-size: 12pt;
}

#filter ul{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	text-align: left;
	line-height: 15pt;
}

#filter ul a {
	color: #444444;
	font-weight:normal;
	text-decoration: none;
	font-size: 12pt;
}

#filter ul a strong {
	color:#85a157;
	font-weight: thick;
	text-decoration: none;
	font-size: 12pt;
}

#filter ul a:hover {
	color:#85a157;
	font-weight: thick;
	text-decoration: none;
	font-size: 12pt;
}

#stock {
	float: none;
	width: auto;
}
#stock img
	{
	border: 0px;
	}

#stock a
	{
	text-decoration:none;
	color:#444444;
	}

#stock a strong
	{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:10pt;
	}

#news
	{
	float:left;
	width:100%;
	font-size:20pt;
	background-color:#FF0000;
	color:#FFFFFF;
	}	

#news h2{
	font-size:20pt;
}

#news a{
	font-size:20pt;
}

#news p{
		margin: 0px 0px 10px 0px;
}

#footer {
	width:100%;
	position: relative;
	text-align:center;
	padding: 10px 0px;
	text-decoration:none;
	color:#6B4229;
	float:left;
}

#footer a {
/*	width:100%;*/
	text-align:center;
	padding: 10px 0px;
	text-decoration:none;
	color:#6B4229;
}

#logos {
	width: 100000px;
	overflow: hidden;
}

#brands
	{
	width: 850px;
	height: 30px;
	overflow: hidden;
}

font.paypal {
	color:#33689B;
	font-weight: bold;
}

img.search_results {
	max-width:300px;
	max-height:300px;
	width: auto;
	height: auto;
	border: 1px solid #A58567;
	margin-left: auto;
	margin-right: auto;
}

img.home {
	max-width:400px;
	max-height:400px;
	width: auto;
	height: auto;
	border: 1px solid #A58567;
	margin-left: auto;
	margin-right: auto;
}

img.home_image_main {
	max-width:350px;
	height:400px;
	border: 1px solid #A58567;
	margin-left: auto;
	margin-right: auto;
}

img.home_image {
	max-width:350px;
	height:200px;
	border: 1px solid #A58567;
	margin-left: auto;
	margin-right: auto;
}

#stock_page img{
	border: 1px solid #A58567;
}

#stock_page_thumbs img {
	max-width:100px;
	max-height: 100px;
	width: auto;
	height: auto;
	border: 1px solid #A58567;
	margin-right: 10px;
}

img.stock_page_image {
	max-width:400px;
	width:99%;
	height: auto;
	border: 1px solid #A58567;
}

.squareFrame{
	background: url("http://dev2.bluecurtain.ca/Tools/Textures/beechwood.jpg");
	background-color: #C8AD8C;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	display:table-cell;
	position:relative;
	overflow:hidden;
	box-shadow: inset 0 50px rgba(255,255,255,0.1),
	inset 2px -15px 30px rgba(0,0,0,0.4),
	2px 2px 5px rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	vertical-align: middle;
	text-align:center;
}

/*
.squareFrame img{
     width: 600px;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
}
*/

#image_text {
	opacity:1;
	top: 0px;
	left: 0px;
/*	width: 900px;*/
	position: absolute;
	text-align: center;
	font-size:40pt;
/*	font-family:roman;*/
	font-weight: bold;
	color:#3F0000;
}

#image_text a {
	font-size:40pt;
/*	font-family:roman;*/
	text-decoration: none;
	font-weight: bold;
	color:#3F0000;
}

#home_images a {
	text-decoration: none;
	font-size: 20pt;
	color:#3F0000;
}

#home_images a:hover {
	color:#3F0000;
}

#home_info {
	font-size:12px;
}

#home_info h2 {
	font-size:14px;
}
