* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #464646;
	height: 100%;
	overflow: auto;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	color: #808285;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#wrapper {
	width: 852px;
	margin: auto;
}

#top {
	border-bottom: 1px solid #212121;
	background: url(../images/logo.gif) no-repeat left top;
	height: 55px;
	margin: 0px 0px 10px;
}

#mainmenu {
	list-style: none;
}

#mainmenu li {
	float: right;
	line-height: 55px;
	padding: 0px 5px;
	margin: 0px 0px 0px 20px;
}

#footer {
	background: #000;
}

#footer div {
	height: 26px;
	line-height: 26px;
	background: #000 url(../images/footer_image.gif) no-repeat right center;
	width: 850px;
	margin: auto;
}

/* PORTFOLIO */

#portfolio {
	height: 490px;
}

#portfolio #back {
	height: 58px;
	width: 850px;
	position: relative;
	background: #222;
	z-index: -1;
	/*margin-top: -38px;*/
}

#portfolio #mainpic {
	height: 490px;
	overflow: hidden;
	text-align: center;
	background: url(../images/loader.gif) no-repeat center center;
}

#portfolio #mainpic img {
	border: 1px solid #202020;
	cursor: pointer;
}

#portfolio #dummy {
	width: 810px;
	margin: 0px 0px 0px 20px;
	height: 58px;
	position: absolute;
	cursor: pointer;
	background: #000;
}

#portfolio #gallery {
	height: 58px;
	width: 850px;
	/*position: absolute;*/
	overflow: hidden;
	margin-top: -58px;
}

#portfolio #categories {
	height: 20px;
	background: #000;
	border-bottom: 1px solid #222222;
	text-align: center;
}

#portfolio #categories a {
	line-height: 20px;
	color: #808285;
	text-decoration: none;
	padding: 0px 14px;
	text-align: center;
}

#portfolio #categories a:hover {
	color: #5EA2CE;
}

#portfolio #gallery a.left {
	background: #222222 url(../images/gal_left.gif) no-repeat center center;
	/*position: absolute;*/
	width: 20px;
	height: 38px;
	float: left;
}

#portfolio #gallery a.right {
	background: #222222 url(../images/gal_right.gif) no-repeat center center;
	/*position: absolute;*/
	width: 20px;
	height: 38px;
	float: left;
}

#portfolio #gallery #gwrapper {
	/*margin: 0px 0px 0px 20px;*/
	position: relative;
	width: 810px;
	float: left;
	overflow: hidden;
}

#portfolio #gallery ul {
	list-style: none;
	width: 10000px;
}

#portfolio #gallery ul li {
	float: left;
}

#portfolio #gallery ul li img {
	margin: 5px 10px;
	border: 1px solid #646464;
}

/* // PORTFOLIO *//
