/* Basic elements
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #000000;
	font: normal 12px/16px 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #b5b5b5;
	text-align: center;
	/*4a362b*/
}
img {
	border: none;
}
a {
	color: #1f74d3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.cb {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.nb, #page .nb {
	border: none;
}

/* Base
----------------------------------------------------*/
#base {
	margin: 0 auto;
	width: 829px;
	text-align: left;
	position: relative;
}

/* Top
----------------------------------------------------*/
#top {
	margin-bottom: 10px;
	height: 90px;
	padding: 0 4px;
	background: url(../images/bg/top_inner.gif) repeat-x bottom left;
}
#top #logo img {
	margin-top: 40px;
}
#top a {
	margin-left: 6px;
}
#top .left, #top .right {
	position: absolute;
	top: 70px;
	height: 20px;
	width: 9px;
}
#top .left {
	left: 0;
	background: url(../images/bg/top_left.gif) no-repeat bottom left;
}
#top .right {
	right: 0;
	background: url(../images/bg/top_right.gif) no-repeat bottom right;
}
#top strong {
	color: #ffffff;
}

/* Topnavigation
----------------------------------------------------*/
#topnav {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 280px;
}
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0 4px 0 0;
}
#topnav li {
	float: right;
	width: 131px;
	line-height: 20px;
	padding-top: 1px;
	margin-left: 7px;
}
#topnav li.selected a {
	color: #ffffff;
	font-weight: bold;
	background: #000000 url(../images/bg/ls_mediumdark.gif) no-repeat;
}
#topnav li a {
	color: #969696;
	padding-left: 7px;
	display: block;
}
#topnav li a:hover {
	background: url(../images/bg/ls_dark.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

/* Topsearch
----------------------------------------------------*/
#topsearch {
	position: absolute;
	top: 40px;
	right: 280px;
}
#topsearch label {
	line-height: 20px;
	margin-top: 1px;
	display: block;
}
#topsearch #q {
	color: #ffffff;
	font: normal 12px/19px Arial;
	background-color: #0b0b0b;
	border: solid 1px #3b3b3b;
	width: 108px;
	float: left;
	height: 19px;
	padding: 0 0 0 1px;
}
#topsearch #q:focus, #topsearch #q:hover {
	border-color: #8b8b8b;
	background-color: #2b2b2b;
}
#topsearch .button {
	float: left;
	height: 21px;
	width: 20px;
	background: transparent url(../images/button/search.gif) no-repeat top left;
	border: none;
	cursor: pointer;
}
#topsearch .button:hover {
	background-position: bottom left;
}

/* Subnavigation
----------------------------------------------------*/
#subnav {
	width: 131px;
	float: left;
	padding-left: 4px;
}
#subnav form {
	line-height: 20px;
	padding-top: 1px;
}
#subnav form input {
	width: 100px;
}
#subnav h2 {
	background: #333333 url(../images/bg/ls_bright.gif) no-repeat;
	color: #e8e8e8;
	line-height: 20px;
	font-size: 10px;
	padding-left: 7px;
	font-family: Arial, 'Trebuchet MS', sans-serif;
}
#subnav h2 a {
	color: #e8e8e8;
}
#subnav ul {
	list-style: none;
}
#subnav li {
	line-height: 20px;
	padding-top: 1px;
}
#subnav li.selected a {
	color: #ffffff;
	font-weight: bold;
	background: #000000 url(../images/bg/ls_mediumdark.gif) no-repeat;
}
#subnav li span {
	margin-right: 3px;
	font: normal 12px/18px Verdana;
	color: #969696;
}
#subnav li a {
	color: #ffffff;
	padding-left: 7px;
	display: block;
}
#subnav li a:hover {
	background: #000000 url(../images/bg/ls_dark.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

