/************************
Background & Headers
****************************/

/* This is universal element - also keeps out horizontal scroll bars */
* { margin: 0px;
	 padding: 0px;
	  }

#home  {
	background: url(../jpgs/Durf_Background.jpg) repeat scroll center top;
	width: 100%;
	}

#header {
	background: #ECECEC;
	background: url(../jpgs/header3.jpg) no-repeat scroll center top;
	height: 550px;
	width: 1100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

/* Hand Held IDs that ARE NOT displayed on full size screens */	
#header p {display:none;}	

#products_header p {display:none;}	

#prod_header p {display:none;}

#contactus_header  p {display:none;}

#aboutus_header p {display:none;}

#hh_title {display:none;}

#products_center .hhphotos {display:none;}	
#center p {display:none;}
#aboutus_center p {display:none;}
#hhpics {display:none;}

#products_background {
	background: url(../jpgs/Durf_Background.jpg) repeat scroll center top;
	width: 100%;
	}

#products_header {
	background: #ECECEC;
	background: url(../jpgs/products_header.jpg) no-repeat scroll center top;
	width: 1100px;
	height: 170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

	
#prod_header {
	background: #ECECEC;
	background: url(../jpgs/prodheader2.jpg) no-repeat scroll center top;
	width: 1100px;
	height: 170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#aboutus_header {
	background: #ECECEC;
	background: url(../jpgs/aboutus_header.jpg) no-repeat scroll center top;
	width: 1100px;
	height: 170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#contactus_header {
	background: #ECECEC;
	background: url(../jpgs/contactus_header.jpg) no-repeat scroll center top;
	width: 1100px;
	height: 170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}


/************************
HOME DIVS
****************************/
#homenav {
	position: absolute;
	top: 12px;
	left: 72px;
	width: 390px;
	height: 128px;
	}

#productnav {
	position: absolute;
	top: 168px;
	left: 143px;
	width: 310px;
	height: 95px;
	}

#contactnav  {
	position: absolute;
	top: 291px;
	left: 190px;
	width: 219px;
	height: 93px;
	}
	
#aboutnav  {
	position: absolute;
	top: 410px;
	left: 184px;
	width: 223px;
	height: 87px;
	}

#pics {
	height: 281px;
	width: 433px;
	position: absolute;
	top: 141px;
	left: 565px;
	z-index: 5;
	}

#center {
	background: #ECECEC;
	background:url(../jpgs/center3.jpg) no-repeat scroll center top;
	width: 900px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
	

#footer {
	background: #ECECEC;
	background:url(../jpgs/footer2.jpg) no-repeat scroll center top;
	font-family: "Birch Std", "Garamond Premr Pro", "Goudy Old Style";
	font-size: 17pt;
	width: 900px;
	height: 100px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	line-height: 1.0em;
}



#footer_email {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#copyright {
	text-align: center;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.9em;
	}

	
#homesummary {
	font: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14pt;
	position: absolute;
	left: 320px;
	top: 10px;
	width: 530px;
	}
	
#Links {
	width: 600px;
	float: right;
	position: absolute;
	left: 70px;
	top: 50px;
	font-size: 18pt;

	}
	
a:link {color:blue;}
a:visited {color:green;}
a:focus, a:hover {color:purple;}
a:active {color:purple;}
	
#site_map {
	font: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	margin-top: 300px;
	width: 400px;
	position:absolute;
	margin-left:320px;
	margin-top:150px;
	}
	
	
#tree {
	position: absolute;
	top: 481px;
	left: 279px;
	z-index: 5;
	}
	
#products_productnav {
	position: absolute;
	top: 14px;
	left: 704px;
	width: 310px;
	height: 95px;
	}
	
	/*
#SSimage {
		width: 433px;
		height: 281px;
		
	}
*/
	
/************************
Productssssss Page
****************************/

#products_center {
	background: #FFFFFF;
	background:url(../jpgs/ppp.jpg) repeat-y scroll center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 2200px;
	}

	
	
#products_center #qqq {
	width: 400px;
	margin-left:20px;
	margin-top: 60px;
	float: left;
	}	
	
#products_center h1 {
	text-align: center;
	font-size: 19pt;
	font:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #374F84;
	margin-bottom: 10px;
	}
	
#products_center p {
	font: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: left;
	border:ridge;
	padding-left: 5px;
	background:#669960;
	
	/*background:url(../jpgs/desc_background.jpg) repeat scroll center top; */
	}		

#products_center .photos {
	border: none;
	margin-left: 30px;
	margin-top: 60px;
	float: left;
	}	

#purchase {
		border: none;
		margin-left: 275px;
		margin-top: 20px;
		margin-bottom: 20px;
		}
	
/*  ***********************
Product Window
****************************/
#prod_center {
	background: #ECECEC;
	background:url(../jpgs/contactus_center.jpg) no-repeat scroll center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 970px;
	padding-top: 20px;
	position:relative;
	}

#prod_center .back {
	border: none;
	margin-bottom: 50px;
	position:absolute;
	top: 880px;
	left: 250px;
	}
	
	
#prod_title {
	position:absolute;
	right: 130px;
	width: 500px;
	top: 35px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 30pt;
	color: #0000CC;
	text-align:center;
	}
	
#prod_title h1{
	font-size: 30pt;
	font-variant: small-caps;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;

}
#prod_title h2{
	font-size: 20pt;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}

#thumbnail {
	float: left;
	height: 90px;
	width: 90px;
	border:ridge;
	}
	
#bigpic {
	border:ridge;
	width: 600px;
	height: 400px;
	margin-left: 30px;
	margin-bottom: 50px;
	margin-right: 20px;
	float:left;
	background:#ffffff;
	}

