/*
main body style and background divs
*/

body {
background: #F9FBF0 url(../images/bg.gif) top center no-repeat;
margin:0px;
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size:11px;
line-height:1.4em;
color:#4F4F4F;
}
div#body {
width:1000px;
min-width:1000px;
margin:auto;
position:relative;
}

/*
global styles etc
*/

img {border:0px;}
table {font-size:1em;}
td {vertical-align:top;}

a:link 		{color:#a94b20; font-weight:normal; text-decoration:none;}
a:visited 	{color:#a94b20; font-weight:normal; text-decoration:none;}
a:hover		{color:#ffffff; font-weight:normal; text-decoration:none; background: url(../images/bg-link.jpg) bottom right;}

a:hover.none {background:transparent;}


ul {list-style-image: url(../images/li.png);}


h1 {font-size: 1.4em; font-weight: normal; padding:0px; margin:0px; color:#a94b20; text-align:right; border-bottom:2px solid #f0e5de; padding-bottom:3px; margin-bottom:5px;}
h2 {font-size: 1em; font-weight: bold; padding:0px; margin:0px;}
h3 {font-size: 1em; font-weight: bold; padding:0px; margin:0px;}

address {font-style: normal;}

acronym {border:none;}

.right {float:right;}
.left {float:left;}
.clearer {clear: both;height: 0px;overflow: hidden;line-height: 0px;font-size: 0px;}
.clear {clear:both;}
.clear-l {clear:left;}
.clear-r {clear:right;}

.color 	{color:#a94b20;}
.big   {font-size:1.4em;}
b.big, b.normal  {font-weight:normal;}

p.big {line-height:1.8em;}

.inside {padding:10px;}


.box	{
background: #F9FBF0 url(../images/bg-box-tile.gif) top center repeat-x;
padding:20px;
padding-top:10px;
height:auto;
position:relative;
}

.thin	{width:220px;}
.wide 	{width:600px; text-align:justify;}


/*
page backgrounds and structure
*/

body#home div.wide {width:640px;}


img#tape-measure {
position:absolute;
right:0px;
}
img#mobile-phone {
position:relative;
left:-20px;
}



a#number, a#bookmark-us {
padding:10px; margin:10px;
}

/*
content styles and positioning
working from top down
*/

/*
Buttons and Nav
*/

ul#nav {
position:absolute;
right:30px;
top:60px;
z-index: 95;
}

ul#buttons, ul#nav {
list-style-image:none;
list-style-type:none;
padding-left:0px;
}
ul#buttons li, ul#nav li {
display:block;
float:left;
}

/*
Banner
*/

div#banner {
height:287px;
width:966px;
margin: 0 auto;
position: relative;
z-index: 90;
}

div#mask {
background: url(../images/mask.png) no-repeat;
width: 966px;
height: 287px;
position: absolute;
z-index: 91;
}

/*
Content Area
*/

div#bg-content-tile {
background: url(../images/bg-content-tile.png) top center repeat-y;
}
div#bg-content-top {
background: url(../images/bg-content-top.png) top center no-repeat;
}
div#bg-content-end {
background: url(../images/bg-content-end-tile.gif) bottom center repeat-x;
margin-left:17px;
margin-right:17px;
padding:30px;
}
body#home div#bg-content-end {
padding-right:10px;
}
body#home div#bg-content-end  h1 {
margin-right:12px;
}


/*
Footer sections
*/

div#footer {
background: url(../images/bg-footer.jpg) top center no-repeat;
height:auto;
padding-bottom:100px;
}
div#footer div.left {
width:270px;
text-align:left;
margin-left:35px;
margin-top:40px;
}
div#footer div.left p:first-line {
line-height:3em;
}
div#footer div#quick-links.left,
div#footer div#info.left {
margin-left:57px;
}
div#footer div#quick-links.left p {
padding-bottom:0px;
}
div#quick-links a {
display:block;
text-transform: lowercase;
}



/*
page specific styles
*/

/*
about page
*/

body#about div.wide p.big {
width:400px;
margin:auto;
margin-bottom:29px;
text-align:center;
}
body#about div.wide  p.big a {
font-size:0.8em;
}


/*
Services page
*/

.left ul li a {
display:block;
}

div#gallery a {
border:1px solid #F0E5DE;
background-color:#F6F0E6;
padding:5px;
width:98px;
height:70px;
float:left;
margin:5px;
}


/*
Contact page
*/

body#contact div.box {padding-bottom:0px;}

form {
margin-bottom:10px;
}
input{
margin:1px;
padding:1px;
border:1px solid #C9D1D4;
background:#fff;
width:200px;
font-size:1.4em;
color:#a94b20;
}
textarea {
font-family: Verdana,Helvetica,Arial,sans-serif;
margin:1px;
padding:1px;
border:1px solid #C9D1D4;
background:#fff;
width:200px;
font-size:1.4em;
color:#a94b20;
}

input.submit {
margin-top:10px;
margin-bottom:10px;
padding:auto;
border:0px;
background: url(../images/bg-wood.jpg);
color:#fff;
font-weight:normal;
width:200px;
height:40px;
cursor: pointer;
}

input:hover {background: #EFF4F6;}

textarea:hover {background: #EFF4F6;}

input:hover.submit {
font-weight:bold; 
font-size:1.2em;
background: url(../images/bg-wood.jpg);
}

#more {display:none;}