html, body { background:#252525; }

body {
     line-height: 14px;  
     font-size: 12px;   
     font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;  
     margin: 0pt;  
     cursor: default;
	 display:block;	
}

#text_box {
	background:#000 url('../images/textarea_background.jpg') top left no-repeat;
	height:auto;	
	margin:0;
	padding:0;
	border:1px red;
}

#text_boxcontent {
	padding: 5px 10px; 
	margin:0;
	height: 180px; 
	overflow:scroll; 
	overflow-x:hidden; 
	overflow-y:scroll; 
	color:#fff;
	text-align:justify;
	font-family: ;
	background-color: #000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.3em;
	font-weight:bold;
}

.product_text {  
color: #fff;
}

#menu, #products, #links_menu {  
      float: left;  
      list-style-type: none;  
      margin: 0; padding:0;
  }  

#menu img, #products img { border:none; margin:0; padding:0;display:block;}
#menu li, #products li, #links_menu {  
      float: left;  
      margin: 0;padding:0;  
      text-transform: uppercase;  
      color:  c2c2c2;  
  }  
 
#menu li:hover{  
      color:  6fa5fd;  
      cursor: pointer;  
  } 
 
 #topnav { color:#fff}
 #topnav ul { 	
	display:inline;
 }
 
 #topnav li {
 	display:inline;
	list-style:none;
	list-style-image:none;
 }

 #topnav a { color:#fff;
 font-size:16px;
 font-weight:bold;
 text-decoration:none;
 }
 
 #topnav a:hover { text-decoration:underline;}

