/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
}
ul { list-style: none inside; }
p { 
	font-size: 14px; 
	line-height: 17px; 
	margin-bottom: 10px; 
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
	color:#2D4D65;
	}
p.metadata {
	color:#FFF;
	background:#47667D;
	padding: 3px;
	margin:0px;
	} 
a.metadata  {
	color:#fff;
	} 
a {
	outline: none;
	text-decoration:none;
	color:#FFF;
}
a img { 
	border: none; 
	opacity:0.90;               /*Firefox & Chrome*/
	filter:alpha(opacity=90);   /* IE */
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
img:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color:#2C3033;
	margin-left:10px;
	}

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#wrapper {
	width: 863px;
	margin: 0 auto;
	}
	#header{
		height:137px;
	}
	#navbar {
		width:863px;
		height:30px;
		background-color:#0E212E;
		}
	#main-content {
		background:url(../images/bodybg.jpg) repeat-y;
		width: 863px;
		border:none;
		padding:50px 0;
	}
	.article-area {
		font-family:Arial, Helvetica, sans-serif;
		width: 703px;
		height:auto;
		float: left;
		border:none;
		padding:0px 80px ;
	}
	.contact {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:666px;
		height:auto;
		border:none;
		padding:0px 100px 25px 100px;
	}
	.news {
		font-family:Arial, Helvetica, sans-serif;
		width: auto;
		height:auto;
		float: left;
		border:1px solid  #CCC;
		margin:20px 80px
	}
#gallery1 {
	text-align:center;
	padding-bottom:15px;
	}
#gallery1 img{
	margin:15px;
}
ul#nav {
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 31px;
			text-indent: -9999px;
			float: left;
			text-decoration:none;
		}
		ul#nav li.home a {
			width: 140px;
			background:url(../images/home.jpg) bottom center no-repeat;
		}
		ul#nav li.about a {
			width: 201px;
			background:url(../images/about.jpg) bottom center no-repeat;
		}
		ul#nav li.collection a {
			width: 170px;
			background: url(../images/collection.jpg) bottom center no-repeat;
		}
		ul#nav li.press a {
			width: 172px;
			background: url(../images/press.jpg) bottom center no-repeat;
		}
		ul#nav li.contact a {
			width: 180px;
			background: url(../images/contact.jpg) bottom center no-repeat;
		}		
		ul#nav li a:hover {
			background-position: center center;
		}	
		#home ul#nav li.home a {
			width: 140px;
			background:url(../images/home.jpg) top center no-repeat;
		}
		#about ul#nav li.about a {
			width: 201px;
			background:url(../images/about.jpg) top center no-repeat;
		}
		#collection ul#nav li.collection a {
			width: 170px;
			background: url(../images/collection.jpg) top center no-repeat;
		}
		#press ul#nav li.press a {
			width: 172px;
			background: url(../images/press.jpg) top center no-repeat;
		}
		#contact ul#nav li.contact a {
			width: 180px;
			background: url(../images/contact.jpg) top center no-repeat;
		}
		
#footer {
	min-height: 115px;
	background:url(../images/footer.jpg) no-repeat;
}

/* END STRUCTURE */
#rotator
{
	border: 1px solid #FFF;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 697px;
	height: 301px;
	margin:0 auto;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 697px;
	height: 301px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/*this is the css for the lightbox gallery*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 10px; overflow: auto; width: 100%	; }

#imageData{	padding:0 0 0 25px; color: #666; }
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	
#imageData #caption{
	font-size:11px;
	line-height: 12px;
	font-weight:500;	
	color:#476671;
	}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	margin-top:10px;
	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

a:link {
	text-decoration: none;
	color: #31526B;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #31526B;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #457598;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #31526B;
	font-weight:bold;
}
/*end comment*/
/*this is the css for the form*/
#about #wrapper #main-content .contact form table tr td table {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

#contact-area {
	width: 616px;
	margin-top: 25px;
	padding-left:110px;
	padding-right:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 480px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right:10px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#476671;
}
#movie {
width:650px;
margin:0 auto;
}

