/*Style sheet for Big Rock Paints - created September 13, 2006*/



.scrollbars {
	            scrollbar-face-color:  #6F4821;  
               scrollbar-highlight-color: #A68E7B; 
               scrollbar-shadow-color: #000000; 
               scrollbar-arrow-color: #D0A583; 
               scrollbar-base-color: #5A3421;
               scrollbar-3D-light-color: #ffffff; 
               scrollbar-dark-shadow-color: #ffffff;
  
	         }
	         
body {
	margin: 0;
	padding:0;
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	color : black;
	background-image : url(images/leather-back.jpg);
		}
	

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color : #000000;
		}          
			 


.cssnav { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(images/down.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 127px;
height: 28px;
margin: 0; 
padding: 0; 
		}

.cssnav a {
display: block;
color: #000000;
font-size: 13px;
width: 127px;
height: 28px;
display: block;
float: left;
color: black;
font-weight : bold;
text-decoration: none;
		}

.cssnav img {width: 127px; height: 28px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden
		}

.cssnav span {
position: absolute;
left: 25px;
top: 6px;
margin: 0px;
padding: 0px;
cursor: pointer;
		}


a:link  {
	color : #D0A583;
	text-decoration : none;
	font-weight : bold;
}

a:visited  {
	color :  #A77037;
	text-decoration : none;
		}

a:hover {
	color : #A77037;
	text-decoration : underline;
}