﻿/*////////// 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.80em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
margin: 0;}

hr {
background-color: #3f647e;
color: #3f647e;
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 Tahoma, Verdana, Geneva, sans-serif;
background-color: #ffffff;
font-variant: small-caps;
color: #3f647e;
padding: 0 10px;
margin: 0;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #648ba9;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #909090;
text-decoration: underline;
font-weight: bold;}

h1 {
color: #3f647e;
font: normal 30px "Palatino Linotype", Palatino, Georgia, Times, "Times New Roman", serif;
margin: 0 0 .5em 0;
padding: 0 0 5px 0;
border-bottom: 2px #606060 solid;}

h3 {
color: #3f647e;
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;}

h2 {
color: #3f647e;
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;}

h4 {
color: #3f647e;
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: 175px;}

/*///////// LOGO IMAGE //////////*/

#logo {
position: absolute;
top: 20px;
left: 0;
z-index: 1;
width: 450px;
height: 110px;}

/*////////// GLOBAL LINKS AREA //////////*/

#global {
position: absolute;
top: 0;
left: 0;
z-index: 2;
color: #606060;
width: 500px;
height: 20px;
line-height: 20px;
letter-spacing: 1px;
font-size: 0.85em;
padding: 0;
text-align: left;}
	
#global ul {
margin: 0; padding: 0;}

#global li {
display: inline;
padding: 5px;
margin: 0 5px;}

#global li a {
font-weight: normal;
color: #ffffff;
text-decoration: none;}

#global li a:hover {
color: #ffffff;
text-decoration: underline;}
	
/*//////// MAIN IMAGE PLACEMENT ////////*/

#mainimage {
position: absolute;
top: 5px;
left: 650px;
width: 300px;
height: 160px;
z-index: 3;}

/*////////// MAIN NAVIGATION //////////*/

#mainnav {
position: absolute;
color: #ffffff;
top: 130px;
left: 0;
z-index: 4;
height: 30px;
line-height: 30px;
width: 650px;
text-align: left;
margin: 0;}

#mainnav ul {
margin: 0;
padding: 0;}

#mainnav ul li {
display: inline;
float: left;
list-style-type: none;
width: 150px;
height: 30px;
text-transform: uppercase;}

#mainnav ul li a {
display: block;
line-height: 30px;
width: 142px;
padding-left: 8px;
text-decoration: none;
font-weight: normal;
color: #ffffff;}

#mainnav ul li a:hover {
background-color: #3f647e;
color: #ffffff;}

#mainnav ul li ul li a {
font-size: 0.85em;
background-color: #404040;
color: #ffffff;}

#mainnav ul li ul li a:hover {
background-color: #3f647e;
color: #ffffff;}

#mainnav ul li ul {
visibility: hidden;}

#mainnav ul li:hover ul {
visibility: visible;}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
	float: left;
	width: 280px;
	text-align: left;
	margin: 0 10px;
}

#sidebar li {
padding: 5px 0;}

#sidebar p {
font-size: 0.85em;
line-height: 1.5em;}
	
/*////////// CONTENT AREA //////////*/

#content {
	float: right;
	width: 640px;
	margin: 0 10px;
	line-height: 1.7em;
}

.content2left {
float: left;
width: 310px;
margin: 0 10px 0 0;}
	
.content2right {
float: right;
width: 310px;
margin: 0 0 0 10px;}

/*////////// CONTENTWIDE AREA //////////*/
/*////// SPANS SIDEBAR AND CONTENT /////*/

#contentwide {
line-height: 1.7em;
width: 940px;
margin: 0 10px;}

.contentwideleft {
float: left;
width: 300px;
margin: 0 10px 0 0;}

.contentwidemiddle {
float: left;
width: 300px;
margin: 0 10px 0 10px;}

.contentwideright {
float: right;
width: 300px;
margin: 0 0 0 10px;}

/*////////// FOOTER //////////*/

#footer {
background: #ffffff url('images/footer.jpg') no-repeat;
text-align: center;
clear: both;
height: 130px;
color: #606060;
letter-spacing: 3px;
line-height: 2.2em;
padding: 20px 0;}

#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;}

.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: #3f647e;
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.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;}
.Ideal1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.ProfPrice {
	font-family: "MS Serif", "New York", serif;
}
.ProfPrice {
	color: #00C;
	font-size: medium;
}
.FeatureList {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #930;
	font-size: x-small;
}
.ModelBlack {
	color: #000;
}