#prod_desc {
	width: 740px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-top:0px;
	margin-left: 50px;
	line-height:20px;
	position:absolute;
	left: 0px;
	top: 580px;
	background:#669975;

	border: solid;
	/* background:url(../jpgs/linedpaper3.jpg) repeat-y scroll center top; */
	padding-left:30px;
	padding-right:30px;
	}
	


/************************
ABOUT US PAGE
****************************/

#aboutus_center {
	background: #ECECEC;
	background:url(../jpgs/aboutus_center.jpg) no-repeat scroll center top;
	width: 900px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}

#about_desc {
	width: 800px;
	font: Arial, Helvetica, sans-serif;
	color:#003366;
	font-size: 14pt;
	background-color:#CCCCCC;
	margin-left: 30px;
	padding: 20px 20px 20px 20px;
	border:medium;
	}
	
/************************
CONTACT US PAGE
****************************/
#contactus_center {
	background: #ECECEC;
	background:url(../jpgs/contactus_center.jpg) no-repeat scroll center top;
	width: 900px;
	height: 390px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}

#contactus_desc {
	width: 840px;
	font:Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:bold;
	margin-left: 50px;
	margin-bottom: 10px;
	color: #003366;
	}

	
	
/************************
FORM ELEMENTS
****************************/
/*#formstyle {
	margin-left: 50px;
	width: 800px;
	}
*/
#personal {
/*	 	background-color:#CCCCCC; */
		margin-left: 50px;
	width: 800px;
	border: none;


	}

#personal label {
	font:Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:bold;
	color: #003366;
	margin-left: 50px;
	position:absolute;
	}
	
#personal input {
	margin-left: 150px;
	margin-bottom: 10px;
	line-height: 1.4em;
	}

#questions {
	/* background-color:#CCCCCC; */
	margin-left: 50px;
	width: 800px;
	border: none;
	font:Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:bold;
	color: #003366;


	}
	
#questions p {
	font-size: 12pt;
	margin-left: 20px;
	}
	
#questions input {
	margin-left: 40px;
	margin-bottom: 0px;
	}
	
#questions textarea {
	margin-left: 20px;
	font-size:12pt;
	margin-bottom: 10px;
	}

#dabutton  {
	margin-left: 230px;
	background-color:#999999;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	width: 440px;
	height: 50px;
	color: #003366;

	}

/*  ***********************
LEFT 
****************************/
#left {
	float: left;
	width: 300px;
	}

/************************
Nav Menu
****************************/

#nav {
	position: relative;
	height: 700px;
	width: 280px;
	top: 20px;
	left: 10px;
	/* z-index: 0; */
	}
	
#nav ul {
	margin: 0px 0px 0px 0px; 
	}

#nav li {
	margin: 20px 0px 0px 0px;
	position: relative;
	list-style: none;
	}
	
#nav li a {
	display: block;
	/* height: 100px; */
	width:250px;
	/* text-indent: -9999px; */
	}


/************************
HOME PAGE
****************************/
	
#nav li#homepage {
	background: url(../jpgs/ProductsSign.jpg)  no-repeat left top;
	height: 150px;
	}
	
#nav li#homepage a {
	background: url(../jpgs/ProductsSign.jpg) no-repeat left top;
	height: 150px;	
	}
	
#nav li#homepage a:hover, #nav li#homepage a.current {
	background: url(../jpgs/ProductsSign.jpg) no-repeat left top;
	height: 150px;	
	}

#nav li#homepage a.current {
	background: url(../jpgs/ProductsSign.jpg) no-repeat left top;
	height: 150px;
	}	


/************************
PRODUCTS
****************************/
	
#nav li#products {
	background: url(../jpgs/ProductsSign.jpg) no-repeat left top;
	height: 150px;
	}
	
#nav li#products a {
	background: url(../jpgs/ProductsSign.jpg) no-repeat left top;
	height: 150px;	
	}
	
#nav li#products a:hover, #nav li#products a.current {
	background: url(../jpgs/ProductsSign.jpg) no-repeat left top;
	height: 150px;	
	}

#nav li#products a.current {
	background: url(../jpgs/ProductsSign.jpg) no-repeat left top;
	height: 150px;
	}	
	
/************************
CONTACT US
****************************/	
	
#nav li#contactus {
	background: url(../jpgs/carvedsign.jpg) no-repeat left top;
	height: 125px;
	}
	
#nav li#contactus a {
	background: url(../jpgs/carvedsign.jpg) no-repeat left top;
	height: 125px;	
	}
	
#nav li#contactus a:hover, #nav li#contactus a.current {
	background: url(../jpgs/carvedsign.jpg) no-repeat left top;
	height: 125px;	
	}

#nav li#contactus a.current {
	background: url(../jpgs/carvedsign.jpg) no-repeat left top;
	height: 125px;
	}		
	
/*  ***********************
ABOUT US
****************************/	
	
#nav li#aboutus {
	background: url(../jpgs/carvedsign.jpg) no-repeat left top;
	height: 125px;
	}
	
#nav li#aboutus a {
	background: url(../jpgs/carvedsign.jpg) no-repeat left top;
	height: 125px;	
	}
	
#nav li#aboutus a:hover, #nav li#aboutus a.current {
	background: url(../jpgs/carvedsign.jpg) no-repeat left top;
	height: 125px;	
	}

#nav li#aboutus a.current {
	background: url(../jpgs/carvedsign.jpg) no-repeat left top;
	height: 125px;
	}		
	
	
	
	
	
	
	
#carve {
	height: 150px;
	width: 300px;
	background: url(../jpgs/carvedsign.jpg) no-repeat bottom;
	}
	
	

	

