* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #1b1b1b;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}
a {
	color: #ff0099;
}
a:hover {
	text-decaration: none;
}
#background {
	background: #d8d8d8 url(/img/set2/background.gif) 28px 0;
}
#container {
	background: url(/img/set2/background_layer.gif) repeat-x;
	padding-top: 20px;
	padding-bottom: 40px;
}
#mainContainer {
	width: 850px;
	margin: auto;
	
}
#top {
	height: 60px;
	background: #000;
}
#top .content {
	line-height: 100px;
	text-align: right;
}
#top .content img {
	vertical-align: middle;
}
#header {
	height: 133px;
	background: #ff0099;
}
#main li {
	font-size: 12px;
}
.content {
	width: 860px;
	margin: auto;
}

#menu {
	height: 44px;
	padding-top: 15px;
}

#menu li {
	display: inline;
	
}
#menu li a {
	padding: 10px;
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin-right: 1px;
}
#menu li a:hover {
	background: #404040;
}
#menu li a.active {
	background: #000;
	color: #fFF;
	text-align: center;
	line-height: 24px;
	padding: 10px 25px 10px 26px;
}
#menu li a.active .icon {
	display: none;
}
#menu .icon {
	vertical-align: middle;
	margin-right: 8px;
}
.black {
	background: #1b1b1b;
}
h1 {
	margin-bottom: 20px;
	margin-left: 12px;
}
h1 .big,
h2 .big {
	font-size: 38px;
	text-transform: lowercase;
	display: block;
	line-height: 1px;
	color: #fff;
}
h1 .small,
h2 .small {
	color: #ff0099;
	text-transform: lowercase;
	font-size: 32px;
	margin-left: 8px;
	line-height: 32px;
	display: block;
}
h2 .small {
	margin-bottom: 20px;
}
#main p {
	margin: 12px 0 36px 0;
	line-height: 22px;
	font-size: 12px;
}
#main h2 {
	color: #ff0099;
	font-size: 20px;
	
}
#submenu {
	margin-top: 112px;	
	float: left;
	width: 200px;
}
#submenu ul {
	list-style-type: none;
	margin-right: 20px;
}
#submenu ul li {
	line-height: 13px;
	margin-bottom: 1px;
}
#submenu ul li a {
	text-decoration: none;
	font-size: 12px;
	padding: 10px;
	display: block;
}
#submenu ul li a:hover,
#submenu ul li a.active {
	background: #1b1b1b;
	color: #fff;
}
#content {
	float: left;
	width: 650px;
}
.clear {
	clear: both;
}
#main.frontpage #content {
	width: 500px;
}
#main.frontpage #submenu {
	width: 320px;
	margin-left: 20px;
	margin-top: 0px;
}
#main .summary ul,
#main .summary p {
	padding: 10px 20px;
	margin-bottom: 0px;
	float: left;
	color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#main .summary a {
	color: #ff0099;
}
#main .summary {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/img/background.png');
}
#main .summary[class] {
	background-image: url('/img/background.png');
}

