@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#393939;
	margin:0;
	padding:0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	}
	
* {
	padding:0;
	margin:0;
	}

#outercontainer {
	margin:0 auto;
	width:1000px;	
	background-image:url(images/dropshadow2.png);
	background-repeat:repeat-y;
	}

#container {
	margin:0 auto;
	width:950px;	
	background-color:#FFF;
	}
	
/* - - - - - -  BODY STYLES - - - - - - */
	
h1 {
	color:#772715;
	font-size:2.0em;
	line-height:19px;
	padding-bottom:8px;
	padding-top:15px;
	}

h2 {
	color:#a24212;
	font-size:1.5em;
	line-height:28px;
	}

h3 {
	color:#a24212;
	font-size:1.3em;
	line-height:20px;
	}
	

	
p {
	font-size:1.2em;
	line-height:17px;
	padding-bottom:10px;
}

td {
	font-size:1.2em;
	line-height:14px;
	
}

a {	
	color:#ae5b25;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

a.dreamshopmore {
	color:#FFF;
	text-decoration:underline;
}



/* - - - - - -  Header LOGO with Images - - - - - - */

#search {
	float: right;
	padding:10px 0 10px 0;
	}


#logo {
	width:347px;
	height:179px;
	
	background-repeat:no-repeat;
	float:left;
	}
	
#headerRight {
	width:603px;
	height:108px;
	background-image:url(images/header_right.jpg);
	background-repeat:no-repeat;
	float:right;	
	}
	
/* button for newsletter sign up */	
#headerRight img {
	margin-top:38px;
	margin-left:55px;
	}
	

	
/* - - - - - -  NAV - - - - - - */
		
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:70px;
	}

#nav a {
	display: block;
	text-decoration:none;
	color:#000;
	font-size:1.2em;
	text-transform:uppercase;
	padding-left:10px;
	}

#nav li { 
	float: left;
}


/* - - - - - -  CONTENT TOP - - - - - - */


#banner {
	clear:both;
	width:950px;
	height:69px;
	background-color:#58595b;
	}

#bannerLeft {
	background-image:url(images/banner.jpg);
	background-position:left;
	background-repeat:no-repeat;	
	float:left;
	width:422px;
	height:69px;
	}

#bannerMiddle {
	float:left;
	height:69px;
	width:207px;
	}
	
#bannerRight {
	float:left;
	width:305px;
	}
	
#bannerRight p {
	font-size:1.0em;
	line-height:10px;
	padding-top:10px;
	padding-left:10px;
	color:#FFF;
	}
	
/* - - - - - -  BODY - - - - - - */


#content {
	width:950px;
	background-image:url(images/content_bckg.jpg);
	background-repeat:repeat-y;
	margin-top:7px;	
	padding-bottom:15px;
	overflow: hidden;
	border-bottom:1px solid #d9912d;
	}
	
#contentLeft {
	float:left;
	width:180px;
	background-color:#FFF;
	margin:13px;
	}

#contentLeft ul {
	list-style:none;
	text-align:center;
}
	
#contentMiddle {
	float:left;
	width:600px;
	padding-left:15px;
	}
		
#about {
	width:203px;
	float:left;
	margin-top:8px;	
	padding-right:10px;
	border-top:1px solid #d9912d;
	}

#blog {
	width:375px;
	height:390px;
		padding-left:10px;

	float:left;
	margin-top:8px;
	border-left:1px solid #d9912d;
	border-top:1px solid #d9912d;
	}
	
#contentRight {
	float:right;
	}
	
#contentMiddle ul {
	font-size:1.2em;
	line-height:17px;
	padding-left:13px;
	margin-bottom:10px;
}

#contentMiddle img {
	padding-right:10px;
	
}
	
/* - - - - - -  FOOTER - - - - - - */

#footer {
	clear:both;
	width:950px;
	height:50px;
	}
	
#footer ul {
	list-style:none;
	display:inline;
}

#footer li {
	float:left;	
	position:relative;
	display:block;
	text-decoration:none;
	color:#828186;
	font-size:1.1em;
	margin-top:20px;
	padding-left:15px;
	}




/* - - - - - -  classes & misc. styles - - - - - - */

.clear {
	clear:both;
}

.bold {
	font-weight:bold;
	color:#494949;
}
	
.model {
	font-size:1.0em;
	color:#777;
	line-height:10px;
	padding:3px 0 2px 5px;
	}

.MSRP {
	font-size:1.7em;
	color:#888;
	line-height:10px;
	}
	
.floatRight {
	float:right;
	padding-left:10px;
}

.productName {
	background-color:#DBDBDB;
	padding-left:5px;
	margin-bottom:8px;
	
}

.pdf {
	font-size:0.9em;
	color:#A5A5A5;
}