﻿/* ------------------------------------ */
/* ----- Begins HTML rules -------------*/
/* ------------------------------------ */

html {
	height: 101%;
	margin-bottom: 1px;}

body {
	background: #ffffff url('images2009/background_small.jpg') repeat-x;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	text-align: center;
 height: 100%;
	margin: 0;
	padding: 0;}

.lgbk {
	background: #ffffff url('images2009/background_large.jpg') repeat-x;}

hr {
	background-color: #c0c0c0;
	border: none;
	color: #c0c0c0;
	height: 1px;
	width: 100%;}

img {
	border: none;}

table {
	border-collapse: collapse;
	width: 100%;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

ol {
	color: #000;
	padding: 0;}

dt {
	font-weight: bold;}

dd {
	font-size: 90%;
	padding: 5px 0 5px 0;}
	
dd ul {
	margin: 0;
	padding: 0 0 0 20px;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #49a1d5;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	font: normal 22px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	color: #1d6793;
	text-align: left;
	margin: 5px 0 10px 0;}

h2 {
	font: normal 18px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	color: #1d6793;
	text-align: left;
   text-transform: uppercase;
	margin: 5px 0 10px 0;}

h3 {
	font: normal 18px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	color: #808080;
	text-align: left;
 text-transform: uppercase;
	margin: 5px 0 10px 0;}

h4 {
	font: bold 16px Verdana, Arial, sans-serif;
	font-variant: small-caps;
	color: #808080;}

h5 {
	font: bold 14px Tahoma, Geneva, sans-serif;
	color: #1d6793;
	letter-spacing: 1px;}
	
h6 {
	font: bold 14px Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin-bottom: 0;
	color: #808080;}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
 margin: 0 auto -180px;
	width: 960px;}

#header {
	position: relative;
	width: 960px;
	height: 110px;}
	
#header_tall {
	position: relative;
	width: 960px;
	height: 330px;}

.push {/* -- This div is what makes the footer stick to the bottom of the page -- */
   height: 180px;
   clear: both;}

#global {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #ffffff;
	font-size: 85%;
	text-align: right;
	width: 960px;
	letter-spacing: 2px;
	line-height: 30px;
	height: 30px;}
	
   #global a {
   	color: #ffffff;
   	font-weight: normal;
   	text-decoration: none;}

   #global a:hover {
	   color: #ffffff;
	   font-weight: normal;
	   text-decoration: underline;}

#mainnav {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2;
	color: #ffffff;
	text-align: right;
	width: 960px;
	height: 50px;
	line-height: 50px;}

#mainnav a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 20px;}

#mainnav a:hover {
	text-decoration: underline;}

#toptext {
	position: absolute;
	left: 20px;
	top: 90px;
	z-index: 3;
	width: 400px;
	height: 180px;
	line-height: 1.8em;
	text-align: left;
	color: #ffffff;}


#tutorialtext {
	position: absolute;
	left: 20px;
	top: 280px;
	width: 360px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;}

#tutorialtext a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;}

#tutorialtext a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;}

#sidebar {
	width: 280px;
	float: right;
	line-height: 1.4em;
	margin: 10px;
	padding: 0;}

#search {
  width: 280px;}

	#search form {
	  text-align: left;
	  padding: 0;
	  margin: 5px 0;}

	#search .box {
		width: 220px;
		margin: 0;
		padding: 2px;
	  border: 1px #c0c0c0 solid;}  

	#search select {
		width: 220px;
		margin: 0 0 0 -2px;
		padding: 2px;
		border: none;
	  border: 1px #c0c0c0 solid;}  

#content {
	clear: both;
	width: 640px;
	float: left;
	line-height: 1.6em;
	margin: 10px;
	padding: 0;}
	
.contentleft {
  float: left;
  width: 310px;
  margin: 0 10px 5px 0;
  padding: 0;}

.contentright {
  float: left;
  width: 310px;
  margin: 0 0 5px 10px;
  padding: 0;}

#contentwide {
	clear: both;
	width: 940px;
	float: left;
	line-height: 1.8em;
	margin: 10px;
	padding: 0;}


#footer_outer {
	background-color: #000000;
	clear: both;
	border-top: 3px #1d6793 solid;
	color: #c0c0c0;
	letter-spacing: 2px;
	line-height: 1.7em;
	padding: 10px 0 0 0;
	height: 180px;}

#footer {
	width: 960px;
	margin: 0 auto;
	font-size: .90em;}

.footerblock {
	float: left;
	width: 300px;
	text-align: left;
	margin: 0 10px;}

.footerblock h6 {
	font: bold 14px Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	color: #c0c0c0;}

   #footer p {
	   margin: 0;
	   padding: 0 0 10px 0;}

   .footerblock li a {
	   color: #c0c0c0;
	   text-decoration: none;
	   font-weight: normal;}

   .footerblock li a:hover {
	   color: #ffffff;
	   text-decoration: underline;
	   font-weight: normal;}

	   #footer a {
	   color: #c0c0c0;
	   text-decoration: none;
	   font-weight: normal;}

   #footer a:hover {
	   color: #ffffff;
	   text-decoration: underline;
	   font-weight: normal;}

/*  forms and more  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #757575;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

/* ------------------------------------ */
/* ------ GENERAL STYLE CLASSES --------*/
/* ------------------------------------ */

tform {
	padding: 2px;
	text-align: left;
	margin: 5px;}
	
table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.photo {
  width: 340px;
  padding: 10px 10px 10px 0;}
.description {
	 width: 100%;
	 padding: 10px 10px 10px 0;}

td {
	padding: 0px; 
	margin: 0; 
	font-size: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	width: 50%;}
	
.catalogmain {
	width: 100%;
	text-align: center;}

.catalogmain p {
	margin: 0;}

/*  float images.  */

.image-border {
	padding: 5px;
	border: 1px solid #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	padding: 5px;
	border: 1px solid #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	padding: 5px;
	border: 1px solid #c2c2c2;}