/****** Yacht Theatre Styles *****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
input, textarea, select {font:inherit;}

html {
	background: white;
	font-family:Arial, 'Lucida Sans', sans-serif;
	font-size:62.5%;
}

body {
	color:#333;
	margin:0 auto;
	width:100%;
}
#page {
	width: 778px;
	background: #ccc;
	padding: 10px;
	margin: 0 auto;
}
#header {
	height: 106px;
	color: white;
	background: #0D253F;
}
#headerImage {
	float: left;
}
#title {
	padding: 30px 0 0 0;
	text-align: center;
}
li {
	margin: 0 0 3px 15px;
		font-size: 1.3em;
}
li li {
	margin: 0;
}
/*** menu ***/
#menu {
	clear:both;
	list-style:none;
}

#menu li {
	display:inline;
	float:left;
	position:relative;
	font-size:1.5em;
}
#menu li a, #menu li span {
	color:#333;
	display:block;
	padding: 0.7em 0.75em;
	text-decoration:none;
}
#menu li a:hover, #menu li span:hover, #menu li.hover span {
	background:#0D253F;
	color:#fff;
}
#menu li span {cursor:default;}

#menu li ul {
	background:#0D253F;
	display:none;
	font-size:0.5em;
	left:0;
	list-style:none;
	padding:0;
	position:absolute;
	top: 34px;
}
#menu li:hover ul,
#menu li.hover ul {
	display:block;
}

#menu li ul li {
	display:inline;
	float:none;
}
#menu li ul li a {
	display:block;
	padding:0.5em 0.75em;
	white-space:nowrap;
	color: #fff;
}
#menu li ul li a:hover {
	background:#1E448B;
		color: #fff;
}
/*** end Menu ***/

#leftCol {
	width: 368px;
	background: #4E505C;
	color: white;
	clear:left;
	float: left;
	padding: 10px;
}
#rightCol {
	width: 368px;
	float: right;
	padding: 0 10px 10px 10px;
}
#footer {
	clear: both;
	background: #0D253F;
	padding: 15px 15px 5px 15px;
	color: #ccc;
	text-align: center;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #ccc;
}

/****** Tags ******/

h1 { 
	font-size: 2em
}
h2 { 
	font-size: 1.5em
}
h3 { 
	color: white;
	font-size: 1.7em;
	margin: 0 0 1em 0;
}
h4 { 
	color: white;
	font-size: 1.5em;
	margin: 0 0 1em 0;
}
.productDesc {
	color:#333;
}
p {
	font-size: 1.3em;
	margin: 0 0 1em; 0;
}
blockquote {
	font-size: 1.5em;
	margin: 0 2em 1em; 2em;
	font-weight: bold;
	font-family: Georgia;
}
a {
	color: white;
}
a:hover {
	color: black;
}

/****** Elements ******/
.topImage {
	margin: 0 0 20px 0;
}
