html {
    height: 100%;
}
body.psc {
    background: #676767 url('images/background.png') repeat-x center top;
    height: 100%;
}
img {
    border: 0;
}

.textcenter {
    text-align: center;
}
.textright {
    text-align: right;
}
.bold {
    font-weight: bold;
}

.nolineheight {
    line-height: 0;
}
.marginbottom {
    margin-bottom: 10px;
}
.floatright {
    float: right;
}
.clear {
    clear:both;
}

.spacer0 {
	height: 0px;
}

#wrapper {
    width: 1030px;
    height: 100%;
    margin: 0 auto;
    background: transparent;
    position: relative;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}
#wrapper p, #wrapper h3 {
    line-height: 16px;
}

/* header */
#header {
    text-align: center;
    background: url('images/header.png') no-repeat center top;
    height: 268px;
}
h1 {
    background: url('images/psc.png') no-repeat center top;
    height: 31px;
    width: 752px;
    margin: 164px auto 0;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}
#nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    display: inline-block;
    /* stupid IE*/
    zoom: 1;
    *display: inline;

}
#nav li.selected {
    background: transparent url('images/selected.gif') repeat-x top;
}
#nav li a {
    text-decoration: none;
    padding: 15px 10px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}
#nav_home {
    background-image: url('images/nav-home.png');
    height: 14px;
    width: 109px;
}
#nav_menu {
    background-image: url('images/nav-menu.png');
    height: 14px;
    width: 131px;
}
#nav_location {
    background-image: url('images/nav-location.png');
    height: 14px;
    width: 193px;
}
#nav_dollar {
    background-image: url('images/nav-dollar.png');
    height: 14px;
    width: 128px;
}
#nav_gallery {
    background-image: url('images/nav-gallery.png');
    height: 14px;
    width: 85px;
}
#nav_contact {
    background-image: url('images/nav-contact.png');
    height: 14px;
    width: 86px;
}

/* content */
#content {
    background: url('images/body.png') repeat-y top;
    padding: 0 125px 0 140px;
}
#content a {
    color: #f00;
    text-decoration: none;
}

h2 {
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

h3 {
	margin-bottom: 10px;
}

#home .splitcontentleft {
    float: left;
    width: 368px;
}
#home .splitcontentright {
    float: right;
    width: 373px;
}

#contact .splitcontentleft {
    float: left;
    width: 365px;
}
#contact .splitcontentright {
    float: right;
    width: 349px;
}

.splitcontentleft {
    float: left;
    width: 400px;
}
.splitcontentright {
    float: right;
    width: 345px;
}

#contact_image {
	background: url('images/gallery-background.jpg') no-repeat bottom left;
	width: 349px;
	height: 262px;
	padding: 8px;
	margin-bottom: 10px;
	clear: both;
}

#contactGrid {
	width: 333px;
	padding: 8px;
	background: url('images/gallery-background.jpg') no-repeat top right;
	list-style: none;
}

#contact #contactGrid li {
	height: 44px;
	line-height: 28px;
	position: relative;
}

#contact #contactGrid li div {
	float: left;
}

#contact #contactGrid .gridLeft {
	width: 100px;
	font-size: 16px;
	color: white;
}

#contact #contactGrid .gridRight input {
	width: 220px;
	height: 24px;
	font-size: 20px;
	color: #191919;
	padding: 2px;
	border: none;
	background: white;
}

#contact textarea {
	width: 220px;
	height: 150px;
	border: none;
	padding: 2px;
	color: #191919;
	background: white;
	font-size: 18px;
}

#contactSend {
	float: right;
	clear: both;
}

img.wbg, #buttonmenu {
    background: url('images/picbackground.png') no-repeat top center;
    padding: 8px;
}

/* home page */
#buttonmenu {
    line-height: 0;
    margin-top: 10px;
    background-position: bottom center;
}
#buttonmenu img {
    padding-bottom: 5px;
}
#buttonmenu img.last {
    padding-bottom: 0;
}

/* menu */
#menu_header {
    background: url('images/online-menu.gif') no-repeat top center;
    height: 51px;
    width: 349px;
    margin: 0px auto;
}

#cats {
	text-align: center;
	width: 600px;
	margin: 30px auto 0px;
}

