/*Style sheet for Eden Windows website*/
/* By Adalante Consulting - ph ++61 7 54979 661 */
/* email info@adalante.com.au */
body {
	background-color: #111;
	background-repeat: repeat; 
 	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 1em; 
 	font-weight: normal; 
	}
h1 { 
	margin: 15px 15px 15px 15px; 
	font-weight: normal; 
	font-size: 1.4em ; 
	color: #007831; 
	background-color: transparent; 
	text-align: left; 
	}
h2 {
    margin-left: 25px;	
    margin-right: 20px;
    font-family: inherit;
	font-weight: normal;
    font-style: normal;
	font-size: 1.2em;
	color: #976C27;
	background-color: transparent;
	text-align: left;
	}
h3 {
	margin-left:25px; 	
    font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;;
	color: #880200;
	background-color: transparent;
	text-align: left;
	}	
h4 {
	margin-left:25px;
	font-family: inherit;
	font-weight: bold;
    font-size: 0.8em;
	color: #880200;
	background-color:inherit;
	text-align: left;
	}	
h5 {
    margin-left: 25px;	
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;	
    font-family: inherit;
	font-weight: bold;
    font-style: normal;
	font-size: 1em;
	color: #880200;
	background-color: #EFD9D7;
	text-align: left;
	}
#wrapper {
	position: relative;
	text-align: left;
	width: 750px; 
	margin-right: auto; 
	margin-left: auto; 
	color: #000000;
	background-color: #A48A62;
	background-image: url(../images/timber.jpg); 	
	}
#top {
	position: relative;
	margin-right: auto; 
	margin-left: auto; 
	height: 153px; 
	width: 750px; 
	background-color: transparent;
	background-image:url(../images/eden_01.gif);
	
}
#leftcol {
	position:relative;
	background-image: url(images/timber.jpg);
	font-family: verndana, arial, sans-serif;
	width:150px; 
	float:left;
	margin:0; 
	font-size:13px;
	font-weight:bold;
}
#subnav {
  position: relative ;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  height: 20px;
  padding-top: 3px;
  border-bottom: solid 7px #008431;
  list-style-type: none;
}
#subnav ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	clear: both;
}	
#subnav li {
  margin-left:1px;
  padding-bottom: 3px;
  padding-top: 3px;
  display: inline;
  
  
}
#subnav a {
  width: 100px;
  color: #FFF;
  text-decoration: none;
  margin-left: 0px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}
#subnav a:hover {
  /*background-color: #00C249;*/
  text-decoration: underline;
}

#content {
    /*position: relative;*/
	top: 0px;
	color: #000000;
	border-left: solid 3px #5E3C08;
	background-color: #00A539; 
	background-image:url(../images/ew_bg2.jpg);
	width: 597px; 
	margin-left: 150px; 
}
	
#content em {
	font-family: inherit;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
    color: #356431;
    background-color: inherit;
	text-decoration: none;
}
#content strong {
	font-family: inherit;
	font-weight: bold;
	font-size: 1em;
	color: #795b00;
	background-color:inherit;
	text-decoration: none;
}	
#content p {
	margin-left: 2em;
	margin-right: 2em;
	font-family: inherit;
	font-weight: normal;
	font-size: .8em;
	text-align: left;
	line-height: 1.5em;
}
#content hr {
	margin-left: 25px;
	margin-right: 25px;
}
#content li {
	font-family: inherit;
	font-weight: bold;
	font-size: 13px;
	/*line-height: 1.2em;*/
}
	
#content ul {
    font-family: inherit;
    font-size: .9em;	
    font-weight: normal;
}
#content li {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal; 
    /*margin-right: 1em;*/
}

#content2 {
	position: relative;
	text-align: left;
	width: 700px; 
	padding:25px; 
	color: #000000;
	background-color: #A48A62;
	background-image:url(../images/ew_bg2.jpg); 	
	}
