/* Basic Structure and Positioning */

body {
	background: url('images/bg_Bouncers.gif') repeat-y top left;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ff9;
}

#wrapper {
	text-align: left;
	margin: 0px 120px;
	padding:0px;
	border:0;
	width: 750px;
	background: url('images/background_cols.gif') repeat;
}

#header {
	margin: 0 0 15px 0;
	background: #ff9;
}


#left {
	float: left;
	width: 115px;
}


#right {
	float: right;
	width: 115px;
}

#main { 
	float: left;
	width: 68%;
}

#footer {
  	clear: both;
  	display: block;
  	background-color: #fff444;
  	border: solid 4px #66f;
  	position: relative;
	text-align: center;
        font-size: .90em;
	line-height:1.1em;
}


/* Formatting */


#main p {
  	margin-left: 20px;
  	margin-right: 20px;
  	font-size: 1.02em;
  	line-height: 1.5em;
}


h1 {
	text-align: center;
	font-size: 1.05em;
	font-weight: bold;
	color: #00b;
}


h2 {
	display: inline;
	font-size: 1.02em;
	font-weight: bold;
	color: #00b;
}


h3 {
	font-size: 1.5em;
  	font-family: "Comic Sans MS", sans-serif;
	font-weight: bold;
	color: #00b;
	text-align: center;
	line-height: 0.8em;
}

#main table.small {
	border: solid 1px #00b;
	margin-right: 20px;
	font-size: .85em;
}


#main table.small td {
	border: solid 1px #00b;
	padding: 3px;
}


#main ul {
	list-style-type:none;
	margin-right: 15px;
}


#main ul li {
	margin-bottom: 25px;
}


#main ul li a {
	font-size: .80em;
}


#main ol {
	list-style-type: decimal;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	font-size: .80em;
	line-height: 1em;
}


.blink {
	text-decoration:blink;
	font-size: 1.5em;
}


#main a:link {
	font-weight: bold;
	color: #33f;
}


#main a:visited {
	font-weight: bold;
	color: #33f;
}


#main a:hover {
	font-weight: bold;
	color: #dd0;
}


#main a:active {
	font-weight: bold;
	color: #dd0;
}


#left p, #right p {
 	margin: 10px;
}


.comic {
  	font-family: "Comic Sans MS", sans-serif;
}


#footer a {
	color:#33f;
}


#footer .small {
	font-size:0.80em;
	font-family: "Comic Sans MS", sans-serif;
}


/* Nav with Rollover Effect */


*:first-child+html #left li a {
	margin-left:-10px;
}


*:first-child+html #right li a {
	margin-left:-10px;
}


html>body div#left li a {
	margin-left:-50px;
}

html>body div#right li a {
	margin-left:-50px;
}


#left ul, #right ul {
	list-style:none;
	margin-left: 5px;
}


#left p, #left li, #right p, #right li {
	display:inline;
	font-weight:bold;
	font-size:1.1em;
	margin:0;
	color:#66f;
	border:0;
}


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


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


#left a:hover, #right a:hover {
	color:#66f;
	text-decoration:none;
}


#left a:active, #right a:active {
	color:#fff;	
	text-decoration:none;
}


li#home a {
	float:left;
	width: 115px;
	height: 57px;
	background: url('images/HomeButton.gif') no-repeat left top;
}


li#home a:hover {
	background: url('images/HomeButtonA.gif') no-repeat left top;
}


li#faq a {
	float:left;
	width: 115px;
	height: 57px;
	background: url('images/FaqButton.gif') no-repeat left top;
}


li#faq a:hover {
	background: url('images/FaqButtonA.gif') no-repeat left top;
}


li#spec a {
	float:left;
	width: 115px;
	height: 57px;
	background: url('images/SpecialsButton.gif') no-repeat left top;
}


li#spec a:hover {
	background: url('images/SpecialsButtonA.gif') no-repeat left top;
}


li#gal a {
	float:left;
	width: 115px;
	height: 57px;
	background: url('images/GalleryButton.gif') no-repeat left top;
}


li#gal a:hover {
	background: url('images/GalleryButtonA.gif') no-repeat left top;
}


li#contact a {
	float:left;
	width: 115px;
	height: 57px;
	background: url('images/ContactButton.gif') no-repeat left top;
}


li#contact a:hover {

	background: url('images/ContactButtonA.gif') no-repeat left top;
}


li#links a {
	float:left;
	width: 115px;
	height: 57px;
	background: url('images/LinksButton.gif') no-repeat left top;
}


li#links a:hover {

	background: url('images/LinksButtonA.gif') no-repeat left top;
}


.alt {
	display:none;
}


/* Contact Form */

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  font-size: 0.80em;
  }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 

div.spacer {
  clear: both;
  }


/* Gallery - jqGalViewII by BenjaminSterling.com */

.gvIIContainer{
	width:325px;
	position:relative;
	background:transparent;
	padding:10px 0 10px 10px;
	margin:0 0 0 40px;
	/*border:10px solid #fff;*/
}

.gvIIContainer .gvIIImgContainer img{
	margin-left:0;
	margin-top:0;
}

.gvIIAltText{
	position:absolute;
	right:15px;
	top:0px;
	background:transparent;
	border:1px solid #000;
	color:#000;
	font-size:0.90em;
	padding:3px;
}

.gvIIContainer .gvIIImgContainer{
	width:325px;
	height:250px;
	position:absolute;
	left:100px;
	overflow:hidden;
	margin-bottom:10px;
}

.gvIIContainer .gvIIImgContainer .gvIILoader{
	background: url('img/ajax-loader.gif') no-repeat center center;
	width:325px;
	height:250px;
	display:none;
}

.gvIIContainer .gvIIHolder{
	position:relative;
	float:left;
	margin-top:0px;
	height:225px;
	width:80px;
	overflow:auto;
}

.gvIIContainer .gvIIHolder .gvIIArrow{}
.gvIIContainer .gvIIHolder .gvIIItem{
	float:left;
	height:48px;
	width:72px;
	border:0px solid #fff;
	margin:2px;
	position:relative;
	overflow:hidden;
}

.gvIIContainer .gvIIHolder .gvIIItem .gvIIFlash{
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	height:55px;
	width:72px;
	cursor:pointer;
}

.gvIIContainer .gvIIHolder .gvIIItem img{
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	margin-left:0;
	margin-top:0;
	border:none;
	cursor:pointer;
}
