@charset "UTF-8";
/* CSS Document */

body, html {
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	background-color:#fff;
	margin-top:0;
	font-size:13px;

}

img { 
	padding: 0;
	margin: 0;
	border: 0;
}
h1{
	font-size:18px;
	margin:20px 5px 10px 5px;
	font-weight:normal;
}
h2{
	font-size:14px;
	font-weight:normal;
	margin:5px;
}

p {
	margin:3px;
	font-size:12px;
	text-align: left;
}

	
.info {
	float:right;
	margin:30px 0 0 0;

}

.work {
	float:left;
	text-decoration:none;
	margin:30px 0 0 0;
}

li#work {
	text-align:right;
	list-style:none;
	height:20px;
	width:50px;
}

li ul {
    display:none;
	list-style:none;
	width:50px;
	position:absolute;
	z-index:5;
	padding:10px 3px 0 0;
	margin:0px;
}
li:hover ul  {
    display:block;
	border:#333 1px solid;
	border-top:none;
	border-left:none;
}
li:hover ul li {
	float:left;
	height:auto;
	padding:3px 0;
	width:50px;
	background-color:#fff;

}


.left_thumbs {
	display:block;

}

a:link, a:visited {
	text-decoration:none;
	color:#666;
}

a:hover {
	color:#000;
}


a.next:link, a.next:visited, a.prev:link, a.prev:visited { 
	-moz-opacity:.5; filter:alpha(opacity=50); opacity:.50;
	height:15px; 
	width:13px; 
	display:block;
	float:right;
}

a.next:link, a.next:visited {
	background:url(../images/next_over.png) no-repeat center;
}

a.prev:link, a.prev:visited { 
	background:url(../images/prev_over.png) no-repeat center;
	margin:0 0 0 2px;
}

a.prev:hover, a.next:hover { 
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

a.home_link:link, a.home_link:visited { 
	-moz-opacity:.1; filter:alpha(opacity=10); opacity:.10;
	background-repeat:no-repeat;
	background-position:center;
	color:#FFF;
	text-decoration:none;
	height:438px; 
	width:300px; 
	display:block;
	float:left;
}

a.home_link:hover { 
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
	color:#000;
	
}
.home_labels {
	width:265px;
	float:left;
	margin:0 0 0 35px;
}

a.thumb:link, a.thumb:visited { 
	-moz-opacity:.2; filter:alpha(opacity=20); opacity:.2;
	height:16px;
	width:25px;
	display:block;
	float:left;
	margin:2px;
}

a.thumb:hover { 
	-moz-opacity:7; filter:alpha(opacity=70); opacity:.7; 
}

.thumb_contain{
	overflow:hidden;
	width: 88px;
}

.thumb_on { 
	-moz-opacity:7; filter:alpha(opacity=70); opacity:.7; 
	height:16px; 
	width:25px; 
	display:block;
	float:left;
	margin:2px;
}


#prev_next_wrap {
	width:114px;
	overflow:hidden;
	padding:2px 0;
}

#head {
	margin:10px 0 0 0;
	width:100%;
	background-image:url(../images/home_head.png);
	background-position:center;
	background-repeat:no-repeat;
	height:54px;
	overflow:hidden;
	text-align:center;
}


#head_wrap {
	height:54px;
	width:824px;
	margin:0 auto;
	text-align:center;
}

#foot_wrap {
	width:114px;
	margin:0;
	padding:6px;
	height:502px;
	text-align:right;
	float:left;
}

#mid_wrap {
	width:950px;
	margin:0 auto;
	height:550px;
}

#home_mid_wrap {
	width:900px;
	margin:0 auto;
	height:438px;
}
#info_mid_wrap {
	width:800px;
	margin:0 auto;
	height:438px;
	text-align:right;
	font-size: 12px;
}


#center_image {
	height:502px;
	margin:0;
	float:left;
	width:750px;
	text-align:center;
}

#title_link {
	position:absolute;
	height:58px;
	width:165px;
	z-index:6;
	margin:0 0 0 368px
}
#foot{
	text-align:center;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#999;
	margin:10px auto;
	width:750px;
}

