﻿/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #ffffff url('Images/background.jpg') center top no-repeat;
color: #000000;
text-align: left;
font: normal 0.80em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
margin: 0;}

hr {
background-color: #1b5679;
color: #1b5679;
border: none;
height: 1px;}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #2971b3;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #707070;
text-decoration: underline;
font-weight: bold;}

h1 {font: 28px "Century Gothic", Verdana, Helvetica, sans-serif; color: #2971b3; margin: 0 0 .8em 0; letter-spacing: 1px;}
h2 {font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif; color: #1b5679; margin: .8em 0; letter-spacing: 1px;}
h3 {font: bold 16px "Century Gothic", Verdana, Helvetica, sans-serif; color: #333333; margin: .8em 0; border-bottom: 1px #333 solid;}
h4 {font: bold 16px "Century Gothic", Verdana, Helvetica, sans-serif; color: #505050; margin: .8em 0;}
h5 {font: bold 14px "Century Gothic", Verdana, Helvetica, sans-serif; color: #1b5679; margin: .8em 0;}
h6 {font: bold 14px "Century Gothic", Verdana, Helvetica, sans-serif; color: #505050; margin: .8em 0;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
/* -- The wrapper holds the header, content, sidebar areas --*/
background: transparent;
min-height: 100%;
height: auto !important;
height: 100%;
color: #000000;
width: 980px;
margin: 0 auto -110px;
text-align: left;}

.push {
/* -- This div is what makes the footer stick to the bottom of the page -- */
height: 110px;
clear: both;}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
width: 980px;
height: 320px;}

/*////////// GLOBAL LINKS AREA //////////*/

#global {
position: absolute;
top: 80px;
left: 360px;
z-index: 1;
color: #c0c0c0;
width: 585px;
height: 20px;
line-height: 20px;
font-size: 0.85em;
padding: 0;
text-align: right; }

#global a {
color: #d0d0d0;
text-decoration: none;
font-weight: normal;
padding: 0 5px;}

#global a:hover {
color: #368dc0;
font-weight: normal;
text-decoration: underline;}

/*///////// LOGO IMAGE //////////*/

#logo {
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
width: 380px;
height: 110px;
}
#logo h2{
padding:0 0 0 15px;
margin:0;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
color:#fff;
letter-spacing:4px;
}

/*////////// MAIN NAVIGATION //////////*/

#mainnav {
position: absolute;
top: 123px;
left: 40px;
color: #ffffff;
letter-spacing: 2px;
z-index: 3;
height: 170px;
width: 300px;
text-align: left;
text-transform: uppercase;
margin: 0;}

#mainnav a {
display: block;
background: transparent url('Images/bullet2.png') no-repeat left 12px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 7px 0 7px 15px;}

#mainnav a:hover {
color: #f0e425;
font-weight: bold;
text-decoration: none;}

/*////////// MAIN NAVIGATION //////////*/

#mainimage {
position: absolute;
top: 118px;
left: 360px;
width: 581px;
height: 184px;
z-index: 4;}

/*////////// SIDEBAR AREA //////////*/

#sidebarLeft {
float: left;
width: 270px;
text-align: left;
font-size: 0.85em;
line-height: 1.4em;
margin: 0 10px 10px 10px;}

/*////////// CONTENT AREA //////////*/

#contentRight {
float: right;
width: 600px;
margin: 0 35px 10px 10px;
line-height: 1.5em;
text-align:justify;}

.content2left {
float: left;
width: 325px;
margin: 0 10px 0 0;}
	
.content2right {
float: right;
width: 325px;
margin: 0 0 0 10px;}

/*////////// CONTENTWIDE AREA //////////*/
/*////// SPANS SIDEBAR AND CONTENT /////*/

#contentWide {
line-height: 1.5em;
width: 960px;
margin: 0 10px 10px 10px;}

.contentWideLeft {
float: left;
line-height: 1.5em;
width: 300px;
margin: 0 10px 10px 10px;}

.contentWideMiddle {
float: left;
line-height: 1.5em;
width: 300px;
margin: 0 10px 10px 10px;}

.contentWideRight {
float: right;
line-height: 1.5em;
width: 300px;
margin: 0 10px 10px 10px;}

/*////////// FOOTER //////////*/

#footer {
background-color: #0a1d3a;
text-align: center;
clear: both;
height: 90px;
color: #c0c0c0;
letter-spacing: 3px;
line-height: 2.2em;
padding: 10px 0;
margin: 0 auto;
border-top: 5px #2971b3 solid;}


#footer a {
color: #d0d0d0;
text-decoration: none;
padding: 0 10px;
font-weight: normal;}

#footer a:hover {
color: #368dc0;
text-decoration: underline;
font-weight: normal;}

#footer p {
clear: both;
font-size: 0.85em;
margin: 0;
padding: 0;}

/*////////// IMAGES //////////*/
img {
border: none;}

.image-border {
background-color: #ffffff;
padding: 3px;
border: 1px #919191 solid;}

.imageleft-noborder {
background-color: #ffffff;
margin: 0 10px 0 0;
float: left;}

.imageright-noborder {
background-color: #ffffff;
margin: 0 0 0 10px;
float: right;}

.imageleft-border {
background-color: #ffffff;
margin: 0 10px 0 0;
padding: 3px;
float: left;
border: 1px #919191 solid;}

.imageright-border {
background-color: #ffffff;
margin: 0 0 0 10px;
padding: 3px;
float: right;
border: 1px #919191 solid;}

/*////////// MISC. CLASSES //////////*/

.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;}

.clearwide {
height: 1px;
line-height: 0;
margin: 0;
padding: 0;
clear: both;}

.calendar {
line-height: 1.2em;}

.catalogimages {
vertical-align: middle;
text-align: center;
padding: 5px;
width: 20%;}

.catalogdescription {
line-height: normal;
vertical-align: top;
text-align: left;
padding: 5px;
font-size: 0.90em;
width: 60%;}

.catalogdescription h6 {
color: #1b5679;
margin: 0;
font: bold 12px Arial, Helvetica, sans-serif;}

.catalogcart {
vertical-align: middle;
text-align: center;
padding: 5px;
width: 20%;}