#main.frontpage .summary ul li {
	color: #ff0099;
}
#main.frontpage .summary ul a {
	color: #fff;
}
/*
#main .summary .sumbg {
	background: #333333;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: -1;
}
*/
#main #content ul {
	margin-top: 10px;
	margin-left: 25px;
}
#main #content ul li {
	padding: 6px 0;
	list-style-type: square;
}
#main #content ul li a {
	text-decoration: none;
}
#main .text {
	padding: 20px;
}
#main .textRight {
	float: left;
	width: 528px;
}
#header img {
	display: block;
}
#header .content {
	width: 861px;
}
#header .title {
	position: absolute;
}
#header .project {
	position: absolute;
	width: 861px;
	height: 133px;
	overflow: hidden;
}
#header .bg {
	position: absolute;
}
#gallery {
	height: 150px;
	margin-bottom: 30px;
	background: #fff;
}
#gallery div {
	position: absolute;
	height: 48px;
	padding-top: 102px;
	overflow: hidden;
	border: 1px solid #222;
	
}
#gallery div p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#gallery div img {
	position: absolute;
	margin-top: -102px;
}
#gallery div .info {
	position: absolute;
	display: block;
	margin: 5px;
	width: 310px;
	height: 38px;
	overflow: hidden;
	padding: 5px;
	z-index: 5;
	color: #fff;
}
#gallery div .sumbg {
	width: 310px;
	height: 38px;
	display: block;
	background: #151515;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	padding: 5px;
	overflow: hidden;
	color: #fff;
}
form fieldset {
	text-align: right;
	padding: 0;
}
form label {
	display: block;
	margin: 0 0 8px 0;
	text-align: left;
}
form button {
	margin-top: 16px;
	padding: 2px 3px;
	background: #666;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
	color: #fff;
	
}
form button:hover {
	background: #ff0099;
	border: 1px solid #ff0099;
}
form input,
form textarea {
	padding: 3px;
	width: 316px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border: 1px solid #666;
	color: #393939;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;	
	margin-bottom: 8px;
}
form textarea {
	height: 15px;
}
#projects .project {
	float: left;
	width: 270px;
	margin-right: 18px;
	margin-bottom: 40px;
	font-size: 11px;
}
#projects .project.last {
	margin-right: 0px;
}
#projects .project h4 {
	color: #fff;
	font-size: 11px;
	margin-bottom: 4px;
}
#projects .project h4 a {
	color: #fff;
	text-decoration: none;
}
#projects .project h4 a:hover {
	color: #ff0099;
}
#projects .project span {
	z-index: 3;
	position: absolute;
	display: block;
	padding: 5px;
	margin-top: -27px;
	width: 261px;
	text-align: right;
	color: #fff;
}
#projects .project span a {
	color: #fff;
	text-decoration: none;
}
#projects .project span a:hover {
	text-decoration: underline;
}
#projects .project img {
	border: 1px solid #222;
}
#projects .project span.bg {
	z-index: 2;
	background: #151515;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.footer-content {
	width: 850px;
	margin: auto;
	color: #aaa;
	padding: 30px 0;
	line-height: 18px;
}
#footer .block {
	width: 25%;
	float: left;
}
#footer .last {
	text-align: right;
}
#footer a {
	color: #fff;
}
.images {
	float: left;
	margin-left: 12px;
	width: 270px;
}
.images img {
	margin-bottom: 10px;
	border: 1px solid #222;
}
.selection {
	height: 27px;
	float: right;
	margin-top: 39px;
}
.selection li {
	float: left;
	list-style-type: none;
	line-height: 25px;
	height: 27px;
		
}
.selection li.first {
	background: url(/img/unselected_left.gif) no-repeat;
	padding-left: 5px;
}
.selection li.first a {
	padding-left: 7px;
}
.selection li a {
	color: #fff;
	text-decoration: none;
	height: 25px;
	padding: 7px 12px 8px 12px;
	font-weight: bold;
	font-size: 11px;
}
.selection li span {
	background: url(/img/unselected_middle.gif) repeat-x;	
	line-height: 27px;
	height: 27px;
	display: block;
}
.selection li.last a {
	background: url(/img/unselected_right.gif) no-repeat top right;
	padding-right: 12px;
}

.selection li.first.active {
	background: url(/img/selected_left.gif) no-repeat;
	
}
.selection li.active span {
	background: url(/img/selected_middle.gif) repeat-x;
}
.selection li.active a {
	background: url(/img/selected_right_border.gif) no-repeat top right;
}
.selection li.last.active a {
	background: url(/img/selected_right.gif) no-repeat top right;
}

.selection li.single {
	background: url(/img/selected_left.gif) no-repeat;
	padding-left: 5px;
}
.selection li.single a {
	padding-left: 7px;
}
.selection li.single.active a {
	background: url(/img/selected_right.gif) no-repeat top right;
}
.techniques {
	float: left;
	width: 50%;
	list-style-type: square;
}
.techniques li {
	margin-left: 20px;
	color: #ff0099;
	cursor: help;
	margin-top: 12px;
}
.techniques li abbr {
	border-bottom: 1px dotted #ff0099;	
	color: #fff;
	cursor: help;
}
.techniques li span {
	color: #fff;
	cursor: text;
}
.quickmenu {
	margin-top: 60px;
}
.quickmenu ul {
	list-style-type: none;
}
.quickmenu li {
	margin-top: 12px;
	color: #ff0099;
}
.quickmenu li a {
	color: #fff;
	text-decoration: none;
}
.why li {
	color: #ff0099;
}
.why a {
	color: #fff;
	text-decoration: underline !important; 
}
#logo img {
	position: relative;
	z-index: 2;
	margin-left: 450px;
	margin-top: 25px;
}

