html {
	height: 100%;
	overflow: auto;
}

body {
	background-image: url(../img/0bg.gif);
	margin: 0px;
}

* {
	font-family: Verdana, Arial, Times New Roman;
	outline: 0px;
}

#container {

	position: relative;
	
	width: 914px;
	height: 676px;
	
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	
	/*background-color: #ccc;*/
}

/* Start Border */

#top {

	position: absolute;
	left: 0px;
	top: 0px;

	height: 109px;
	width: 914px;
	background-image: url(../img/1_borderT.gif);
}

#left {
	
	position: absolute;
	left: 0px;
	top: 109px;
	
	height: 510px;
	width: 124px;
	background-image: url(../img/2-1_borderL.gif);
}

#right {
	
	position: absolute;
	right: 0px;
	top: 109px;
	
	height: 510px;
	width: 69px;
	background-image: url(../img/2-4_borderR.gif);
}

#bottom {
	
	position: absolute;
	left: 0px;
	top: 619px;
	
	height: 56px;
	width: 914px;
	background-image: url(../img/3_borderB.gif);
}

/* End Border */

/* Start Menu */

#menu {
	
	position: absolute;
	left: 124px;
	top: 109px;
	
	height: 510px;
	width: 184px;
}

#menuT {
	position: absolute;
	left: 0px;
	top: 0px;

	height: 32px;
	width: 183px;
	background-image: url(../img/2-2-1.gif);
}

#menuItemHome,#menuItemOnsPortfolio,#menuItemOverOns,#menuItemContact,
#menuItemHomeOver,#menuItemOnsPortfolioOver,#menuItemOverOnsOver,#menuItemContactOver{
	position: absolute;
	left: 0px;
	height: 22px;
	width: 183px;
}

#menuItemHomeOver,#menuItemOnsPortfolioOver,#menuItemOverOnsOver,#menuItemContactOver{
	display: none;
}

#menuItemHome {
	top: 32px;
	
	background-image: url(../img/2-2-2_home.gif);
}
#menuItemHomeOver {
	top: 32px;
	
	background-image: url(../img/2-2-2_home_over.gif);
}

#menuItemOnsPortfolio {
	top: 54px;

	background-image: url(../img/2-2-3_onsPortfolio.gif);
}
#menuItemOnsPortfolioOver {
	top: 54px;

	background-image: url(../img/2-2-3_onsPortfolio_over.gif);
}

#menuItemOverOns {
	top: 76px;

	background-image: url(../img/2-2-4_overOns.gif);
}
#menuItemOverOnsOver {
	top: 76px;

	background-image: url(../img/2-2-4_overOns_over.gif);
}

#menuItemContact {
	top: 98px;

	background-image: url(../img/2-2-5_contact.gif);
}
#menuItemContactOver {
	top: 98px;

	background-image: url(../img/2-2-5_contact_over.gif);
}

#menuB {
	position: absolute;
	left: 0px;
	top: 120px;

	height: 390px;
	width: 183px;
	background-image: url(../img/2-2-6.gif);
}

/* End Menu */

#main {
	
	position: absolute;
	left: 307px;
	top: 109px;
	
	height: 510px;
	width: 538px;
	background-image: url(../img/2-3_main.gif);
}

#content {
	
	position: absolute;
	left: 24px;
	top: 26px;
	
	height: 492px;
	width: 482px;
}

#loader-icon {
	
	position: absolute;
	
	right: 12px;
	top: 12px;
	
	width: 32px;
	height: 32px;
	
	background-image: url(../img/ajax-loader.gif);
	
	display: none;
}

/* Text Layout */

