/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: ;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #f4f4f4;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #2b1613;
	font-size: 2.4em;
	font-weight: normal;
}

h2 {
	color: #2b1613;
	font-size: 1.2em;
	margin: 10px 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 764px;
	margin: auto;
	text-align: left;
	background: url('../styleImages/bg.jpg') repeat-y top;
	overflow: auto; padding-left:35px; padding-right:35px; padding-top:0px; padding-bottom:15px
}

#topnav {
	float: right;
	text-align: right;
	width: 245px;
	color: #ccc;
	font-size: 0.9em;
}

#topnav a {
	color: #000;
	font-weight: normal;
}

#topnav #topnavon {
	font-weight: bold;
	text-decoration: underline;
}

#topnav form {
	color: #000;
	vertical-align: top;
}

.topnavinput {
	width: 140px;
	padding: 0px 2px;
	border: 1px solid #ccc;
}

.button {
	color: #fff;
	font-weight: bold;
	background-color: #800000;
	width: auto;
	padding: 0px 5px;
	cursor: pointer;
	border: 0px;
}

.button:hover {
	text-decoration: none;
}

#nav {
	clear: both;
	float: left;
	width: 764px;
	height: 40px;
	background: url('../styleImages/navbg.jpg') repeat-x top;
	margin-bottom: 15px
}

#nav ul {
	float: left;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	height: 40px;
	border-right: 1px solid #fff;
	text-indent: -9999px;
}

.btnbedroom {
	width: 100px;
	background: url('../styleImages/btnbedroom.jpg') top;
}

.btnbedroom:hover, .btnbedroomon {
	width: 100px;
	background: url('../styleImages/btnbedroom.jpg') bottom;
}

.btndining {
	width: 89px;
	background: url('../styleImages/btndining.jpg') top;
}

.btndining:hover, .btndiningon {
	width: 89px;
	background: url('../styleImages/btndining.jpg') bottom;
}

.btnoffice {
	width: 85px;
	background: url('../styleImages/btnoffice.jpg') top;
}

.btnoffice:hover, .btnofficeon {
	width: 85px;
	background: url('../styleImages/btnoffice.jpg') bottom;
}

.btnoccasional {
	width: 122px;
	background: url('../styleImages/btnoccasional.jpg') top;
}

.btnoccasional:hover, .btnoccasionalon {
	width: 122px;
	background: url('../styleImages/btnoccasional.jpg') bottom;
}

.btnpromotions {
	width: 126px;
	background: url('../styleImages/btnpromotions.jpg') top;
}

.btnpromotions:hover, .btnpromotionson {
	width: 126px;
	background: url('../styleImages/btnpromotions.jpg') bottom;
}

#nav form {
	float: right;
	margin-right: 16px !important;
	margin-right: 8px;
}

#nav select {
	width: 150px;
}

#leftcolumn {
	clear: both;
	float: left;
	width: 100px;
	font-size: 0.9em;
	margin-top: 5px;
	padding-bottom: 20px;
}

#leftcolumn a {
	font-weight: normal;
	color: #000;
}

#leftcolumn .leftcolumnon {
	text-decoration: underline;
}

.border {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
}

#rightcolumn {
	float: right;
	width: 640px;
}

#rightcolumn h1 {
	width: 620px;
	padding: 2px 10px;
	color: #fff;
	background-color: #2b1613;
}

#rightcolumn a {
	color: #2b1613;
}

#breadcrumb {
	font-size: 1em;
	margin-top: -15px;
}

#breadcrumb a {
	font-weight: normal;
	color: #000;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#promotions {
	float: left;
	width: 244px;
	height: 92px;
	margin-top: 15px;
}

#emailsignup {
	float: left;
	width: 244px;
	height: 92px;
	margin-top: 15px;
	margin-left: 16px;
	background-image: url('../styleImages/emailsignupbg.jpg');
	font-size: 0.9em
}

#emailsignup p {
	margin: 3px 0px;
}

#emailsignup form {
	width: 135px;
	margin-left: 10px;
}

