@charset "utf-8";
/* CSS Document */
/* reset */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	background: url(images/sidebar.gif);
	background-repeat:repeat;
	background-color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
}
/* Container holds entire site in place */
#container {
	width: 1000px;
	margin: auto;
	background: url(images/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
}
/* Logo places logo */
#logo {
	float:left;
	width: 458px;
	height: 231px;
	margin-top: 20px;
	margin-left: 20px;
}
/* "h1 a" is just for the logo */
h1 a {
	display: block;
	width: 458px;
	height: 231px;
	background: url(images/logo.png) no-repeat left top;
}
/* h1 moves all the text links away*/
h1 {
	text-indent: -9999px;
}
a {
	color:#FFFFFF;
	text-decoration: none;
}
/*
*	NAVIGATION Setup START
*/
#navigation {
	float: right;
	width: 492px;
	height: 231px;
	margin-top: 20px;
}
ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin-top:100px;
}
ul.cssmenu li {
	float: left;
}
ul.cssmenu li a {
	display: block;
	width: 112px;
	height: 20px;
	background-image: url(images/navigation.png);
}
/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0 0;
	width: 100px;
}
ul.cssmenu li.products a {
	background-position: -100px 0;
	width:124px;
}
ul.cssmenu li.contact a {
	background-position: -224px 0;
}
ul.cssmenu li.shipping a {
	background-position: -336px 0;
}
/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: 0 -20px;
	width: 100px;
}
ul.cssmenu li.products a:hover {
	background-position: -100px -20px;
	width:124px;
}
ul.cssmenu li.contact a:hover {
	background-position: -224px -20px;
}
ul.cssmenu li.shipping a:hover {
	background-position: -336px -20px;
}
/*
*	Selected/Active Links
*/
ul.cssmenu li.home a.selected {
	background-position: 0 -20px;
	width: 100px;
}
ul.cssmenu li.products a.selected {
	background-position: -100px -20px;
	width:124px;
}
ul.cssmenu li.contact a.selected {
	background-position: -224px -20px;
}
ul.cssmenu li.shipping a.selected {
	background-position: -336px -20px;
}
/*
*	NAVIGATION Setup END
*/
/* DROP SHADOW CONSTANTS */
.corner-a {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(images/drop_shadow.png) right top no-repeat;
}
.corner-b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url(images/drop_shadow.png) left bottom no-repeat;
}
.shadow-two {
	background: url(images/drop_shadow.png) right bottom no-repeat;
}
.shadow-three {
	position: relative;
	left: -20px;
	top: -20px;
	background: url(images/drop_shadow.png) left top no-repeat;
}
.shadow-four {
	position: relative;
	left: 10px;
	top: 10px;
}
/* DROP SHADOW SPECIFICS */
.shadow-text-home {
	float:left;
	position:relative;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#text_left {
	width: 438px;
	background: url(images/sidebar.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
.shadow-pic-home {
	float:right;
	position:relative;
	padding-top: 20px;
	padding-left: 20px;
	margin-right: 30px;
}
.shadow-pics {
	float:left;
	position:relative;
	padding-top: 20px;
	padding-left: 20px;
}
/*
* PRODUCTS LINK BUTTONS  START
*/
.copper a{
	background-image:url(images/prod_btns/copper_btn.png);
	width:77px;
	height:15px;
	display:block;
	margin-left:10px;
}
.copper a:hover {
	width:77px;
	background-position: 0 -15px;
}
.leather a{
	background-image:url(images/prod_btns/leather_btn.png);
	width:88px;
	height:15px;
	display:block;
	margin-left:10px;
}
.leather a:hover {
	width:88px;
	background-position: 0 -15px;
}
.lighting a{
	background-image:url(images/prod_btns/lighting_btn.png);
	width:90px;
	height:16px;
	display:block;
	margin-left:10px;
}
.lighting a:hover {
	width:90px;
	background-position: 0 -16px;
}
.teak a{
	background-image:url(images/prod_btns/teak_btn.png);
	width:52px;
	height:14px;
	display:block;
	margin-left:10px;
}
.teak a:hover {
	width:52px;
	background-position: 0 -14px;
}
.wallart a{
	background-image:url(images/prod_btns/wall_art_btn.png);
	width:102px;
	height:14px;
	display:block;
	margin-left:10px;
}
.wallart a:hover {
	width:102px;
	background-position: 0 -14px;
}
.access a{
	background-image:url(images/prod_btns/accessories_btn.png);
	width:132px;
	height:15px;
	display:block;
	margin-left:10px;
}
.access a:hover {
	width:132px;
	background-position: 0 -15px;
}
/*
* PRODUCTS LINK BUTTONS  END
*/
.categories {
	float:left;
	margin-bottom: 30px;
}
.shadow-pic-categories {
	float:left;
	position:relative;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.shadow-text-categories {
	float:right;
	position:relative;
	padding-top: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
/* (pic + text)width = 890 */

/*
* PRODUCTS text boxes  START
*/
#text_copper {
	width: 641px;
	background: url(images/sidebar.gif);
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 143%;
}
#text_leather {
	width: 623px;
	background: url(images/sidebar.gif);
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 117%;
}
#text_teak {
	width: 619px;
	background: url(images/sidebar.gif);
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 215%;
}
#text_wallart {
	width: 623px;
	background: url(images/sidebar.gif);
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 215%;
}
#text_access {
	width: 690px;
	background: url(images/sidebar.gif);
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 215%;
}
#text_shipping {
	width: 641px;
	background: url(images/sidebar.gif);
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 143%;
}
#text_contact {
	width: 641px;
	background: url(images/sidebar.gif);
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 143%;
}
/*
* PRODUCTS text boxes  END
*/
.items {
	float:left;
	margin-left: 10px;
	margin-bottom: 30px;
}
h2 {
	font-size:14px;
	padding: 5px 0 5px 0;
}
#footer {
	clear:both;
	background:url(images/footer_phone.png) no-repeat;
	width:1000px;
	height:71px;
}