@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/brazilian-wood.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	color:#333;
	text-align:center;
	background-color:#fff;
}
.divPic a:link {
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	font-size:85%;
	line-height:100%
	color:#red;
	text-decoration: underline;
}
.divPic a:visited {
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	font-size:85%;
	line-height:100%
	color: #blue;
	text-decoration: underline;
}
.divPic  a:hover, a:active, a:focus {
	font-family: 'Michroma', sans-serif;
	font-weight:600;
	font-size:85%;
	line-height:100%
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 550px;
	max-width: 90%;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 550px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #fff;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	border:#333 2px solid;
}
.header {
	height:61px;
	min-height:61px;
	background-image:url(../images/headerbackground.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	min-width:550px;
	max-width:90%;
	width:90%;
}
.headerSlabs {
	height:6px;
	min-height:6px;
	margin:0 auto;
	background-color:#3ab54b;
	min-width:550px;
	max-width:90%;
	width:90%;
	position:fixed;
	top:0px;
}

.navigation {
	background-color:#fff301;
	border-bottom:#00319c 8px solid;
	padding:0;
	margin:0;
	z-index:100;
	width:90%;
	max-width:90%;
	position:fixed;
	top:6px;
	text-align:center;
	min-width:550px;
}
.menubar {
	margin:0 auto;
	width:550px;
	z-index:200;
	text-align:center;
}

.twoColHybLtHdr #container { 
	width:100%;
	min-width:550px;
	max-width:90%;  /* this will create a container 90% of the browser width */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	background: #fff; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border:0;
	
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 18.7em; /* since this element is floated, a width must be given */
	/* background: #fff; the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div  */

}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}
#sidebar1 {
	position:fixed;
	top:78px;
	background-color:#FFF;
	}

.twoColHybLtHdr #mainContent { 
	margin: 78px 0 0 22px; /* 22em the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	min-height:500px;
	max-height:100%;
	background-color:#ffffff;
} 

.twoColHybLtHdr #mainContent2 { 
	margin: 78px 0 0 0; /* 22em the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	min-height:500px;
	max-height:100%;
	background-color:#ffffff;
	text-align:center;
	width:550px;
	margin:78px auto 0 auto;
} 

.twoColHybLtHdr #mainContent3 { 
	background-color:#ffffff;
	text-align:center;
	width:550px;
	margin:78px auto 0 auto;
} 
.NextPrev {
	width:270px;
	margin:20px 8px 0 0;
	text-align:left;
	clear:both;
	font:Verdana, Arial, Helvetica, sans-serif;
}

.twoColHybLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thumbImages {
	padding:0;
	margin:2px;
	float:left;
}

h1, h2, h3, h4, h5, h6, p {
	text-align:left;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 25px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-top:0;
	padding-bottom:0;
}
h1, h2 { 
	color:#666;
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	margin-bottom:8px;
	text-shadow: 4px 4px 4px #ccc;
	line-height:100%;
	font-size:130%;
}

.widetwo {
	float:left;
	/*background-image:url(../images/columnthree.jpg);
	background-repeat:no-repeat;*/
	margin-top:18px;
	width:400px;
	max-width:700px;
	min-width:225px;
}
.widetwo p {
	text-align:left;
	font-weight:normal;
	color:#333;
	padding:0px;
}
.thincontainer {
	width:210px;
	float:left;
	margin:0 30px 0 0;
	min-height:480px;
}
.thintop {
	width:210px;
	text-align:center;
	margin-bottom:10px;
}
.thinbottom {
	width:210px;
	background-image:url(../images/thin.jpg);
	background-repeat:no-repeat;
	min-height:480px;

}
.thincontainerLG {
	width:600px;
	/*float:left;*/
	margin:0 auto;
}
.thintopLG {
	width:270px;
	text-align:center;
	float:left;
	display:inline-block;
}
.thinbottomLG {
	width:330px;
	display:inline-block;
}
.thinbottomLG p {
	text-align:left;
	font-weight:normal;
	color:#333;
	padding:8px;
	line-height:140%;
	padding-top:0;
}
.thinbottomLG a:link {
	color:#red;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	
}
.thinbottomLG a:visited {
	color: #blue;
	text-decoration: underline;
	padding-bottom:5px;
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	
}
.thinbottomLG a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	padding-bottom:5px;
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	
}
.divPic h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	padding:8px;
	font-size:90%; 
	line-height:120%;
	padding-top:0;
}

.thinbottomLG h2 {
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	padding:8px;
	font-size:90%; 
	line-height:120%;
	padding-top:0;
}
.thinbottomLG h3 {
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0 12px;
	font-size:90%;
	color:#666;
}

.thinbottom h2 {
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	padding:14px 0 0 12px;
	font-size:116%;
}
.thinbottom h3 {
	font-family: 'Michroma', sans-serif;
	font-weight:400;
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0 12px;
	font-size:90%;
	color:#666;
}
.thinbottom a:link {
	color:#red;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-size:90%;
	
}
.thinbottom a:visited {
	color: #red;
	text-decoration: underline;
	font-size:90%;
	
}
.thinbottom a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	font-size:90%;
}
.thinbottom p {
	text-align:left;
	font-weight:normal;
	color:#333;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0 12px;
}