.emailsignupinput {
	width: 130px;
	height: 16px;
	padding: 0px 2px;
	border: 1px solid #ccc;
}

#storefinder {
	float: left;
	width: 244px;
	height: 92px;
	margin-top: 15px;
	margin-left: 16px;
	background-image: url('../styleImages/storefinderbg.jpg');
	font-size: 0.9em;
	padding-top: 5px;
}

#storefinder ul {
	margin-left: 160px;
	width: 84px;
}

#storefinder a {
	color: #fff;
}

#footer {
	width: 764px;
	margin: auto;
	text-align: left;
	background: url('../styleImages/footerbg.jpg') no-repeat top;
	font-size: 0.8em;
	overflow: auto; padding-left:35px; padding-right:35px; padding-top:5px; padding-bottom:0px
}

#footer a {
	font-weight: normal;
	color: #000;
}

.boxContent {
	margin-top: 30px;
}

#subcats, #products {
	float: left;
	margin-left: -17px !important;
	margin-left: -34px;
	width: 657px !important;
	width: 674px;
	margin-top: -15px;
}

#products {
	margin-top: 15px;
}

.subcat, .product {
	float: left;
	width: 202px;
	margin-left: 17px;
	margin-bottom: 17px;
	text-align: center;
}

.product {
	height: 200px;
}

.subcattitle {
	width: 182px;
	padding: 2px 10px;
	text-align: center;
	font-size: 1.3em;
	background-color: #ddd;
}

#products .button, #relatedproducts .button {
	color: #fff;
	position: relative;
	top: -12px;
}

#products p, #relatedproducts p {
	position: relative;
	top: -18px;
	margin-bottom: -18px;
}

#catimg {
	float: left;
	margin-top: -15px;
}

#catdesc, #productdesc {
	float: right;
	background-color: #fdca8f;
	padding: 10px 15px;
	width: 280px;
	margin-top: -15px;
}

#productdesc {
	margin-bottom: 10px;
}

#productdesc ul {
	margin-left: 20px;
}

#productdesc li {
	list-style: disc;
	margin-bottom: 2px;
}

#sortform {
	clear: both;
	text-align: right;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	width: 100%;
}

#pagination {
	float: right;
	width: 100%;
	text-align: right;
	font-weight: bold;
}

#pagination span {
	background-color: #f19932;
	color: #fff;
	padding: 2px 3px;
}

#productimg {
	clear: both;
	float: left;
	width: 202px;
}

#productinfo {
	float: right;
	width: 310px;
}

#price {
	width: 280px;
	margin: auto;
}

#contact {
	float: left;
	width: 250px;
}

#contact li {
	width: 230px;
	padding: 2px 10px;
	text-align: center;
	font-size: 1.3em;
	background-color: #ddd;
	margin-bottom: 2px;
}

.ourprice, .contactheader {
	font-size: 2.2em;
}

.contactheader {
	color: #4E4341;
}

.price {
	font-size: 2.2em;
	font-weight: bold;
	color: #714F45;
}

.saleprice {
	font-size: 2.2em;
	font-weight: bold;
	color: red;
}

.rrp {
	font-size: 1.4em;
	font-weight: bold;
	color: #714F45;
}

#order {
	width: 280px;
	float: left;
	margin-left: 20px !important;
	margin-left: 10px;
	background: url('../styleImages/orderarrow.jpg') top right no-repeat;
	font-size: 1.2em;
	font-weight: bold;
}

#order p {
	margin-top: 0px;
}

#order .button {
	color: #fff;
	font-size: 0.8em;
}

#otherproducts {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	padding: 5px 0px;
	background-color: #2b1613;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}

#enlarge {
	margin: 5px 0px 5px 5px;
	padding: 2px 0px;
	font-weight: bold;
	text-indent: 25px;
	background: url('../styleImages/enlarge.gif') top left no-repeat;
}

#moreimages {
	width: 312px;
	padding: 2px 0px;
	background-color: #2b1613;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
}

.invisible {
}

.promocat {
	margin-bottom: 30px;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}