/* global elements */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(../images/bg.gif) repeat-x left top;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#content {
	width: 848px;
	color: #333;
	height: 523px;
	margin: 0px auto;
}

html, body{
scrollbar-face-color:#fffadb;
scrollbar-base-color:#cccc99;
scrollbar-arrow-color:333300;
scrollbar-track-color:#fcfaf3;
scrollbar-shadow-color:#333300;
scrollbar-highlight-color:#333300;
scrollbar-3dlight-color:#fffadb;
scrollbar-darkshadow-Color:#fffadb;
}

/* ------------ end global elements ------------ */



/* header elements */

#header {
	width: 960px;
	color: #333;
	padding: 0px;
	height: 180px;
	margin: 0;
	background: url(../images/logo_icon.gif) no-repeat right top;
}

#logo {
	padding-top: 55px;
	text-align: left;
	margin-bottom: 10px;
}

#navigation {
	width: 960px;
	color: #fc6;
	padding: 0px;
	margin: 0;
}


#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation a {
	color: #fc6;
	text-decoration: none;
	border-right: 1px solid #fc6;
	line-height: 12px;
	padding: 0 8px;
}

#navigation a.last {border-right: 0 solid #fc6;}

#navigation a.active {color:#FFF}

#navigation a:hover {
	text-decoration: underline;
	color:#FFF;
}

/* Class versions of above */

#fnavigation {
	width: 960px;
	color: #fc6;
	padding: 0px;
	margin: 27px 0 0 0;
}


#fnavigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#fnavigation a {
	color: #fc6;
	text-decoration: none;
	border-right: 1px solid #fc6;
	line-height: 12px;
	padding: 0 8px;
}

#fnavigation a.last {border-right: 0 solid #fc6;}

#fnavigation a.active {color:#FFF}

#fnavigation a:hover {
	text-decoration: underline;
	color:#FFF;
}


#gnavigation {
	width: 960px;
	color: #fc6;
	padding: 0px;
	margin: 43px 0 0 0;
}


#gnavigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#gnavigation a {
	color: #fc6;
	text-decoration: none;
	border-right: 1px solid #fc6;
	line-height: 12px;
	padding: 0 8px;
}

#gnavigation a.last {border-right: 0 solid #fc6;}

#gnavigation a.active {color:#FFF}

#gnavigation a:hover {
	text-decoration: underline;
	color:#FFF;
}





/* ------------ end header elements ------------ */


/* left column elements all pages - unless specified below */

#content #left {
	float: left;
	width: 443px;
	text-align: center;
	height: 523px;
	background: url(../images/bg_left.jpg) no-repeat left top;
	position:relative;
}

#content #left p.caption {
	font-size: 11px;
	font-style: italic;
	background-color: #F6EEC0;
	margin: 0 auto;
	width:200px;
	padding: 3px 0;
}

#content div.leftnav {
	margin: 25px 0 0 10px
}

#content #left div.quote {
	height: 141px;
}


#content #left div.arrows {
	margin: 0;
	text-align: left;
	position: absolute;
	top: 440px;
	left: 10px;
	width: 430px;
	height:40px;
}

#content #left .arrows a.leftarrow {
	margin: 0;
	float: left;
	background: url(../images/left_arrow_left.jpg) no-repeat left top;
	border: none;
}

#content #left .arrows a.leftarrow:hover {
	background: url(../images/left_arrow_left_in.jpg) no-repeat left top;
}

#content #left .arrows a.rigtharrow {
	margin: 0;
	float: right;
	background: url(../images/left_arrow_right.jpg) no-repeat right top;
	border: none;
}

#content #left .arrows a.rigtharrow:hover {
	background: url(../images/left_arrow_right_in.jpg) no-repeat right top;
}

/* ------------ end left column elements ------------ */




/* right column elements all pages - unless specified below */

#content #right {
	width: 403px;
	float: left;
	height: 523px;
	text-align: left;
	background: url(../images/bg_right.jpg) no-repeat left top;
	position: relative;
}

#content #right div.scroll {
	height: 360px;
	width: 380px;
	overflow:auto;
}

#content #right div.scrollbutton {
	height: 61px;
	width: 403px;
}

#content #right a {
	color: #333;
	border-bottom: 1px dotted #996;
	text-decoration:none;
}

#content #right img a {border: none;}

#content #right a:hover {
	border-bottom: 1px solid #996;color: #000;
	}

#content #right h1 {
	padding: 42px 40px 5px 40px;
}

#content #right h2{
	padding: 0 40px 5px 50px;
	font-size: 14px;
}

