/* CSS Document */

BODY {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
	behavior:url("../css/csshover.htc"); 
}

#header {
	background-color: #000000;
}

#sidebar {
	width: 200px;
	height: 100%;
	padding: 0;
	margin: 0;
}

#content { /* Contains the Page Content */
	background: white url("../gfx/sand.jpg") top left;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-left: 10px !important;
}

#footer {
	background: #000000;
	padding-top: 5px;
	text-align: center;
	font-size: x-small;
	color: white;
	clear: both;
}
#container { /* Table that Contains the Sidebar and the Content */
	width: 100%;
	padding: 0;
	margin: 0;
}



.logos img {
	margin: 0 30px 0 30px;
}

a {
	color: #186473;
}

h1 {
	display: block;
	text-align: left;
	margin: 0;
	font-family: "comic sans", "comic sans ms";
	font-size: 40px;
}

.slogan {
	display: block;
	text-align: left;
	margin: 0;
	font-family: "comic sans", "comic sans ms";
	font-size: 18px;
}

h2 {
	display: block;
	text-align: right;
	margin: 0;
	font-family: "comic sans", "comic sans ms";
	font-size: large;
}

h3 {
	display: block;
	text-align: left;
	margin: 0;
	font-family: "comic sans", "comic sans ms";
	font-size: large;
}	

P {
/*	text-indent: 20px; */
	text-align: justify;
	margin: 0 20px 10px 20px;
	max-width: 700px;
}

P.extra {
	/* This is for opening section paragraphs to increase linespacing. */
	line-height: 175%;
	text-indent: 2em;
}

.productimage {
	/* this handles some obsolete images, back before they could collapse or have captions. */
	/* The new, correct way: <DIV class="productimagelayer"><IMG /><BR>Caption</DIV> */
	float: right;
	clear: right;
	padding: 5px;
	margin: 5px;
	margin-left: 20px;
	border: 1px solid black;
	background-color: white;
	/* OLD: DO NOT USE */
}

.productimagelayer {
	float: right;
	clear: right;
	/* YOU HAVE TO MARK THESE LAYERS IN-LINE WITH DISPLAY: NONE!!! */
	/* If you don't, JavaScript sees an undefined display property.*/
	/* This also gives you the opportunity to have images that don't hide/expand */
	padding: 5px;
	margin: 5px;
	margin-left: 20px;
	border: 1px solid black;
	background-color: white;
	
	font-size: smaller;
	text-align: center;
	text-transform: uppercase;
}

.productimagelayer a {
	text-decoration: none;
}

.productimagelink {
	text-decoration: none;
	border: 0;
}

.productimagelink img {
	border: 0;
}

.productData {
	margin: 10px auto;
}


.productData TD {
	padding: 2px 5px;
	margin: 0;
}

.productData TH {
	border-bottom: 1px solid black;
	padding: 2px 5px;
}



.productSeparator {
	clear: both;
}

#content ul li {
	list-style-position: outside;
	list-style-type: square;
}

.pricelistjump {
	text-decoration: none;
	border: 0;
}

.pricelistjump img {
	border: 0;
	margin-right: 3px;
}
