body {
	background: #373737;
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
}
	img { border: 0; }
	.clearfix { overflow: hidden; width: 100%; }

	#outer {
		background: #fff url(images/bg.jpg) top left repeat-x;
		white-space: no-wrap;
	}
	#wrapper {
		width: 900px;
		margin: 20px auto 0 auto;
	}

	#top a#logo { float: left; }
	#top #menu { float: right; font-size: 14px; margin-top: 20px; }
	#top #menu ul { list-style: none; padding: 0; margin: 0; }
	#top #menu ul li { float: left; margin: 0 5px; }
	#top #menu ul li a { color: #cbdeeb; text-decoration: none;  display: block;}
	#top #menu ul li a span { padding: 5px 5px; display: block;}
	#top #menu ul li.current a {
		background: url(images/menu_left.jpg) left center no-repeat;
		color: #cbdeeb;
		color: #000; font-weight: bold;
	}
	#top #menu ul li.current a span {
		background: url(images/menu_right.jpg) right center no-repeat;
		padding: 5px 10px;
	}
	#top #menu ul li.current a { color: #000; font-weight: bold; }
	
	#header { margin-top: 60px; background: url(images/shadow.jpg) bottom center no-repeat; height: 360px; }
	
	#welcome {
		width: 450px;
		float: left;
		font-size: 14px;
		margin-top: 30px;
	}
	
	#slideshow {
		width: 382px;
		height: 287px;
		padding: 10px; 
		background: #fff;
		float: right;
	}
	
	#container { padding-top: 20px; padding-bottom: 40px; overflow: hidden; }
	#sidebar-basket {
		float: left;
		width: 220px;
		background: #fff;
		padding: 10px 15px 20px 15px;
	}
	#content-shop {
		float: right;
		width: 625px;
	}
	
	#footer {
		background: #373737;
		border-top: 3px solid #85aecd;
		padding: 20px;
		color: #fff;
		
	}
	#footer div.footer_wrapper { width: 900px; margin: 0 auto; overflow: hidden; }
	#footer div.box {
		width: 240px;
		float: left;
	}
	#footer a { color: #fff; }
	#footer a:hover { text-decoration: none; }
	
	h1, h2, h3 {
		color: #000;
		font-size: 24px;
		font-weight: normal;
		margin: 5px 0;
		padding: 0;
	}
	
	h2 { font-size: 18px; }
	h3 { font-size: 16px; }
	
	a:link, a:visited, a:active {
		color: #16689F;
	}