.clear {
	width:540px;
	height:15px;
	min-height:15px;
	clear:both;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#red;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #blue;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 78px 0 10px 30px;
	background-color:#fff;
	min-width:515px;
}
.imageResize {
	width:60%;
	float:left;
	margin-right:10px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	width:550px;
}
.clearfloating { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	display:block;
	height:6px;
	min-width:550px;
	max-width:100%;
	width:100%;
}
.buttons {
	background-color:#229a33;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
	padding:0 3% 0 3%;
	margin:auto;
	text-align:left;
	color:#fff301;
	display:inline;
	font:100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
.stretch {
    width:100%;
    height:100%;
}
.footer {
	background-color:#0d4da7;
	height:50px;
	min-height:50px;
	min-width:550px;
	max-width:100%;
	width:100%;
	color:#CCC;
	text-align:center;
	font-size: 100%;
	margin-top:10px;
}
.footer  a:link {
	color:#fff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.footer  a:visited {
	color: #fff;	
}
.footer  a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.footeryellow {
	background-color:#fff301;
	height:6px;
	min-height:6px;
	min-width:550px;
	max-width:100%;
	width:100%;
}
.footergreen {
	background-color:#3ab54b;
	height:6px;
	min-height:6px;
	min-width:550px;
	max-width:100%;
	width:100%;
}


/*MENU CSS*/
#pcm{display:none;}
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:10px 2px 7px 0px;
	background-color:#333333;
	background-repeat:repeat;
	border-color:#cccccc #111111 #111111 #cccccc;
	border-width:1px;
	border-style:solid;
}
ul.pureCssMenu table {border-collapse:collapse}
ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu ul{
	width:auto;
	z-index:100;
}
ul.pureCssMenu li{
	display:block;
	margin:2px 0px 0px 2px;
	font-size:0px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#333333;
	border-width:1px;
	border-color:#333333;
	
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:2px 6px 2px 6px;
	_padding-left:0;
	font:20px Trebuchet MS;
	color: #cccccc;
	text-decoration:none;
	cursor:default;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3px;
	height:100%;
	display:inline-block;
	background-color:#cccccc #111111 #111111 #cccccc;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3px;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background-color:#377D9F;
	border-color:#377D9F;
	border-style:solid;
	font:20px Trebuchet MS;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background-color:#377D9F;
	border-color:#377D9F;
	border-style:solid;
	font:20px Trebuchet MS;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #666 !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:2px;width:16px;
height:20px;
}
ul.pureCssMenu ul img {width:16px;
height:20px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul{display:block}
ul.pureCssMenu span{
	display:block;
	background-image:url(http://brazilwood.net/_style/images/arr_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:6px;
   padding-left:6px;}
ul.pureCssMenu li:hover>a>span{	background-image:url(http://brazilwood.net/_style/images/arrv_white.gif);
}
ul.pureCssMenu a:hover span{	_background-image:url(http://brazilwood.net/_style/images/arrv_white.gif)}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(http://brazilwood.net/_style/images/arr_white.gif)}

/*END OF THE MENU*/

.Product {
	width:395px;
	min-height:130px;
	height:130px;
	float:left;	
	margin-right:12px;
	margin-bottom:12px;
	border-top:#999 thin solid;
	border-left:#999 thin solid;
	padding:4px 0 0 4px;
}
.Product p {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color:#333;
	text-align:left;
	line-height:130%;
}

.divPic {
	width:394px;
	height:20px;
	min-height:20px;
	padding:0 0 4px 0;
	margin-bottom:5px;
}
.divPic h2 {
	text-align:left;
	padding-top:8px;
}

.divPic img{
	width:75px;
	height:100px;
	min-height:100px;
}
.divText {
	width:394px;
	min-height:100px;
	height:100px;
	padding:0;
	text-align:left;
	
}
.divText a:link {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	color:#red;
	text-decoration: underline; 
	line-height:120%;
}
.divText a:visited {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	color: #blue;
	text-decoration: underline;
	line-height:120%;
}
#loadarea {
	width:324px;
	height:425px;
	min-height:425px;
	float:left;
	margin-left:15px;
	background-image:url(../images/wood-slabs-brazil.jpg);
	background-repeat:no-repeat;
}

#loadarea p {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top:4px;
	color:#333;
	text-align:left;
	line-height:130%;
	padding-left:-10px;
}
#loadarea h2 {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;	
	line-height:130%;
	padding-top:0;
	margin-top:8px;
}
#loadareaLg {
	width:324px;
	height:425px;
	min-height:425px;
	float:left;
	margin-left:15px;
	border:#CCC solid thin;
}

#loadareaLg p {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top:4px;
	color:#333;
	text-align:left;
	line-height:130%;
	padding-left:-10px;
}
#loadareaLg h2 {
	font: 100%/1 Verdana, Arial, Helvetica, sans-serif;	
	line-height:130%;
	padding-top:0;
	margin-top:8px;
}
.imgLeft {
 float:left;
 padding-right:5px;
 padding-top:2px;
}

/* iPhone-specific styles */