﻿/* These are the current styles set for the Esposti Cabinet Website*/

/* This rule resets a core set of elements so that they will appear consistent 
across browsers. Without this rule, content styled with an h1 tag, for example, 
would appear in different places in Firefox and Internet Explorer because each 
browser has a different top margin default value. By resetting these values to 
0, the elements will initially be rendered in an identical fashion and their 
properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* For the Esposti Cabinet website, the body is the outermost layout component and contains 
the visible page content.  Setting properties for the body element will help to create 
consistent styling of the page content and more manageable CSS. Besides using the body element 
to set global properties, it is common to use the body element to set the background color 
of the page and create a centered container for the page content to display. */

body {
	background-color: #2C3721; /* #884C1A; */
	font-size: medium;
	color: #2e2d2c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background-image: url('../images/background.jpg');
	background-repeat: repeat-x;*/
}
body img {
	border: 0px;
	text-decoration: none;
}

/* Commonly used to style page titles. */

h1, h2, h3 {
	background-color: inherit;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}

/* Background Colors */
input, textarea {
	background-color: #B4B467;
}

/* Sets the style for unvisited links. */
a, a:link {
	color: #884C1A;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  text-decoration: underline;
}

/* This is a container for the page content. */
#outerWrapper {
  background-color: #fff;
  width: 740px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  margin: 10px auto 10px auto; 
}

#outerWrapper #sitename {
	background-position: center center;
	background-color: #ffffff;
	text-align: center;
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #44260D;
	border-bottom: 2px solid #44260D;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	background-image: url('../_images/family-genealogy-logo3.gif');
	background-repeat: no-repeat;
	height: 85px;
}
#outerWrapper #header {
	height: 120px;
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
	background: #B56523 url('../_images/kitchen_800x200.png') no-repeat;
}
#outerWrapper #header2 {
	height: 120px;
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
	background: #B56523 url('../_images/woodgrain_background_740x200.jpg') no-repeat;
}
#outerWrapper #header3 {
	height: 120px;
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
	background: #B56523 url('../_images/tree-masthead.jpg') no-repeat;
}
#outerWrapper #header4 {
	height: 120px;
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
	background: #B56523 url('../i_mages/tree-masthead.jpg') no-repeat;
}
#outerWrapper #header5 {
	height: 120px;
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
	background: #B56523 url('../_images/birds_eye_maple_800x200.png') no-repeat;
}
#outerWrapper #header6 {
	height: 120px;
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
	background: #B56523 url('../_images/kitchen_800x200.png') no-repeat;
}
#outerWrapper #header7 {
	height: 120px;
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
	background: #B56523 url('../_images/woodgrain_background_740x200.jpg') no-repeat;
}
#outerWrapper #header8 {
	height: 120px;
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
	background: #B56523 url('../_images/woodgrain_background_740x200.jpg') no-repeat;
}

#outerWrapper #topNavigation {
	background-color: #44260D;
}
#content {
	position: relative;
	z-index 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/	
	border-right: 1px solid white; /*right divider between tabs*/	
	color: white;
	background: #44260D; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited{
	color: #FFFFFF;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #884C1A; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#outerWrapper #contentWrapper #content {
  padding: 10px 20px;
  margin: 0px; 
}
#outerWrapper #footer {
  background-color: #ffffff;
  border-top: solid 1px #b66524; 
  padding: 10px; 
  text-align:center;
  font-size:small;
}

#outerWrapper #footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*=============images =============*/

.imglft-zero-top {
	float: left;
	padding:0px 5px 5px 0px;
}
.imglft {
	float: left;
	padding: 5px;
}
.imgrgt {
	float: right;
	padding: 5px;
}
.img_centered_horz {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img_centered_vert {
    display: block;
    vertical-align: middle;
    width: 550px;
    height: 120px;
}
.wrap_to_center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 550px;
    height: 120px;
}

/*=========Image blocks=========*/
#images {
	border: 2px gray solid;
	padding: 0px 30px 10px 30px;
	background-color: #B4B467;
	/*-moz-border-radius: 10px;*/
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	/*-webkit-border-radius: 10px;*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-top: 10px;
}
#images img {
	border: 1px black solid;
}

/*===========Forms===============*/
input, textarea {
	background-color: #FFFFCC;
}
/*===========Fonts===============*/
.italics {
	font-style:italic;
}
p {
	font-size:small;
}
p.directions {
	font-size: small;
	color: #006600;
}
#cabinet_details {
	font-style: italic;
	color: #993300;
}
