/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(/images/bg.jpg) repeat-x #f3f3f3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:15px;
}

img {
	border:none;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

a {
	color:#f6f6f6;
	text-decoration:underline;
}

a:hover {
	color:#cdcdcd;
}

p {
	margin:7px 0 12px 0;
	text-align:justify;
}

ul {
	padding-left:16px;
	margin-bottom:18px;
	margin-top:7px;
	list-style-type:square;
}

li {
	margin-bottom:7px;
}

.required-field {
	color:#e39999;
}

h1 {
	font-family:Palatino Linotype, Times New Roman, Times, Arial;
	font-size:20px;
	color:#f6f6f6;
	font-weight:normal;
}

.small-h1 {
	font-size:12px;
	padding-left:15px;
	color:#b5b5ae;
}

h2 {
	margin-top:46px;
	font-family:Palatino Linotype, Times New Roman, Times, Arial;
	margin-bottom:12px;
	font-weight:normal;
	font-size:17px;
	padding-bottom:7px;
	border-bottom:1px dotted #a7a7a7;
}

#container {
	margin:45px auto 20px auto;
	width:968px;
	border:1px solid #656565;
	background:#4b4b4b;
}

#header {
	background:url(/images/header-bg.jpg) repeat-x #181818;
	height:86px;
	border-bottom:1px solid #626262;
}

#logo {
	float:left;
	padding-left:13px;
	width:131px;
	padding-top:11px;
	height:64px;
}

#header-content {
	float:right;
	width:780px;
	padding-right:13px;
	text-align:right;
}

#header-contact {
	color:#dddddd;
	font-family:Century Gothic, Verdana, Arial, Helvetica;
	padding-top:17px;
	height:40px;
}

#header-contact a {
	color:#919292;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#top-menu a {
	color:#919292;
	display:block;
	float:left;
	padding:5px 8px 0 8px;
	height:20px;
	text-decoration:none;
}

#top-menu a:hover, #header-contact a:hover {
	text-decoration:underline;
	color:#dddddd;
}

#top-menu .menu-sel a {
	color:#fff;
	text-decoration:none;
}

#top-menu .menu-sel a:hover {
	color:#fff;
	text-decoration:none;
}

.top-menu-item{
	text-align:center;
	padding:5px 8px 0 8px;
	float:right;
}

.top-menu-item a{
	text-decoration:none;
	color:#919292;
}

#header-image {
	border-bottom:1px solid #646464;
	height:43px;
	padding-top:290px;
	padding-left:20px;
}

#content-container {
	padding:17px 0;
}

#content {
	float:left;
	width:696px;
	padding-left:10px;
	padding-bottom:15px;
	color:#f6f6f6;
	line-height:16px;
}

#map {
	width:580px; 
	float:right; 
	height:370px; 
	color:#000;
	overflow:hidden;
}

#sub-content {
	float:right;
	width:244px;
	padding:18px 7px 15px 0;
}

#content-base {
	clear:both;
	font-family:Palatino Linotype, Times New Roman, Times, Arial;
	font-size:17px;
	color:#f6f6f6;
	padding:0 20px;
}

#footer {
	border-top:2px solid #555555;
	background:url(/images/footer-bg.jpg) repeat-x;
	height:29px;
	padding:0 10px;
	clear:both;
}

#footer-copy {
	font-family:Tahamo, Arial, Helvetica;
	font-size:10px;
	color:#515151;
	padding-top:8px;
	float:left;
	width:430px;
}

#footer-copy a {
	color:#515151;
	text-decoration:none;
}

#footer-copy a:hover {
	color:#dddddd;
	text-decoration:underline;
}

#footer-text {
	color:#787878;
	float:right;
	width:300px;
	padding-top:7px;
	text-align:right;
	font-family:Palatino Linotype, Times New Roman, Arial;
}

#footer-text img {
	padding-left:10px;
}

.content-col-wrapper {
	background:url(/images/content-break-rpt.jpg) right repeat-y;
	float:left;
	width:345px;
}

