/* CSS Document */
body {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #c5cccd;
	margin: 20px 30px 10px 30px;
	
}
* html{
	overflow: auto;
}

/* basic divs */

#wrapper {
	background-color: white;
}

#header {
	background-color: white;
	border-bottom: 3px solid #872b23;
	height: 88px;
	position: relative;
}
	
#logo {
	 position: absolute;
	 top: 0px;
	 left: 40px;
}

#leftgrad{
	background-image: url(../images/hea/leftgrad1.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 42px;
	height: 88px;
	float: left;
}
 
#rightgrad{
	background-image: url(../images/hea/rightgrad1.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 42px;
	height: 88px;
	float: right;
}

#strap {
	position: absolute;
	top: 22px;
	right: 65px;
}

#mainpage {
	position: relative;
	height: 406px;
	text-align: left;
	background-color: white;
	
}
	
#mainpageprod {
	position: relative;
	height: 0px;
	text-align: left;
	background-color: white;
}
	
#mainpageprod1 {
	position: relative;
	height: 406px;
	text-align: left;
	background-color: white;	
}	
	
#leftgradmain {
	background-image: url(../images/hea/leftgrad1.gif);
	background-repeat:repeat-y;
	float: left;
	height: 100%;
	width: 42px;
}	
	
#rightgradmain {
	background-image: url(../images/hea/rightgrad1.gif);
	background-repeat: repeat-y;
	float: right;
	height: 100%;
	width: 42px;
}

#nav-menu {
	position: absolute;
	width: 600px;
	right: 20px;
	margin: -19px 0px 0px 0px;
}	
	
#nav-menu ul {	
	padding: 0px;
	margin: 5px;
	list-style: none;
	
}

#nav-menu li {
	margin-right: 10px;
	width: 119px;
	height: 27px;
	float: left;
}

#nav-menu li a:link, #nav-menu li a:visited {
	background-image: url(../images/mai/button_off.gif);
	display:block;
	height: 25px;
	line-height:2.1em;
	color: #6E777C;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
	
#nav-menu li a:hover {
	background-image: url(../images/mai/button_on.gif);
	color: white;	
	width: 119px;
	height: 25px;
}

#subnav {
	position: absolute;
	margin-top: 15px;
	right: 40px;
}	

#subnav li {
	margin: 5px;
	list-style: none;
	padding: 0px;
}
	
#subnav li a:link, #subnav li a:visited {
	background-image: url(../images/mai/prod_button_off.gif);
	height: 26px;
	line-height: 2.1em;
	width:139px;
	display: block;
	color: #6E777C;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
	
#subnav li a:hover {
	background-image: url(../images/mai/prod_button_on.gif);
	color: white;	
}

#blank {
	height: 20px;
}

#maincontent {
	padding: 5px 0px 0px 10px;
	margin-right: 50px;
	margin-left: 10px;
	border-left: 2px solid #872b23;
	height: 340px;
	width: 85%;
	color: #6E777C;
	overflow: auto;
}

#maincontent1 {
	width: 100%;
	height: 100%;
}

#maincontent2 {
	padding: 5px 0px 0px 10px;
	margin-right: 200px;
	margin-left: 10px;
	border-left: 2px solid #872b23;
	height: 340px;
	/*width: 70%;*/
	color: #6E777C;
	overflow: auto;
}

#images {
	padding: 20px 0px 0px 30px;
	float: right;
}	
	
#table {
	width: 100%;
	text-align: left;
}

#phptable{
	width: 80%;
	text-align: center;
}

.l {
	background-image: url(../images/hea/leftgrad1.gif);
	background-repeat: repeat-y; 
	background-position: left;
	width: 40px;
	padding-left: 0px;
	
}
.o {
	width: 7px;
}

.x {
	width: 600px;
	padding-left: 10px;
	border-left: 2px solid #872b23;
}

.xx {
	width: 600px;
	height:20px;
}

.y {
	
}

.z {
	width: 300px;
}

.r {
	background-image: url(../images/hea/rightgrad1.gif);
	background-repeat: repeat-y; 
	background-position: right;
	width: 40px;
	padding-right: 0px;
}
	
#address {
	text-align: center;
	position: absolute;
	bottom: 3px;
	width: 100%;
}	


#footer {
	height: 88px;
	background-image: url(../images/foo/images.jpg);
	background-repeat: repeat-x;
	background-color: white;
	border-bottom: 2px solid #872b23;
	border-top: 2px solid #872b23;
	padding-bottom: 2px;
	
}

#seo {
	text-align: center;
	font-size: 8px;
	background-color: #c5cccd;
}

#info {
	font-size: 8px;
	text-align: right;
	border-bottom: solid 2px #872b23;
	color: #0000B6;
	background-color: white;
}

#info a:link, a:visited {
	color: #0000B6;
	text-decoration: none;
}

#info a:hover {
	color: black;
	text-decoration: underline;
	
}	
/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  white;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6e777c;
}

h2 {
	font-size: 11px;
	color: #6e777c;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	color: #6e777c;
	font-weight: bold;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	
}

a:hover {
	
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}
