/* CSS Document 

Site  : http://www.designateddryer.com
Author : Brendan Cullen <brendan.cullen@garick.com>

*/

/* ============================== FOOTER STICK ============================== */
* {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
}

.foot, .push {
	height: 61px; /* .push must be the same height as .footer */
}

body {
	background: #ffffff url('images/body-bg.png') repeat-x 0 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.5;
	color: #000000;
	margin: 0 0 0 0;
}

/* ============================== TYPOGRAPHY ============================== */

a:link {
	text-decoration: underline;
	color: #652c91;
}

a:visited {
	text-decoration: underline;
	color: #652c91;
}

a:hover {
	text-decoration: none;
	color: #ff8700;
}

a:active {
	text-decoration: underline;
	color: #ff8700;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #ff8700;
	letter-spacing: 2px;
	padding-left: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #ff8700;
	letter-spacing: 2px;
	text-align: center;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #ff8700;
	letter-spacing: 2px;
	margin: 0 0 0 10px;
	padding: 0;
}

p {
	padding-left: 10px;
	margin: 10px 0 10px 0;
}


/* ============================== LAYOUT ============================== */

#wrapper {
	background: url('images/bg.png') no-repeat;
	width: 810px;
	margin: 0 0 0 0;
}

#header {
	width: 801px;
	height: 320px;
	clear: both;
}

#logo {
	width: 408px;
	float: left;
}

#navigation {
	float: right;
	font-size: small;
	color: #ffffff;
}

#navigation a:link {
	text-decoration: none;
	color: #ffffff;
}

#navigation a:visited {
	text-decoration: none;
	color: #ffffff;
}

#navigation a:hover {
	text-decoration: underline;
	color: #ff8700;
}

#navigation a:active {
	text-decoration: underline;
	color: #ff8700;
}

#navigation ul {
	margin: 0 0 0 0;
	padding: 75px 0 0 0;
	list-style-type: none;
}


#navigation li {
	padding: 0 5px 0 5px;
	display: inline;
	border-right: thin solid #ffffff;
}


#content {
	width: 810px;
}

#copy {
	width: 550px;
	float: left;
}

#copy ul {
	padding-left: 10px;
}

#copy li {
	margin: 10px 0 10px 40px;
}

#copy ol {
	padding-left: 10px;
}

#copy li {
	margin: 10px 0 10px 40px;
}

#product {
	width: 250px;
	float: left;
	font-size: small;
	line-height: 1;
}

#howto {
	width: 250px;
	float: right;
	font-size: small;
	line-height: 1;
}

#sidebar {
	width: 255px;
	float: right;
	text-align: center;
}

#spacer {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#footer {
	background: url('images/footer-bg.gif') repeat-x;
	width: 100%;
	height: 61px;
	padding: 0 0 0 0;
	clear: both;
}

/* ============================== CONTENT ============================== */

img {
	border: 0;
}

.heading {
	font-weight: bold;
	color: #ff8700;
}

.title {
	border: 0;
	padding: 5px 0 0 5px;
	margin: 5px 0 0 5px;
}

li.last {
	border-right-style: none;
	border-right: 0;
}

#brands {
	width: 810px;
	text-align: center;
}

#brands ul {
	padding: 8px 0 0 0;
	list-style-type: none;
}

#brands li {
	display: inline;
	padding-right: 40px;
}

.centertext {
	text-align: center;
	border: #cccccc 1px dotted;
	padding-bottom: 2px;
	margin-left: 10px;
}

