@import "reset.css";

/* main settings */
body { 
	font-size: 12px;
	font-family: Tahoma;
	background-color: #fff;
} 

/* utils */
.clearfix { 
	clear:both;
	height:0;
	font-size:1px;
	line-height:1px;
	width:100%;
	overflow:hidden;
}

#wrapper
{
	width: 971px;
	margin: 12px auto;
}
	
	#header
	{
		float: left;
		width: 971px;
	}
	
		#header h1
		{
			float: left;
			margin: 0 0 0 25px;
		}
	
			#header h1 a
			{
				display: block;
				width: 214px;
				height: 32px;
				text-indent: -9999px;
				background: url(/i/bg/all.png) no-repeat 0 -130px;
			}
		
		.calc
		{
			display: block;
			float: left;
			margin: 5px 0 0 265px;
			padding: 5px 0 0 15px;
			width: 253px;
			height: 18px;
			color: #fff;
			text-decoration: none;
			background: url(/i/bg/all.png) no-repeat -230px -90px;
		}
		
		.phone
		{
			float: left;
			margin: -5px 0 0 40px;
			padding: 3px 0 0 35px;
			height: 40px;
			line-height: 1.3em;
			background: url(/i/bg/all.png) no-repeat -220px -130px;
		}
		
			.phone p
			{
				color: #646562;
				font-size: 1.16em;
			}

	#navigation
	{
		float: left;
		margin: 35px 0 0 0;
		height: 75px;
		width: 971px;
		background: url(/i/bg/all.png) no-repeat 14px -9px;
	}
	
		.main-navi
		{
			float: left;
			width: 971px;
			height: 31px;
			background: url(/i/bg/all.png) no-repeat 1px 0;
		}
		
			.main-navi li
			{
				float: left;
				margin: 7px 0 0 0;
				padding: 0 40px 0 40px;
				font-size: 1.16em;
				border-left: 1px solid #fff;
			}
				
				.main-navi li a
				{
					color: #fff;
					text-decoration: none;
				}
				
		.home-navi
		{
			float: left;
			margin: 15px 0 0 40px;
		}
		
			.home-navi li
			{
				margin: 0 20px 0 0;
			}
			
			.home-navi li, 
			.home-navi li a
			{
				display: block;
				float: left;
				width: 15px;
				height: 15px;
				text-indent: -9999px;
			}
			
			.home-navi li.active, .home-navi li a
			{
				background: url(/i/bg/home-navi-bg.gif);
			}
			
			.home-navi li.home a { background-position: 0 0; }
			.home-navi li.home a:hover,
			.home-navi li.home.active
			{
				background-position: 0 -15px;
			}

			.home-navi li.sitemap a { background-position: 30px 0; }
			.home-navi li.sitemap a:hover,
			.home-navi li.sitemap.active
			{
				background-position: 30px -15px;
			}	
			
			.home-navi li.contact a { background-position: 15px 0; }
			.home-navi li.contact a:hover,
			.home-navi li.contact.active
			{
				background-position: 15px -15px;
			}
			
		.search-form
		{
			float: right;
			margin: 10px 35px 0 0;
		}
		
			.search-form input.search
			{
				float: left;
				padding: 3px 10px 0 10px;
				width: 170px;
				height: 17px;
				color: #666;
				font-size: .9em;
				border: 0;
				background: url(/i/bg/all.png) no-repeat 0 -170px;
			}
			
			.search-form input.search-submit
			{
				float: left;
				padding: 0;
				margin: 2px 0 0 3px;
				width: 15px;
				height: 20px;
				text-indent: -9999px;
				cursor: pointer;
				border: 0;
				background: url(/i/bg/all.png) no-repeat -200px -170px;
			}
			
	#main-content
	{
		float: left;
		margin: 22px 0 0 13px;
	}
	
		.sidebar
		{
			float: left;
			width: 216px;
		}
		
			.sidebar-navi
			{
				float: left;
				margin: 0 0 10px 0;
			}
			
				.sidebar-navi h3
				{
					float: left;
					margin: 0 0 0 -2px;
					padding: 5px 0 0 30px;
					height: 27px;
					width: 190px;
					color: #fff;
					font-size: 1.16em;
					background: url(/i/bg/all.png) no-repeat 0 -90px;
				}
				
				.sidebar-navi ul
				{
					float: left;
					padding: 15px 20px 0 28px;
					width: 168px;
					background: #f4f4f4;
				}
				
					.sidebar-navi ul li
					{
						border-top: 2px dotted #c7c7c7;
					}
					
					.sidebar-navi ul li:first-child
					{
						border: none;
					}
				
						.sidebar-navi ul li a, .sidebar-navi ul li.active
						{
							display: block;
							padding: 4px 0 0 10px;
							height: 16px;
							color: #525252;
							text-decoration: none;
							font-size: .9em;
							background: url(/i/bg/li-corner.png) no-repeat 0 8px;							
						}
						
						.sidebar-navi ul li a:hover, .sidebar-navi ul li.active 
						{
							color: #000;
							background-position: 0 -5px;
						}
				
				.s-navi-footer
				{
					float: left;
					width: 216px;
					height: 10px;
					background: url(/i/bg/all.png) no-repeat -250px -120px;
				}
			
			.folders
			{
				float: left;
				width: 216px;
				height: 134px;
			}
			
				.folders img
				{
					float: left;
				}
			
				.folders a
				{
					float: left;
					margin: -27px 0 0 30px;
					padding: 0 55px 0 0;
					color: #fff;
					text-decoration: none;
					font-size: 1.16em;
					font-weight: bold;
					background: url(/i/bg/folders.png) no-repeat right 5px;
				}
				
		.entry
		{
			float: left;
			margin: 5px 0 0 45px;
			width: 681px;
	        font: 12px/14px Verdana;	
		}
		    
			.entry a {  
			   color: #000;
			   text-decoration: underline;
			}
			
			.entry a:hover {  
			   text-decoration: none;
			}			
		
			.entry h2
			{
				float: left;
				padding: 0 0 5px;
				margin: 0 0 25px;
				color: #ff7800;
				font-size: 1.16em;
				width: 650px;
				border-bottom: 3px solid #e2e2e2;
			}
			
			.entry ul
			{
				float: left;
				margin: 0 0 0 3px;
			}
			
				.entry ul li
				{
					position: relative;
					float: left;
					height: 149px;
					width: 195px;
					margin: 0 30px 30px 0;
				}
				
					.entry ul li a
					{
						text-decoration: none;
					}

					.entry ul li img
					{
						float: left;
					}
					
					.overlay
					{
						position: absolute;
						display: block;
						height: 118px;
						width: 195px;
						top: 0;
						left: 0;
						background: url(/i/bg/overlay.png) no-repeat;
					}
					
					.entry ul li strong
					{
						float: left;
						padding: 7px 0 0 0;
						height: 24px;
						width: 195px;
						color: #870f0b;
						text-align: center;
						font-size: 1.16em;
						background: url(/i/bg/all.png) no-repeat -510px -90px;
					}
	
	#footer
	{
		float: left;
		margin: -15px 0 0 13px;
	}
		
		.footer-navi
		{
			width: 910px;
			border-top: 4px solid #c0bab8;
		}
		
			.footer-navi ul
			{
				margin: 1px 0 0 0;
				padding: 5px 0 0 85px;
				height: 20px;
				background: #f2f2f2;
			}
			
				.footer-navi ul li
				{
					float: left;
					padding: 0 30px 0 30px;
					font-size: .9em;
					background: url(/i/bg/li-icon.png) no-repeat 0 5px;
				}
				.footer-navi ul li:first-child { background: none;}					
					
					.footer-navi ul li a
					{	
						color: #505050;
						text-decoration: none;
					}
					
		#footer p
		{
			margin: 20px 0 0 330px;
			color: #878787;
			font-size: .9em;
		}
		
			#footer p a
			{
				color: #9a413e;
			}
			
	   .copy { padding-left:34px !important;  }
	   
	   .cost_cat { font-weight: bold; font-size: 10px; }
	   
	   a.pen_cost {  
	    font: 9px/11px Verdana;	
		text-decoration: none;
	  }
	  
	   a.pen_cost:hover {  
		text-decoration: underline;
	  }
	  
	  .tov_name { font-weight: bold; }
	  
	  a.material_sel { font-weight: bold; }
	  
	  a.pen_cost2 { font-size: 10px; }
	  
	  a.pen_cost2_sel { font-size: 10px;  font-weight: bold; }
	  
	   a.mug_cost {  
	    font: 10px/17px Verdana;	
		text-decoration: none;
	  }
	  
	   a.mug_cost:hover {  
		text-decoration: underline;
	  }	  
	  
	  .bold { font-weight: bold; }
	 
b.b { font-weight: bold; }