
body, html		{
			width: 100%;
			height: 100%;
			background: url(images/bg_tile.gif) repeat-x;
			}
			
#container		{
			width: 100%;
			background: url(images/bg_tile.gif) repeat-x;
			}

#wrapper		{
			width: 1000px;
			float: left;
			}

#main  		{
			width: 800px;
			float: left;
}

#right		{
			width: 180px;
			float: left;
			text-align: left;
			padding-top: 100px;
}

	.btn	{
			padding-left: 10px;
			background:#000;
			}
	.btn a	{
			font-family: verdana; 
			font-size: 8pt; 
			color: #fff; 
			text-decoration: none;
			}
	.btn a:hover {
			color: #cccccc; 
			text-decoration: underline;
			}	
	.links {
			background: #000 url(images/links.gif); 
			width: 120px; 
			height: 26px;
			}
	.links a {
			padding-left: 50px; 
			font-family: verdana; 
			font-size: 10pt; 
			color: #fff; 
			text-decoration: none;
			background: #000;
			}
	.links a:hover {
			color: #ccc; 
			text-decoration:underline;
			}
			
	.contact {
			background: url(images/contact.gif); 
			width: 109px; 
			height: 26px;
			}
			
	.contact a {
			padding-left: 35px; 
			font-family: verdana; 
			font-size: 10pt; 
			color: #fff; 
			text-decoration: none;
			}
			
	.contact a:hover {
			color: #ccc; 
			text-decoration:underline;
			}
	
		#table_sub_nav
				{
				width: 400px;
				height: 32px;
				}	
				
		.but_sub
				{
				text-align: center;
				padding-bottom: 3px;
				}
					
		.but_sub a
				{
				font-size: 7pt;
				color: #666;
				}
				
		.but_sub a:hover
				{
				color: #CCC;
				}	
				
#right #featured_boxes	{
				margin: 0;
				padding: 0;
				float: left;
				text-align: left;
				margin-top: 3px;
				}
			
#right #featured_boxes .featured_container {
				margin: 0;
				padding: 0;
				overflow: hidden;
				text-align: center;
				border: 1px solid #000;
				padding: 10px;
				padding-top: 0px;
				margin-top: 1px;
				margin-bottom: 1px;
				width: 160px;
				height: 200px;
				}
				
#right #featured_boxes .featured_container .prodtitle {
				font-size: 12px;
				margin-top: 10px;
				}
				
#right #featured_boxes .featured_container .message		{
				height: 10px;
				margin-top: 10px;
				}
				
#right #featured_boxes .featured_container .addtocart		{
				height: 15px;
				margin-top: 5px;
				margin-bottom: 10px;
				}
				
#right #featured_boxes .featured_container .addtocart a	{
				color: #000;
				font-weight: bold;
				}
	