body {
    scrollbar-face-color: #623717;
    scrollbar-highlight-color: #623717;
    scrollbar-3dlight-color: #623717;
    scrollbar-darkshadow-color: #623717;
    scrollbar-shadow-color: #623717;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #D8CA9B;
}
a:link {
	color: #345E98;
	text-decoration: underline;
}
a:visited {
	color: #345E98;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #345E98;
	text-decoration: underline;
}
.tilel {
	background-image: url(../images/side_l_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;

	}
.boldCopy {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7B0901;
	}
.bg {
	background-attachment: scroll;
	background-image:  url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.blueheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
	color:#345E98;
}
.grayheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
	color:#77787A;
}
.tilr {

	background-image: url(../images/side_r_tile.gif);
	background-repeat: repeat-y;
	background-position: right top;
}




.products_menu
{
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
    background-color: white;
   /* border: 1px;
    border-color: black;
    border-style:solid;*/
    border-left: 1px solid black; 
    
    padding-left: 7px;
    height: 100%;
  /*  width: 80%;*/ 
    position: relative;
	/*left: 10px;*/
}


.right_menu
{
	height : 515px; 
	widht: 30%;
}

.left_box
{
	width: 70%;
}

.left_content
{
	position: relative;
	top: 0px;
	left: 0px;
}



/*
 *
 * scroll bar
 *
 */

 #scrollbar_container {  
    position:relative;  
     width:97%;  
 } 
  
 #scrollbar_track 
 {  
 	position:absolute;  
     top:0;  
     right:0px;  
  	height:100%;  
  	width:10px;  
 	background-color:transparent;  
 	cursor:move;  
 } 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#5c92e7;
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:440px;  
    height:480px;  
}  
