@charset "utf-8";
* {
	margin: 0;
}
html, body{
	height: 100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#EAF2F7;
	background-position:top;
}

img, div, a { 
	behavior: url(js/iepngfix.htc);
}

.wrapper {
	text-align:center;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.content {
	text-align: left;
	width: 577px;
	height: 300px;
	margin-top: 15px;
	margin: 0 auto;
}
#cross-links { 
	text-align: center; 
}
#slider1 {
	width: 577px;
}
.slider-wrap {
	text-align: center;
	width: 577px;
	height: 350px;
	margin-top: 5px;
	margin: 0 auto;
	overflow:hidden;
}
.csw {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	width: 577px;
	height: 350px;
	clear: both;
	background-color: transparent;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 577px;
	text-align:center;
}
.stripViewer .panelContainer .panel .panel_wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	text-align: center;
	padding: 5px;
}
.stripNav {
	visibility:hidden;
	font-size:1px;
}
.stripNav ul li {
	float: left;
}  
.stripNavL a, .stripNavR a {
	visibility: hidden;
}
.stripNavL {
	left: 0;
}
		
.stripNavR {
	right: 0;
}
.slideshow {
	text-align: center;
}
.panel_about_bg {
	height: 300px;
	width: 515px;
	background-image:url(images/panel_about_bg-trans.png);
	background-repeat:no-repeat;
}
.panel_contact_bg {
	height: 300px;
	width: 515px;
	background-image:url(images/panel_contact_bg-trans.png);
	background-repeat:no-repeat;
}
#text {
	text-align: left;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight:bold;
}
#clouds {
    width: 577px; 
	height: 287px;
    background: url(images/clouds_2-trans.png);
    margin: 0 auto; 
	padding: 0;
	position:relative;
	display: block;
}
#cloud1 a {
	position:absolute;
	left: 2px; 
	top: 153px; 
	width: 94px; 
	height:64px;
	background-image: url(images/gallery_btn.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}

#cloud1 a:hover {
	left: 2px; 
	top: 153px; 
	width: 94px; 
	height:64px;
	display: block;
	background-image: url(images/blank.gif);
	background-repeat: no-repeat;
}

#cloud2 a {
	position:absolute;
	left: 449px; 
	top: 193px; 
	width: 94px; 
	height:64px;
	background-image: url(images/about_btn.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}
#cloud2 a:hover {
	background-image: none;
}
#cloud3 a {
	position:absolute;
	left: 482px; 
	top: 97px; 
	width: 94px; 
	height:64px;
	background-image: url(images/contact_btn.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}
#cloud3 a:hover {
	background-image: none;
}
.footer, .push {
	background-image:url(images/footer-trans.png);
	background-repeat:repeat-x;
	height: 4em;
}
a.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #EA3124;
	text-decoration: none;
}
a.link:hover {
	background-color:#EAF2F7;
	text-decoration:underline;
}
#mktfresh a {
	position:absolute;
	right: 3px;
	bottom: 3px;
	width: 60px; 
	height:16px;
	background-image: url(images/mktfresh-trans.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	border: none;
}

