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

body {
	background: url(../images/bg.png) #239be0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
}

#main {
	margin: 0 auto;
	width: 800px;
	position: relative;
	left: -20px;
}

#left_menu {
	margin-top: 100px;
	float: left;
	width: 177px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 177px;
	height: 62px;
}

#nav {
	float: right;
	position: relative;
	top: 45px;
	right: 9px;
}

.menu span {
	visibility: hidden;
	position: relative;
	left: 4px;
}

.menu span img {
	width: 7px;
	height: 27px;
}

.menu:hover span, .active:hover span {
	visibility: visible;
	position: relative;
	left: 3px;
}

.active {
	background: url(../images/menu_active.jpg) no-repeat;
	float: right;
	height: 22px;
	margin-bottom: 2px;
}

.active span {
	visibility: hidden;
	position: relative;
	left: 3px;
}

.active span img {
	width: 7px;
	height: 27px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li img {
	float: right;
	margin-bottom: 6px;
	height: 22px;
	position: relative;
	left: 6px;
	border: 0;
}

#content {
	width: 600px;
	position: relative;
	top: 142px;
	margin: 0 auto;
	float: right;
}

#portfolio {
	position: relative;
	top: 18px;
	width: 600px;
	margin: 0 auto;
	height: 100%;
}

.work {
	width: 175px;
	height: 300px;
	position: relative;
	margin: 0;
}

.work img {
	margin: 2px 0 0 2px;
	width: 171px;
	height: 156px;
	border: 2px solid #dadada;
	position: relative;
}

.workPic {
	width: 175px;
	height: 250px;
	float: left;
	margin-right: 20px;
}

.view {
	position: relative;
	top: 10px;
	margin: 0;
	text-align: center;
}

.description {
	width: 400px;
	height: 200px;
}

.description h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 8px 0;
	padding: 0;
	width: 500px;
}

.description p {
	color: #FFF;
	width: 620px;
	margin: 0;
}

.description span {
	color: #d1d1d1;
	margin: 0;
}

.workInfo {
	padding-top: 10px;
}

.work a {
	color: #c0c0c0;
	text-decoration: none;
	font-style: italic;
	font-size: 11pt;
	display: block;
}

.work a:hover {
	color: #000;
}