.content-col-top {
	position:relative;
	left:329px;
	background:url(/images/content-break-top.jpg) no-repeat;
	height:33px;
	width:16px;
}

.content-col {
	background:url(/images/content-break-base.jpg) no-repeat bottom right;
	width:300px;
	padding:0 35px 7px 10px;
	margin-top:-25px;
}

.content-col-wrapper-2span {
	background:url(/images/content-break-rpt.jpg) right repeat-y;
	float:left;
	width:469px;
}

.content-col-top-2span {
	position:relative;
	left:453px;
	background:url(/images/content-break-top.jpg) no-repeat;
	height:33px;
	width:16px;
}

.content-col-2span {
	background:url(/images/content-break-base.jpg) no-repeat bottom right;
	width:420px;
	padding:0 39px 7px 10px;
	margin-top:-25px;
}

.slide_container {
	padding:0;
	margin:0;
	width:225px;
	height:329px;
	overflow:hidden;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

.slide_container div {
	position:absolute;
	width:225px;
	height:329px;
	overflow:hidden;
}

.slide_container div img {
	border:1px #fff solid;
	position:relative;
	padding:0;
	margin:0;
	cursor:pointer;
}

#sub-content .slide_header{
	font-family:Tahoma, Arial;
	font-size:10px;
	background-color:#FFFFFF;
	position:absolute;
	width:110px;
	margin-left:115px;
	padding-right:1px;
	height:12px;
	z-index:10;
	text-align:right;
	cursor:pointer;
}

#small-map {
	padding-top:15px;
}

.contact-form td {
	padding:4px;
}

.contact-input {
	width:180px;
	padding:2px;
	border:1px solid #d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.text_input{
	padding:2px;
	border:1px solid #d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contact-textarea {
	width:180px;
	padding:2px;
	border:1px solid #d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contact-submit {
	padding:2px;
	border:1px solid #d4d4d4;
	cursor:pointer;
	font-size:14px;
	color:#4b4b4b;
}

#products td{
	padding:4px;
}

.tab a, .tab-sel a{
	text-decoration:none;
	display:block;
}

.tab, .tab-sel{
	float:left;
	width:120px;
	text-align:center;
	height:20px;
	padding-top:5px;
	border:1px solid #ccc;
	border-bottom:none;
	color:#fff;
	cursor:pointer;
	background:#2c2c2c;
	margin:0 2px 0 0;
}

.tab-sel{
	background:#fff;
	color:#2c2c2c;
}

.tab-sel a{
	color:#2c2c2c;
}

#pano{
	border-top:1px solid #ccc;
	clear:both;
}

/* overlay layer */
#overlay_background{
	position:fixed;
	_position:absolute;
	z-index:109;
	top:0;
	bottom:0;
	left:0;
	right:0;
	_height:expression((document.body.scrollTop + document.body.clientHeight) + 'px');
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	width:100%;
}

#overlay_container{
	position:absolute;
	z-index:209;
	top:20%;
	left:50%;
}

#overlay_box, #overlay_box_card{
	position:relative;
	left:-447px;
	width:894px;
	color:#777577;	
}

#overlay_top{
	background:url(/images/news_overlay_top.jpg) no-repeat;
	width:212px;
	height:23px;
	text-align:left;
	padding:24px 0 0 682px;
}

#overlay_content{
	background:#fff;		
	width:866px;
	text-align:left;
	padding:24px 14px 14px 14px;
}

#overlay_text p{
	text-align:center;
	margin:12px 0 8px 0;
}

.overlay_img{
	padding:2px;
	border:1px solid #cacaca;
}

#overlay_close{
	background:url(/images/news_overlay_close.jpg) no-repeat;
	height:15px;
	width:80px;
	padding-left:20px;
	color:#770d0d;
	cursor:pointer;
}

#overlay_bottom{
	background:url(/images/news_overlay_bottom.png) no-repeat;
	width:880px;
	height:15px;
	padding:45px 0 22px 14px;
	clear:both;
	text-align:left;
}