/* 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;
}

@font-face {
    font-family: 'Rage';
    src: url('../css/fonts/RageItalic.eot');
    src: url('../css/fonts/RageItalic.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/RageItalic.woff2') format('woff2'),
        url('../css/fonts/RageItalic.woff') format('woff'),
        url('../css/fonts/RageItalic.svg#RageItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'HansHand';
    src: url('../css/fonts/HansHand.eot');
    src: url('../css/fonts/HansHand.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HansHand.woff2') format('woff2'),
        url('../css/fonts/HansHand.woff') format('woff'),
        url('../css/fonts/HansHand.svg#HansHand') format('svg');
    font-weight: normal;
    font-style: italic;
}
input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}



#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;
}

fieldset {
	border-width: 0;
}

.hidden {
	display: none;
}

/* ------------ 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;
}
#content #right p.widep {
	margin: 0 10px 10px 0;
}

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


/* page specific styles */


/* index page */

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

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

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

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

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

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

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

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

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

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

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

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



/* home page */

body#home {
	background: #000 url(../images/bg.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;
}

.error {
	color: red;
	display: block;
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #eaeaea;
    color: black;
}
/* 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; }

.page-titles {
    font-family: rage;
    color: #c19300;
    font-style: italic;
    font-weight: normal;
}

/* ------------ 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 ------------ */
