@charset "utf-8";
/* Index Style Sheet
   Updated: Friday 09.02.08
   Author:  Kimber Malone
   ----------------------------------------------------*/

/* COLORS (color guide)
   Body Background:       #fdfbf5
   Main Text:             #745E3F
*/

/* GENERIC 
   TYPOGRAPHY
   HEADER
   LEFT-SIDEBAR
   CONTENT
   RIGHT SIDEBAR
   FOOTER
*/

/* =GENERIC
   ----------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #745E3F;
	background-color: #fdfbf5;
	background-image: url(../newimages/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#page-wrapper {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
	
/* TYPOGRAPHY
   ----------------------------------------------------*/
h1 {
	margin: 0px;
	font-size: 160%;
	padding-top: 10px 0px 0px 0px;
	line-height: 1.2em;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
}
.style2 {font-size: 130%}
.style3 {font-size: 135%}
.style4 {font-size: 140%}
.style5 {font-size: 125%}

/* HEADER
   ----------------------------------------------------*/
#pd-header {
	background-image: url(../newimages/pdd-header.png);
	background-repeat: no-repeat;
	height: 322px;
	width: 900px;
	margin-left: 125px;
}

#content-wrapper {
	width: 1050px;
	float: left;
}

/* BODY
   ----------------------------------------------------*/
.text-box {
	width: 575px;
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 5px;
}

#pdd-flash {
	background-image: url(../newimages/pinkproduct-image.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 550px;
	margin-left: 45px;
	margin-top: 10px;
}

.mixed {
	font-size: 125%;
	margin: 0px;
	padding: 0px;
}

#left-sidebar {
	float: left;
	width: 275px;
	background-image: url(../newimages/nav-bg.png);
	background-repeat: no-repeat;
}
/* LEFT-SIDEBAR OR NAV MENU
   ----------------------------------------------------*/
#navbar {
	width: 215px;
	float: left;
	margin-top: 80px;
	padding-left: 50px;
}

.nav {
	font-size: 105%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-button1 {
	background-image: url(../newimages/tag1.png);
	background-repeat: no-repeat;
	float: left;
	height: 42px;
	width: 172px;
	padding-top: 25px;
	padding-left: 38px;
}

.nav-button2 {
	background-image: url(../newimages/tag2.png);
	background-repeat: no-repeat;
	float: left;
	height: 47px;
	width: 175px;
	padding-top: 20px;
	padding-left: 35px;
}

.nav-button3 {
	background-image: url(../newimages/tag3.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 170px;
	float: left;
	padding-top: 73px;
	padding-left: 30px;
}

#navbar a:link, #navbar a:visited {
	color: #745E3F;
	text-decoration: none;
}

#navbar a:hover {
	color: #87A670;
	text-decoration: none;
}

.tag {
	float: left;
	padding-left: 1px;
	width: 200px;
	padding-top: 10px;
}
/* CONTENT
   ----------------------------------------------------*/
#content-box {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
	line-height: 1.5em;
	padding-bottom: 10px;
}


#content-box a:link, #content-box a:visited {
	color: #745E3F;
}

#content-box a:hover {
	color: #8E9D74;
	text-decoration: none;
}

ul.content {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 1em;
}

li.content {
	background-image: url(../newimages/brown-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 0.7em;
}

.small-textbox {
	float: right;
	width: 190px;
	padding-bottom: 7px;
}

.table-box {
}

/* RIGHT SIDEBAR
   ----------------------------------------------------*/
#right-sidebar {
	float: right;
	width: 165px;
}

.banner-ads {
	float: right;
	width: 165px;
}


/* FOOTER
   ----------------------------------------------------*/
#footer {
	float: left;
	width: 1050px;
	clear: both;
	height: 200px;
	text-align: center;
	padding-top: 20px;
	font-size: 90%;
}

#footer a:link, #footer a:visited {
	color: #745E3F;
	text-decoration: none;
}

#footer a:hover {
	color: #8E9D74;
	text-decoration: none;
}

.clearit {
	clear: both;
}

input#bookmark {
	background-color: #D59BAA;
	border: 1px solid #F8DFDE;
	color: #54442E;
}

.statcounter {
	float: left;
	clear: both;
}
