/* content page styles */

body{margin:0;
padding:0;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
background:#fff;
color:#807B8C;
font-size:101%;}

#wrapper{

margin-left:auto;
 margin-right:auto; 
 width:672px;  
 background:url(img/dropshadow.jpg) repeat-y top left;}
#wrapper2{
margin-left:auto;
 margin-right:auto;
  width:646px; 
   }
#container{
background:url(img/bg2.jpg) repeat-x;
 width:646px;
 
 float:left;}

#footer{
margin-left:auto;
 margin-right:auto; 
 width:662px;}

#content{
float:left;
 background:url(img/content.jpg) no-repeat; 
width:425px;
padding:3px;
 margin-left:15px;
 line-height: 1.4em;
 font-size:.75em;}
 
 #content a{ color:#541363; }
 #content a:hover{ color:#541363; }
 #content a:visited{ color:#A525C5; }
  
 #content h1 {
 color:#999;
  font-size:1.7em;
  font-weight:normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 5px 0;
  padding: 0 0 0 .5em;
  }
  
#content h1 a{  color:#999;  }

 #content h2 {
 color:#999;
  font-size:1.3em;
  font-weight:normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 3px 0;
  margin-left:1em;
  padding: 0 0 0 30px;
  background: transparent url('images/product_h2.gif') no-repeat left;
  }
  
#content h2 a{  color:#999;  }

 
 #menu{
float:left;
 width:127px;
 background:#999;
 margin-left:30px;
 position:relative;
  font-size:.8em;


 }
 
 
 #newssub{ clear:left; color:#fff; font-size:.8em; text-align:center; margin-top:20px; padding:0 5px 0 5px; }
 #newssub a { color:#fff }
 
#imgcolumn {float:left; width:136px; margin-right:5px; overflow:hidden;}
.border {padding:1px; border:1px solid #333; margin:1px;} 

#footer {  font-size:.75em; }
#footer a {text-decoration:none; color:#999}
.cleaner{clear:both;}

p{margin:0; padding:1em; widows:none;}

/****************menu**************/
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 126px;
		margin-top:25px;
		 font-family: Georgia, "Times New Roman", Times, serif;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.40em;
		margin-bottom : -1px;
		width: 127px;

	
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : -229px;
		margin-top : -30px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 105px;
		w\idth : 95px;
		display : block;
		color : #541363;
		text-decoration : none;
		padding : 7px 2px 7px 30px;
		text-align:left;
		background: #999 url('images/menu_a.gif') no-repeat left;
	}
	
	#nav li a:hover {
		color :#541363 ;
		background: #ffffff url('images/menu_b.gif') no-repeat left;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#nav li li a{ 
		width: 205px;
		w\idth : 195px;
		background:#541363 url('images/submenu_a.gif') no-repeat left; text-align:left; color:#FFFFFF; border : 1px solid #541363;}
	
		#nav li li a:hover{ background:#FFFFFF url('images/menu_b.gif') no-repeat left; color:#541363;}