@charset "utf-8";
/* CSS Document */

/* CSS Reset & Global Settings */
* {
  margin: 0;
  padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	background-image: url(../images/bg_gradient.png);
	background-repeat: repeat-x;
	background-color: #111111;
}

p {
	padding-bottom: 15px;
	text-shadow: 1px 1px 1px #111;
}

h1 {
	font-size: 1.3em;
	padding-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #111;
}

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

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

a:hover {
	text-decoration: none;
	color: #FFDD13;
}

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

/* Generic CSS Styles */

.floatImage {
	float: right;
	width: 268px;
	margin-left: 20px;
	clear: both;
}

.floatText {
	float: right;
	width: 470px;
}

a img {
	border: none;
}

div.clear { 
	clear: both; 
	display: block; 
	height: 6px;
}

iframe {
	padding-top: 20px;
}

/* Layout */
#container {
	width: 929px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 14px;
}

/* Navigation */
#navigation #globalNav {
  	margin: 0;
    padding-left: 20px;
    list-style: none;
    height: 49px;
    overflow: hidden;
	background-image: url(../images/nav_gradient.png);
}

#navigation #globalNav li {
	float: left;
	display: inline;
	padding-right: 10px;
}

#navigation #globalNav a {
    display: block;
    background-image: url(../images/nav.png);
	padding-top: 49px;
    text-decoration: none; /* Needed for certain versions of IE */
	width: 160px;
}

#navigation #globalNav a#nav-facebook {
	background-image: url(../images/facebook.png);
	width: 139px;
}

#navigation #globalNav #nav-home { background-position: -0px -49px; }
#navigation #globalNav #nav-gallery { background-position: -160px -49px; }
#navigation #globalNav #nav-prices {	background-position: -320px -49px; }
#navigation #globalNav #nav-contact { background-position: -480px -49px; }

#navigation #globalNav #nav-home:hover { background-position: 0px -98px; }
#navigation #globalNav #nav-gallery:hover { background-position: -160px -98px; }
#navigation #globalNav #nav-prices:hover { background-position: -320px -98px; }
#navigation #globalNav #nav-contact:hover { background-position: -480px -98px;
}

body#home #navigation #globalNav #nav-home {background-position: -0px -0px;}
body#gallery #navigation #globalNav #nav-gallery { background-position: -160px -0px; }
body#prices #navigation #globalNav #nav-prices { background-position: -320px -0px; }
body#contact #navigation #globalNav #nav-contact { background-position: -480px -0px; }

/* Content */
#content {
	padding-left: 40px;
	padding-right: 54px;
	padding-top: 20px;
	padding-bottom: 0;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}

/* Bottom */
#bottom {
	background-color: transparent;
	background-image: url(../images/bottom.png);
	height: 48px;
	width: 929px;
}

/* Footer */
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	width: 100%;
	padding: 10px;
	text-align: center;
	z-index: -1;
	font-size: 0.7em;
}

/* Table */
/* table {
	background-image: url(../images/prices_bg.png);
	background-repeat: no-repeat;
	background-position: 90% 55%;
} */

table td {
	padding: 2px;
}

table td.tdHeader {
	font-weight: bold;
	text-shadow: 2px 2px 2px #111;
	padding-bottom: 4px;
}

table td.tdItem {
	width: 300px;
	text-shadow: 1px 1px 1px #111;
}

table td.tdPrice {
	width: 80px;
	text-shadow: 1px 1px 1px #111;
}

table td.tdSpacer {
	height: 20px;
}

/* Slideshow */
#content #gallery {
	padding: 30px;
	background-color: #333333;
}

#content #gallery p {
	text-shadow: none;
	line-height: 140%;
	color: #232323;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 0.8em;
  }
  
  #content #gallery .ad-controls p {
	  color: #FFF;
  }
	  
/* Contact Form */
#content .contactTop, #content .contactBottom {
	width: 335px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

#content .contactTop {
	background-image: url(images/contacttop.png);
}

#content .contactBottom {
	background-image: url(images/contactbottom.png);
}

#contactarea {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 12px;
}

#contactarea tr td {
    padding-top: 5px;
	height: 25px;
}
#contactarea tr td.label {
	text-align: right;
	width: 50px;
	padding-right: 10px;
	line-height: 1.8em;
}

#contactarea tr td input.inputbox {
    height: 18px;
    padding-left: 5px;
    color: #EEE;
	background-color: #333;
    border: 1px solid #666;
    width: 235px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}

#contactarea tr td textarea {
	padding: 5px;
 	color: #EEE;
	background-color: #333;
    border: 1px solid #666;
    width: 230px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}

#contactarea tr td.submit {
	text-align: center;
}

#contactarea tr td.submit #submitbutton {
	color: #EEE;
	margin-top: 15px;
	padding: 3px;
	border: 1px solid #666;
	background-color: #333;
}