/*---------------------
Pine Junction
Created: 14/10/09
Author: Michael McCann
Company: Premier
----------------------*/

body {
	background: #F7F7DE url(../images/main_bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#wrapper {
	margin: auto;
	width: 1000px;
	}
 #header {
	height: 400px;
	 }
  #logo {
	float: left;
	height: 110px;
	width: 340px;
}
#logo img {
	margin: 22px 16px;
}
   #logo a {  }
  #nav {
	float: left;
	height: 110px;
	width: 650px;
}
    #nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
    #nav li {
	display: inline;
}
#nav .about a {
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 138px;
	float: left;
}
#nav .about a:hover {
	background-image: url(../images/about_over.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 138px;
	float: left;
}
#nav .products a {
	background-image: url(../images/products.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 153px;
	float: left;
}
#nav .products a:hover {
	background-image: url(../images/products_over.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 153px;
	float: left;
}
#nav .workshop a {
	background-image: url(../images/workshop.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 173px;
	float: left;
}
#nav .workshop a:hover {
	background-image: url(../images/workshop_over.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 173px;
	float: left;
}
#nav .contact a {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 158px;
	float: left;
}
#nav .contact a:hover {
	background-image: url(../images/contact_over.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 158px;
	float: left;
}
   #banner {
	height:236px;
	background:transparent;
	margin: auto;
	padding: 67px 0 0 0;
	position: relative;
}
 #main {
	;
	float: left;
	padding: 20px;
	width: 960px;
	height: 100%;
	margin-top: -5px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
#top_content p img {
	float: right;
	padding: 10px;
	margin: 10px 0 0 0;
}
#bottom_content p img {
	padding: 10px;
	float: left;
	margin-top: 10px;
}
h3 {
	font-size: 18px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
   #top_content {
	width: 960px;
	margin: 0 auto;
}
   #bottom_content {  }
  #sidebar {
	;
	float: left;
	padding: 20px;
	width: 220px;
	height: 100%;
	background: url(../images/sidebar_bg.png) left top repeat-y;
	margin-top: -5px;
}

  #footer p {  }
#footer {
	background:transparent url(../images/footer_bg.png) repeat-x;
	bottom:0px;
	height:125px;
	left:0;
	position:fixed;
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.right_img {
	background:transparent url(../images/footer_img_r.png) no-repeat fixed right bottom;
	bottom:0;
	height:222px;
	position:fixed;
	right:0;
	width:370px;
	z-index:10;
}
.img_right     {
	margin: 10px;
	float: right;
}
div.left_image {
	background:transparent url(../images/footer_img_l.png) no-repeat fixed left bottom;
	bottom:0;
	height:227px;
	left:0;
	position:fixed;
	width:274px;
	z-index:20;
}
 #footer_content {
	background:transparent scroll 0 50%;
	margin:0 auto;
	position:relative;
	text-align:center;
}#footer_content ul li {
	display: inline;
}
#footer_content ul {
	padding-top: 20px;
}
#footer_content .copyright {
	padding-top: 20px;
}

/* Email Form */
#email_form  {
	padding: 10px 10px 30px 10px;
	width: 400px;
	display: block;
	margin: auto;
	float: left;
}
#contact {
	margin: auto;
	width: 700px;
}
#address {
	float: left;
	margin: 0 15px 0 0;
}
#header_text {
	float: left;
	padding-top: 30px;
	padding-bottom: 22px;
}

 #email_form input, #email_form textarea {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}

 #email_form textarea {
	height: 90px;
}

#email_form textarea:focus, #email_form input:focus {
	border: 2px solid #900;
}

#email_form input.submit-button {
	width: 80px;
	float: right;
	margin-right: 45px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 75px;
	padding-top: 5px;
	font-size: 1em;
}
