body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #aba189 url('../_images/bg.jpg') 0 0;
    text-align: center;
	margin-top: 20px
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    line-height: 14px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #786958;
    text-decoration: underline;
}
a:hover, a:active {
    color: #ac9e8e;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 143px;
	background: url('../_images/top.gif') no-repeat 0 0;
}

	#top a {
		display: block;
		width: 238px;
		height: 72px;
		position: relative;
		top: 18px;
		left: 35px;
	}
		#top a span { display: none; }

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url('../_images/menu.gif') no-repeat 0 0;
	width: 760px;		/* Width of entire image */ 
	height: 39px;		/* Height of buttons */
	margin: 0
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 39px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 			{ width: 106px; }
#menu-collection 	{ width: 116px; }
#menu-custom 		{ width: 153px; }
#menu-buy 			{ width: 150px; }
#menu-company		{ width: 116px; }
#menu-contact 		{ width: 119px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover			{ background: url('../_images/menu.gif') no-repeat 0px -39px; }
#menu-collection a:hover	{ background: url('../_images/menu.gif') no-repeat -106px -39px; }
#menu-custom a:hover		{ background: url('../_images/menu.gif') no-repeat -222px -39px; }
#menu-buy a:hover			{ background: url('../_images/menu.gif') no-repeat -375px -39px; }
#menu-company a:hover		{ background: url('../_images/menu.gif') no-repeat -525px -39px; }
#menu-contact a:hover		{ background: url('../_images/menu.gif') no-repeat -641px -39px; }

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main {
	background: url('../_images/main.gif') repeat-y 0 0;
	padding-bottom: 10px
}
	/* Home */
	#home #main-inner {
		background: url('../_images/main-home.jpg') no-repeat 0 0;
		padding-top: 30px
	}
	#welcome {
		margin-left: 285px;
		margin-right: 40px;
	}
		#welcome h1 {
			height: 36px;
			text-indent: -3000px;
			background: url('../_images/welcome.gif') no-repeat 0 0;
		}
		p#buttons img {
			margin-right: 25px;
		}
	
	#intros {
		background: url('../_images/intros.jpg') no-repeat 0 0;
		padding-top: 60px
	}
		.intro {
			width: 300px;
			float: left;
			margin-left: 60px;
		}
			.intro h1 {
				height: 40px;
				text-indent: -3000px;
			}
			#intro-1 h1 { background: url('../_images/latest-news.gif') no-repeat 0 0; }
			#intro-2 h1 { background: url('../_images/newest-designs.gif') no-repeat 0 0; }
			
			#intro-1 h2 {
				color: #786958;
				margin: 0;
			}
			
			#intro-2 img {
				border: 2px solid #786958;
				width: 80px;
				margin-right: 10px;
			}
	
	/* Sub */
	#sub #main-inner {
		background: url('../_images/main-sub.jpg') no-repeat 0 0;
		padding-top: 30px
	}
	#content {
		margin-left: 40px;
		margin-right: 40px;
	}
		#content h1 {
			font-size: 20px;
			border-bottom: 2px solid #afa58d;
			padding-bottom: 3px;
		}
		#content h2 {
			font-size: 14px;
		}
		
	#contact-info {
		width: 150px;
		float: right;
		margin-left: 30px;
	}
	
	table#products td {
		border-bottom: 1px solid #bab298;
		text-align: center;
		width: 136px;
	}
	table.locations th {
		background: #d1cbb7;
		padding: 3px;
	}
	table.locations td {
		border-bottom: 1px solid #bab298;
		width: 170px;
		padding: 3px;
	}
	
	#photos {
		width: 350px;
		float: left;
	}
		#next-prev {
			background: #dcd7c6;
			text-align: center;
			margin-bottom: 5px;
		}
			.prev { float: left; }
			.next { float: right; }
		img#product-full, img.product-thumb {
			border: 2px solid #786958;
		}
		img#product-full {
			width: 260px;
			float: left;
		}
		img.product-thumb {
			width: 80px;
			float: right;
			margin-bottom: 9px;
		}
	
	#product-info {
		width: 300px;
		float: right;
	}
		#product-info h1 {
			font-size: 14px;
			border: none;
			padding: 0;
		}
		p#product-details {
			color: #786958;
		}
		
		#colors li {
			float: left;
			width: 90px;
			margin-right: 10px;
			list-style: none;
		}
		#colors li img {
			vertical-align: middle;
			margin-right: 4px;
		}
	
	#slideshow {
		width: 265px;
		float: right;
		margin-left: 15px;
	}
		#slideshow img {
			border: 2px solid #786958;
			width: 260px;
		}
	
	hr {
		border: 1px solid #afa58d;
		margin-bottom: 20px;
	}


/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#page-footer {
	height: 37px;
	background: url('../_images/footer.gif') no-repeat 0 0;
	clear: both
}
#footer {
	margin-top: 15px;
}
	#footer p {
		color: #FFF;
	}
	#footer a:link, #footer a:visited {
		color: #FFF;
	}
	#footer a:hover, #footer a:active {
		color: #dcd7c6;
	}
	