@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 154px;
	background: url(medium.jpg), no-repeat 90%, left 0px;
}

.cartbutton,
.searchbox 
{
	top:156px;
}
nav { margin-top: 20px; height: 30px; padding-top:10px;}
nav a { margin-right: 20px; }
.leftmenu {
	position: static;
	display: block;
	width: 96%;
	text-align: center;
	margin: 10px;
	border: solid 1px gray;
}
.leftbuttons {
	display: inline-block;
	margin: 10px;
}
.content {
	width: 97%;}	

body { background-image: none; }