/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

body { 
	background:white;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 43px;
	margin: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer !important;
}
p {
	padding: 0;
	margin: 0;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.logo {
	clear: both;
	padding-bottom: 24px;	
}
div.logo h1 {
	margin: 0;
	padding: 0;
}
div.logo a {
	display: block;
	width: 111px;
	height: 16px;
	font-size: 0;
	line-height: 1000px;
	overflow: hidden;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.logo a:hover {
	background-position: 0 -16px;
}
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 699px;
	width: 100px;
	top: 40px;
}
#menu li {
	clear: both;
	height: 9px;
	width: 60px;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-position: top;
}
#menu li a {
	color: #cccccc;
	display: block;
	height: 9px;	
}
#menu li a:hover {
	color: #999999;
}
#menu li a.on {
	color: #ffae5b;
}
#img_gallery {
	margin:0px auto;
	width:673px;
	position: relative;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:673px;
	overflow:hidden;
	height:474px;
	text-align: center;
}
#fullimg p, #fullimg span{
	position:absolute;
	top: 490px;
	right: 0;
	margin:0px;	
	font-size:10px;	
	line-height: 16px;
	text-align: right;
	letter-spacing: 1px;	
}
div.label p,
div.label span {
	display: none;
}
div.label:hover p,
div.label:hover span {
	display: block;
}
div.contact {
	padding-top: 116px;
}
/*div.contact {
	width: 672px;
	height: 450px;
	text-align: center;
	line-height: 450px;
	font-size: 22px;
	letter-spacing: 2px;
}
div.contact a {
	color: #cccccc;
}*/

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0;
	width: 674px;
	float:left;
	height:70px;	
	position: relative;
	top: -68px;
	left: -1px;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:10px;	
}
#items li a {
	border: 1px white solid;
	display: block;
}
#items li a:hover {
	border: 1px #ffae5b solid;
}
#items .thumb{
	width:102px;
	height:68px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading {
	width: 24px;
	height: 24px;
	position: relative;
	top: 213px;
}
#fullimg .thumb {
	display:none;
}

#items .item  p,
#items .item  span {
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:68px;
	color: white;
	width: 30px;		
	text-align: center;	
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background-repeat: no-repeat;
	background-position: top;
}
#moveleft {
	position: relative;
	left: -31px;
	background-image: url(images/prev.gif);
}
#moveright {
	position: relative;
	left: 675px;
	top: -136px;
	background-image: url(images/next.gif);
}
#moveleft:hover,
#moveright:hover {
	background-position: bottom;
}
div.intro {
	clear: both;
	width: 673px;
	height: 450px;
	position:relative;
}
div.intro span {
	position:absolute;
	top:450px;
	left:281px;		
	line-height: 16px;
}
div.intro span a {
	color: #999999;
	padding: 16px;
	width: 78px;
	height: 7px;
	display: block;
	margin: 0 auto;
}
div.intro span:hover {
	background-image: url(images/skipintro-on.gif);
	background-repeat: no-repeat;
	background-position: 16px 16px;
	cursor: pointer;
}
.slideshow { 
	height: 450px;
	width: 673px;
	cursor: pointer;
}
.slideshow a {
	cursor: pointer;
}
.slideshow img {
	padding: 0px;
	border: 0px solid #ccc;
	background-color: white;
}
.about img {
	clear: both;
	display: block;
}
.about p {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	display: block;
	padding: 35px 0 13px 0;
}
.about ul {
	float: left;
	list-style: none;
	width: 134px;
	margin: 0;
	padding: 0;	
}
.about ul li {
	clear: both;
	font-size: 12px;
	line-height: 14px;
}
