﻿html {
	height: 100%; 
	margin-bottom: 1px;}
body{
	font-family: "Times New Roman", Times, serif;
	background: #ffffff url("images/background.jpg") repeat-x;
	/*background-attachment: fixed;*/
}
#imgleft{
	float: left;
	padding: 5px 5px 5px 5px;
	border: 1px green double;
	margin-right: 10px;
}
#header{
	/*background-color: white;*/
	position: relative;
	width: 900px;
	height: 230px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: 15px auto 0px auto;
	bottom: 0px;
}
#topnav {
	position: absolute;
	left: 60px;
	top: 210px;
	z-index: 1;
	width: 780px;
	text-align: center;
	color: #ffffff;
	height: 30px;
	font-size: 90%;
	background-color: #008000;
}
#topnav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;}

#topnav a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;}

#menu{
	background-color:green;
	width:700px;
	position:relative;
	right:0px;
	left:0px;
	top:0px;
	text-align:center;
	margin:5px auto 5px auto;
}
#content{
	float: right;
	width: 750px;
	line-height: 1.5em;
	padding: 0 60px 0 20px;
}
#sidebar {
	font-size: 90%;
	float: left;
	width: 130px;
	padding: 0 10px 0 60px;}
#footer{
	background: #ffffff url("images/footer.jpg") no-repeat;
	clear: both;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 60px;}
#global {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	width: 890px;
	text-align: right;
	padding-right: 10px;
	color: #656565;
	height: 30px;
	font-size: 85%;}
a{
	outline-style:none;
	border:0;
}
img{
	outline-style:none;
	border:0;
}
img.bdr{
	border:1px green ridge;
}
a.button{
	height: 25px;
	min-width:100px;
	width: 100px;
	color: green;
	font-size: 10px;
	margin-right: 10px;
	display: inline;
	text-align: center;
	border:0px;
}
a.button:hover{
	color:red;
}
a.squarebutton{
	background: transparent url('images/square-green-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	width:100px;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
}
a.squarebutton span{
	background: transparent url('images/square-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
.logopane{
	float:left;
	width:60%;
}
.tagpane{
	
	float:right;
	width:40%;
	font-family:"Adobe Caslon Pro";
	font-size:18px;
	font-style:italic;
	vertical-align:middle;
	height:inherit;

}
.clear {
	clear: both;}

.leftpane{
	float:left;
	width:33%;
	background: transparent url('images/bgLink.jpg') repeat-y;
}
.middlepane{
	width: 66%;
	float: left;
	border-left: 2px green dotted;
	min-height: 100%;
	padding:5px;
}
.rightpane{
	float:right;
	width:33%;
}
a.leftbutton{
	background: transparent url('images/bgLink.jpg') no-repeat;
	width: 100%;
	text-decoration: none;
	color: white;
	display: block;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	text-indent: 5px;
	top: 25px;
	left:5px;
	border-top: 2px white dotted;
}
#wrapper {
	background-image: url("images/wrapper.jpg");
	width: 900px;
	height:230px;
	text-align: left;
	margin: 0 auto;}
.contact{
	text-align:center;
}
#prodhead{
	font-size: 18px;
	font-weight: bold;
	background-color: green;
	color: #FFFFFF;
	text-align:center;
}
#prodsec{
	text-align:center;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
#proddet{
	text-align:center;
}
