﻿body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

#container {
	width: 100%;
	height: 100%;
	background: url(../../images/background.jpg) repeat-x;
	}

#wrapper {
	width: 946px;
	margin: 0 auto;
	background: url(../../images/background-shadow.png) repeat-y;
	}

#content {
	width: 918px;
	margin: 0 auto;
	background: #ffffff;
	}

#headerflash {
	width: 918px;
	height: 103px;
	background-image: url(../../images/headertop.jpg)
	}

#headermenu {
	width: 918px;
	height: 50px;
	background-image: url(../../images/menubg.jpg)
	}
	
#flash {
	position: relative;
	width: 918px;
	}
	
#search {
	position: relative;
	width: 918px;
	}

#menu {
	width: 198px;
	float: left;
	}
	
#list {
	background: #434443;
	}
	

#cart {
	width: 680px;
	background: #FFFFFF;
	float: right;
	padding: 10px;
	}
	
#center {
	width: 472px;
	float: left;
	margin-right: 10px;
	}
	
#right {
	width: 198px;
	float: right;
	}
	
#footer {
	width: 946px;
	height: 35px;
	margin: 0 auto;
	background: url(../../images/footer.png);
	}

.clear {
	clear: both;
	visibility: hidden;
	}

.index {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	}
	
.ul {
	padding: 0 0 5px 15px;
	margin: 0;
	color: #FFFFFF;
	}