/*RESET CSS
***********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-size: 100%; vertical-align: top; background: transparent;
}

body {}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/*Global Style
**********************************************************/

body{
	background:url(images/bg.jpg) repeat-x top;
	background-color:#a59580;
}

#main{
	width:685px;
	height:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	border-left:#d8c69d solid 8px;
	border-right:#d8c69d solid 8px;
}

a{
	color:#c68939;
	text-decoration:underline;
}

a:hover{
	color:#999999;
}

.brown{
	background-color:#ede7d9;
}

/*Top Icons
*************************************************************/
#icons{
	float:right;
	margin-top:-40px;
	margin-right:25px;
	position:relative;
	z-index:2;
}


/*Top Navigation
***********************************************************/
#top_nav{
	background:url(images/top_nav.jpg) repeat-x top left;
	width:681px;
	height:50px;
	margin:0 auto;
	margin-top:2px;
}

#menu{
	margin:0 auto;
	margin-left:25px;
	padding-top:18px;
}

#menu li{
	float:left;
	margin-right:25px;
}

.line{
	width:1px;
	height:26px;
	background:url(images/line.jpg) no-repeat top;
}

#menu li a{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

#menu li a:hover{
	color:#FFFFFF;
}

#menu li.selected{
	color:#FFFFFF;
}

/*Content
*****************************************************************/

#content{
	padding:15px;
	padding-top:35px;
}

#content p{
	font-family:Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	font-size:12px;
}

#content h1{
	color:#4d4124;
	font-size:20px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.test{
	margin-left:20px;
	display:block;
}

/*Content Inside
*****************************************************************/
#content_inside{
	padding:15px;
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f3f3f;
}

#content_inside p{
	font-family:Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	font-size:12px;
}

#content_inside h1{
	color:#4d4124;
	font-size:20px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.test{
	margin-left:20px;
	display:block;
}

.bc{
	color:#999999;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/*REQUEST FORM
****************************************************************/
#requestform {
	margin:0px 0px 20px 0px;
}
#requestform p{
	margin:10px 0px 10px 0px;
}
#requestform td{
	padding:5px 10px 5px 10px;
}
#requestform small{
	font-size:10px;
}
#requestform .area{
	width:294px;
	height:70px;
}
/*Footer
****************************************************************/

#footer{
	width: 681px;
	height: 102px;
	margin:0 auto;
	background:url(images/footer_bg.jpg) no-repeat top center;
}

.copyright{
	color:#CCCCCC;
	padding-top:25px;
	padding-left:15px;
}

.copyright a{
	color:#CCCCCC;
}

.copyright a:hover{
	color:#c68939;
}

/*Form
****************************************************************/
td{
	position:relative;
	}
.areawide {
	width:100%;
	height:40px;
	
}
#thankYou{
	border:1px solid #c0c0c0;
	width:100%;
	height:100px;
	padding-top:75px;
	text-align:center;
}	
#request-quote{
	float:right;
	margin-top:-134px;
	margin-right:20px;
	position:relative;
	z-index:2;
}