
html, body,
div, p, form, input, textarea, select, ul, ol, dl, dt, dd, li,
h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
}

body, input, textarea {
   font-family: Verdana, Verdana, Geneva, sans-serif;
   font-size: 13px;
   color: #000;
}
   .content {
      line-height: 1.4em;
   }

h1,
h2,
h3 {
   margin-top: 0.6em;
   line-height: normal;
}
h4,
p,
.content ul,
.content ol,
.content dl,
.content form,
table.archive {
   margin: 1.2em 0;
}

a {
   color: #fd9f26;
}

h1 {
   font-size: 24px;
   font-weight: normal;
   color: #003d89;
}
h2,
h3 {
   margin-bottom: -0.6em;
   font-size: 15px;
   font-weight: normal;
   color: #003d89;
}

.content ul, .content ol {
	padding-left: 18px;
}

table thead {
   font-weight: bold;
}


img {
   border: none;
}
   img.productImage {
      float: left;
      margin: 6px 10px 4px 0;
   }

form {}
   input {
      width: 145px;
   }
   textarea {
      width: 100%;
      height: 120px;
   }
   input.radio,
   input.button {
      width: auto;
   }
   
   
   
/* Different styling for home */   
#homePage {}
	#homePage #header {
		height: 287px;
	}
	#homePage .content {
		width: 640px;
	}
	#homePage .intro {
	   background: url('../gfx/bgIntro.gif') repeat-x;
	   height: 166px;
	   font-size: 15px;
	}
	   #homePage .intro .content {
         line-height: 1.8em;
	      width: 750px;
	   }

	/* Sliding header */   
	#homePage #headerHome li {
	   display: none;
		list-style: none;
		position: absolute;
		z-index: 8;
	}
	   #homePage #headerHome li.active {
		   display: block;
		   z-index: 10;
		}
	

#contactPage {}
	#contactPage .floatLeft {
	   float: left;   
	   margin-right: 28px;
	   display: inline;
	}
	#contactPage td.label {
		vertical-align: top;
  	}
	
	