@font-face { font-family: MisterTelevision; src: url('js/MisterTelevision.ttf'); }

body { background-image: url(images/bkgrd.gif); }
body,td,th { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color:#252525; }
p, span, li { line-height:20px; }

h1, h2, h3, h4, h5, h6 {  color:#005c42; font-family: MisterTelevision, Georgia, "Times New Roman", Times, serif }

h1 {font-size: 48px; padding:0; margin:0; letter-spacing: .5px;}
h2 {font-size: 32px; padding:0; margin:0; letter-spacing: 1px; margin: 40px 0 0 0; }
h3 {font-size: 16px; padding:0; margin:0; letter-spacing: 1px;}

a { text-decoration:underline; color:#252525; }
a:hover {  color:#005c42; }

#logo { margin: 20px auto 0 auto; width: 384px; }
#logo a { width: 384px; height: 168px; background-image: url(images/logo.png); display: block; text-indent: -99999px }

#gallery { margin: 0 auto; width: 1002px; height: 450px; position: relative; }

#navigation { margin: 0 auto; width: 980px; padding: 40px 0; text-align:center; }
	#navigation a { text-decoration:none; font-size: 14px; padding: 0 12px;}
	#navigation a:hover { color:#005c42; }

#main { margin: 0 auto; padding: 40px; width: 900px; background-color:#F5F5F5; overflow:hidden; }
#content { float: left; width: 520px; }
#content-full { width: 900px; }
#images { float: right; width: 360px; }

#footer { margin: 0 auto; width: 960px; padding: 40px 0; }
	#random { float:right; }
#updated { position:absolute; top:0; left:75%; padding: 3px; }


.hr {height:2px; margin: 40px 0; background: url(images/hr.png) no-repeat; }
.logos { margin: 40px 0 0 0; }


#images img {
	float: right;
	margin-bottom: 40px;
}

table td {
	padding-right: 10px;
	vertical-align: top;
}

.faq {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

label {
	display: inline-block;
	width: 170px;
	vertical-align: top;
}

textarea,
select,
input[type=text] {
	border: 1px solid #ccc;
	padding: 4px;

}
select:focus,
textarea:focus,
input[type=text]:focus {
	outline: none;
	box-shadow: inset 2px 2px 3px #ddd;
}

.short {
	width: 100px;
}

.long {
	width: 250px;
}
select.long {
	width: 260px;
}

label.error {
	margin-left: 175px;
	width: 200px;
}

.error {
	color: #f00;
}

select.error,
input.error {
	border: 1px solid #f00;
}

#inch-conversion label {
	width: 50px;
}

#measurements label {
	width: 200px;
}

.right {
	margin-left: 20px;
	float: right;
}

#random a {
	text-decoration: none;
}

.place-links {
	color: #6a6a6a;
}




/* Image Slider */
.loader {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	opacity: 0.7;
	z-index: 1000;
	background: #fff url(images/slider/loader.gif) no-repeat center center;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;
	        box-shadow: 0px 0px 5px #999;
}

/* Preview Slider Gallery Style */
.ps_container {
	display: none;
	width: 1002px;
	height: 450px;
	margin: 0 auto;
	position: relative;
	background: url(images/slider-shadow.png) 0 15px no-repeat;
	padding-top: 30px;
}

.ps_image_wrapper {
	width: 960px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.ps_image_wrapper img {
	position: absolute;
	left: 0;
	top: 0;
}

.ps_prev,
.ps_next {
	width: 30px;
	height: 59px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	opacity: 0.5;
}

.ps_prev {
	background: transparent url(images/slider/prev.png) no-repeat top center;
	left: -50px;
}

.ps_next {
	background: transparent url(images/slider/next.png) no-repeat top center;
	right: -50px;
}

.ps_prev:hover,
.ps_next:hover {
	opacity: 0.9;
}

ul.ps_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 75px;
	margin: 20px auto;
	position: relative;
}

ul.ps_nav li {
	float: left;
}

ul.ps_nav li a {
	display: block;
	text-indent: -9000px;
	width: 11px;
	height: 11px;
	outline: none;
	padding: 0 3px;
	background: transparent url(images/slider/dot.png) no-repeat top center;
}

ul.ps_nav li a:hover, ul.ps_nav li.selected a {
	background-position: 50% -11px;
}

ul.ps_nav li.ps_preview {
	display: none;
	width: 85px;
	height: 91px;
	top: -95px;
	left: -34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position: absolute;
}

ul.ps_nav li.ps_preview span {
	background: transparent url(images/slider/triangle.png) no-repeat top center;
	width: 15px;
	height: 6px;
	position: absolute;
	top: 85px;
	left: 35px;
}

.ps_preview_wrapper {
	width: 75px;
	height: 75px;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px #999;
	   -moz-box-shadow: 0px 0px 5px #999;
	        box-shadow: 0px 0px 5px #999;
}

.ps_preview_wrapper img {
	position: absolute;
	top: 0;
	left: 0;
}