#cats span {
	text-align: center
	margin: 10px 0px;
	line-height: 26px;
	padding: 0px 20px;
}

#content #cats a {
	color: #00f;
}

#content #cats a:hover {
	color: #f00;
}

.menu {
	margin: 20px 0px;
	list-style: none;
}

.menu li {
    padding: 8px;
    clear: both;
    position: relative;
}

.menu li.catHeader {
	background: #666;
	color: white
}

.menu li.catHeader h3 {
	float: left;
	font-size: 20px;
}

.menu li h4 {
	float: left;
	margin-right: 10px;
	font-size: 14px;
}

.menu li .price {
	width: 120px;
	text-align: right;
	line-height: 28px;
}

.menu li .price img {
	float: left;
	cursor: pointer;
}

.menu li.odd {
    background: #d8d8d8;
}

/* map */
#map {
	background: url('images/gallery-background.jpg') no-repeat top left;
	width: 747px;
	height: 500px;
	padding: 8px;
	margin-bottom: 10px;
	clear: both;
}

#directions_header, #contact_header {
    background: url('images/directions.gif') no-repeat top center;
    height: 51px;
    width: 349px;
    margin-bottom: 10px;
}


/* gallery & dollarclub */
#dollarclub_header, #gallery_header {
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    background: url('images/dollar-club-header.gif') no-repeat top center;
    height: 55px;
    width: 373px;
}
#gallery_header {
    background: url('images/the-gallery.gif') no-repeat top center;
}

#contact_header {
    background: url('images/contact-header.png') no-repeat top center;
}
#gallery {
    width: 747px;
    margin: -40px auto 10px;
    padding: 8px;
    background: url('images/gallery-background.jpg') no-repeat top left;
}
#gallery_body {
    width:747px;
    height:560px;
    position:relative;
    overflow: hidden;
}
.gal_image {
    position:  absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 420px;
}
.gal_image img {
    vertical-align: middle;
}
#gallery_ul {
    padding: 20px 17px 10px;
}
#gallery_ul li {
    display: inline-block;
    padding: 7px 3px 7px;
    cursor: pointer;
    /* stupid IE*/
    zoom: 1;
    *display: inline;
}
#gallery_ul li img {
    width: 70px;
    height: 50px;
}
#gallery_ul li span {
    display: none;
}

.box {
    border-collapse: collapse;
}
.box td {
    padding: 0; margin: 0;
    vertical-align: top;
}
.box .top img, 
.box .bottom img,
.box .right img,
.box .left img {
    height: 100%;
    width: 100%;
}
.box .right img,
.box .left img {
    height: 0;
}
.box .top, .box .bottom{
    line-height: 0;
    height: 8px;
}
.box .right, .box .left{
    width: 8px;
    line-height: 0; 
}

.box_368 {
    width: 368px;
}
.box_368 .top, .box_368 .bottom{
    width: 368px;
}

#map_container {
	position: relative;
	height: 600px;
	width: 747px;
	padding: 8px;
	margin-top: -40px;
	background: url('images/gallery-background.jpg') no-repeat top left;
}

#map_container #map_canvas, #map_container #pano_canvas {
	position: absolute;
	top: 8px;
	left: 8px;
}

#map_container #pano_canvas {
	z-index: 20;
}

#map_container #pano_close {
	z-index: 25;
	width: 175px;
	height: 70px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: black;
	color: white;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7; 
	text-align: center;
	white-space: nowrap;
	line-height: 70px;
	cursor: pointer;
	display: none;
}

#dollar_bar {
	width: 763px;
	height: 50px;
	background: black;
	position: relative;
}

#dollar_bar #add_comment, #dollar_bar #return_click {
	line-height: 50px;
	font-size: 14px;
	color: white;
	cursor: pointer;
}

#dollar_bar #add_comment {
	position: absolute;
	top: 0px;
	left: 10px;
}

#dollar_bar #return_click {
	position: absolute;
	top: 0px;
	right: 10px;
	display: none;
}

/* footer */
#footer {
    padding: 30px 0px 20px;
    clear: both;
    line-height: 20px;
    font-size: 12px;
}

#c2g-link {
	width: 24px;
	height: 20px;
	display: inline-block;
	background: url(/media/images/c2g.png) no-repeat;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	margin-left: 4px;
	position: relative;
	top: 0px;
}