h1 {
	
	margin: 0px;
	margin-top: 12px;
	
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h1 span {
	
	font-weight: normal;
}

h3 {
	
	margin: 0px;
	
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #777575;
}

p {
	
	font-size: 11px;
	color: #414141;
	line-height: 18px;
	text-align: justify;
}

.text {
	
	font-size: 11px;
	color: #414141;
	
	vertical-align: top;
}

input.form {
	
	border: 1px #a5acb2 solid;
	
	padding: 1px;
	
	font-size: 11px;
	color: #414141;
	
	width: 300px;
}

textarea.form {
	
	border: 1px #a5acb2 solid;
	
	padding: 1px;
	
	font-size: 11px;
	color: #414141;
	
	width: 300px;
	height: 200px;
}

input.form-submit {
	
	font-size: 11px;
	color: #414141;
}

/* SHOWCASE */
div#showcase-p-container {
	
	margin-top: 12px;
	
	width: 476px;
	height: 356px;
	
	overflow: hidden;
	
	position: relative;
}

div.showcase-3-container {
	
	position: absolute;
	
	width: 476px;
	height: 356px;
}

div.showcase-container {
	
	position: relative;
	
	width: 473px;
	height: 112px;
	
	margin-bottom: 8px;
}

div.showcase-image-container {
	
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 141px;
	height: 112px;
}

div.showcase-image-container-normal {
	
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 141px;
	height: 112px;
	
	background-image: url('../img/showcase_image_container.gif');
	
	z-index: 2;
}

div.showcase-image-container-hover {
	
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 141px;
	height: 112px;
	
	background-image: url('../img/showcase_image_container_over.gif');
	
	z-index: 1;
}

div.showcase-image-container img {
	
	position: relative;
	
	width: 119px;
	
	left: 10px;
	top: 11px;
	
	border: 1px #585b5d solid;
	
	z-index: 999;
}

div.showcase-info-container {
	
	position: absolute;
	
	left: 141px;
	top: 0px;
	
	width: 332px;
	height: 112px;
	
	background-image: url('../img/showcase_info_container.gif');
}

span.showcase-title {
	
	display: block;
	position: absolute;
	left: 6px;
	top: 9px;
	
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

span.showcase-title span {
	
	font-weight: normal;
}

span.showcase-date {
	
	display: block;
	position: absolute;
	right: 11px;
	top: 9px;
	
	color: #ccc;
	font-size: 10px;
	font-style: italic;
}

div.showcase-text {
	
	display: block;
	position: absolute;
	left: 6px;
	top: 28px;
	
	height: 56px;
	width: 320px;
	
	color: #ededed;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
}

div.showcase-link {
	
	display: block;
	
	position: absolute;
	left: 6px;
	bottom: 12px;
	
	color: #ededed;
	font-size: 11px;
}

span.showcase-link img {
	
	height: 5px;
	width: 5px;
	
	position: relative;
	bottom: 1px;
}

a.showcase-link {
	
	color: #b9cdd3;
	/*font-style: italic;			<-- Lol @ IE, link disapears	*/
}

a.showcase-link:hover {
	
	color: #d2dee2;
}

div#showcase-navigator {
	
	position: absolute;
	left: 0px;
	bottom: 34px;
	
	width: 473px;
	height: 26px;
}

div#showcase-left-arrow {
	
	position: absolute;
	left: 25px;
	top: 4px;
	
	width: 20px;
	height: 15px;
	
	cursor: pointer;
}

div#showcase-right-arrow {
	
	position: absolute;
	right: 25px;
	top: 4px;
	
	width: 20px;
	height: 15px;
	
	cursor: pointer;
}

div#showcase-navigator-indicator {
	
	position: absolute;
	right: 45px;
	top: 3px;
	
	width: 384px;
	height: 20px;
	
	text-align: center;
}

a.showcase-navigator {
	
	color: #9bafb5;
	text-decoration: none;
	font-size: 11px;
}

a.showcase-navigator:hover {
	
	color: #7b8e94;
}

a.showcase-navigator-active {
	
	color: #b43300;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* SHOWCASE ITEM */
img.right {
	
	float: right;
	margin-left: 12px;
	margin-top: 12px;
}
