/*
 +-----------------------------------------------------+
 |T  CSS Designed and written by Fox Valley Web Design.|
 |A  http://www.foxvalleywebdesign.com/                |
 |G                                                    |
 +-----------------------------------------------------+
*/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

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

h3 a{
  color:#F60;
  text-decoration:none;
}

h3 a:hover{
  color:#ffffff;
}

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

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

.tdheader{
  color:#e9e9e9;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}
/*************************************************************/

body {
  text-align: center;
  background-image:url(../images/bkgrnd_page.jpg);
  background-repeat:repeat-x;
  background-color:#ffffff;
}


#main {
  margin: 10px auto;
  width: 950px;
  border: 1px solid black;
  text-align: left;
  background-image:url(../images/bkgrnd_middle.jpg);
  background-repeat:repeat-y;
}

#header {
 height: 150px;
 border: 1px solid black;
 margin: 10px;
}

#middle{
 min-height:500px;
 height:auto !important;
 margin: 0px;
}

#menu {
  margin-left:0px;
  float:left;
  width:335px;
}

#menu p{
  padding-left:25px;
  padding-right:55px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#333333;
  line-height:1.4em;
}

#menu dl {
 width:335px;
 padding:0px;
 margin:0px;
}

#menu dt {
 padding:0px;
 margin:0px;
}

#menu dt a{
  height:27px;
  width:335px;
  background-position:top;
  display:block;
}

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

#menu dt a.home {background-image:url('../images/nav_home.jpg'); margin-top:-4px; height:31px;}
#menu dt a.about {background-image:url('../images/nav_aboutus.jpg'); height:27px;}
#menu dt a.products {background-image:url('../images/nav_products.jpg'); height:27px;}
#menu dt a.services {background-image:url('../images/nav_services.jpg'); eight:27px;}
#menu dt a.blog {background-image:url('../images/nav_blog.jpg'); height:27px;}
#menu dt a.promotions {background-image:url('../images/nav_promotions.jpg'); height:27px;}
#menu dt a.contact {background-image:url('../images/nav_contactus.jpg'); height:27px;}

#banner{
margin-left:335px;
}

#content{
margin-left:335px;
min-height: 450px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6c2c23;
line-height:1.4em;
padding-right:30px;
}
#blog_content{
float:left;
margin:0;
padding:0;
width:385px;
}
#blog_content h2 {
	line-height: 1;
}
#blog_sidebar{
float:right;
margin:10px 0 10px 0;;
padding:0 0 10px 15px;
width:175px;
border-left: 2px solid tan;
}

#contentpad {
  width:922px;
  height:27px;
  background-image:url(../images/bkgrnd_contentpad.jpg);
  background-repeat: repeat:x;
  clear:both;
  margin:0px;
  margin-left:15px;
  margin-right:15px;
}

#footer {
 background-color:#000000;
 margin: 0px;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#ff5725;
 padding-top:10px;
 padding-bottom:10px;
 line-height:1.3em;
}

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

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