﻿body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background:#2b2b2b;
}

a {
	text-decoration:none;
	color:#ccc;
}

a:hover {
	text-decoration:underline;
	color:#fff;
}

#portfolio-div a {
	padding: 2px;
}


/***** Window *****/

.win {
	display: block;
	position: absolute;
	z-index: 3;
}

.win-header {
	display: block;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.win-title {
	width: 100%;
}

.win-title td {
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	height: 30px;
	overflow: hidden;
}

.win-content {
	background-color: #232323;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 20px;
	overflow: auto;
	color: #999;
}

.win-content-text {
	padding: 10px;
}

.win-footer {
	display: block;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.h-l {
	background: url('images/h-l.gif') no-repeat;
	height: 30px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.h-bg {
	background: url('images/h-bg.gif') repeat-x top;
	height: 30px;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	right: 10px;
}

.h-r {
	background: url('images/h-r.gif') no-repeat;
	height: 30px;
	width: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.f-l {
	background: url('images/f-l.gif') no-repeat;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.f-bg {
	background: url('images/f-bg.gif') repeat-x top;
	height: 20px;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	right: 20px;
}

.f-r {
	background: url('images/f-r.gif') no-repeat;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: se-resize;
}

.win-loading {
	background: url('images/loading.gif') no-repeat center center;
	height: 20px;
	width: 20px;
	display: none;
}

.win-min {
	background: url('images/min.gif') no-repeat top;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 40px;
	cursor: pointer;
}

.win-min:hover {
	background: url('images/min.gif') no-repeat bottom;
}

.win-unmax {
	background: url('images/unmax.gif') no-repeat top;
	display: none;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 20px;
	cursor: pointer;
}

.win-unmax:hover {
	background: url('images/unmax.gif') no-repeat bottom;
}

.win-max {
	background: url('images/max.gif') no-repeat top;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 20px;
	cursor: pointer;
}

.win-max:hover {
	background: url('images/max.gif') no-repeat bottom;
}

.win-close {
	background: url('images/close.gif') no-repeat top;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
	cursor: pointer;
}

.win-close:hover {
	background: url('images/close.gif') no-repeat bottom;
}


/***** Toolbar *****/

#toolbar {
	display:block;
	width:100%;
	height:30px;
	background:url(images/toolbar_bg.gif);
	border-top:1px solid #444;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
}

#mintoolbar {
  position:absolute;
  z-index:4;
  bottom:0;
  left:150px;
  right:100px;
  height:30px;
  overflow:hidden;
}

.minimise {
	display:block;
	height:25px;
	width:150px;
	border:1px solid #666;
}

.minimised {
	padding:5px 15px 5px 10px;
	font-size:x-small;
	color:#ccc;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
	display:block;
	float:left;
	margin:2px 1px 2px 1px;
	cursor:pointer;
	overflow:hidden;
}

.minimised-hover {
	background:url('images/min-bg.gif') repeat-x center;
	padding:5px 15px 5px 10px;
	font-size:x-small;
	color:#ccc;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
	display:block;
	float:left;
	margin:2px 1px 2px 1px;
	cursor:pointer;
	overflow:hidden;
}

#start-bt {
  display:block;
  width:54px;
  height:30px;
  position:absolute;
  bottom:0;
  left:10px;
  z-index:5;
  cursor:pointer;
  background:url(images/start_default.gif);
}

#start-bt:hover {
  background:url(images/start_hover.gif);
}

#time {
  font-size:small;
  border-top:1px solid #333;
  border-left:1px solid #333;
  border-bottom:1px solid #333;
  border-right:1px solid #333;
  z-index:4;
  color:#888;
  padding:3px 6px 3px 6px;
  background:#000;
  position:absolute;
  right:5px;
  bottom:4px;
}


/***** Menu *****/

#menu {
	background:#fff;
	width:220px;
	height:1px;
	border:1px solid #333;
	position:absolute;
	bottom:28px;
	left:0;
	z-index:2;
	overflow:hidden;
}

#menutop {
	width:214px;
	height:43px;
	display:block;
	border-bottom:1px solid #333;
	background:url(images/menu_top_bg.gif);
	padding:3px;
}

#menuleft {
	width:110px;
	display:block;
	background:#000;
	float:left;
}

#menuleft a {
	width:76px;
	height:19px;
	display:block;
	padding-top:5px;
	padding-left:29px;
	padding-right:5px;
	padding-bottom:5px;
	text-decoration:none;
	border-bottom:1px dotted #333;
	color:#2b8adb;
}

#Home {background:url(images/home.gif) no-repeat left #000;}
#About {background:url(images/about.gif) no-repeat left #000;}
#Services {background:url(images/services.gif) no-repeat left #000;}
#Portfolio {background:url(images/portfolio.gif) no-repeat left #000;}
#Contact {background:url(images/contact.gif) no-repeat left #000;}
#Calculator {background:url(images/calculator.gif) no-repeat left #fff;}
#Tetris {background:url(images/tetris.gif) no-repeat left #fff;}
#Site {background:url(images/site.gif) no-repeat left #fff;}
#Menuclose {background:url(images/menuclose.gif) no-repeat left #fff;}

.home-icon {background:url(images/home-icon.png) no-repeat left center; padding-left:20px;}
.about-icon {background:url(images/about-icon.png) no-repeat left center; padding-left:20px;}
.services-icon {background:url(images/services-icon.png) no-repeat left center; padding-left:20px;}
.portfolio-icon {background:url(images/portfolio-icon.png) no-repeat left center; padding-left:20px;}
.contact-icon {background:url(images/contact-icon.png) no-repeat left center; padding-left:20px;}
.calculator-icon {background:url(images/calculator-icon.png) no-repeat left center; padding-left:20px;}
.tetris-icon {background:url(images/tetris-icon.png) no-repeat left center; padding-left:20px;}
.site-icon {background:url(images/site-icon.png) no-repeat left center; padding-left:20px;}

#menuleft a:hover {
	color:#fff;
}

#menuright {
	width:110px;
	display:block;
	background:#000;
	float:left;
}

#menuright a {
	width:76px;
	height:19px;
	display:block;
	padding-top:5px;
	padding-left:29px;
	padding-right:5px;
	padding-bottom:5px;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
	color:#555;
}

#menuright a:hover {
	color:#2b8adb;
}

#avatar {
  font-weight:bold;
  font-size:medium;
  margin-top:13px;
  padding-left:50px;
  display:block;
  color:#fff;
}

.button{
  background:#111;
  border:1px solid #555;
  color:#ccc;
}

/* Console */

#console {
  display:block;
  border:1px solid #e2c822;
  background:#fff9d7;
  position:absolute;
  bottom:31px;
  right:0px;
  font-weight:bold;
  color:#000;
  padding:10px;
  z-index:5;
}

#logo {
  position:absolute;
  bottom:0px;
  right:0px;
  z-index:0;
}

#links {
  display:block;
  height:18px;
  position:absolute;
  z-index:4;
  bottom:5px;
  left:75px;
}

.tooltipcss {
  display:block;
  padding:5px;
  font-size:x-small;
  background:#666;
  color:#fff;
}

#noscript {
  display:block;
  width:200px;
  height:200px;
  background:#666;
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:50%;
  margin-top:-100px;
  left:50%;
  margin-left:-100px;
}

#startup {
  position:absolute;
  bottom:25px;
  left:10px;
  z-index:1000;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/lb-loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #666;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #666;
	border-top-style: none;
	background-color: #666;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