/* Page
----------------------------------------------------*/
#page {
	width: 691px;
	float: right;
}
#page h2 {
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	padding-left: 11px;
	margin-top: 14px;
	font-family: Arial, 'Trebuchet MS', sans-serif;
}
#page h2.orange {
	color: #e65f00;
}
#page h3 {
	padding-left: 11px;
}
#page h3 a {
	color: #ffffff;
}
#page .path {
	clear: both;
	margin-bottom: 7px;
	padding-left: 11px;
	height: 20px;
	font-family: Arial, 'Trebuchet MS', sans-serif;
}
#page .path * {
	height: 20px;
	line-height: 20px;
	display: inline;
}
#page .path h1 {
	color: #e65f00;
	font-size: 15px;
}
#page .path a {
	color: #ffffff;
	font-size: 15px;
}
#page .path span {
	color: #969696;
	font-size: 13px;
	font-family: Verdana;
	margin: 0 4px;
}
#page .photo {
	cursor: pointer;
	display: block;
	margin: 0 auto;
}
#page .message {
	padding: 28px 7px;
	border: solid 1px #2c2c2c;
	text-align: center;
	margin: 0 7px;
}
#page p {
	padding: 0 11px 0 11px;
}
#page strong, #page strong a, #page abbr {
	color: #ffffff;
}
#page abbr {
	font-style: italic;
}
#page div.info {
	overflow: hidden;
	width: 100%;
}
#page div.info p {
	float: left;
	display: block;
	width: 186px;
	padding: 7px;
	margin-left: 4px;
	margin-right: 3px;
}
#page div.info p.xlarge {
	width: 393px;
}
#page div.info p.full {
	float: none;
	width: auto;
	clear: both;
	overflow: hidden;
}
#page div.info p strong {
	display: block;
	clear: both;
	float: none;
}
#page div.info p img {
	margin-top: 3px;
}
#page ul {
	padding-left: 21px;
	margin-left: 11px;
	list-style: disc outside;
}
#page ul li a {
	color: #969696;
}
#page ul li a:hover {
	color: #ffffff;
}


/* Panorama
----------------------------------------------------*/
#panorama {
	margin: 0px 10px;
	overflow: auto;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-repeat:  no-repeat;
	background-position: center top;
}


/* Google Maps Controls
-----------------------------------------------------------------------------------------*/
#gm-zoom {
	width: 19px;
}
#gm-zoomin, #gm-zoomout {
	width: 17px;
	height: 17px;
}
#gm-ladder {
	padding: 3px 0;
	position: relative;
}
#gm-ladder-top {
	width: 17px;
	height: 3px;
	font-size: 0;
}
#gm-ladder-bottom {
	width: 17px;
	height: 5px;
}
#gm-ladder-level {
	width: 19px;
	height: 11px;
	position: absolute;
	top: 0;
}
#gm-ladder-steps div {
	width: 17px;
	height: 7px;
	font-size: 0;
}
#gm-zoomin, #gm-zoomout, #gm-ladder div {
	margin: 0 auto;
	cursor: pointer;
}


/* Buttons
----------------------------------------------------*/
#base .btn-tiny, #base .btn-short {
	height: 20px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #ffffff;
	display: block;
	font: bold 12px/20px Arial, sans-serif;
	margin: 0 7px;
}
#base .btn-tiny {
	background: url(../images/button/tiny.gif) center top no-repeat;
	width: 48px;
}
#base .btn-tiny:hover {
	background-position: center center;
	text-decoration: none;
}
#base .btn-short {
	background: url(../images/button/short.gif) center top no-repeat;
	width: 117px;
}
#base .btn-short:hover {
	background-position: center center;
	text-decoration: none;
}
#base .btn-tiny[disabled], #base .btn-short[disabled] {
	background-position: center bottom;
	color: #3c3c3c;
}
.buttons {
	overflow: hidden;
	width: 100%;
}
#page .buttons * {
	float: left;
	margin-right: 10px;
	margin-left: 11px;
}
#page .buttons .center {
	float: none;
	margin: 0 auto;
}

/* Cube
----------------------------------------------------*/
a.cube {
	float: left;
	width: 131px;
	height: 131px;
	margin: 7px 3px 0 4px;
	background: url(../images/bg/cube.gif) no-repeat;
}
a.cube:hover {
	background-position: 0 -131px;
}
a.selected, a.selected:hover {
	background-position: 0 -262px;
}
a.cube img {
	margin: 25px auto;
	display: block;
}
#page p.cube-info {
	float: left;
	padding: 7px 0 0 11px;
	width: 196px;
	height: 131px;
}


