﻿/* bxstyles.css   last edit 4/9/13  a:hover and send email  */
/* class selectors  #==id== multiple instances,   .==class==individual on page */
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 	#e9e9f0;
/*  color is out side of container and corresponds to RGB of 233 233 240  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;

	background-color:#f2efea ;   /*this is the whole screen behind the display */	
	overflow: auto;
}
#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.

id=#, single unique  class=. group of elements

*/
  {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; 

	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;  
	background-color:#fefae5 ;
/*  background-color corresponds to RGB of 254 250 229
/*	background-image:url(../images/x.jpg); */
	
	color: #000000;
	font-style: normal;
}
/* deprecating "left-of-main" in favor of either "woodsampleof3col" or "woodsampleof1col" */
#enclosewoodmain {
	float:left;
	width:598px;
	margin:0;
	background-color:#fefae5 ;

}

/*
	Slideshow components for main page
*/
#containerslideb {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:472px;
	position:relative;
}
#frame {
	position:absolute;
	z-index:0;
	width:713px;
	height:488px;
	top:-3px;	
	left:-67px;
}



#slides {
	position:absolute;
	top:15px;
	left:14px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:550px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:550px;
	height:400px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:179px;
	left:-65px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	border:1px solid #fefae5;
}

#slides .next {
	left:570px;
}

/*
	Footer  used on scrolling windows on main page

*/
#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:100px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors    move this section into styles so all a styling is together
*/

a:link,a:visited {
/* color #599100 is a dark green 
	color:#599100;  from jslide*/

	color:#993300;
	text-decoration:none;
}

a:hover,a:active {
/* color #599100 is a dark green 
	color:#599100;  from jslide*/
		color:#993300;
	text-decoration:underline;
}

/* above up to #containersslideb are all for managing scrolling images on main page  */

#mainof3col {
float:right;
	padding:3px 0 3px 0;
	margin:0 auto 0 auto;
	width:448px;  
	font: 11px/1.4em;
	font-size:medium;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	background-color:#fefae5 ;
	text-align:center;
 
}

#detailof3col {
float:left;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:260px;  
text-align:center;
	background-color:#fefae5 ;

}

#detailof3col img {
	float:left;
	margin:0px 0px 0px 0px;
		padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#detailof3col a {
	color:#FFFFFF;

}
#detailof3col a:hover {
	color:#cc997f;

}
.areapik {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.areapik a {
	color:#FFFFFF;

}
.areapik a:hover {
/* #cc997f os brick or adobe */
	color:#cc997f;
}
#mainof1col {
	width:796px;
/*	height:322px;   */
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 102px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 0px;	
		
}
/* blanked out 4/2 3PM to test winetable page nav */
/*#mainof1col a {
	color:#FFFFFF;

}
#mainof1col a:hover {
	color:#cc997f;

}
*/
#left2pix {
	margin: 0 auto 0 auto;
	width:398px;
	height:322px;
	float:left;
	text-align:center;
/* blank out color on 3/19/2013 	
	color:#24296B; */
	font-size:medium; 
	font-family:Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	padding:0px;
}
/* blanked out 4/2 3PM to test winetable page nav 

#left2pix a {
	color:#FFFFFF;

}
#left2pix a:hover {
	color:#cc997f;

}
*/

#right2pix {
	margin: 0 auto 0 auto;	
	width:398px;
	height:322px;
	float:right;
	text-align:center;
/* blank out color on 3/19/2013 	
	color:#24296B; */
	font-size:medium; 
	font-family:Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	padding: 0px;
}
/* blanked out 4/2 3PM to test winetable page nav 
#right2pix a {
	color:#FFFFFF;

}
#right2pix a:hover {
	color:#cc997f;

}
*/
#upper-left-of-quad {
	
width:354px;
height:230px;
float:left;
padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:8px;
}
/* blanked out 4/2 3PM to test winetable page nav 
#upper-left-of-quad a {
	color:#FFFFFF;

}
#upper-left-of-quad a:hover {
	color:#cc997f;

}
*/
#upper-right-of-quad {
	
