*{
	margin:0;
	padding:0;
}


/* ---------------------------------
		Container
------------------------------------*/

#container {
	width: 800px;
	overflow: hidden;
	margin: 10px auto;
	background: white;
}

/* ----------------------------------
            photobanner
-------------------------------------*/

.photobanner {
	height: 356px;
	width: 4020px;
	margin-bottom: 0px;
}

/* ----------------------------------
            fit window
-------------------------------------*/
.fit {
  max-width: 100%;
  max-height: 100%;
}
.center {
  display: block;
  margin: auto;
}


/*keyframe animations*/
.first {
	-webkit-animation: bannermove 30s linear infinite;
	-moz-animation: bannermove 30s linear infinite;
	animation: bannermove 30s linear infinite;
}


 @-webkit-keyframes bannermove
 {
 0% { margin-left: 0px;}
 5% {margin-left: 0px;}
   30% {margin-left: -800px;}
    35% {margin-left: -800px;}
	60% {margin-left: -1605px;}
	65% {margin-left: -1605px;}
	 90% {margin-left: -2410px;}
  100% {margin-left: -2410px;}

 }
 
  @-moz-keyframes bannermove
 {
 0% { margin-left: 0px;}
 5% {margin-left: 0px;}
   30% {margin-left: -800px;}
    35% {margin-left: -800px;}
	60% {margin-left: -1605px;}
	65% {margin-left: -1605px;}
	 90% {margin-left: -2410px;}
  100% {margin-left: -2410px;}

 }
 
   @keyframes bannermove
 {
 0% { margin-left: 0px;}
 5% {margin-left: 0px;}
   30% {margin-left: -800px;}
    35% {margin-left: -800px;}
	60% {margin-left: -1605px;}
	65% {margin-left: -1605px;}
	 90% {margin-left: -2410px;}
  100% {margin-left: -2410px;}

 }

body {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	border-top: 10px solid #9d2e2c;
}


#left{
	position:absolute;
	left:0px;
}

#right{
	position:absolute;
	right:0px;
}
		
#menu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:50px;
}



#menu span{
	/* Container properties */
	width: 0;
	left: 38px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	/* Text properties */
	font-family: 'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.6px;
	white-space: nowrap;
	line-height: 39px;
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
	top: 0px;
}

#menu a{
	background: no-repeat;
	height:39px; 
	width:38px;
	display:block;
	position:relative;
	color: white;
	text-align: center;
}

/* General hover styles */

#menu a:hover span{ width:auto; padding:0 10px;overflow:visible; }
#menu a:hover{
	text-decoration:none;
	background-color: #6666AA;
	
/* CSS outer glow with the box-shadow property */
	-webkit-box-shadow:0 0 5px #f2d252;
	-moz-box-shadow:0 0 5px #f2d252;
	box-shadow:0 0 5px #f2d252;
}



/* ---------------------------------
	  Navigation Buttons
------------------------------------*/

/* Home Button */
#menu .home {background-position:0 0;}
#menu .home:hover {background-position:0 -39px;}
#menu .home span{
	background-color:#959595;
	color:#FFF;
	text-shadow:1px 1px 0 #818181;
}

/* About Button */
#menu .about {background-position:-38px 0;}
#menu .about:hover {background-position:-38px -39px;}
#menu .about span{
	background-color:#959595;
	color:#FFF;
	text-shadow:1px 1px 0 #818181;
}

/* Contact Button */
#menu .contact { background-position:-76px 0;}
#menu .contact:hover { background-position:-76px -39px;}
#menu .contact span{
	background-color:#959595;
	color:#FFF;
	text-shadow:1px 1px 0 #818181;
}

/* Facebook Button */
#menu .facebook { background-position:-114px 0;}
#menu .facebook:hover { background-position:-114px -39px;}
#menu .facebook span{
	background-color:#959595;
	color:#FFF;
	text-shadow:1px 1px 0 #818181;
}


/*----------------------------------------------------------------------------------------*/


/* ---------------------------------
		Navigation
------------------------------------*/
nav {
	border:1 solid #ccc;
	border-width: 1px 0;
	list-style:none;
	margin: 0;
	padding: 0;
	text-align:center;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	text-align: center;
	display: inline;
}

nav ul li {
	display: inline;
	cursor: pointer;
	margin-right: 0;
	color: #C36;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	/*  -moz-transition:: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;  */
}

/* ---------------------------------
		Main Image Box
------------------------------------*/

.work {
	margin: 20px 0;
}

.work figure {
	float: left;
	margin: 10px;
	width: 100px;
	height: 100px;
	background: #9d2e2c;
	line-height: 100px;
	-webkit-filter: sepia(0.4);
	position: relative;
	padding: 0 !important;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	transition: 0.6s;
	-webkit-transition: 0.6s;
	/* -moz-transition: 0.6s;
	-o-tansition: 0.6s;
	-ms-transition: 0.6s; */
	background-color: #CC0000;
}
	
.work figure a img {
	height: 100%;
	width: 100%;
}

.work figure dl {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 5px;
	margin: 0;
	line-height: 1.5;
	background: rgba(200, 0, 0, 0.8);
	color: white;
	transition: 0.6s;
	-webkit-transition: 0.6s;
/*	-moz-transition: 0.6s;
	-o-tansition: 0.6s;
	-ms-transition: 0.6s;  */
	background-color: rgba(200, 0, 0, 0.8);
}


.work figure:hover dl {
	opacity: 1;
}

.work figure dl dt {
	font-family: "PT Sans Narrow";
	font-size: 13px;		/*   margin-bottom: -8px;   */
	font-style: italic;
}

.work figure dl dd {
	text-transform: uppercase;
	margin-left: 0;
	font-size: 13px;
	vertical-align: baseline;
}
/*----------------------------------------------------------------------------------------*/


 
/* ---------------------------------
		Footer
------------------------------------*/
footer {
	text-align: center;
	font-size:11px;
	height; 11px;
	line-height: 11px;
	color: #666666;
	clear: both;
}
	