﻿/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #ffffff url('images/background.jpg') repeat-x;
color: #000000;
text-align: left;
font: normal 0.85em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
margin: 0;}

hr {
background-color: #334059;
color: #334059;
border: none;
height: 1px;}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

fieldset {
border: 1px #a0a0a0 solid;
padding: 10px;
margin: 10px 0;}

legend {
font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
background-color: #ffffff;
font-variant: small-caps;
color: #334059;
padding: 0 10px;
margin: 0;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #667695;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #909090;
text-decoration: underline;
font-weight: bold;}

h1 {
color: #1C60C3;
font: normal 18px "Century Gothic", Palatino, Georgia, Times, "Times New Roman", serif;
margin: 0 0 .5em 0;
padding: 0 0 5px 0;
border-bottom: 2px #606060 solid;}

h2, {
color: #334059;
font: normal 20px Tahoma, Verdana, Geneva, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
padding: 0 0 6px 0;
text-align: left;
border-bottom: 2px #606060 solid;}

h3 {
color: #ff9900;
font: normal 18px "Century Gothic", Palatino, Georgia, Times, "Times New Roman", serif;
margin: 0 0 .5em 0;
padding: 0 0 5px 0;
border-bottom: 2px #606060 solid;}

h4 {
color: #334059;
font: normal 18px "Trebuchet MS", Tahoma, Arial, sans-serif;
text-align: left;
line-height: 40px;
letter-spacing: 1px;
padding: 0 0 1px 0;
margin: 0 0 .5em 0;
border-bottom: 2px #606060 solid;}

h5 {
color: #606060;
font: bold 14px Baskerville, Georgia, Times, "Times New Roman", serif;
margin: .8em 0;
text-transform: uppercase;
text-align: left;}

h6 {
color: #606060;
font: bold 12px Baskerville, Georgia, Times, "Times New Roman", serif;
margin: .8em 0;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
/* -- The wrapper holds the header, content, sidebar areas --*/
color: #000000;
width: 960px;
margin: 0 auto;
text-align: left;}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
width: 960px;
height: 370px;}

/*///////// LOGO IMAGE //////////*/

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 450px;
	height: 80px;}

/*////////// GLOBAL LINKS AREA //////////*/

#global {
	position: absolute;
	top: 40px;
	left: 450px;
	z-index: 2;
	color: #606060;
	width: 510px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 0.85em;
	padding: 0;
	text-align: right;}
	
#global ul {
margin: 0; padding: 0;}

#global li {
display: inline;
padding: 5px;
margin: 0 5px;}

#global li a {
	text-decoration: none;}

#global li a:hover {
	text-decoration: underline;}
	
/*//////// MAIN IMAGE PLACEMENT ////////*/

#mainimage {
position: absolute;
top: 95px;
left: 155px;
width: 390px;
height: 240px;
z-index: 3;}

#slider {
position:relative;}

#slider img {
position:absolute;
top:0px;
left:0px;
display:none;}

/*////////// MAIN NAVIGATION //////////*/

#mainnav {
position: absolute;
color: #ffffff;
top: 95px;
left: 600px;
z-index: 4;
height: 240px;
width: 230px;
font: normal 1.25em Tahoma, Verdana, Geneva, sans-serif;
letter-spacing: 1px;
text-align: center;
margin: 0;}

/*adjust margins and padding to increase or decrease space between links as needed*/
#mainnav ul {
width: 230px;
list-style: none;
margin: 30px 0 0 0; 
padding: 0;}

#mainnav li {
padding: 0;}

#mainnav li a {
display: block;
font-weight: normal;
color: #ffffff;
padding: 2px 0; 
margin: 2px 0;
border: 1px transparent solid;
text-decoration: none;}

#mainnav li a:hover {
font-weight: normal;
color: #ffffff;
text-decoration: none;
background-color: #334059;
border: 1px #ffffff solid;}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
	font: normal 9pt "Century Gothic", Palatino, Georgia, Times, "Times New Roman", serif;
	float: right;
	width: 280px;
	text-align: left;
	margin: 10px;
}

#sidebar li {
padding: 5px 0;}

#sidebar p {
	font: normal 11px "Century Gothic", Palatino, Georgia, Times, "Times New Roman", serif;
	line-height: 1.5em;}
	

	
/*////////// CONTENT AREA //////////*/

#content {
	float: left;
	width: 640px;
	margin: 10px;
	line-height: 1.5em;}

.content2left {
	float: left;
	width: 310px;
	margin: 0 10px 0 0;}
	
.content2right {
	float: right;
	width: 310px;
	margin: 0 0 0 10px;}

/*////////// FOOTER //////////*/

#footer {
 text-align: center;
 clear: both;
	height: 130px;
	color: #606060;
	letter-spacing: 3px;
	line-height: 2.2em;
	padding: 10px 0;
	border-top: 3px #334059 solid;}

#footer ul {
margin: 0; padding: 0;}

#footer li {
letter-spacing: 2px;
display: inline;
padding: 5px;
margin: 0 5px;}

#footer li a {
	text-decoration: none;}

#footer li a:hover {
	text-decoration: underline;}

#footer p {
 clear: both;
	font-size: 0.85em;
	margin: 0;
	padding: 0;}

/*////////// IMAGES //////////*/
img {
	border: none;}

.image-border {
	padding: 3px;
	border: 1px #919191 solid;}

.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;
	padding: 3px;
	float: left;
	border: 1px #919191 solid;}

.imageright-border {
	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;}

.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: #334059;
margin: 0;
font: bold 12px Arial, Helvetica, sans-serif;}

.catalogcart {
vertical-align: middle;
text-align: center;
padding: 5px;
width: 20%;}

.gallery {
text-align: center;}

.gallery img {
	padding: 5px;
	border: 1px #808080 solid;
	margin: 5px;}

