html {
	width: 100%;
	height: 100%;
	
	background: #D5D5D5 url('layout/background.gif') repeat;
}

body {
	width: 980px;
	height: 100%;

	margin: 0px auto 0px auto;
	padding: 0px;
	
	font: small arial, "lucida console", sans-serif;
}

#container {
	float: none !important;
	float: left;
	
	position: relative;
	
	width: 980px;
	height: auto !important;
	height: 100%;
	
	min-height: 100%;
	
	margin-top: -20px;
}

#container[id] {
	background: url('layout/containerbackground.png') center repeat-y;
}

#header {
	width: 980px;
	height: 152px;

	padding-top: 20px;
	
	background: url('layout/header.png') center bottom no-repeat;
}

#left {
	float: left;
	
	width: 175px;
	
	padding: 0px 15px 0px 25px;
}

#center {
	float: left;
	
	width: 520px;

	padding: 0px 15px 0px 15px;
}

#right {
	float: left;

	width: 175px;
	
	padding: 0px 25px 0px 15px;
	
}

#footer {
	width: 980px;
	height: 20px;
	
	clear: both;
	
	font-size: xx-small;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

#footer[id] {
	background: url('layout/footer.png') bottom repeat-y;
}

.clear {
	clear: both;
}

#title {
	position: absolute;
	visibility: hidden;
	display: none;
}


#menu {
	width: 980px;
	
	margin: 0px;
	padding: 100px 0px 0px 0px;
	
	font: medium arial, "lucida console", sans-serif;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
}

#menu li {
	display: inline;
	
	margin:	0px;
	padding: 0px 1.5em 0px 1.5em;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}


#categoriesMenu {
	margin: 0px;
	margin-left: 17px;
	padding: 0px;

	list-style: circle;
	
	font: normal small arial, "lucida console", sans-serif;
}

#categoriesMenu li {
	margin:	0px 0px 2px 0px;
	padding: 0px;
}

#categoriesMenu a {
	text-decoration: none;
	color: #000000;
}

#categoriesMenu a:hover {
	text-decoration: underline;
}


#brandsMenu {
	margin: 0px;
	padding: 0px;

	list-style: circle inside;

	font: normal small arial, "lucida console", sans-serif;
}

#brandsMenu li {
	margin:	0px 0px 2px 0px;
	padding: 0px;
}

#brandsMenu a {
	text-decoration: none;
	color: #000000;
}

#brandsMenu a:hover {
	text-decoration: underline;
}


h1 {
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
}

h2 {
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
	
	font: bold medium arial, "lucida console", sans-serif;
}

h3 {
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
	
	font: normal medium arial, "lucida console", sans-serif;
	line-height: 1.0em;
}

p {
	margin: 0px;
	padding: 0px 0px 1.0em 0px;
	font: normal small arial, "lucida console", sans-serif;
	line-height: 1.4em;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#photoBox {
	clear: both;
	width: 480px;
	height: 360px;
	
	margin: 0px 19px 1.0em 19px;
	border: 1px solid #A0A0A0;
}

#photoBox table{
	width: 480px;
	height: 360px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
}

#photoBox td {
	padding: 0px;
}


.imgBorderMedium {
	width: 240px;
	height: 180px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	margin-top: 0.1em;
	border: 1px solid #B0B0B0;
	text-align: center;
	vertical-align: middle;
}

.imgBorderMedium td {
	padding: 0px;
}


table#collectionTable {
	margin-top: -15px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

table#collectionTable tr {
	height: 215px;
}

#collectionTable a {
 	text-decoration: none;
	color: black;
	padding-top: 2em;
}

#collectionTable a:hover {
	text-decoration: underline;
}

#collectionTable p {
	margin-bottom: 0.4em;
	text-align: center;
}

#homeText {
	margin: 0px;
	padding: 0px;
	line-height: 2.0em;
}

#contactTable {
	border-collapse: collapse;
	margin-bottom: 15px;
}

#contactTable td {
	padding-right: 15px;
}

a#breadcrumb {
	text-decoration: none;
	color: black;
}

#productsTable {
	border-collapse: collapse;
	margin: 0px 0px 1.0em 0px;
}

#productsTable th {
	text-align: left;
}

#productsTable td {
	padding-top: 9px;
	background: url(layout/rowseperator.gif) top repeat-x;
}

.productDetails {
	display: block;
	margin: 0 0 1em 0;
	border-collapse: collapse;
}

.productDetails td {
	padding: 0;
	margin: 0;
}

.productDetails .label {
	width: 100px;
}