#content #right p {
	margin: 0 20px 14px 50px;
	line-height: 17px;
}

#content #right div.arrows {
	margin: 0;
	text-align: left;
	position: absolute;
	top: 459px;
	left: 27px;
	width: 350px;
}

#content #right .arrows a.leftarrow {
	margin: 0;
	float: left;
	background: url(../images/right_arrow_left.jpg) no-repeat left top;
	border: none;
	color:#963;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
}

#content #right .arrows a.leftarrow:hover {
	background: url(../images/right_arrow_left_in.jpg) no-repeat left top;
	color:#330;
}

#content #right .arrows a.leftarrow img {
	margin-right: 3px;
}

#content #right .arrows a.rigtharrow {
	margin: 0;
	float: right;
	background: url(../images/right_arrow_right.jpg) no-repeat right top;
	border: none;
	color:#963;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
}

#content #right .arrows a.rigtharrow:hover {
	background: url(../images/right_arrow_right_in.jpg) no-repeat right top;
	color:#330;
}

#content #right .arrows a.rigtharrow img {
	margin-left: 3px;
}

/* ------------ end right column elements ------------ */


/* page specific styles */

/* home page */

body#home {
	background: #000 url(../images/bg1.gif) repeat-x left top;
}

#home #content #left {
	float: left;
	width: 443px;
	text-align: left;
	height: 523px;
	background-image: none;
}

#home #content #left div.quote {
	height: 141px;
}

#home #content #right {
	width: 403px;
	float: left;
	height: 523px;
	text-align: left;
	background-image:none;
}

#home #content #right div.scroll {
	height: 440px;
	width: 403px;
	background-image: url(../images/home_scroll_bg_0.jpg);
	overflow: hidden;
}

#home #content #right div.bg_and_text{
	padding-left: 0px;
	height: 440px;
	overflow:visible;
	background-image: url(../images/home_scroll_bg_1.gif);
}

#home #content #right div.bg_and_text p {
	text-align: justify;
	padding-right: 0px;
	padding-left: 10px;
}

#home #content #right div.scrollbutton {
	height: 61px;
	width: 403px;
}

#home #content #right h1 {
	padding: 22px 30px 5px 30px;
}

#home #content #right p {
	margin: 0 30px 14px 30px;
}

#home #content #right a {
	border-bottom: 0px dotted #996;
	text-decoration:none;
}

home #content #right a:hover {border-bottom: 0px solid #996;}

/* ------------ end right column elements ------------ */



/* other pages */

/* main image in left column */

#about #content #left img {
	margin-top: 160px;
	margin-left: 40px;
}

#news #content #left img {
	margin-top: 123px;
	margin-left: 36px;
}

#restoration #content #left img, #contact #content #left img, #testimonials #content #left img {
	margin-top: 57px;
	margin-left: 27px;
}

/* height of the scroll in the right column */

#about #content #right div.scroll, #restoration #content #right div.scroll {
	height: 390px;
}

#contact #content #right div.scroll{
	height: 400px;
}

/* landing page
 */

#explanation {
color:#ffffff;
margin-left:auto;
margin-right:auto;
text-align:left;
width:850px;
}

.roundedcornr_box_746861 {
   background: #260f09 url(../images/roundedcornr_746861_grad.gif) repeat-x top left;
}
.roundedcornr_top_746861 div {
   background: url(../images/roundedcornr_746861_tl.gif) no-repeat top left;
}
.roundedcornr_top_746861 {
   background: transparent url(../images/roundedcornr_746861_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_746861 div {
   background: url(../images/roundedcornr_746861_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_746861 {
   background: transparent url(../images/roundedcornr_746861_br.gif) no-repeat bottom right;
}

.roundedcornr_top_746861 div, .roundedcornr_top_746861,
.roundedcornr_bottom_746861 div, .roundedcornr_bottom_746861 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_746861 { margin: 0 15px; }

/* ------------ end other pages styles ------------ */


/* footer styles */

#footer {
	width: 960px;
	color: #fc6;
	height: 200px;
	font-size: 10px;
	background: url(../images/footer_img.gif) no-repeat left 35px;
	border: 1px solid #000;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#footer p {
	margin-left: 300px;
	margin-top: 100px;
	padding:0;
	line-height: 16px;
}


#sfooter {
	width: 960px;
	color: #fc6;
	height: 200px;
	font-size: 10px;
	background: url(../images/footer_img.gif) no-repeat left 60px;
	border: 1px solid #000;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#sfooter p {
	margin-left: 300px;
	margin-top: 65px;
	padding:0;
	line-height: 16px;
}

/* ------------ end footer styles ------------ */
