/* CSS Slave Style Sheet, pequod.com, incept: 8-25-2009
Author: Benjamin Liu, Designer: Robert Bethanis 
This is used by the main site */

body {
	background-color: #b2b2b2;
}

#mainarea {
	width: 830px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 830px;
	height: 293px;
	background: url('../img/header_default_bg.jpg') bottom left no-repeat;
}

ul#nav_main {
	list-style: none;
	font: 1.2em "Trebuchet MS", Tahoma, monospace;
	height: 35px;
	background: url('../img/main_nav_bg.gif') bottom left repeat-x;
	text-align: center;
}

ul#nav_main li {
	display: inline;
	padding: 0px 15px;
}

ul#nav_main li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	padding-top: 11px;
}

body#home li#homelnk a, body#prin li#prinlnk a, body#desi li#desilnk a,
body#mark li#marklnk a, body#case li#caselnk a, body#care li#carelnk a,
body#cont li#contlnk a {
	color: #db0703;
}

#footer {
	width: 830px;
	height: 90px;
	background-color: #b2b2b2;
	text-transform: uppercase;
}

#copyright_stuff {
	text-align: right;
	margin-right: 6px;
	font-size: .9em;
}

ul#nav_footer {
	list-style: none;
	padding: 8px 0 5px 6px;
	font-size: 1.1em;
}

ul#nav_footer li {
	display: inline;
	padding: 0 15px;
}

ul#nav_footer li a {
	color: #fff;
	text-decoration: none;
}

h1 {
	font: 2.3em Times, "Times New Roman", Georgia, serif;
	color: #82929d;
	font-weight: normal;
	letter-spacing: .1em;
	margin-bottom: 10px;
}

h2 {
	font: 1.4em "Trebuchet MS", Tahoma, monospace;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font: 1.2em Verdana, "Trebuchet MS", Tahoma, monospace;
	color: #000;
	background-color: #b2b2b2;
	padding: 3px 0;
	text-align: center;
}

h4 {
	font: bold 1.3em "Trebuchet MS", Tahoma, monospace;
	color: #000;
	background: url('../img/h4_bg.png') top left no-repeat;
	padding: 11px 0 3px 9px;
	margin-bottom: 7px;
}

h4 a {
  text-decoration: none;
  color: inherit;
}

h5 {
	font: normal 1.4em "Trebuchet MS", Tahoma, monospace;
	color: #14174a;
}

h6 {
	font: italic 1.2em "Trebuchet MS", Tahoma, monospace;
	color: #f2831e;
}


p {
	font-size: 1.2em;
	color: #8c8c8c;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.6em;
}

address {
	font-size: 1.1em;
}

blockquote {
	font: italic 1.3em Verdana, Arial, sans-serif;
	color: #555;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 7px 5px;
}

