	body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background: #a7a09a;
	}
	body, p, div {
	   font-family: "trebuchet ms", verdana, arial, helvetica;
        font-size: 10pt;	   
	}
	h1,h2,h3,h4,h5,h6 {
	   margin: 0;
	   padding: 0;
	}
	h1 {
	   font-size: 16pt;
	   padding: 5px 0 10px 0;
	}
	h2 {
	   font-size: 14pt;
	   padding: 3px 0 7px 0;
	}
	h3 {
    color: #736E6A;
    padding: 2px 0 0 1px;
    border-bottom: 1px solid #bbb;
    font-size: 12pt;
    margin-top: 20px;
    }
	h4 {
	   margin:8px 0 2px 0;
	   padding:0;
	}
	h5 {
	   margin:5px 0 1px 0;
	   padding:0;
	}
	a {
	   color: #000;
	}
	#nav a {
	   text-decoration: none;	
	}
	#nav a:hover {
	   text-decoration: underline;
	}
	body {
		min-width: 800px;
	}
	#wrap {
		background: url(/images/sides-bg.png) repeat-y top center;
		margin: 0 auto;
		width: 808px;
	}
	#header {
	   padding: 20px 0 0 0 ;
	   margin: 0 4px 0 4px;
	    height: 182px;
		background: #D9D4D0 url(/images/default_header.jpg) no-repeat center; 
		width: 800px;
	}

	#navigation {
    	background: #fff;
    	width: 800px;
    	height: 24px;
        padding: 8px 0 0 0;
        opacity: 0.80;
        filter:alpha(opacity=80);
		margin: 0 auto;
	}
	
	#header-middle {
        height: 150px;
        width: 100%;	
		text-align: left;
	}
/*	
	#nav li ul a{
        opacity: 1;
        filter:alpha(opacity=100);
	}
*/	
	#nav a {
	   font-weight: bold;
	}
	
	#nav a:hover {
	   text-decoration: none;
       color: #333;
	}

	
    #nav li ul a {
	   color: #fff;
	   background: #333;   
	   padding: 3px 10px 3px 10px; 
	   font-weight: normal;
	   border-bottom: 1px solid #111;
    }

    #nav li ul a:hover {
	   background: #555;
	   color: #fff;
    }
    
	#main {
		background:#fff;
		float:left;
		width:580px;
   		margin: 20px 0 100px 20px;
		text-align: left;
	}
	#side {
		margin: 20px 0 0 0;
		float:right;
		width:190px;
		
	}
	#side h2.sidebar-header {
		background: #999;
	}
	#side ul {
		margin-bottom:0;
    }

	#footer {
		background: #ddd;
		clear:both;
		text-align: center;
	   margin: 0 4px 0 4px;
	   border-top: 1px solid #bbb;
	}
	#footer p {
		padding:5px;
		margin:0;
		font-size: 8pt;
    }
	#footer-bg {
	background: url(/images/footer-bg.png) repeat-x bottom;
	width: 804px;
	height: 4px;
	font-size: 1px;
	padding: 0;
	margin: 0 auto;
	}
/* sidebar */

.sidebar
{
   width: 178px;
   margin-bottom: 10px;
   background-repeat: no-repeat;
}

.sidebar-content
{
   margin: 0;
   background: #ccc;
   padding: 10px 10px 10px 10px;
   font-size: 10px;
   line-height: 1.2;
}

.sidebar-header {
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
   padding: 5px;
   color: #fff;
   background: none;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
             
.sidebar-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
}

.sidebar-list .sidebar-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.sidebar-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.see-thru {
        opacity: 0.75;
        filter:alpha(opacity=75);
        background: #fff;
}
#product-price {
	float: right;
	width: 170px;
	margin: 0 0 5px 5px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	font-size: 12pt;
	font-weight: bold;
}
#product-description {
	width: 380px;
}
#header-middle {
	text-align: center;
	color: #666;
	font-size: 14pt;
	font-weight: bold;
}
#header-middle a {
	font-size: 10px;
	color: #999;
}
