@charset "utf-8";
/* CSS Document */

#containerHome {
	height: 671px;
	width: 1000px;
	background-image: url(../images/background.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
#container {
	width: 1000px;
	background-image: url(../images/background2.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
#header {
	width: 594px;
	height: 71px;
	margin-left: 214px;
	background-image: url(../images/header.jpg);
	text-align: right;
	background-repeat: no-repeat;
	color: #8E8E8E;
	font-size: 12px;
	line-height: 16px;
	padding-top: 65px;
}
#nav{
	width: 429px;
	height: 21px;
	margin-left: 214px;
	background-image: url(../images/nav.jpg);
	padding-left: 165px;
	color: #FFFFFF;
	font-size: 12px;
}
#contentHome{
	width: 594px;
	height: 492px;
	margin-left: 214px;
}
#content{
	width: 594px;
	margin-left: 214px;
}
#footer {
	width: 584px;
	height: 22px;
	margin-left: 214px;
	background-image: url(../images/footer.jpg);
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 11px;
}
body {
	background-color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#containerHome h1 {
	color: #003366;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
h1 {
	color: #003366;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
h2 {
	color: #003366;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFCC00;
	text-decoration: none;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #FF6633;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FF9900;
}
#right {
	position: absolute;
	left: 635px;
}

/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{ margin:50px auto; width:500px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	overflow:hidden;
	height:380px;
}
#fullimg img{ 
	/*width:500px;*/
	}
#fullimg p, #fullimg span{
	/*position:absolute;*/
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #000000;*/
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 460px;
	float:left;
	height:50px;
	background-color:#000000;
	position: relative;
}

#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:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
/*#fullimg .loading{
	width: 24px;
	height: 24px;
}*/
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{
	background-image: url(../images/left.gif);
}
#moveright{
	background-image: url(../images/right.gif);
}
#moveleft:hover, #moveright:hover{
	background-position:bottom;
}
/*other slidwshow*/

	.thumbnails li {
		width: 90px;
		height: 90px;
		margin: 0 10px 10px 0;	
		border: double 3px #111111;
	}
	
	.thumbnails li.active {
		border: double 3px #111111;
	}
	
	#main_image .loader,
	#main_image img {
		border: solid 3px #111111;
	}

	#middle_container {
		height: 410px;
	}

	#scroller_container {
		margin-top: 20px;
		margin-bottom: 10px;
		width: 555px;	
	}

	#image_scroller {
		margin: 0 10px 0 20px;
		width: 473px;
	}
	
	#thumbnails_container {
		width: 900px;
	}
	
	#scroller_container,
	#image_scroller,
	#thumbnails_container {
		height: 106px;
	}
	
	#right_arrow,
	#left_arrow,
	#right_fast_arrow,
	#left_fast_arrow {
		height: 40px;
		width: 20px;
	}
	
	#right_fast_arrow,
	#left_fast_arrow {
		margin: 0 20px;
	}

	
	#folders_container {
		border-bottom: none;
	}		
	
	.folders {
		width: 0px;
	}
	
	.folders li {
		width: 106px;
		height: 106px;
	}
	
	.folders li a {				
		border-style: double;
		border-width: 3px;
		border-color: " + folderIconBorderColor + ";" : "" %>
		margin-right: 10px;				
		height: 90px; 
		width: 90px;
	}
	
	.caption,
	.description {
		width: 742px;
	}
	
	#extras {
		border: solid 1px #111111;
		margin: 10px auto;		
		padding: 5px;
	}
