@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
#container {
	width: 960px;
	margin: 0px auto 0;
	text-align: left;
}
#header {
	overflow:hidden;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header h1 {
	margin: 49px 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	color: #002F2F;
	font: bold 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px 20px 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#339966;
	border-top: 1px solid #000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 4px;
	border: 1px solid #DADADA;
	background: #FFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainContent p {
	line-height: 1.5em;
	margin: 0px 0px 1em;
	padding: 0px;
}
#footer p {
	font-size: 14px;
	text-align: center;
	color: #FFF;
}
#infobar {
	height: 22px;
	padding-top: 3px;
	background: #339966;
	border-top: 1px solid #D5D0B7;
	border-bottom: 1px solid #D5D0B7;
}
#leftside {
	float: left;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	letter-spacing: 1px;
	color: #FFF;
}
#rightside {
	float: right;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
}
h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px;
	padding: 0px;
}
#header p, #header h1{
	margin: 0px;
	padding: 0px 0px 0px 170px;
	color: #000;
	font: normal larger Verdana, Geneva, sans-serif;
}

.main {
	position:relative;
	margin:0 auto;
	text-align:left;
	background: url(../images/logo4.png) no-repeat;
	height: 140px;
	width: 920px;
}
.main2 {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}
#logo {
	margin:0px 0 3px 170px;
	font:bold small-caps normal 350%/1.2 "Arial Black", Gadget, sans-serif;
	padding-top: 25px;
	border-bottom: medium solid #339966;
	color: #000;
	text-transform: none;
	width: 420px;
}
#logo span {
	font-weight:bold;
}
#logo a {
	text-decoration:none;
	color: #000;
}
.noscreen {
	display:none;
}
/* ----------------------------------------------------------------------------------------------------------
5) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#perex {
	margin-bottom:15px;
	padding:0px 0px 15px;
	width:620px;
	height: auto;
}
#perex h2 {
	border-bottom:solid 1px #77BCFF;
}
#perex p {
	text-align:center;
}
#perex {
	border-bottom: 8px solid #339966;
	margin: 0px auto 15px;
}
.box {
	min-height:1px;
}
.box:after {
	display:block;
	visibility:hidden;
	clear:both;
	line-height:0;
	font-size:0;
	content:".";
}
.imgcaption {
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainContent ul {
	margin: 0px 0px 1em 3em;
	padding: 0px;
}
#mainContent ul li {
	padding-bottom: 0.5em;
	line-height: 1.4em;
}
h4 {
	font-size: 18px;
}
#sidebar1 h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#navcontainer, #navcontainer2, #navcontainer3 {
	width: 200px;
}
#navcontainer ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#navcontainer2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width:0px;
}
#navcontainer3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
}
.navlist {
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}
#navcontainer a {
	display: block;
	padding: 8px;
	width: 182px;
	background-color: #036;
	border-bottom: 1px solid #000;
}
#navcontainer2 a {
	display: block;
	padding: 8px;
	width: 182px;
	background-color: #036;
}
#navcontainer3 a {
	display: block;
	padding: 8px;
	width: 182px;
	background-color: #036;
}
#navcontainer .yellow a {
	background:#ffffcc;
}
#navcontainer .pink a {
	background:#ffcccc;
}
#navcontainer .blue a {
	background:#ccecff;
}
#navcontainer .green a {
	background:#ccffcc;
}
#navcontainer .salmon a {
	background:#ffcc99;
}
#navcontainer .teal a {
	background:#ccffff;
}
#navcontainer2 .fusia a {
	background:#ccccff;
}
#navcontainer3 .yellow a {
	background:#ffff99;
}
#navcontainer a:link, .navlist a:visited {
	color: #333;
	text-decoration: none;
}
#navcontainer2 .navlist a:visited, #navcontainer3 .navlist a:visited {
	color: #333;
	text-decoration:underline;
}
#navcontainer a:hover, #navcontainer2 a:hover, #navcontainer3 a:hover {
	background-color: #339966;
	color: #fff;
}
.affiliates {
	background: #ccccff;
	padding: 3px 0 0 5px;
	font-weight:bold;
	color: #333;
}
.links {
	background: #ffff99;
	padding: 3px 0 0 5px;
	font-weight:bold;
	color: #333;
}
#footer p a {
	color: #FFF;
}
#buyer_menu {
	padding: 5px;
}
#buyer_menu ul {
	margin: 0px 0px 0px 2em;
}
#buyer_menu h4 {
	margin-bottom: 5px;
}
#mainContent .splitcol {
	float: left;
	width: 100%;
}
.leftcol {
	float: left;
	width: 50%;
}
.rightcol {
	float: right;
	width: 50%;
}
i mg {
	border: 0;
	display: block;
	margin: 0px auto 5px;
}
.yellowbg {
	background: #FF0;
}
.bluetext {
	color: #00F;
}
.redtext {
	color: #F00;
}
.greentext {
	color: #090;
}
.purpletext {
	color: #939;
}
.largetext {
	font-size: 18px;
}
.superscript{font-size:xx-small; vertical-align:top;} 
.subscript{font-size:xx-small; vertical-align:bottom;}.smalltext {
	font-size: smaller;
}
h1 {
	font-size: 24px;
}
.teamtitle {
	margin: 0px;
	padding: 0px;
}
#perex img {
	display: block;
	margin: 0px auto;
}
.centerimage {
	display: block;
	margin: 0px auto;
}
.gallerypics {
	padding: 5px;
	background: #FFF;
	width: 500px;
	margin: 0px auto 15px;
	border: 1px solid #999;
}
.space_available {
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
