@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: #E19148;
	font-family: Arial, Helvetica, sans-serif;
	color: #E20C15;
	font-size: 15px;
}

h1 {
	margin-top: 0;
}

p {
	margin-top: 0;
	text-align: justify;
}

a:link, a:hover, a:active, a:visited {
	color: #E52526;
}

input.btn {
	padding: 5px 12px;
	background-color: #E52526;
  border: #E52526 0px solid;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
	cursor: pointer;
  filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffFFFFCC',EndColorStr='#ffE20C15');
}

#top_shadow {
	margin: 0 auto;
	background-image: url(../images/top_shadow.png);
	background-repeat: no-repeat;
	width: 820px;
	height: 17px;
	behavior: url(includes/iepngfix.htc)
}

#wrapper {
	margin: 0 auto;
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	width: 820px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 786px;
	height: 304px;
	margin: 0 17px;
}

#navigation {
	float: left;
	width: 200px;
	padding-left: 17px;
	padding-bottom: 17px;
}

#navigation ul {
	padding: 0px; margin: 0px; list-style-type: none;
}

#navigation ul li a {
	display: block; float: left; text-decoration: none;
}
#navigation ul lihover {
	background-position: right;
}
#navigation ul li a:hover {
	background-position: right;
}

#navigation ul li a.home {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 206px;
	margin-bottom: 20px;
}
#handbags {
	background-image: url(../images/handbags.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 198px;
	margin-bottom: 20px;
}
#pillows {
	background-image: url(../images/pillows.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 205px;
	margin-bottom: 20px;
}
#contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 204px;
}

#content {
	float: left;
	width: 533px;
	padding: 12px 41px 12px 29px;
}

#rotate {
	float: right;
	margin-left: 24px;
	background-image: url(../images/rotate.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 3px;
	width: 222px;
	height: 173px;
}
#image {
	position: relative;
	width: 208px;
	height: 159px;
}
#image img {
	position: absolute;
}
#thumbs {
	display: none;
}

.h_line {
	clear: both;
	background-image: url(../images/h_line.gif);
	background-repeat: no-repeat;
	width: 460px;
	height: 10px;
	margin: 24px 36px;
}

.product_row {
	height: auto;
	width: 524px;
	overflow: hidden;
	margin-bottom: 20px;
	border: #E20C15 3px solid;
	text-align: center;
}
.product_box {
	width: 241px;
	height: auto;
	float: left;
	background-color: #FFFFCC;
	border-right: #E20C15 1px solid;
	padding: 10px;
	padding-bottom: 32767px;
	margin-bottom: -32759px; 
}

.clearit {
	clear: both;
	height: 0;
}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

#footer {
	margin: 0 auto;
	padding-top: 17px;
	padding-bottom: 17px;
	width: 820px;
	background-image: url(../images/bottom_shadow.png);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}