* {
	margin: 0;
	padding: 0;
	}
	
.clear { clear: both; }	
.float-left { float: left; margin-right: 15px; }
.float-right { float: right; margin-left: 10px; }
a:focus {
-moz-outline-style: none;
}
	
body {
	background-color: #ece5b6;
	font-family: Helvetica, Arial, Verdana, Trebuchet, Tahoma, sans-serif;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat;
	}
	
	#wrapper {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 1100px;
	background-position: 50px 175px;
	margin: 0 auto;
}

#home-button {
	position: absolute;
	top: 20px;
	left: 20px;
	
}
#more-button {
	position: absolute;
	top: 400px;
	left: 850px;
	border-style: none;
	}

#home-button:hover { 
	border: 2px dotted #bc8633;
	top: 18px;
	left: 18px;
}
#more-button:hover {
	border: 2px dotted #bc8633;
	top: 398px;
	left: 848px;
}


p {
	font-size: 14px;
	color: #777;
	line-height: 155%;
	margin-bottom: 25px;
}
a { color: #777; text-decoration: underline; }

a:hover {  text-decoration: none; }

#container {
	width: 1000px;
	margin: 0 auto;
	}
	
#container img {
	display: block;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	}	
		
	
#main {
	float: left;
	width: 1000px;
	margin-bottom: 50px;
	}
	
	#main2 {
	float: left;
	width: 1000px;
	margin-bottom: 287px; /* change back to 50px when there are 2 rows */
	}

/* GALLERY */	
	.gallery img {
		padding:2px;
		border:solid 1px #c0c5d6;
		}
	.gallery {
	text-align: left;
	margin-left: 40px;
	display: block;
	position: relative;
		}
		
		div#fancy_overlay{
			position:absolute;
			top:0;
			left:0;
			z-index:90;
			width:100%;
			background-color:#333;
		}

		div#fancy_loading{
			position:absolute;
			height:40px;
			width:40px;
			cursor:pointer;
			display:none;
			overflow:hidden;
			background:transparent;
			z-index:100;
		}

		div#fancy_loading div{
			position:absolute;
			top:0;
			left:0;
			width:40px;
			height:480px;
			background:transparent url(../images/fancy_progress.png) no-repeat;
		}

		div#fancy_close{
			position:absolute;
			top:-12px;
			left:-12px;
			height:30px;
			width:30px;
			background:transparent url(../images/fancy_closebox.png) ;
			cursor:pointer;
			z-index:100;
			display:none;
		}

		div#fancy_content{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			padding:0; 
			margin:0;
			z-index:96;
		}

		#fancy_frame{
			position:relative;
			width:100%;
			height:100%;
			display:none;
		}

		img#fancy_img{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			border:0; 
			padding:0; 
			margin:0;
			z-index:92;
			cursor:pointer;
		}

		div#fancy_outer{
			position:absolute;
		    top:0;
		    left:0;
		    z-index:90;
		    padding:18px 18px 58px 18px;
		    margin:0;
		    overflow:hidden;
		    background:transparent;
		    display:none;
		}

		div#fancy_inner{
			position:relative;
			width:100%;
			height:100%;
			border:1px solid #fff;
			background:#fff;
		}

		a#fancy_left, a#fancy_right{
			position:absolute; 
			bottom:300px; 
			height:100%; 
			width:35%; 
			cursor:pointer;
			z-index:100; 
		}

		a#fancy_left{
			left:20px; 
		}

		a#fancy_right{
			right:20px; 
		}

		a#fancy_left:hover{
			background:transparent url(../images/fancy_left.png) no-repeat 0% 100%;
		}

		a#fancy_right:hover{
			background:transparent url(../images/fancy_right.png) no-repeat 100% 100%;
		}

		#fancy_bigIframe, #fancy_freeIframe{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			z-index:10;
		}

		div#fancy_bg{
			display:none;
		}

		div.fancy_bg{
			position:absolute;
			display:block;
			z-index:70;
		}

		div.fancy_bg_n{
			top:-18px;
			width:100%;
			height:18px;
			background:transparent url(../images/fancy_shadow_n.png) repeat-x;
		}

		div.fancy_bg_ne{
			top:-18px;
			right:-13px;
			width:13px;
			height:18px;
			background:transparent url(../images/fancy_shadow_ne.png) no-repeat;
		}

		div.fancy_bg_e{
			right:-13px;
			height:100%;
			width:13px;
			background:transparent url(../images/fancy_shadow_e.png) repeat-y;
		}

		div.fancy_bg_se{
			bottom:-18px;
			right:-13px;
			width:13px;
			height:18px;
			background:transparent url(../images/fancy_shadow_se.png) no-repeat;
		}

		div.fancy_bg_s{
			bottom:-18px;
			width:100%;
			height:18px;
			background:transparent url(../images/fancy_shadow_s.png) repeat-x;
		}
 
		div.fancy_bg_sw{
			bottom:-18px; 
			left:-13px;
			width:13px;
			height:18px;
			background:transparent url(../images/fancy_shadow_sw.png) no-repeat;
		}

		div.fancy_bg_w{
			left:-13px;
			height:100%;
			width:13px;
			background:transparent url(../images/fancy_shadow_w.png) repeat-y;
		}
  
		div.fancy_bg_nw{
			top:-18px;
			left:-13px;
			width:13px;
			height:18px;
			background:transparent url(../images/fancy_shadow_nw.png) no-repeat;
		}		
	
	#work ul {
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
		#work li {
			float: left;
			margin: 0 12px 15px 0;
			border: none;
			}
			#work li img {
				width: 212px;
				height: 124px;
				border: none;
				}
				#work li a img {
					display: block;
					padding: 3px;
					border: 1px solid #D8D5C5;
					margin-bottom: 12px;
					}
				#work li a:hover img {
					background: #bc8633;
					border: 1px solid #BBBAB0;
					}
		#work p {
			font-size: 12px;
			clear: both;
			color: #bc8633;
			}

		#work h3 {
			float: left;
			text-decoration: none;
			font-size: 13px;
			color: #333;
			margin-right: 4px; */
			}
#work h3 a {
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	margin-right: 4px;
 	list-style-type: none;
}
#work h3 a:hover {
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #bb4132;
	margin-right: 4px;
 	list-style-type: none;
}
			
ul#menu {
	height: 102px;
	list-style: none;
	padding: 0;
	text-align: center;
	margin-top: 150px;
	margin-left: 60px;
}

ul#menu li {
display:inline;

}

ul#menu li a {
background:url(../images/menu-sprite-web.png) no-repeat scroll top left;
display:inline-block;
height:34px;
position:relative;
}

ul#menu li a.print {
width:126px;
margin-right: 60px;
}
ul#menu li a.web {
width:100px;
background-position: -140px 0px;
margin-right: 50px;
}

ul#menu li a.about {
width:160px;
background-position: -238px 0px;
margin-right: 40px;
}

ul#menu li a.contact {
width:215px;
background-position: -400px 0px;
}


ul#menu li a span {
background:url(../images/menu-sprite-web.png) no-repeat scroll bottom left;
display:block;
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:100;
}

ul#menu li a.print span {
background-position:0px -34px;
}

ul#menu li a.web span {
background-position:-140px -34px;
}

ul#menu li a.about span {
background-position:-238px -34px;
}

ul#menu li a.contact span {
background-position:-400px -34px;
}
