/*	Author: L. Worster 		 		*/
/*	Version 1 					 	*/
/*	Hauser Shade Company (c)2007	*/

body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: #F6E6C4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	}

img {
	border: none;
	}

h1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #850909;
	letter-spacing: 5px;
	}

h2 {
	margin: 0px;
	padding-left: 15px;
	background: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #850909;
	}

h3 {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	color: #850909;
	}

a {
	background: inherit;
	text-decoration: underline;
	color: #850909;
	}

a:hover {
	text-decoration: underline;
	}

#container {
	border: black solid 1px;
	margin: 50px auto;
	padding: 0px;
	width: 700px;
	background: #FFF;
	}

#hdr {
	margin: 0px;
	padding: 5px 5px 20px 160px;
	background: url(../images/logosmall.gif) no-repeat;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	}

#nav {
	margin: 0px  0px 0px -5px;
	padding: 1px 10px 0px 0px;
	width: 145px;
	float: left;
	font-size: 16px;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	background-color: #F8F2D3;
	}

#nav a {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 2px 0px 2px 8px;
	background-color: #F8F2D3;
	width: 140px;
	display: block;
	text-decoration: none;
	color: #000;
	}

#navlist a:hover {
	background: #850909;
	text-decoration: none;
	color: #F6E6C4;
	}

#firstLink {
	border-top: 1px solid #333;
	}

.curPage {
	background: #850909 !important;
	text-decoration: none;
	color: #F6E6C4 !important;
	}

#content {
	margin: 0px 0px 0px 160px;
	padding: 0px;
	}

.text {
	border-top: 4px solid black;
	margin-right: 10px;
	padding: 10px;
	font-size: 16px;
	}

.text p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-indent: 10px;
	}

.shades {
	text-align: center;
	}

.shades p{
	text-align: left;
	}

.shades img {
	border-top: 2px solid black;
	margin-bottom: 10px;
	padding: 10px 5px 0px 5px;
	}

.form p {
	text-indent: 0px;
	}

#shadeCol{
	margin: 0px -10px 0px 0px;
	padding: 0px;
	width: 280px;
	font-size: 16px;
	float: right;
	}

#imageCol {
	margin: 0px -10px 0px 0px;
	width: 220px;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	float: right;
	}

#imageCol p, .contact p, #map p {
	text-indent: 0px;
	}

#map {
	margin: 0px -5px 0px 0px;
	padding: 0px;
	width: 288px;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	text-indent: 0px;
	float: right;
	}

#footer {
	margin: -47px 0px 10px 0px;
	text-align: center;
	font-size: 12px;
	color: #444;
	clear: both;
	}

#footer a {
	color: #444;
	}

#imgContainer {
	border: black solid 1px;
	margin: 50px auto;
	padding: 0px;
	width: 700px;
	background: #FFF;
	text-align: center;
	}

#imgContainer img {
	margin: 10px;
	padding: 0px;
	}