/*
	Express Appliance Service
		designed by:
			GARY DATES
			WWW.SONGWORKSDESIGN.COM
	
	#E51937 =red
*/



p, h1, h2, h3, h4, h5, h6 li {
	margin: 1em 0;
}
* html {height: 1%;}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url(../images/bkg_body.jpg) repeat-x top #666;
}
.clear {
	clear: both;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background: #E51937;
	height: auto;
}
.hiddenPic {
	display: none;
}

/* --------- header ---------- */

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 150px; 
	width: 1000px;
	background: url(../images/header_rev.png) no-repeat top;
}
#tagLine {
	display: block;
	color: #fff;
	padding: 30px 0 0 300px;
	font-family: Times, Times New Roman, serif;
	font-weight:bold;
	font-size: 1.3em;
	font-style: italic;
}
#appliance {
	width: 282px;
	height:190px;
	position: absolute;
	top: 5px;
	right: 30px;
	background: url(../images/header_appl.png)
}
#nav {
	position: relative;
/* 	float: left; */
	top: 0;
	width: 750px;
	background: url(../images/bkg_nav.gif) repeat-x;
}

/* --------main body -------- */

#content {

	background: url(../images/content_top.png) top no-repeat;
	margin: 30px 0 0 0;
}
	
#contentInside {
	padding: 14px 0 0 0;
}
#cn_main {
	margin: 0;
	background: url(../images/content_mid.png) repeat-y;

}
#cn_btm {
	background: url(../images/content_btm.png) bottom no-repeat;
	height: 14px;
	width: 100%;
	margin: 0;
}

/* ---------- main (left) column ----------- */

#main_clm {
	float: left;
	margin: 5px 0 0 60px;	
	width: 650px;	
}
#main_clm h1 {
	margin: 0;
	width: 650px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1.5em;
	color: #E51937;
	border-bottom: 2px solid #000;
}
#main_clm h2 {
	color: #E51937;
	font-size: 1.2em;
	font-weight: bold;
}
#main_clm p {
	margin-left: 25px;
	line-height: 1.7em;
}
#main_clm ol li, #main_clm ul li {
	margin-left: 30px;
	padding: 5px 0;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #E51937;
}
a:hover {
	color: #fff;
	background: #E51937;
}

/* -------------- right column --------------- */

#right_clm {
	float: right;
	margin: 0 30px 0 0;
}

/* ------ FAQ page ---------- */

#faq {
	margin: 20px 0 200px 10px;
}
#faq p {
	padding: 0 0 20px 0;
}
#ans {
	margin: 0 0 0 30px;
}
.questionTop {
	margin: 0;
	padding: 0;
}

.question {
	color: #E51937;
	font-size: .9em;
	font-weight: bold;
}

.answer {
	color: #000;
	font-size: .9em;
	font-weight: normal;
}
#faqPage #topcontrol {
	color: #000;
	font-family: Times, Times New Roman, serif;
	font-size: 1.5em;
	font-weight:lighter;
}
#onlyIE6 {
	visibility: hidden;	
}
/* ------------- FORM ------------ */
form#contact {
	padding-bottom: 20px;
}
#appointmentForm {
	margin: 30px auto;
}
fieldset {
	margin: 10px 0 10px 50px;
	padding: 15px 10px 0 0;
	width: 500px;
	background: url(../images/bkg_form.png) repeat-x bottom;
	border: 1px solid #E51937;
}
fieldset .field {
	clear: both;
	margin: 0 0 1em;
}
fieldset .field ul {
	list-style-type: none;
	padding: 0;
}
fieldset .field li {
	margin-left: -50px;
	padding-bottom: .5em;
}
fieldset label {
/* 	line-height: 1.1em; */
	margin: 0 10px 0 20px;
	width: 140px;
	float: left;
	text-align: right;
}
fieldset input, fieldset textarea {
	width: 250px;
	font-size: 1.1em;
	border: 2px solid #E51937; 
	text-align: left;
	background: white url(../images/bkg_textfield.png) repeat-x;
}

div.buttons {
	margin: 15px 0 15px 180px;
}
input.button {
	cursor: pointer;
	display: inline;
	width: 75px;
	text-align: center;
	background: #E51937;
	color: white;
	margin: 0 auto;
}
fieldset#appDate {
	background: #fff url(../images/bkg_textfield.png) repeat-x;
	margin: 15px auto;
	padding: 10px;
	width: 300px;
	border: 2px solid #E51937;
}
fieldset#appDate h3 {
	margin: 0 0 10px 0;
	color: #E51937;
	text-align: center;
	font-size: 1em;
	font-weight: lighter;
	}
div.appt {
	display: block;
	float: left;
	margin: 0 0 25px 10px;
	padding-left: 0;
}
fieldset#appDate div label {
	position: absolute;
	top: -999px;
}
div.appt .menu {
	width: 80px;
}
#applianceType h3 {
	margin-top: 100px;
}
#applianceType ul {
	margin: 0;
	padding: 0;
}
#applianceType ul li {
	margin: 0;
	padding: 5px 0 0 0;
}
#applianceType input {
	width: 20px;
	border: none;
}
fieldset#appDate #applianceType label.radio {
	position: relative;
	top: 0;
	margin: 5px 10px 0 0;
}#topLoad {
	float: right;
	margin: 20px 30px 20px 10px;
}

/* -------------- FOOTER ------*/

#footer {
	background-color: black;
	color: white;
	height: 100px;
	margin-top: 25px;
}
#footerInside {
	padding: 5px 0 0 20px;
}
#footerInside p {
	margin: 0;
	padding: 0;
	font-size: .8em;
}

