/* CSS Document */


	/* General */
	body, html, td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	body {
		margin: 0;
		padding: 0;
	}
	
	
	/* Outer */
	#outer {
		width: 760px;
		text-align: left;
	}
	
	
	
	
	/* Navigation */
	#navigation {
		border-bottom: solid 1px #5A544B;
	}
	
	#navigation a, #navigation a:visited, #navigation a:link {
		height: 28px;
		width: 100%;
		display: block;
		background-color: #9A9287;
		color: #FFFFFF;
		border-top: 5px solid #FFFFFF;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
	}
	
	#navigation a:hover {
		background-color: #5A544B;
	}
	
	#navigation a:active {
		background-color: #5A544B;
		border-top: 5px solid #5A544B;
	}
	
	#navigation a.active {
		background-color: #5A544B !important;
		border-top: 5px solid #5A544B !important;
	}
	
	
	#navigation table {
	}
	
	#navigation table td.spacer {
		width: 5px;
	}
	
	
	
	/* Ad space */
	#adspace {
		background-color: #7E756A;
		border-bottom: 2px solid #5A544B;
		height: 180px;
		text-align: center;
	}
	
	
	
	/* Pictures Bar */
	#picturesHolder {
		width: 100%;
		border-top: 4px solid #5A544B;
	}
	
	#pictures {
		width:760px;
		height:182px;
		display: block;
		overflow:hidden;
		background-color: #7E756A;
	}
	
	#pictures table {
		margin-left: -1px;
		border: none;
	}
	#pictures table td {
		border: #FFFFFF solid 1px;
	}
	
	#pictures img {
		height: 180px !important;
	}
	
	#picturesControl {
		height: 20px;
		background-color: #5A544B;
		text-align: right;
		color: #FFFFFF;
		font-size: 10px;
		text-transform: uppercase;
		line-height: 18px;
		padding: 0 5px 0 5px;
	}
	#picturesControl a, #picturesControl a:link, #picturesControl a:active, #picturesControl a:hover, #picturesControl a:visited {
		color: #FFFFFF;
	}
	
	
	
	/* Content */
	
	#content {
		margin: 10px 0 10px 0;
	}
	
	
	
	
	
	
	
	/* Footer */
	#footer {
		border-top: 1px solid #C6C1BB;
		text-align: right;
		padding-top: 3px;
		color: #7E756A;
		font-size: 10px;
		margin-bottom: 25px;
	}
	
	
	
	
	
	
	
	
	
	
	/* Stylings */
	
	h1, h2, h3, h4 {
		color: #5A544B;
		padding-bottom: 3px;
	}
	
	h1 {
		color: #5A544B;
		font-size: 18px;
		border-bottom: 4px solid #5A544B;
	}
	
	h2 {
		font-size: 16px	
	}
	
	h3 {
		font-size: 14px
	}
	
	h4 {
		font-size: 12px
	}
	
	p {
		color: #5A544B;
		line-height: 150%;
	}
	
	p.large {
		font-size: 14px;
	}
	
	p.small {
		font-size: 10px;
	}
	
	
	a, a:active, a:link, a:visited {
		color: #947E61;
	}
	
	a:hover {
		color: #6A5B46;
	}
	
	/* Left Cell */
	#leftCell, #leftCell p {
		color: #887E73;
	}


	#leftCell {
		padding-right: 10px;
	}

	
	#leftCell h2, #leftCell h3, #leftCell h4 {
		padding-top: 4px;
		color: #887E73;
		border-bottom: 2px solid #ACA59B;
	}
	
	
	
	
	/* Product List */
	
	#productList td.link a, #productList td.link a:hover, #productList td.link a:link, #productList td.link a:active, #productList td.link a:visited  {
		display: block;
		color: #FFFFFF;
		margin: 5px;
		font-size: 16px;
	}
	
	
	#productList td.link {
		border: 2px #654E43 solid;
		border-top: 1px;
		background-color: #7E756A;
	}

	#productList td.img {
		border: 2px #654E43 solid;
		border-bottom: 1px;
	}
	#productList td.img a {
		margin: 0px;
	}	
	
	#productList td {
		border: none;
	}
	
	#productList table {
		border: none;
	}
	
	
	
	
	
	
