html,body {
	margin: 0px;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #d2d4d4 url(images/background.png) repeat-x;
}
#container {
	left: 50%;
	margin-left: -397px;
	position: absolute;
	top: 0;
	width: 794px;
	background: url(images/background_table.png);
}
td {
	vertical-align: top;
}
a {
   text-decoration: none;
}
h1, ul#menu, ul#menu li, ul#submenu, ul#submenu li {
	padding: 0px;
	margin: 0px;
}
ul#menu li, ul#submenu li {
	list-style: none;
}
#header {
	width: 794px;
	height: 225px;
	background: url(images/background_header.png);
}
#header img {
	position: absolute;
	left: 13px;
	top: 16px;
	width: 768px;
	height: 198px;
}
table#head {
	width: 794px;
	height: 500px;
	height: 300px;
	background: url(images/background_table_middle.png) 0px 46px no-repeat;
}
table td#top {
	background: url(images/background_table_top.png);
	height: 46px;
}
table tr#middle {
	height: 533px;	
}
table td#bottom {
	background: url(images/background_table_bottom.png);
	height: 100px;
}
div#footer {
	width: 768px;
	height: 24px;
	margin-left: 13px;
	margin-top: 46px;
	color: White;
	letter-spacing: 1px;
}
div#footer a {	
	color: White;
	text-decoration: underline;
}
div#footer span {
	position: absolute;
	text-align: right;
	width: 748px;
	height: 24px;
	margin-top: 5px;
	
}
td.menu {
	width: 184px;
}
ul#menu {
	width: 130px;
	position: relative;
	left: 35px;
	border-bottom: solid White 1px;
}
ul#menu li {
   cursor: default;
	position: relative;
	line-height: 32px;
	border-top: solid White 1px;
}
ul#menu a {
	display: block;
	width: 130px;
	height: 32px;
	color: #464548;
	font-variant: small-caps;
}
ul#menu a:hover, ul#menu a.menu_current {
	font-weight: bolder;	
}
li.sub {
   cursor:pointer;
}
ul.sub {
   display:none;
	position: absolute;
	left: 130px;
	top: 0;
	background-color: #ededed;
	border: solid Black 1px;
}
ul li ul {
	display: none;
}
ul#submenu li {
	padding-left: 15px;
	width: 135px;
}

table#products {
	padding: 0px;
}
td#shopcontent {
	width: 300px;
}
th#address, td#address, th#zipcode, td#zipcode, th#city, td#city {
	display: none;
}
table#productdetails {
	width: 340px;
}
table#productdetails div#productimage {
	min-height: 185px;
}
a img { 
	border: 0px; 
}
