/*css main file for Huel Pottery Feb 2007 version 1.0 . validates css 2.1  by Paul Huel  dragonfly@kispiox.com */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
	}	

body {
	text-align: center; /* hack for ie 5.5 and 6 for centering in
conjunction with maincontent text-align: left*/
	min-width: 800px;
	background: #fff url(images/dragonfly_background.gif) repeat-x left top;
	color: rgb(0,0,0);
	font:90%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}


p {margin-left:50px;
	margin-right: 50px;}


h1{text-indent: -1000px;
	font-size:10%;}
 h2,h3,h4 {
	text-align: center;}
h4 {padding:0px 70px;}
	
h3{ font-weight:bold;
	font-size:130%;}

a{color: #F0C870;
	text-decoration:none;}

a:hover{color: rgb(0,0,0);
	text-decoration: underline;}


/* begin main layout concept
==================================*/

#wrapper {
	width: 800px ;
	margin: 10px auto;
	text-align: left; /* hack for centering for ie 5.x*/
	/*color: #ffffff;*/
	color:  rgb(40, 116, 128);
	
	/*font:90%/1.8"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	}

#maincontent {
	width: 800px;
	float: left;
	padding-top: 10px;
	text-align: justify;
	
	}

#footer {
	clear: both;
	width: 800px;
	height: 73px;
	background-image: url(images/footer.png);
	}




/* subNav
=======================*/

#subnav ul {
	margin: 0px 0px 0px 100px !important;
	margin: 0px 0px 0px 50px;
	padding: 0;
	float: left;
	/*width: 760px;*/
	background: #287781 url(pics/menu-background.png) repeat-x ;
	list-style: none;
	text-transform: uppercase;
	font-size:100% !important;
	font-size:80%;
	}

#subnav ul li {
	float: left;
	
	}


#subnav ul a {
	padding: 0 1em;
	line-height: 2.1em;
	background: url(pics/mainNavBorder_green.gif) repeat-y left top;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	}
#subnav ul .first a {
	background: none;
	}
#subnav ul a:hover {
	background: rgb(182, 228, 28) url(pics/menu-hover.png) repeat-x scroll
0% 50%;
	color: rgb(0, 0, 0) /*rgb(72, 91, 6);#333;*/
	}
/* end subNav
=======================*/


/*  sedondary content
=================================*/



.singlecol  {
	text-align: center;
	padding-top: 20px;}


.clear {
	clear: both;}





#maincontent p {
	padding-left: 20px;
	padding-right: 10px;

	font-size: 120%;
	color: rgb(40, 184, 112);
	}
#maincontent p span {
	text-decoration: underline;
	font-weight: bold;
	}


#footer p { padding: 25px;
	text-align: center;
	letter-spacing:1.5px;
	font-size: 70%;
	color: rgb(153, 153, 153);
	}
/*#footer a{color: #fff;}

#footer a:hover{color: rgb(40, 184, 112);}*/

#links p span {font-weight:bold;
	      font-style:italic;
	text-decoration: underline;}




/*  end sedondary content
=================================*/

/* begin forms coding
=============================================*/
form{width: 600px;
	height: 360px;
	margin-left:100px;
	background: #fff;}
fieldset{background: #f8f8f8;

	margin: 20px;
	/*padding: 20px;*/
	border: 1px solid #ccc;
	}
legend {
  font-weight: bold;
}
label {display: block;
	margin-left: 60px;}
/*label {float:left;
	width: 100px;}*/

textarea {width: 400px;
	height: 100px;
	margin-left: 60px;}
input{width:400px;
 	margin-left: 60px; }

input.submit {width:auto;
	margin:5px 0 5px 70px;}
	
/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}
/* end forms coding
=====================================================*/

/* external links - do not work with ie 6 and below
================================== */

a[href^="http:"] {
	background: url(pics/externalLink.gif) no-repeat right top;
	padding-right: 10px;
	}

a[href^="http://www.kispiox.com"], a[href^="http://kispiox.com"]
 {
	background-image: none;
	padding-right: 0;
	}

a[href^="mailto:"] {
	background: url(pics/email.png) no-repeat right top;
	padding-right: 15px;
	}
a[href$=".pdf"] {
	background: url(pics/pdf.gif) no-repeat right top;
	padding-right: 25px;
	}
/* end external links 
================================== */