/* Talk
----------------------------------------------------*/
.talk {
	padding: 0 11px;
	color: #969696;
	border-bottom: solid 1px #2c2c2c;
}
.talk .reply {
	padding-bottom: 14px;
}
.talk .reply div {
	color: #c4c4c4;
}
.talk .reply b {
	font-family: Arial;
	color: #ffffff;
}


/* Page navigation
----------------------------------------------------*/
#pagenav {
	clear: both;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
#pagenav b {
	width: 69px;
	display: block;
	float: left;
	text-align: center;
	line-height: 20px;
	padding-right: 4px;
}
#pagenav .numbers a, #pagenav .numbers span, #pagenav .next a, #pagenav .prev a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	border: solid 1px #4c4c4c;
	line-height: 20px;
	color: #969696;
}
#pagenav .numbers a:hover, #pagenav .next a:hover, #pagenav .prev a:hover {
	color: #ffffff;
	text-decoration: none;
}
#pagenav .numbers {
	padding-left: 7px;
	width: 197px;
	float: left;
}
#pagenav .inner {
	float: left;
	width: 138px;
}
#pagenav .inner a {
	margin: 0 auto;
}
#pagenav .numbers a, #pagenav .numbers span {
	float: left;
	margin: 0 2px 0 0;
}
#pagenav .numbers span {
	border-color: #000000;
}
#pagenav .numbers a.selected {
	font-weight: bold;
	border: solid 1px #e65f00;
	color: #ffffff;
}
#pagenav .next, #pagenav .prev {
	width: 131px;
	display: block;
	float: right;
	margin-left: 3px;
	margin-right: 4px;
}

/* Photonav
----------------------------------------------------*/
#photonav {
	height: 131px;
}
#photonav #photonav-cubes {
	float: left;
	margin: 0 0px;
	width: 552px;
	overflow: hidden;
	text-align: center;
	line-height: 131px;
}
#photonav #photonav-prev, #photonav #photonav-next {
	width: 62px;
	height: 131px;
	display: block;
	float: right;
	margin: 7px 3px 0 4px;
	background-color: #4b4b4b;
	background-repeat: no-repeat;
	cursor: pointer;
}
#photonav #photonav-prev {
	float: left;
	background-image: url(../images/button/prev.gif);
}
#photonav #photonav-next {
	margin-right: 4px;
	margin-left: 0;
	background-image: url(../images/button/next.gif);
}
#photonav #photonav-prev:hover, #photonav #photonav-next:hover {
	background-position: center -131px;
}
#photonav #photonav-prev.disabled, #photonav #photonav-next.disabled {
	background-position: center bottom;
	cursor: default;
}


/* Google Maps
----------------------------------------------------*/
#map-canvas {
	height: 400px;
	margin: 0 4px;
	border: solid 1px #ffffff;
	text-align: center;
}


/* Footer
----------------------------------------------------*/
#footer {
	height: 28px;
	clear: both;
	line-height: 20px;
	background: url(../images/bg/footer_inner.gif) repeat-x top left;
	text-align: center;
	color: #4b4b4b;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 3px;
	position: relative;
}
#footer .left, #footer .right {
	position: absolute;
	top: 0;
	height: 20px;
	width: 9px;
}
#footer .left {
	left: 0;
	background: url(../images/bg/footer_left.gif) no-repeat bottom left;
}
#footer .right {
	right: 0;
	background: url(../images/bg/footer_right.gif) no-repeat bottom right;
}
#footer .copyright {
	float: left;
	text-align: left;
	padding-left: 11px;
}
#footer ul {
	float: right;
	list-style: none;
	width: 209px;
}
#footer li {
	float: right;
	width: 69px;
}
#footer li a {
	color: #5b5b5b;
}
#footer li a.valid {
	background: url(../images/icon/valid-mini.gif) no-repeat center left;
	padding-left: 12px;
}
#footer li a:hover {
	color: #1f74d3;
}