/* Home Appilance Rentals CSS styles */

* { margin: 0; padding: 0; }

BODY {
	text-align: center;
	font-size: 12px;
	line-height: 13px;
	color: #000;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../graphics/background3.jpg);
}

/* Links / Paragraph */

A:link {
	text-decoration: none;
	color: #15679F;
}
A:visited {
	text-decoration: none;
	color: #15679F;
}
A:hover {
	text-decoration: underline;
	color: #F90000;
}
A { outline: none; }

IMG, A IMG { border: none; }

.clear { clear: both; height: 1px; overflow: hidden; }

H1 {
	color: #fa0001;
	margin-bottom: 20px;
	line-height: 15px;
	padding-right: 30px;
	font-size: 1.4em;
	font-family: "Arial";
}

H2 {
	color: #000000;
	margin-bottom: 20px;
	line-height: 15px;
	padding-right: 30px;
	font-size: 1.4em;
	font-family: "Arial";
}
H3 {
	color: #000000;
	margin-bottom: 10px;
	line-height: 15px;
	padding-right: 30px;
	font-size: 1.2em;
	font-family: "Arial";
}

H4, H5 {
	color: #fa0001;
	margin-bottom: 15px;
	line-height: 13px;
	padding-right: 30px;
	font-size: 1em;
	font-family: "Arial";
}

P {
	line-height: 1.8em;
	padding: 0 30px 20px 0;
}

UL { margin: 0 0 0 10px; }

	UL LI { margin: 0 0 10px 10px; padding-left: 10px; padding-right: 30px; line-height: 1.8em; }

OL { margin: 0 0 0 10px; }

	OL LI { margin: 0 0 10px 10px; padding-left: 10px; padding-right: 30px; }
	
FIELDSET { border: none; }

/* Container */

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

/* Menu */

#menu {
	height: 35px;
}

	#menu .logo { float: left; width: 240px; margin-right: 50px; }

	#menu UL#nav { list-style: none; }
		UL#nav LI { float: left; margin: 0 25px 0 0; padding: 10px 0 0 0; line-height: 1em; }
			UL#nav LI A { color: #fff; font-size: 1em; font-family: Arial; }
			UL#nav LI A:hover { color: #f0eb16; }

#content {
	padding: 30px 0;
}

/* Feedburner */

.feedburnerFeedBlock A { color: #15679F; }
.feedburnerFeedBlock UL { margin: 0px; }
.feedburnerFeedBlock UL DIV { margin: 0 0 20px 0; }
.feedburnerFeedBlock UL LI { list-style: none; margin: 0; padding: 0; }
.feedburnerFeedBlock UL LI A:hover { color: #82bb46; }
.feedburnerFeedBlock .feedTitle { font-weight: bold; padding: 0; margin-bottom: 20px; }
.feedburnerFeedBlock .date { padding: 0; margin: 0; display: block; text-align: right; }
.feedburnerFeedBlock .headline { font-weight: bold; }
#creditfooter { display: none; }

/* Left Column */

#leftColumn {
	width: 228px;
	padding-left: 12px;
	float: left;
}

		#leftColumn .sideMenu { margin: 18px 51px 0 7px; width: 170px; color: #15679f; font-family: Arial; font-size: 1em; }
			#leftColumn .sideMenu P { line-height: 1em; padding: 10px 0 15px 0; color: #15679f; text-transform: uppercase; font-size: 1em; }
			#leftColumn .sideMenu A { display: block; color: #15679f; padding-bottom: 10px; font-size: 1em; }
				#leftColumn .sideMenu A:hover { color: #82bb46; }

/* Right Column */
			
#rightColumn {
	width: 610px;
	float: left;
}
	#rightColumn .text { line-height: 2em; }
	
.blog { width: 275px; float: left; margin-right: 35px; margin-top: 15px; font-size: 1em; font-family: Arial; }

.blog H2 { margin: 0 0 20px 0; }

/* Testimonials */

.testimonial {
	background-color: #e7f0f4;
	margin-bottom: 15px;
}

.testimonial .content { padding: 0 20px; }

.testimonial .content P { padding: 10px 30px 0 5px; }

.testimonial .clear { clear: both; height: 0px; }

.corner {
	width: 15px;
	height: 15px;
	display: block;
	line-height: 0;
	font-size: 0;
}

	.top-right { float: right; background: url('../graphics/test-rt.gif') left top no-repeat; }
	.top-left { float: left; background: url('../graphics/test-lt.gif') left top no-repeat; }
	.bottom-right { float: right; background: url('../graphics/test-rb.gif') left top no-repeat; }
	.bottom-left { float: left; background: url('../graphics/test-lb.gif') left top no-repeat; }

.faq {
	padding: 10px 0;
}

/* Featurettes */

.featured { width: 300px; float: left; margin-top: 15px; }

.featurette {
	width: 131px;
	background: url('../graphics/featurette_bg.gif') left top repeat-y;
	text-align: center;
	display: block;
	margin-right: 15px;
	margin-bottom: 25px;
	font-size: 10px;
	float: left;
	margin-top: 15px;
}

.featurette #top { height: 16px; display: block; background: url('../graphics/featurette_top.gif') left top no-repeat; }

.featurette #bottom { height: 16px; display: block; background: url('../graphics/featurette_btm.gif') left top no-repeat; }

.featurette SPAN { display: block; }

.featurette A.enquire { display: block; color: #fa0001; padding: 8px 0; text-transform: uppercase; }

/* Footer */

#footer {
	margin-top: 25px;
	height: 200px;
	color: #8bd6f3;
	clear: both;
	background-color: #288CAE;
}

	#footerContainer { width: 850px; text-align: left; margin: 0 auto; }

	#footerContainer .footerColLeft { margin-top: 20px; float: left; width: 240px; }
	#footerContainer .footerColLeft SPAN { display: block; padding-left: 12px; line-height: 1.6em; font-weight: normal; }
	#footerContainer .footerColRight { margin-top: 25px; float: left; width: 610px; }
	#footerContainer .footerColRight P { padding-bottom: 10px; }
	#footerContainer .footerColRight A { line-height: 1.5em; color: #8bd6f3; }
	#footerContainer .footerColRight A:hover { color: #fff; }
		.footerColRight .col1 { width: 166px; float: left; margin-left: 20px; }
		.footerColRight .col2 { width: 149px; float: left; }
			.footerColRight .col1 A, .footerColRight .col2 A, .footerColRight .col2 SPAN { display: block; line-height: 1.5em; }
		.footerColRight .col3 { width: 275px; float: left; }
.redtext {
	color: #FA0001;
	font-size: 16px;
}
