﻿/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #7D7978 url('../images/bg_all.jpg') repeat-x;
}
div#wrapper {
	width: 829px;
	margin: 0 auto 0 auto;
	background-color: black;
}
div#header {
	height: 178px;
	background: url('../images/bg_header.jpg') no-repeat;
}
div#menuarea {
	height: 340px;
	background: url('../images/bg_menu.jpg') no-repeat;
	color: #949494;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}
div#menuarea ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 17px;
}
div#menuarea ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
div#menuarea ul li a, div#menuarea ul li a:link, div#menuarea ul li a:active, div#menuarea ul li a:visited {
	color: #949494;
	text-decoration: none;
	font-weight: bold;
}
div#menuarea ul li a:hover {
	color: #FE1E1E;
}
div#menuarea ul li a.active {
	color: #FE1E1E;
}
div#movie {
	clear: both;
	text-align: left;
}
div#moviefooter {
	height: 34px;
	background: black url('../images/bg_menu_bottom.jpg') no-repeat;
}
div#content {
	/*height: 230px;*/
	margin-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	color: #6A6A68;
}
div#content div.projects {
	width: 50%;
	float: left;
}
div.contentheader {
	height: 22px;
}
div#content div.projects div.contentheader {
	background: url('../images/latestprojects.jpg') no-repeat;
}
div#content div.profile div.contentheader {
	background: url('../images/ourprofile.jpg') no-repeat;
}
div#content div.profile div.contentbody {
	margin-top: 20px;
	font-size: 0.9em;
	text-align: justify;
}
div#content div.profile div.contentbody a img {
	margin-top: 10px;
	border: 0;
}
div#content div.profile {
	margin-left: 50%;
}
div#content p.justify {
	text-align: justify;
}
div#content span.title {
  color: white;
  font-weight: bold;
}
div#slider {
	height: 300px;
	position: relative;
	overflow: hidden;
}
ul#sliderContent {
	position: absolute;
	padding: 0;
	top: 0;
	margin-left: 0;
	list-style: none;
}
ul#sliderContent li.sliderImage {
	float: left;
	position: relative;
	display: none;
}
ul#sliderContent li.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 324px;
	/*background-color: #8E6C6B;*/
	background-color: black;
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	filter: alpha(opacity=65);
	color: #fff;
	display: none;
}
ul#sliderContent li.sliderImage span.top {
	top: 0;
	left: 0;
}
ul#sliderContent li.sliderImage span.bottom {
	bottom: 0;
	left: 0;
}
ul#sliderContent li.sliderImage span.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}
ul#sliderContent li.sliderImage span.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul#sliderContent li.sliderImage span strong {
	font-size: 14px;
}
div#footer {
	clear: both;
	text-align: center;
	color: #6A6A68;
	padding-top: 20px;
	font-size: 0.9em;
	background: black url('../images/bg_footer.jpg') repeat-x;
	height: 38px;
}
.note {
  color: red;
}
.rightalign {
  text-align: right;
}
