body{
	background: #3c4d5c url(../images/blue_bg2.jpg) no-repeat scroll top left;
	color:#555555;
}

h1, h2, h3, h4{
	font-family: 'Yellowtail', cursive;
	color: #F39411;
}

.advance-link{
	text-decoration: none !important;
}

.css_left{
	float: left;
}

.css_right{
	float: right;
}

.robot_bear{
	padding: 0 0 0 10px;
}

img.fm_example{
	background-color: #FFF;
	padding: 4px;
	border:2px solid #DDD;
	margin-bottom: 6px;
}

img#logo{
	margin: 10px auto 0;
	display: block;
}

.fun_bg{
	z-index: -1;
	width:955px;
	height: 366px;
}

.spider_web{
	background: url('../images/spider_web.png') no-repeat scroll top left;
}

.web_preview{
	float: left;
	margin: 0 15px;
	cursor: pointer;
}

.web_preview div{
	text-align: center;
	font-weight: bold;
}

.clear{
	clear: both;
}

.page{
	display: none;
}

.page.active{
	display: block;
}

div#toolbar{
	background: url(../images/content_top.png) no-repeat;
	height: 144px;
	overflow: hidden;
}

div#content{
	background: url(../images/content_mid.png) repeat-y;
	min-height: 400px;
}

div#footer{
	background: url(../images/content_bottom.png) no-repeat;
	height: 42px;
}

.wrapper-10{
	margin: 10px 40px;
	padding: 0 30px;
}

.copyright{
	text-align: center;
	font-size:0.9em;
	color:#DDD;
}

#toolbar ul{
	list-style: none;
	padding: 0;
	margin: 20px 18px;
}

#toolbar ul li{
    display: block;
    float: left;
    height: 106px;
}

#toolbar ul li a{
	font-weight: 800;
	color:white;
	text-decoration: none;
}

#button_toolbar{
	margin: 5px 22px;
    overflow: auto;
    position: relative;
}

.toolbar_button{
	width:174px;
	height: 54px;
	float: left;
}

.btn_home{
	background: url(../images/btn_home.png) no-repeat scroll top left;
}

.btn_web{
	background: url(../images/btn_web.png) no-repeat scroll top left;
}

.btn_art{
	background: url(../images/btn_art.png) no-repeat scroll top left;
}

.btn_fmpro{
	background: url(../images/btn_filemaker.png) no-repeat scroll top left;
}

.btn_about{
	background: url(../images/btn_about.png) no-repeat scroll top left;
}

.btn_other{
	background: url(../images/btn_other.png) no-repeat scroll top left;
}

.btn_signs{
	background: url(../images/btn_signs.png) no-repeat scroll top left;
}

.btn_kiosks{
	background: url(../images/btn_kiosks.png) no-repeat scroll top left;
}

.toolbar_button.active{
	background-position: left 50%;
}

.toolbar_button:hover{
	background-position: bottom left;
}

.toolbar_button.active:hover{
	background-position: left 50%;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.gallery-container{
	overflow: hidden;
}
div.navigation a.pageLink {
	height: 92px;
	line-height: 92px;
}
div.loader,
div.slideshow a.advance-link {
	width: 809px;
	height: 546px;
}
div.slideshow a.advance-link {
	line-height: 546px;
}
div.slideshow-container {
	 background-color: #AAAAAA;
    height: 576px;
    width: 809px;
}

div.caption-container {
	height: 546px;
}
div.caption-container,
span.image-caption {
	width: 290px;
}

div.controls {
    background-color: #555555;
    height: 23px;
    margin-top: 5px;
}

div.controls a {
    padding: 5px;
    color:white;
}

div.controls a:hover {
    color:#F39411;
}

div.navigation {
	height: 96px;
	overflow: hidden;
	background-color: #EEEEEE;
}