#content2 p {
	margin-left: 2em;
	margin-right: 2em;
	font-family: inherit;
	font-weight: normal;
	font-size: .8em;
	text-align: left;
	line-height: 1.5em;
}		
#map {
	position: relative;
	margin: 25px;
	font-size:12px;
}	
input.txt {
  	color: #000000;
  	background-color: #FFFFFF;
  	border: 1px inset #000000;
  	width: 250px;
}
/*input.btn {
    color: #00802B;
    background-color:#d7d7d7;
}*/
form  {
  	clear: left;
  	margin: 0;
  	padding-top: 5px;
}
form label {
  	float: left;
  	text-align: right;
	padding-right: 5px;
	width: 35%;
  	font-family: inherit; 
	font-weight: bold;
	font-size: 13px;
    color: #00802B;
    background-color: inherit;
}
fieldset {
	/*float: left;
	clear: left;*/
	width: 539px;
	margin-left: 25px;
	padding: 0;
	border: none;
	background-color: transparent;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ul
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
	display: inline;
}

label
{
	float: left;
	text-align:right;
	width: 10em;
	margin-right: 1em;
	display: inline;
	
}

input.text {
	width: 250px;
}
input.btn {
	width: 75px;
	margin-left:200px;
}
input.btn1 {
	width: 75px;
	/*margin-left:5px;*/
}
input.txt {
        background-color: #FFFFFF;
        border: 1px inset #00A000;
        width: 250px;
}
form p {
	clear: left;
  	margin: 0;
  	padding: 0;
  	padding-top: 5px;
}
form p label {
	float: left;
	text-align:left;
  	width: 55%;
  	font-weight: bold;
	font-size: 0.9em;
}


#footer {
	position:relative;
	height: 88px; 
	width: 750px; 
	margin-right: auto; 
	margin-left: auto; 
    color: #fff;
    background-color: transparent; 	
    background-image: url(../images/footer.gif);
	text-align: center;
	font-size:11px;
}
#footer p {
	text-align: center;
	background-color: transparent ;
	color: #fff;
}
#footer a {
	text-align: center;
	color: #040;
	background-color: transparent ;
	text-decoration:none;
	}
#footer a:hover {
	color: #fff;
	background-color: transparent ;
}	
.il {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	border: solid #E1CBA3 1px;
}
.ir {
	float: right;
	margin-left: 10px;
	margin-right: 25px;
	border: solid #E1CBA3 1px;
}
.in {
	margin-top: 20px;
	margin-left: 25px;
	}
.in2 {
	margin-top: 5px;
	margin-left: 25px;
	}
.center {
	text-align: center;
}	
.product_box {
	width: 545px;
	height: 200px;
	margin-left: 25px;
	margin-bottom:10px;
	background: #FFFFFF;
	background-image: url(../images/product_box.jpg);
	background-repeat:repeat-x;
	border: solid 1px #E1CBA3;
	border-bottom-width:thick;
	color:##005C21;
}
.product_box p{
	margin-left: 10px;	
	margin-right: 10px;
}					
.datatable {
	font-size: 13px;
	border: 1px solid #00A539;
	border-collapse: collapse;  
	width: 85%;
    margin-left: 25px;
}
.datatable td {
	border: 1px solid #00A539;
	padding-left: 0px;
    text-align: center;
}
.datatable th {
	border: 1px solid #00A539;
	background-color: #00A539;
    color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
}
.datatable tr.altrow {
	background-color: #F2C688;
	color: #000000;
}
.special {
	width:5px;
	visibility:hidden;
}
.category {
	background-color:#00C249;
	font-weight: normal;
	color:#FFFFFF;
}
.normal {
	background: #008431;
	font-weight: normal;
}
.back_to {
	background-color:#976C27;
	font-weight: normal;
}
.other_product {
	background-color:#65471B;
	font-weight: normal;
	color:#FFFFFF;
}	