html {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	background: url('top_bg.gif') top repeat-x #000;
}
body {
	margin: 0 auto; padding: 0;
	width: 863px;
	behavior: url("js/csshover.php");
}
h1, h2, p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #29A3FC;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
h1 span, #top-mail span, .work-next span span {
	position: absolute;
	top: -99999px;
}
.clear {
	clear: both; width: 100%; display: block;
	height: 1px; font-size: 1px;
}
/* -- LAYOUT -- */
#site {
	background: url('top.png') no-repeat;
}

#top {
	height: 220px;
	position: relative;
}

h1 {
	position: absolute;
	top: 0; left: 10px;
	width: 400px; height: 180px;
}
h1 a {display: block; height: 180px;}

#top-mail {
	position: absolute;
	top: 0; right: 0;_right: -1px;
	width: 292px; height: 192px;
	background: url('contact_bg.gif') no-repeat;
}
#top-mail:hover {background: none;}

#body {
	overflow: hidden;
	padding: 0 0 0 20px;
}

#foot {
	position: relative; clear: both;
	height: 82px; border-top: dotted 1px #383838;
	margin: 20px 26px 0 20px; padding: 50px 0 0 10px;
}
#foot a {
	font-weight: bold;
}
#foot-up {
	position: absolute;
	top: 50px; right: 10px;
}

.work h2 {
	padding: 0 0 20px 0;
	font-size: 8pt;
}

.work h2 span {
	padding: 0 0 0 20px; margin: 0 0 0 10px;
	color: #fff;font-weight: normal; 
	background: url('work_h2.gif') no-repeat left;
}
.work h2 a {
	color: inherit;
}

.work-img {
	border-top: dotted 1px #383838;
	border-bottom: dotted 1px #383838;
	border-left: dotted 1px #383838;
	padding: 10px 0 10px 10px;_padding: 10px 0 4px 10px;
	margin: 0 26px 50px 0;
}

.work-img img {
	float: left;
}
.work-slider-content {
	width: 720px; float: left; height: 100%;
	overflow: hidden; margin: 0 4px 0 0;
}
.work-next {
	float: left; width: 81px; height: 100%;
	position: relative; cursor: pointer;
}
.work-next a {
	display: block; height: 100%;
	background-image: url('work_next_bg.gif');
	background-position: center;
}
.work-next:hover a {
	width: 81px;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
}
.work-next-arrow {
	display: block; position: absolute;
	top: 50%; left: 18px;
	width: 48px; height: 59px; 
	margin: -28px 0 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/next_arrow.png', sizingMethod='scale');
}
.work-next-arrow[class] {
	background: url('next_arrow.png') no-repeat;
}



