/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0;
	padding:0;
	font-family: Arial, sans-serif;
	color: #523119;
	line-height: 1.166;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	scrollbar-base-color: #52321B;
	scrollbar-arrow-color: #EEE7C8;
	scrollbar-DarkShadow-Color: black;
	position: relative;
}


ul{
	/*list-style-type: none;*/
	list-style-image: url(../images/caret.gif);
	list-style-position: outside;
}


ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{ /* Inside page specific */
	float: right;
	width: 533px;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	background-color: #DB3C1F;
	height: 16px;
	position: absolute;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEE7C8;
	display: block;
	left: 207px;
	top: 94px;
	z-index: 200;
}


#content_wrapper_inside { /* Inside page specific */
	width:757px;
	z-index:1;
	background-color: #523119;
	height: 80%;
}

#leftcolumn{ /* Inside page specific */
	/**position: absolute;
	width: 41px;
	z-index: 5;*/
	background-color: #523119;
	background-image: url(../images/wood.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 630px;
} 

#leftcolumn_gallery{ /* Inside page specific */
	/**position: absolute;
	width: 41px;
	z-index: 5;*/
	background-color: #523119;
	background-image: url(../images/inside_right_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 630px;
} 

#content_inside{ /* Inside page specific */
	/*margin:0 210px 0 41px;
	position: absolute;*/
	background-color: #EEE7C8;
	/*z-index: 5;*/
	min-height: 630px;
	vertical-align: top;
}

/*#content_simple{
	z-index: 9;
	float: none;
	background-color: #EEE7C8;
	height: 620px;
	width: 615px;
	top: 128px;
	left: 41px;
	position: absolute;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}*/


#rightcolumn_inside{ /* Inside page specific */
	/*position: absolute;
	width: 266px;
	z-index: 2;*/
	background-color: #51311B;
	background-image: url(../images/inside_right_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	/*left: 491px;*/
	height: 630px;
}

#rightcolumn_simple{ 
	/*z-index: 8;
	top: 128px;
	position: absolute;
	left: 716px;
	width: 41px;*/
	background-color: #51311B;
	background-image: url(../images/wood4.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 630px;
}


#testimonials{/* Inside page specific */
	z-index: 15;
	top: 520px;
	left: 25px;
	position: absolute;
	height: 100px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE7C8;
	line-height: 1em;
	overflow: hidden;
}	

#rightcolumn_nav{ /* Inside page specific */
	z-index: 32;
	top: 175px;
	position: absolute;
	background-position: top;
	height: 207px;
	width: 176px;
	float: right;
	left: 555px;
}



/************* #content_inside styles **************/

#content_inside h1{
	color: #EF762F;
	margin: 10px;
}

#content_inside h2{
	font-weight: bold;
	color: #EF762F;
	margin: 10px;	
}

#content_inside h3{
	font-weight: bold;
	color: #EF762F;
	margin: 10px;
}

#content_inside h4{
	font-weight: bold;
	color: #EF762F;
	margin: 10px;
}

#content_inside h5{
	font-weight: bold;
	color: #EF762F;
	margin: 10px;
}

#content_inside h6{
	font-weight: bold;
	color: #EF762F;
	margin: 10px;
}

#content_inside p {
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	color: #523119;
	margin: 10px;
}

#content_inside a {
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	color: #523119;
	text-decoration: underline;
}

#content_inside img{
	display: block;
}

a.content_inside:link{
	text-decoration: underline;
	font-weight: normal;	
}

a.content_inside:hover{
	text-decoration: none;
}
