/*global styles*/

* {
	font: small univers, helvetica, arial, sans-serif;
	padding:0; 
	margin:0;
}
body {
	background:url(images/bg_all.jpg) no-repeat top left #fff;
}
a {
	color:#7A7A7A;
	font-size:100%;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1, h2, h3, p {
	color:#000;
}
h1 {
	font-size:140%;
	color:#3D3D3D;
	text-transform:lowercase;
	letter-spacing:.02em;
	font-weight:normal;
	margin-bottom: 40px;
	}
h2 {
	font-size:103%;
	text-transform:uppercase;
	letter-spacing:.06em;
	font-weight:bold;
	margin: 20px 0 7px 0;
	}

p {
	font-size:93%;
	line-height:1.5em;
	margin: 0 0 8px 0;
}
h3 {
	font-size:93%;
	line-height:1.5em;
	margin: 0;
}

/*nav styles*/

#nav {
	width:115px;
	margin-top:56px;
	margin-left:5px;
	background:#fff;
	float:left;
	}
	
#menu {
	width:115px;
	margin-top:56px;
	margin-left:5px;
	background:#fff;
	float:left;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width:115px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  border-bottom: solid 1px #1A1A1A;
  color: #000;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #f3f3f3;
  padding-left: 10px;
}

ul#menu li ul li a {
  background: #fff;
  color: #000;
  padding-left: 30px;
}

ul#menu li ul li a:hover {
  background: #f3f3f3;
  padding-left: 25px;
}



/*header styles*/
#wrapper {
	float:left;
	width:900px;
	margin-left:120px;
}

/*content styles*/
#content {
	min-height:670px;
	margin:54px 0 20px 90px;
	float:left;
	width: 540px;
}
#content div.left {
	margin:0 0 0 0px;
	width: 170px;	
}
#content div.right {
	margin:0 0 0 200px;
	width: 170px;	
}

/*footer styles*/
#footer{
	margin:0 0 0 7px;
	clear:both;
	bottom:10px;
	width: 540px;
	height: 20px;	
}
#footer p {
	color:#1A1A1A;
	font-size:70%;
}
#footer a {
	color:#1A1A1A;
	text-decoration:underline;
	font-size:100%;
}
#footer a:hover {
	color:#3D3D3D;
	text-decoration:none;
	font-size:100%;
}

/*gallery styles*/

.caption, .caption.active {
	color:#999;
	font-size:70%;
	display:block;
	line-height:1.5em;
	margin: 8px 0 0 0;
	letter-spacing:.09em;
	text-transform:uppercase;
	display:block;
	height:20px;
	width:560px;
}
.gallery_box {
	position:relative;
	clear:both;
	margin-top:20px;
	height:500px;
	width:560px;
}
.gallery li {
	display:block;
	width:32px;
	height:32px;
	border:2px solid #000;
	margin:0 10px 10px 0;
	overflow:hidden;
	float:left;
}
.gallery li.active {
	border-color:#999;
}
.gallery li div {
	top:50px;
	position:absolute;
	left:0px;
	display:none;
}
.gallery li div img {
	cursor:pointer;
}
.gallery li img.thumb {
	opacity:.3;
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
} 
.gallery li.active div img,.gallery li.active div {
	display:block;
}
.gallery li.active img.thumb,.gallery li:hover img.thumb {
	opacity:.99;
}
.gallery li .caption {
	display:block;
}
.gallery_box div.active{
	display:block;
	width:560px;
	height:20px;
}
.gallery_box div{display:none;}



* html .gallery li div span{width:400px} /* MSIE bug */
