/* LAST UPDATED 12.04.09 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.  TABLES
	V.   FORMS
	VI.  HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #3c1e08;
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	color: #3c1e08;
}

p { padding: 0 0 14px 0; }

a {
	color: #59bedd;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #ff9d42; }

/* Image Defaults */

a img { border: 0; }

img.border, img.alignRight, img.alignLeft {
	padding: 6px;
	border: 2px #ff9d42 solid;
	background: #fff;
}

img.alignRight {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignLeft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Special Classes */

.pink 	{ color: #ff0099; }
.blue 	{ color: #0066ff; }

.small { font-size: 12px; }

.left { float: left; }
.right { float: right; }

.paddRight { padding-right: 29px; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

li { padding-bottom: 7px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 438px;
	height: 91px;
	background: url('../Images/bg-nav.gif') no-repeat;
}

	#nav li { float: left; }

	#nav li#nav-sale { padding: 16px 24px 0 0; }
	#nav li#nav-list { padding-right: 25px; }
	#nav li#nav-design { padding: 23px 21px 0 0; }
	#nav li#nav-cart { padding: 5px 23px 0 0; }
	#nav li#nav-blog { padding-top: 14px; }

	#nav li a {
		display: block;
		width: 69px;
		height: 68px;
		background-image: url('../Images/bg-navItems.gif');
		background-repeat: no-repeat;
	}

	#nav li#nav-sale a { background-position: 0 0; }
	#nav li#nav-sale a:hover, body#sale #nav li#nav-sale a { background-position: 0 -68px; }

	#nav li#nav-list a { background-position: -69px 0; }
	#nav li#nav-list a:hover, body#list #nav li#nav-list a { background-position: -69px -68px; }

	#nav li#nav-design a { background-position: -138px 0; }
	#nav li#nav-design a:hover, body#design #nav li#nav-design a { background-position: -138px -68px; }

	#nav li#nav-cart a { background-position: -207px 0; }
	#nav li#nav-cart a:hover, body#cart #nav li#nav-cart a { background-position: -207px -68px; }

	#nav li#nav-blog a { background-position: -276px 0; }
	#nav li#nav-blog a:hover, body#blog #nav li#nav-blog a { background-position: -276px -68px; }

#sideNav ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
}

	#sideNav li { padding: 0 0 8px; }

	#sideNav li a {
		display: block;
		padding: 2px 0;
		color: #3c1e08;
		text-decoration: none;
		text-transform: uppercase;
	}

	#sideNav li a:hover { color: #fff; }

#footer ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 240px;
}

	#footer li {
		float: left;
		
		padding: 0 9px 0 8px;
		border-right: 1px #fff solid;
	}

	#footer li#nav-lastFooter {
		padding-right: 0;
		border-right: 0;
	}

	#footer li a {
		color: #3c1e08;
		text-decoration: none;
		text-transform: lowercase;
	}

	#footer li a:hover { text-decoration: underline; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	position: relative;
	width: 902px;
	padding: 41px 19px;
	margin: 0 auto;
}

	a.freeShipping {
		position: absolute;
		top: 155px;
		left: 5px;
		text-indent: -4440px;
		display: block;
		width: 187px;
		height: 153px;
		background: url('../Images/free-shipping.png') no-repeat;
	}

	#bg {
		background: #fff url('../Images/bg-content.gif') 16px 0 no-repeat;
		overflow: hidden;
	}

		#nav {
			padding: 14px 21px 0 0;
			height: 100px;
			text-indent: -4440px;
		}

		#sidebar {
			float: left;
			padding: 150px 0 0 16px;
			width: 170px;
			min-height: 646px;
		}

			#sidebar .content { padding: 6px 8px 14px; }

		#mainContent {
			float: right;
			padding-top: 10px;
			padding-right: 22px;
			width: 676px;
		}

			body#sale #mainContent { padding-top: 0; }

			#flashContent {
				height: 350px;
				overflow: hidden;
				margin-bottom: 9px;
			}

			#mainContent .left, #mainContent .right {
				width: 334px;
				margin-bottom: 9px;
			}

			#mainContent .content {
				min-height: 205px;
			}

		#footer {
			clear: both;
			height: 94px;
			background: url('../Images/bg-footer.gif') no-repeat;
		}

	#copyright {
                float: right;
		padding: 10px;
                text-align: right;
		font-size: 12px;
		color: #fff;
	}

		#copyright a { color: #fff; }

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

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

	.twoColumn {
		clear: both;
		min-height: 761px;
		background: url('../Images/verticleDots.gif') 337px 0 no-repeat;
	}

td {
	vertical-align: top;
	padding: 0;
}

	#productShowcase td { padding-right: 14px; }

	#productShowcase td.last { padding-right: 0; }

	table.borderPlease td { text-align: center; }

	table.borderPlease td a { color: #3c1e08; }

	table.borderPlease td.paddRight { padding-right: 11px; }

	table.borderPlease td img {
		width: 137px;
		height: 137px;
		padding: 6px;
		border: 2px #c0de59 solid;
	}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

#sidebar .content .textBox, #sidebar .content .go { vertical-align: middle; }

#sidebar .content .textBox {
	width: 87px;
	margin-right: 2px;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 10px 0;
	color: #c0de59;
	text-transform: lowercase;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 24px; }

	h1#logo {
 		display: inline;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		h1#logo a {
			position: absolute;
			top: 25px;
			left: 0;
			display: block;
			width: 457px;
			height: 130px;
			background: url('../Images/polkadot-moon_logo.png') no-repeat;
		}

h2 {
	font-family: "2Peas Rickety";
	font-weight: normal; font-size: 24px;
}

	#mainContent .left h2, #mainContent .right h2 {
		font-weight: normal;
		padding: 0;
		text-align: center;
	}

	#mainContent .left h2 a, #mainContent .right h2 a {
		display: block;
		width: 334px;
		height: 33px;
		text-indent: -4440px;
	}

	#mainContent .left h2 a { background: url('../Images/h2_pre-designed-rooms.gif') top no-repeat; }

	#mainContent .right h2 a { background: url('../Images/h2_twenty-five-percent.gif') top no-repeat; }

	#mainContent .left h2 a:hover, #mainContent .right h2 a:hover { background-position: bottom; }

	#productShowcase h2 {
		text-indent: -4440px;
		height: 31px;
		background: url('../Images/h2_product-showcase.gif') top left no-repeat;
	}

h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 19px;
}

h4 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

h5 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
}


/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */