@charset "utf-8";
/* CSS Document */
body{
	font-family: Helvetica;
	margin-top:15px;
	color:#8a8989;
}

#main-container	{
	font-size: 12px;
	margin: 0 auto 0 auto;
	width: 996px;
	}

#flash-container	{
	background-color: #fff;
	height: 270px;
	position: relative;
	float:left;
	top: 10px;
	width: 996px;
	padding-top:5px;
	padding-left:5px;
	background-image:url(../images/flash/container.jpg);
	background-repeat:no-repeat;
	}
	
#logo{
	position:relative;
	padding-top:5px;
	float:left;
}
/*  GALLERIES ----------------------------------------------- */
#gallery-links-container{
	margin-top:15px;
	display:block;
	float:left;
	position:relative;
	top:35px;
	width:996px;
	background-image:url(../images/gallery-container.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:30px;
}
#gallery-link-br{
	margin-left:10px;
	margin-top:15px;
	float:left;
	width:180px;
	height:310px;
	position:relative;
	background-position:right;
	background-image:url(../images/gallery-link-divider.jpg);
	background-repeat:repeat-y;
}
#gallery-link{
	position:relative;
	margin-left:10px;
	margin-top:15px;	
	float:left;
	width:180px;
	height:310px;
}
#gallery-link-image{
	padding-left:4px;
	padding-top:5px;
	background-image:url(../images/image-link-bg.jpg);
	background-repeat:no-repeat;
	height:239px;
	width:164px;
}

a,
a.visited	{
	color: #999999;
	text-decoration:none;
	}
a:hover,
a.selected	{
	color: #333333;
	text-decoration:none;	}

/*  GALLERIES ----------------------------------------------- */

/*  NAVIGATION ----------------------------------------------- */
#nav-container	{
	position:relative;
	float:right;
	font-size: 12px;
	height: 45px;
	line-height: 42px;
	width: 790px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}
#nav-container a	{
	position:relative;
	display:inline;
	float:right;
	color: #666666;
	font-family: Helvetica;
	font-size: 15px;
	letter-spacing: 1.2px;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	padding: 0 10px 0 10px;
}
#nav-container a:hover,
#nav-container a.selected	{
	background-position: 0 -42px;
	color: #333333;
	text-decoration: none;
	}
ul.bbmenu	{
	list-style:none;
}

ul.bbmenu li {
	display:inline;
}
	
span#image{
	padding: 20px 10px 0 10px;
	background-image:url(../images/gallery-container.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	height:150px;
}	

div#thumb-container{
	vertical-align:text-bottom;
	position: static;
	float:left;
	text-align:center;
	height:129px;
	width:130px;
	padding: 7px 10px 10px 7px;
	margin-left:15px;
	margin-top:15px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:thin;
}	
/*  NAVIGATION ----------------------------------------------- */

#footer{
	position:relative;
	text-align:center;
	float:left;
	top:50px;
	margin-top:35px;
	padding-bottom:30px;
	width:996px;
	background-image:url(../images/gallery-container.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:30px;
}

.fieldset{
	border:none;
}

#service-container{
	border: 1px solid #E9E9E9;
	padding: 5px;
	margin:2px;
	display:block;
	float:left;
	width:100%;
}


#spacer{
	padding-bottom:30px;
}