@charset "utf-8";
body {
	background-image: url(backdrop.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contentback {
	background-attachment: scroll;
	background-image: url(content-back.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.baseback {
	background-attachment: scroll;
	background-image: url(base-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.galleryback {
	background-attachment: scroll;
	background-image: url(gallery-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.textboxbase {
	background-attachment: scroll;
	background-image: url(textbox-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.infoback {
	background-attachment: scroll;
	background-image: url(info-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #868787;
	text-decoration: none;
}

.maintextlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #868787;
	text-decoration: none;
        font-weight: bold;
}
.maintextlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
        font-weight: bold;
}
.cursor {  
        cursor: hand
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 600px; /*Width of Carousel Viewer itself*/
height: 75px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: center; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
cursor: hand;
}
.showreelgalleryback {
	background-attachment: scroll;
	background-image: url(blank-gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.textboxbase {
	background-attachment: scroll;
	background-image: url(textbox-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.whitebasetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.whitebasetextlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.whitebasetextlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dd0004;
	text-decoration: none;
}
.designbasetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dd0004;
	text-decoration: none;
}
.designbasetextlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dd0004;
	text-decoration: none;
}
.designbasetextlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.conferenceheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e9b42a;
}
.stepcarouselphoto{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 600px; /*Width of Carousel Viewer itself*/
height: 88px; /*Height should enough to fit largest content's height*/
}

.stepcarouselphoto .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarouselphoto .panel{
float: center; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
cursor: hand;
}

