﻿*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #ccccff;
	font-family: Verdana;
	font-size: 12px; /*background-image: url(   '../img/page_background.jpg' ); 	background-repeat: repeat-x; 	background-position: top;*/
}

a
{
	color: #0099ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

#header
{
	text-align: center; /*background-color: white;*/ /*height: 124px;*/
	background-color: #ccccff;
}

#menu-container
{
	background-image: url(  '../img/bodymiddleblue.jpg' );
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#menu
{
	background-image: url(    '../img/menubg.jpg' );
	text-align: center;
	height: 25px;
	width: 800px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#menu a
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	padding: 5px 10px 5px 10px;
	border-left: solid 1px #9999cc;
	border-right: solid 1px #9999cc;
	margin-right: -1px;
	letter-spacing: -1px;
}

#menu a:hover
{
	color: black;
	background-image: url(    '../img/grad_dark.jpg' );
}

#content
{
	background-image: url(  '../img/bodymiddleblue.jpg' );
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 870px;
	color: black;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 120%;
	text-align: center;
}

#content-bottom
{
	background-image: url(  '../img/bodybottomblue.jpg' );
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: 80px;
	width: 900px;
	padding-right: 100px;
}
.mailing-form
{
	margin-left: 100px;
	padding-left: 50px;
	width: 600px;
	height: 40px;
	background-image: url( '../img/mailfooter.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	padding: 1px;
	padding-right: 1px;	
}
.mailing-form-input
{
	background-image: url( '../img/input.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 30px;
}

.mailing-form input.text
{
	background-color: Transparent;
	border: none;
	height: 25px;
	width: 130px;
	padding-top: 1px;
}
.mailing-form input.submit
{
	background-image: url( '../img/mailbutton.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
	width: 136px;
	border: none;
	padding-top: 1px;
	margin-right: 50px;
}

.copyright
{
	margin-top: 7px;
	float: right;	
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.center
{
	margin-left: auto;
	margin-right: auto;	
}

.box-200-container
{
	width: 200px;
	background-color: #f6f6f6;
}

.box-250-container
{
	width: 250px;
	background-color: #f6f6f6;
}

.box-600-container
{
	width: 600px;
	background-color: #f6f6f6;
}

.box-650-container
{
	width: 650px;
	background-color: #f6f6f6;
	margin-bottom: 20px;
}

.box-200-header
{
	background-image: url(  '../img/box200top.jpg' );
}

.box-250-header
{
	background-image: url(  '../img/box250top.jpg' );
}

.box-600-header
{
	background-image: url(  '../img/box600top.jpg' );
}

.box-650-header
{
	background-image: url(  '../img/box650top.jpg' );
}

.box-header
{
	height: 10px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 10px;
}

.box-body
{
	text-align: left;
	padding: 15px;
	border: solid 1px #dddddd;
	border-top: none;
	border-bottom: none;
}

.box-200-footer
{
	background-image: url(  '../img/box200bottom.jpg' );
}

.box-250-footer
{
	background-image: url(  '../img/box250bottom.jpg' );
}

.box-600-footer
{
	background-image: url(  '../img/box600bottom.jpg' );
}

.box-650-footer
{
	background-image: url(  '../img/box650bottom.jpg' );
}

.box-footer
{
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
}

#tour img
{
	background-color: white;
	border: solid 1px black;
	margin-right: 15px;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

h1
{
	font-weight: normal;
	color: #0099ff;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2
{
	font-weight: normal;
	color: #0099ff;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3
{
	color: #0099ff;
	font-weight: normal;
	font-size: 10px;
	padding-top: 5px;
}

.admin-content
{
	border: solid 1px black;
	padding: 5px;
	text-align: left;
}

.admin-box
{
	border: solid 1px black;
	padding: 2px;
	margin: 2px;
}

.admin-content input
{
	padding: 3px;
	margin: 5px;
}

.admin-content select
{
	padding: 3px;
	margin: 5px;
}

.admin-content textarea
{
	padding: 3px;
	margin: 5px;
	width: 800px;
}

.deleted
{
	background-color: #ffcccc;
}

.box a
{
}

.list-bullet
{
	background-image: url( '../img/bullet.jpg' );
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 6px;
}

dl.stock
{
	width: 95%;
	overflow: auto;
	padding-left: 10px;
	padding-top: 10px;
}

dd.thumb
{
	border: solid 1px black;
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	margin-right: 5px;
}

dt.stock
{
	width: auto;
	text-align: left;
}

dd.price
{
	width: auto;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	color: #AAA;
}

dd.services
{
	width: 150px;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;	
}

dd.event
{
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;	
}

dd p
{	
	margin-bottom: 10px;
}

.thumbnail_container
{
	width: 115px;
	height: 115px;
	margin: 1px;
	padding: 0px;
	float: left;
	text-align: center;
}

img.image
{
	border: solid 1px #ccccff;
	margin: 0px;
	padding: 4px;
}

a:hover img.image 
{
	border-color: Black;
}

.speech-container
{
	margin-left: 30px;
	width: 501px;
}

.speech-yellow-header
{
	background-image: url(  '../img/spkylwtop.jpg' );
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 25px;
}

.speech-yellow-body
{
	background-image: url(  '../img/spkylwmiddle.jpg' );
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

.speech-yellow-footer
{
	background-image: url(  '../img/spkylwbottom.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
}

.speech-blue-header
{
	background-image: url(  '../img/spkblutop.jpg' );
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 25px;
}

.speech-blue-body
{
	background-image: url(  '../img/spkblumiddle.jpg' );
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

.speech-blue-footer
{
	background-image: url(  '../img/spkblubottom.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
}

.gallery-container img
{
	border: none;
	margin: 10px;
}

p.dealer-header
{
	color: #0099ff;
	margin-bottom: 20px;
}

p.image
{
	text-align: center;
	margin-top: 20px;	
}

.error
{
	color: black;
	background: #FF9999;
}