width:354px;
height:230px;
float:left;
padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
/* blanked out 4/2 3PM to test winetable page nav 
#upper-right-of-quad a {
	color:#FFFFFF;

}
#upper-right-of-quad a:hover {
	color:#cc997f;

}

#upper-right-of-quad a:hover {
	color:#cc997f;

}
*/
#lower-left-of-quad {
	
width:354px;
height:230px;
float:left;
padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:8px;
}
/* blanked out 4/2 3PM to test winetable page nav 
#lower-left-of-quad a {
	color:#FFFFFF;

}
#lower-left-of-quad a:hover {
	color:#cc997f;

}
*/
#lower-right-of-quad {
	
width:354px;
height:230px;
float:left;
padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
/* blanked out 4/2 3PM to test winetable page nav 
#lower-right-of-quad a {
	color:#FFFFFF;

}
#lower-right-of-quad a:hover {
	color:#cc997f;

}
*/
/* woodsample handles only the wood sample - must be wrapped in parent div */
#woodsample {
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
padding-bottom:1px; 

	width:120px;
	height:155px;
	float:left;
	font-size:small;
	font-family:Verdana, Geneva, Tahoma, Arial, sans-serif;
	text-align:center;
}	
#woodsampleof3col {
	float:left;
	padding-top: 10px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:150px; 

}
#woodsampleof3col a {
	color:#24296B;

}

#woodsamplerowof1col {
float:left;
	padding-top: 10px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:900px;
	color:#24296B;

  
}
.itemBox {
position: relative;
top: 0;
left: 0;
margin: 0 20px 0 0;
max-width: 220px;
width: 220px;
height: 300px;
float: left;
vertical-align:middle;
/*color: #999999;*/
color: #333;
text-align:center;
}

.itemBox p {
/*color: #666666;*/
color: #333;
text-align:center;
font-size:.8em;
max-width: 220px;
width: 220px;
margin: 0 0 10px 0;
}

.itemBox table {
background-color:#000;
border:none;
}

.item {
height: 210px;
width: 210px;
background-color: #333;
vertical-align: middle;
}
.item img {
vertical-align: middle;
}

#arrows {
position: relative;
top: -20px;
right: 0px;
padding: 0;
margin:0;
float: right;
}
.btnArrow {
padding: 0px 5px 0px 5px;
vertical-align:middle;
}
/*  12/29/2012  pageCurrent used for items with 2 pages with nav arrows between pages */

.pageCurrent{
	color: 	#24296B; 

	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
/*	font-size: .85em; */
padding: 0px 5px 0px 5px;
}
/*  color  #993300; is  burgundy */
a.pageLink, a.pageLink:link {
	color: #993300;

	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	padding: 0px 5px 0px 5px;
}
/*  12/29/2012  imgBorderFloatRight, and Left used on pages with multiple images like cutting boards, cabinets, trays */
.imgBorderFloatRight {
/*	border: 4px solid rgb(255,231,131); */
	border: 4px solid #A38566;

/*	background: rgb(255,231,131); */

	background:#D6C299;
	float: right;

	margin-bottom: 7px;

	margin-left: 5px;

	text-align: center;

	font-weight: bold;

/*	color: rgb(255,239,152); 
color: #66FF66;*/

}

.imgBorderFloatLeft {
/*	border: 4px solid rgb(255,231,131); */
	border: 4px solid #A38566;



	background:#D6C299;

/*	background rgb equivalent: rgb(214,194,153); */
	float: left;
	
	margin-top:7px;

	margin-bottom: 7px;

	margin-right: 5px;
	
	padding-top:5px;

	text-align: center;

/*		font-weight: bold;

color: rgb(255,239,152); 
color:#C2A366;*/


}
/*  tester
.ImageBorder
{
    border-width: 15px;
 	border-color:fuchsia;
}
*/