/* @group Basics */

body {
	margin: 0px;
	padding: 0px;
	background: #000 url('../img/bg1.jpg');
}

body, input {
	color: #333;
	font-size: 10pt;
	font-family: Georgia, Times New Roman, serif;
	text-align: center;
}

p {
	line-height: 20px;
	text-align: justify;
}

div#upper-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	background: #fff url('../img/bg2.jpg') repeat-x;
}

/*

 @end */

/* @group Header */

div#header {
	position: relative;
	width: 950px;
	height: 150px;
	background: #2B2B2B url('../img/topbg.gif') repeat-x;
	border: 5px solid white;
	margin: 20px auto 0;
}

div#logo {
	position: absolute;
	width: 148px;
	height: 150px;
	background-image: url(../img/logo.jpg);
	border: 1px solid black;
	margin-left: 785px;
	margin-top: 15px;
	z-index: 3;
}

div#title {
	position: absolute;
	top: 30px;
	left: 15px;
	vertical-align: middle;
}

div#title h1 {
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 25px;
}

/* @group Navigation */

div#navigation {
	position: relative;
	margin: 125px auto 0px auto;
	padding: 0px;
	height: 30px;
	width: 950px;
}

div#navigation ul {
	height: 30px;
	padding: 0;
	margin: 0 10px;
}

div#navigation li {
	float: left;
	list-style: none;
}

div#navigation a {
	color: white;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
	margin: 0 5px;
	background: #7F8400 url('../img/menubg.gif') repeat-x top left;
	width: 100px;
	padding: 7px 0 0;
}

div#navigation a.active {
	background: #7F8400 url('../img/menuactive.gif') repeat-x top left;
}

div#navigation a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Content */

div#page {
	position: relative;
	top: 0px;
	padding: 0;
	width: 960px;
	background-color: white;
	margin: 0 auto;
}

div#content {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 10px 20px;
}

div#page h1 {
	font-size: 18px;
	text-align: left;
	line-height: 43px;
	background: #fff url('../img/borderH1.gif') repeat-x 0 bottom;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#page h2 {
	font-size: 14px;
	text-align: left;
}

div#page h3 {
	font-size: 12px;
	text-align: left;
}

/* @end */

/* @group Projects */

div#project {
	width: 420px;
	display: inline-block;
	background: #FDFCF6 url('../img/boxbg.gif') repeat-x;
	border-bottom: solid 1px #E1D2BD;
	padding: 0 15px;
	margin: 10px auto;
}

div#project.right {
	margin-right: 0;
	float: right;
}

div#project img.left {
	float: left;
	margin: 0 10px 5px 0;
}

div#project img.right {
	float: right;
	margin: 0 0 5px 10px;
}

/* @end */

/* @group Footer */

div#footer {
	position: relative;
	width: 960px;
	height: 30px;
	font-size: 7pt;
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
	background: #7F8400 url('../img/menubg.gif') repeat-x top left;
}

div#footer p {
	margin: 0;
	padding: 5px 0 0;
	color: white;
	text-align: center;
}


/* @end */

/* @group Slideshow */

#slideshow{
	height: 420px;
	position: relative;
	margin: 0;
	padding: 0;
}

#slideshow ul{
	height:400px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:920px;
	margin: 0;
	padding: 0;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

/* @end */