<?php 
include 'connect.php';
include 'custom.css'; ?>/* ----------IDs--------------------------------------- */

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 6pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
	clear: both;
	border-bottom: 1pt #000 solid;
}

#header p {
	color: #00f;
	text-align: center;
	font-size: 60%;
}

#manualLink {
	text-align: center;
	float: right;
}

#footer {
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: 12pt;
	padding-right: 12pt;
	clear: both;
	background-color: #ccf;
	border-top: 1pt #000 solid;
	margin-top: 8pt;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: center;
	margin: 0pt;
}

#main {
	padding-left: 3em;
	padding-right: 4em;
}

#photoLibrary .photo {
	padding-top: 1em;
	margin-top: 1em;
	clear: both;
}

#photoLibrary .photo img {
	float: left;
	padding-right: 2em;
}

#photoLibrary .photo a {
	text-decoration: none;
	border-bottom: none;
}

/* ----------ELEMENTS--------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0pt;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

/* ----------LINKS--------------------------------------- */

a:link {
	text-decoration: none;
	color: #66f;
}

a:visited {
	text-decoration: none;
	color: #66f;
}

a:hover {
	text-decoration: none;
	color: #00f;
	border-bottom: 1pt #00f dotted;
}

a:active {
	text-decoration: none;
	color: #f00;
}

a.imageLink:hover {   /* turns off the underline when hovering over an image that is a link */
/* 	border-bottom: none; */
}

/* ----------CLASSES--------------------------------------- */

.boatName {
	font-style: italic;
	color: #900;
}

.block {
	display: block;
}

.bold {
	font-weight: bold;
}

.bookName {
	font-style: italic;
	color: #900;
}

.borderRight {
	border-right: 1pt #666666 solid;
}

.buttonText {
	font-size: 80%;
	font-weight: normal;
}

.callout {
	font-weight: bold;
	color: #00f;
}
.credit { color: #00f; font-weight: bold }

.caption {
	font-size: 80%;
	font-style: italic;
}

.center {
	text-align: center;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both
}

.headerLogo {
	padding-right: 4pt;
}

.lineAbove {
	border-top: 1pt #666666 solid;
}

.red {
	color: #ff0000;
}

.small {
	font-size: 75%;
}

/* ----- DYNAMIC CONTENT  (Shows, News, Offers, Used Monitors) ----- */

.article {
	margin-left: 36pt;
	margin-right: 36pt;
	margin-bottom: 12pt;
	border-bottom: 1pt #666666 solid;
}

.headline {
	font-weight: bold;
	color: #6666ff;
}

.highlightHeadline {
	font-weight: bold;
	color: #ff0000;
}

.text {
}

/* ----- PRODUCT NAMES ----- */

.monitor {
	font-weight: bold;
}

.autohelm {
	font-weight: bold;
}

.cpt {
	font-weight: bold;
}

.note {
	color: #990000;
	font-size: 80%;
}

.sayes {
	font-weight: bold;
}

.navik {
	font-weight: bold;
}

.sos {
	font-weight: bold;
}

.swinggate {
	font-weight: bold;
}

.question {
	font-style: italic;
}

.answer {
	padding-left: 18pt;
}

div.quote {
	background-color: #ccc;
	font-size: 80%;
	line-height: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: left;
}

div.quote p {
	text-align: left;
}

.quoteName{
	color: #00f;
	font-weight: bold;
}

/* ----------PHOTO GALLERY--------------------------------------- */

div.photoGallery {
	border-top: 1pt #000 solid;
	border-bottom: 1pt #000 solid;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}

div.photoInGallery {
	float: left;
	text-align: left;
	margin: 1em;
}
  
div.photoInGallery p {
	text-align: left;
	font-style: italic;
	font-size: 100%;
}

div.spacer {           /* necessary at top and bottom of photo gallery to keep text from running around the sides of gallery */
	clear:both;
	font-size: .1pt;
}

/* ----------PHOTO LEFT (text flows on right)--------------------------------------- */

div.photoLeft {
	float: left;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 1em;
	clear: left;
}
  
div.photoLeft p {
	text-align: center;
	font-style: italic;
	font-size: 100%;
}

/* ----------PHOTO RIGHT (text flows on left)--------------------------------------- */

div.photoRight {
	float: right;
	text-align: center;
	margin-left: 1em;
	margin-bottom: 1em;
}
  
div.photoRight p {
	text-align: center;
	font-style: italic;
	font-size: 100%;
}

/* ----------PHOTO CENTER (with no text flowing on either side)--------------------------------------- */

div.photoCenter {
	clear: both;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100%;
}
  
div.photoCenter p {
	text-align: center;
	font-style: italic;
	font-size: 100%;
	width: 40em;
}

/* ----------PRICE LISTS-------------------------------------------*/

td.itemTitle {
	font: Verdana, Arial, sans-serif;
	font-weight: bold;
}

td.itemDetail {
	font: Verdana, Arial, sans-serif;
	padding-left: 2em;
}

td.itemPrice {
	font: Verdana, Arial, sans-serif;
	text-align: right;
	font-weight: bold;
	color: #0000ff;
}

th {
	font: Verdana, Arial, sans-serif;
}

<?php
	echo ".redTest {
		color: #ff0000;
	}"; ?>