/*  top level
 +-----------------------------------------------------+
 |T  CSS Designed and written by Hedgewood Media.|
 |A  http://www.hedgewoodmedia.com/                |
 |G                                                    |
 +-----------------------------------------------------+
*/
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .8em; }

html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table {font-size:10px}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

li, dd, blockquote {
        margin-left: 1em;
}

dl {
		margin:0px;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/*************************************************************/

body {
  text-align: center;
  background: url(../images/bkgrnd_page.jpg) repeat-y center top;
  background-color:#1f2529;
} 

#wrapper {
    background: url(../images/bkgrnd_wrapper.png) repeat-y center top;
	width:984px;
	margin: 0px auto;
}
	
#main {
  margin: 0px auto;
  width: 949px;
  text-align: left;
  border:1px solid #ffffff;
}

#mainblog {
  margin: 0px auto;
  width: 949px;
  text-align: left;
  border:1px solid #ffffff;
}

#middle{
  min-height:350px;
  height:auto !important;
  background-image:url(../images/bkgrnd_middle.jpg);
  background-repeat: repeat-y;
}

#middle2{
  min-height:350px;
  height:auto !important;
  background-image:url(../images/bkgrnd_middle2.jpg);
  background-repeat: repeat-y;
}

#menu {
  height:38px;
  padding-bottom:0px;
}

#menu dl {
  display: block;
}

#menu dt {
  height:38px;
  float: left;
  text-align:center;
}

#menu dt a {
  height:38px;
  display: block;
  background-position:bottom;
  text-align:center;
}

#menu dt a:hover {
  background-position:top;
}

#menu dt a.home {width: 60px; background-image:url(../images/nav_home.jpg);}
#menu dt a.about {width: 84px; background-image:url(../images/nav_about.jpg);}
#menu dt a.kitchen {width: 154px; background-image:url(../images/nav_kitchencab.jpg);}
#menu dt a.bathroom {width: 177px; background-image:url(../images/nav_bathroomcab.jpg);}
#menu dt a.living {width: 116px; background-image:url(../images/nav_livingspaces.jpg);}
#menu dt a.millwork{width: 175px; background-image:url(../images/nav_millwork.jpg);}
#menu dt a.gallery {width: 73px; background-image:url(../images/nav_gallery.jpg);}
#menu dt a.contact {width: 110px; background-image:url(../images/nav_contactus.jpg);}

#content{
  padding-left:40px;
  padding-right:40px;
  padding-top: 30px;
  padding-bottom:20px;
  margin-left:296px;
  min-height:370px;
  height:auto !important;
  font-size: 12px;
  line-height:1.5em;
  width:573px;
  color:#333333;
}

#content2{
  padding-left:40px;
  padding-right:40px;
  padding-top: 30px;
  padding-bottom:20px;
  min-height:370px;
  height:auto !important;
  font-size: 12px;
  line-height:1.5em;
  color:#333333;
  width:904px;
  float:right;
}

#contentblog{
  padding-left:40px;
  padding-right:40px;
  padding-top: 30px;
  padding-bottom:20px;
  min-height:370px;
  height:auto !important;
  font-size: 12px;
  line-height:1.5em;
  color:#333333;
  width:650px;
  float:right;
}

#leftcolumn{
  width:274px;
  min-height:335px;
  height:auto !important;
  padding-top: 15px;
  padding-left:10px;
  padding-right:10px;
  font-size: 11px;
  color:#333333;
  float: left;
  line-height: 1.4em;
}

#leftcolumn img{
	padding:1px ;
}

#leftcolumn img:hover{
 border:1px solid #003;
 padding:0px;
}

#leftcolumn a{
  color:#223c53;
  text-decoration:none;
}

#leftcolumn a:hover{
  text-decoration:underline;	
}
  

#footer {
  height 150px;
  background-color:#8b8b8b;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #eaeaea;
  font-size: 12px;
  line-height:1.5em;
}

#footer a {
  padding-left: 15px;
  padding-right: 15px;
  color: #eaeaea;
  text-decoration: none;
}

#footer a:hover{
  color: #cacfc0;
}

.contentpad {
	width:948px;
	height:0px;
	clear:both;
}