/* CSS Document */
* { 
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

html { background: #fffbdf; color: #8e8b8b; }

li { list-style-type: square; }

#header {
	width: 100%;
	background: url(../images/bg-header.jpg);
}

#nav ul {
	
}

#nav li {
	list-style-type: none;
	display: inline;
}

#nav li a {
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 6px;
	display: block;
	background: #d1c994;
	margin-right: 20px;
}

#nav li a:hover, #nav li a.active {
	background: #ceb25f;
}

#mid-header {
	margin: 0 auto;
	width: 1000px;
	height: 248px;
	background: url(../images/header.jpg);
}

#outer-wrapper {
	width: 100%;
	background: url(../images/bg-body.jpg) repeat-x bottom;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	padding-bottom: 12px;
}

#left-div {
	float: left;
	width: 650px;
}

#right-div {  
	float: right;
	width: 300px;
	margin-top: 50px;
	color: #cf9455;
}

#quick-quote {
	margin-top: 2px;
	padding: 24px 0 24px 24px;
	width: 274px;
	background: #f7fdb5;
	border: 1px solid #e8e5a1;
	overflow: hidden;
}

#quick-quote input, #quick-quote textarea {
	border: none;
	padding: 2px;
}

#btn-getquote {
	float: right;
	margin: 10px 24px 0 0;
}

#contact {  
	clear: both;
	margin-top: 50px;
	width: 1000px;
	height: 233px;
	background: url(../images/bg-contact.jpg);
}

#contact-left {
	float: left;
	width: 650px;
}

#txt-inputs {
	float: left;
	width: 174px;
	margin: 16px 0 0 112px;
}

#error {
	margin: 20px 0 0 280px;
	font-size: 16px;
	font-weight: bold;
}

#txt-inputs input { 
	border: none;
	padding: 3px 0;
}

.name-no {
	float: right;
}

#c-email {
	margin: 22px 0;
	width: 174px;
}

#txt-area {
	margin: 16px 0 20px 0;
	float: right;
}

#txt-area textarea {
	border: none;
	width: 348px;
	height: 107px;
}

#contact-right, #quick-note {
	width: 300px;
	float: right;
}

#btn-send {  
	margin: 12px 0 0 130px;
}

#quick-note {
	width: 300px
}

.input-div {
	padding: 0 0 10px 0;
}

.input-div div {  
	float: left;
	width: 104px;
	text-align: right;
	padding-right: 10px;
}

#footer { 
	color: #dcbda9;
	font-size: 12px;
	text-align: center;
	width: 1000px;
	margin-top: 80px;
}

.ptop { padding-top: 50px; }
.mtop {  }

.cat-intros {
	clear: both;
	width: 650px;
}

.cat-intro1 {
	float: left;
	width: 310px;
}

.cat-intro2 {
	float: right;
	width: 310px;
}

.cat-intro1 p, .cat-intro2 p {
	margin-top: -270px;
	z-index: 100;
	padding: 120px 20px 0px 20px;
}

.quote-link {
	width: 300px;
	height: 100px;
	margin-bottom: 30px;
	background: #FFCC66;
}
