/* Cascading Style Sheet - www.intertecnollc.com */
/* $Id: basic.css,v 1.5 2006/09/06 11:09:33 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet", "Trebuchet MS", Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	background-image: url("/images/bgndtan.jpg");
	background-repeat: repeat-x;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-family: "Trebuchet", "Trebuchet MS", Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24pt;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
}

h1.sitename {
	background-image: url("/images/headlogo.gif");
	background-repeat: no-repeat;
	width: 302px;
	height: 160px;
	margin: 0;
	padding: 0;
}

h2.graphic {
	width: 612px;
	height: 44px;
	margin: 0 0 12px 0;
	background-repeat: no-repeat;
}

h2.home {
	background-image: url('/images/h2home.gif');
}

h2.about {
	background-image: url('/images/h2about.gif');
}

h2.products {
	background-image: url('/images/h2products.gif');
}

h2.contact {
	background-image: url('/images/h2contact.gif');
}

h2.filenotfound {
	background-image: url('/images/h2filenotfound.gif');
}

h3.products {
	text-align: left;
	text-transform: uppercase;
	color: #369;
	font-weight: normal;
	font-size: 12pt;
	margin: 10px 0 0 0;
	padding: 0;
}


/* ******************************************************************************* */
/* text blocks */

p, div, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: "Trebuchet", "Trebuchet MS", Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 130%;
	color: #000;
	margin: 25px 0 0 0;
	padding: 0;
}

p.products {
	margin: 0 0 20px 0;
	padding: 0;
}

div  {
	margin: 0;
}

.footer {
	font-size: 9pt;
	color: #333;
	margin: 8px 0 0 0;
	padding: 0;
}

.hmeta {
	text-transform: uppercase;
	color: #369;
	margin: 0;
	padding: 0;
	border-width: 0;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

img.homemap {
	display: inline; /* Win/IE fix */
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

img.aboutphoto {
	display: inline; /* Win/IE fix */
	float: left;
	margin: 0 40px 10px 0;
	padding: 0;
}

hr {
	background-color: #ccc;
	height: 2px;
	border: 0;
}



/* ******************************************************************************* */
/* links */

a:link {
	color: #3f221e;
	text-decoration: underline;
}

a:visited {
	color: #3f221e;
	text-decoration: underline;
}

a:hover {
	color: #3f221e;
	text-decoration: underline;
}

a:active {
	color: #3f221e;
	text-decoration: none;
}


/* bottomnav */

a.bottomnav:link {
	color: #000;
	text-decoration: none;
}

a.bottomnav:visited {
	color: #333;
	text-decoration: none;
}

a.bottomnav:active {
	color: #036;
	text-decoration: none;
}

a.bottomnav:hover {
	color: #036;
	text-decoration: none;
}


/* ******************************************************************************* */
/* site */

.fir {
	display: none;
}

.navbttn {
	margin: 0 8px;
}


/* ******************************************************************************* */
/* form */

label {
	font-weight: normal;
	color: #666;
}

.formtxt {
	color: #000;
	background-color: #e2dfff;
	padding: 1px;
}

.formbttn {
	color: #000;
	background-color: #e2dfff;
	padding: 3px;
	border: 1px #000 solid;
}


