﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #000000 repeat-x;
	color: #000000;
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
hr {
	background-color: #f40005;
	color: #f40005;
	border: none;
	height: 1px;
	width: 100%;
}
img {
	border: none;
}
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;
}
/*  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: #ac0605;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #606060;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:active {
	outline: none;
	overflow: hidden;
}
/*  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 {
	color: #808080;
	font: normal 26px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 20px;
}
h2 {
	color: #f40005;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;
}
h3 {
	color: #f40005;
	font: normal 20px Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	text-align: left;
}
h4 {
	color: #808080;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
}
h5 {
	color: #f40005;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
}
h6 {
	color: #808080;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */
#wrapper {
	background: #ffffff url('images/wrapper1.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
/* TOP HEADER AREA */
#header {
	position: relative;
	width: 900px;
	height: 220px;
}
/* This sets the size and position of your business name
and slogan */
#sitename {
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 1;
	width: 525px;
	text-align: center;
}
#sitename h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font: normal 55px Georgia, Georgia, serif;
	text-align: center;
	letter-spacing: 1px;
	left: 0;
	top: 65px;
	height: 150px;
}
#slogan {
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 2;
	width: 450px;
	font: bold italic 20px Arial, Helvetica, sans-serif;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-align: center;
	width: 348px;
}
#slogan p {
	margin: 0;
	padding: 0;
}
/* This sets the position for where the slideshow
images will appear */
#slideshow {
	position: absolute;
	z-index: 3;
	top: 24px;
	left: 633px;
}
/* The items below set the properties for the 
MAIN NAVIGATION dynamic menu block.*/
#menu {
	position: absolute; /* Menu position */;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 85%;
	width: 600px; /* precision for Opera */
}
#menu dl {
	float: left;
	margin: 0;
	padding: 0;
}
#menu dt {
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu dd {
	background: #404040;
	margin: 0;
	padding: 0;
	display: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 20px;
}
#menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	margin: 0;
	padding: 0;
}
#menu dt a:hover {
	background-color: #707070;
}
#menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	margin: 0;
	padding: 0;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: ;
}
#menu dd li a {
	font-weight: normal;
}
#menu dd li a:hover {
	background-color: #707070;
}
/* TWO COLUMN LAYOUT */
/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */
#sidebar {
	font-size: 85%;
	float: left;
	width: 200px;
	padding: 10px 20px 10px 20px;
}
#content {
	float: right;
	width: 600px;
	line-height: 1.4em;
	padding: 10px 20px 10px 10px;
}
/* ONE COLUMN LAYOUT */
#contentwide {
	float: right;
	width: 860px;
	line-height: 1.4em;
	padding: 10px 20px 10px 20px;
}
/* FOOTER AREA */
/*  The items below set the footer properties as well as the text
and links that appear in this area  */
#footer {
	clear: both;
	background: #000000 url('images/footer22.jpg') no-repeat;
	color: #000000;
	text-align: center;
	font-size: 80%;
	padding-top: 30px;
	height: 70px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 0;
}
#footer li a {
	color: #000000;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: none;
}
#footer li a:hover {
	color: #ffffff;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
	font: italic 90% Verdana, Verdana, Geneva, sans-serif;
	color: #8E8D89;
}
/* If you want to highlight a section of text, you can place it within
a div with the box class applied. This will put the contents within
a block with a light gray background and a thin dashed line around it. */
.box {
	background: #f8f8f8;
	border: 1px dashed #c2c2c2;
	padding: 10px;
}
.box ul {
	margin: 0 0 0 20px;
	padding: 0;
}
/* CONTACT PAGE FORM */
/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */
fieldset {
	border: 3px double #c2c2c2;
	padding: 5px;
	margin: 5px 0;
}
legend {
	background-color: #ffffff;
	color: #f40005;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 2px 4px;
	margin: 0;
}
#contactform {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;
}
#contactform label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 3px 5px 5px 5px;
	clear: both;
}
#contactform input {
	margin: 3px 5px 5px 5px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #c2c2c2;
}
#contactform textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #c2c2c2;
}
#contactform .button {
	text-align: center;
	margin: 5px 0 0 170px;
	border: none;
	clear: both;
}
/* CATALOG DISPLAY TABLE */
/*  The catalog is set into a simple three-column table. The
items below set the properties for the catalog display.  */
table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
.catalog {
	padding: 8px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 33%;
}
/* CALENDAR DISPLAY */
/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */
.calendar {
	text-align: center;
	margin: 0 0 20px 0;
}
/* IMAGE FLOATS */
/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */
.imagecenter-border {
	border: 5px #c2c2c2 double;
	display: block;
	margin: 0 auto;
}
.imagecenter-noborder {
	display: block;
	margin: 0 auto;
}
.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;
	border: 3px #c2c2c2 double;
}
.imageright-border {
	margin: 0 0 0 10px;
	float: right;
	border: 3px #c2c2c2 double;
}
.content2left {
	float: left;
	width: 188px;
	margin: 0px 0 0px 0px;
	border: 1px #c2c2c2 solid;
	padding-left: 10px;
	padding-right: 12px;
	}
.content2right {
	float: right;
	width: 275px;
	margin: 0px 90px 0px 0px;
	border-bottom: 1px #c2c2c2 solid;
	border-top: 1px #c2c2c2 solid;
	border-right: 1px #c2c2c2 solid;
	padding-left: 10px;
	padding-right: 12px;
}
.content2left2 {
	float: left;
	width: 188px;
	margin: 0px 0 0px 0px;
	padding-left: 10px;
	padding-right: 12px;
	}
.content2right2 {
	float: right;
	width: 275px;
	margin: 0px 90px 0px 0px;
	padding-left: 10px;
	padding-right: 12px;
}
