/* General Tags */
html { margin: 0; padding: 0; }

body {
	background: #666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	position: relative;
}

a { color: #09F; font-size: 11px; text-decoration: none; }
a:hover { background-color: #CCF; color: #039; }
a:visited { color: #0033FF; }

h1 { color: #35C; font-size: 24px; margin: 0; }
h2 { color: #35C; font-size: 18px; margin: 0; }
h3 { color: #35C; font-size: 14px; margin: 0; }
h4 { color: #35C; font-size: 12px; margin: 0; }
h5 { color: #35C; font-size: 10px; margin: 0; }
h6 { color: #35C; font-size: 8px; margin: 0; }

p { color: #666; line-height: 1.5em; margin: 0; margin-bottom: .5em; }
p a { text-decoration: underline; }

/* Page Container */
#container { margin: 0 auto; width: 800px; }

/* Page Header */
#header { height: 82px; position: relative; }

#header h2 {
	color: #FFF;
	float: left;
	height: 72px;
	margin: 0; padding: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#header h2 span {
	display: block;
	height: 82px;
	position: absolute; left: 0; top: 0;
}
#header h2.company { background: #F00001; width: 147px; }
#header h2.company span { background: url("../images/logo.gif") top left no-repeat; width: 157px; }
#header h2.company a { display: block; height: 82px; left: 0; position: absolute; top: 0; widtH: 157px; }
#header h2.company a:hover { background: transparent; }
#header h2.tagline { background: #0278FC; width: 633px; }
#header h2.tagline span { background: url("../images/tagline.jpg") top left no-repeat; width: 643px; }

/* Navigation Bar */
#nav {
	background: #6C6B6B;
	border-bottom: 3px solid #A8A4A3;
	border-top: 3px solid #A8A4A3;
	height: 31px;
	overflow: hidden;
	padding-left: 5px;
 	position: relative;
}
#nav a.contact {
	background: url("../images/address.gif") 0 0 no-repeat;
	display: block;
	float: right;
	height: 31px; width: 294px;
	text-indent: -100em;
}
#nav ul { margin: 0; padding: 0; }
#nav li {
	float: left;
	list-style-type: none;
	margin: 0; padding: 0;
}
#nav li a {
	display: block;
	height: 31px;
	overflow: hidden;
	text-indent: -100em;
}
#nav li a:hover { background-position: 0 -31px; }
#nav a.home { width: 63px; }
#nav a.aboutus { width: 68px; }
#nav a.contactus { width: 78px; }
#nav a.products { width: 66px; }
#nav a.orderforms{ width: 105px; }
#nav a.home { background: url("../images/buttons/home.gif"); }
#nav a.aboutus { background: url("../images/buttons/about.gif"); }
#nav a.contactus { background: url("../images/buttons/contact.gif"); }
#nav a.products { background: url("../images/buttons/products.gif"); }
#nav a.orderforms { background: url("../images/buttons/orderforms.gif"); }

/* Main Body Content */
#body {
	background: #FFF url("../images/side.jpg") left top no-repeat;
	height: auto !important;
	height: 427px;
	min-height: 427px;
	padding: 20px 20px 20px 157px;
	position: relative;
}
#body .clearbody { clear: both; }
#body .title { padding-bottom: 10px; }

/* Page Footer */
#footer {
	background: #A8A4A3;
	border-bottom: 3px solid #6C6B6B;
	border-top: 3px solid #6C6B6B;
	clear: both;
	height: 4px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
