/* Interior Style Sheet 1
   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;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
}

.style2 {font-size: 130%}
.style3 {font-size: 135%}
.style4 {font-size: 140%}
.style5 {font-size: 125%}
.style6 {
	color: #CC6699;
	background-color: #FFF2FE;
	padding-top: 5px;
	padding-bottom: 5px;
}
.description {
	font-size: 85%;
}

/* =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;
}

.text-box {
 width: 630px;
 margin-left: 15px;
 margin-top: 10px;
 margin-bottom: 5px;
 padding-bottom: 10px;
 padding-right: 10px;
}

.text-box2 {
	width: 710px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 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;
	width: 265px;
}

.banner-ads {
	float: left;
	width: 260px;
	margin-top: 20px;
}

/* =CONTENT
   ----------------------------------------------------*/

#content1 {
	float: left;
	width: 655px;
}

#content2 {
	float: left;
	width: 750px;
}

#content3 {
	float: left;
	width: 774px;
}

#content-top {
	background-image: url(../newimages/content-frame-top.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 633px;
}

#content-box {
	float: left;
	width: 645px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content-box2 {
	float: left;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

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

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

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

#content-box2 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: 225px;
	padding-bottom: 7px;
	margin-left: 10px;
}

.small-textbox2 {
	float: right;
	width: 225px;
	padding-bottom: 7px;
	margin-left: 10px;
}

.website-sample {
	float: left;
	width: 225px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.website-sample2 {
	float: left;
	width: 280px;
	padding-left: 10px;
}

.sample {
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	color: #89784B;
	padding-top: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5C9A3;
}

#content-bottom {
	background-image: url(../newimages/content-frame-end.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 633px;
}

.table-box {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FCFBF6;
	padding: 5px;
	border: 1px solid #E5D8BE;
}

.table-box2 {
	margin-right: 10px;
	margin-left: 20px;
	padding: 5px;
	background-color: #FFFCF7;
	border: 1px solid #E5D8BE;
}


/* =RIGHT-SIDEBAR
   ----------------------------------------------------*/
#right-sidebar {
	float: right;
	width: 118px;
	margin: 0px;
	padding: 0px;
}

#right-sidebar a:link, #right-sidebar a:visited {
	color: #745E3F;
	
}

#right-sidebar a:hover {
	color: #5B7142;
	text-decoration: none;
}

.hangtag1 {
	background-image: url(../newimages/cream-hangtag.png);
	background-repeat: no-repeat;
	float: right;
	height: 90px;
	width: 85px;
	padding-right: 15px;
	padding-top: 30px;
	font-size: 85%;
	padding-left: 10px;
}

.hangtag2 {
	background-image: url(../newimages/rose-hangtag.png);
	background-repeat: no-repeat;
	float: right;
	height: 115px;
	width: 95px;
	padding-left: 10px;
	padding-top: 30px;
	padding-right: 10px;
	font-size: 85%;
}

.hangtag3 {
	background-image: url(../newimages/gray-hangtag.png);
	background-repeat: no-repeat;
	float: right;
	height: 120px;
	width: 100px;
	padding-right: 10px;
	font-size: 85%;
	text-align: center;
	padding-top: 15px;
}

.hangtag4 {
	background-image: url(../newimages/brown-hangtag.png);
	background-repeat: no-repeat;
	float: right;
	height: 115px;
	width: 115px;
	text-align: center;
	padding-top: 40px;
}

.banner {
	float: left;
	width: 116px;
}

/* =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;
}

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

.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
