#wrapper {
	
	width: 1024px; 
	margin:0px auto;
	height: auto;
}

#header {
	top: 0px;
	height: 187px;
	width: 800px;


	
}
#logo {
width: 590px;
height:36px;
background-image: url(shop/headerlogo.jpg); 
}


#content {
	width: 500px;
	padding-top:10px;

	}

#sidebar {
	
         width: 200px;
	text-align:left;
}
#menu {
width:150px;
float:right;
border: 2px; #999999;
}

#both {
	clear: both;
}

#footer {
	border: 2px #0000ff solid;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

#sidebar {
	padding: 5px 0 10px 5px;
	position: relative;
	right: 2px;
	top: 0;
	width: 11em;
}

#sidebar form {
	margin: 0 0 0 13px;
}

#sidebar input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#sidebar ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	
         
}

#sidebar ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#sidebar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}