/* CSS Document */

body, html{
background: #000000 url(images/body-bg.jpg) no-repeat top center;
padding: 0px;
margin: 0px;
color: #FFFFFF;
text-align: justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
height: 100%
}

h1 {
font-size: 18px;
}

h2 {
padding-left: 15px;
font-size: 16px;
}

a{
color: white;
}

label{
color: #FFFFFF;
}

.container{
background: #000000 url(images/container-bg.jpg) repeat-y;
width: 700px;

margin-left:auto;
margin-right:auto;
}

.header {
background:url(images/header-bg.jpg) no-repeat;
width: 700px;
height: 201px;
}

.main{
background:url(images/main-bg.jpg) no-repeat;
width: 700px;
min-height: 285px;
}

.footer{
background: url(images/footer-bg.png) no-repeat;
width: 700px;
height: 30px;
position: fixed;
bottom: 0px;
padding-top:90px;
text-align: center;
}

.errorOk{
background: url(images/exclamation.png) no-repeat left bottom;
padding-left: 25px;
padding-top: 25px;
margin: 0 auto;
color:green;
width: 200px;
}
.errorFail{
background: url(images/exclamation.png) no-repeat left bottom;
padding-left: 25px;
padding-top: 25px;
margin: 0 auto;
color:red;
width: 450px;
}

/*-- Main Contaainers --*/
.main-container{
width: 600px;
padding-bottom:2px;
margin-left: 50px;
background: #000000 url(images/main-container-bg.jpg) center bottom no-repeat;
}

table.personalInfo{

height: 135px;
width:425px;
}

#picture {
background: #000000 url(images/verticalLine.jpg) no-repeat right;
}

table.personalInfo td{
font-weight: bold;
padding-left: 10px;
}

.personalInfo span{
display: block;
font-weight: normal;
}

/*Portfolio*/
.gallery {
	list-style: none;
	display:block;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	height: 231px;
}
.gallery li {
	padding:10px 15px;
	margin: 0;
	float: left;
	position: relative;
	height: 231px;
}

.gallery li span.firstImageSpan{
padding-left:30px;
padding-top: 0px;
display: block;
}

.gallery li span{
display: block;
padding-top: 30px;
}

.gallery img {
background:url(images/gallery-bg.jpg);
width: 150px;
height: 200px;
display: block;
}

img.firstImage  {
background:url(images/gallery-bg-first.jpg);
width: 177px;
height: 231px;
display: block;
}

/*CV*/
table.cv{
width: 500px;
}

td.col1{
text-align:right;
}

td.col2{
width: 165px;
color: #000000;
}

table.cv td {
vertical-align: middle;
text-align:right;
}

/*Contact*/

.contact{
padding-bottom: 150px;
}

.contact p{
font-weight:bold;
color: #000000;
}

input {
width: 500px;
background-color: #ffffff;
border:1px solid black;
}

textarea {
	width: 500px;
	background-color: #ffffff;
	border:1px solid black;
}

.notOk{
background: url(images/icon-notOk.jpg) no-repeat left;
display: inline-block;
padding-left:17px;

}

.Ok{
background: url(images/icon-ok.jpg) no-repeat left;
display: inline-block;
padding-left:17px;
}

.sendbutton{
background:#000000;
border: 1px solid #000;
color: #FFFFFF;
width: 150px;
}

.sendOk {
background:#000000;
border: 1px solid #89df00;
color: #FFFFFF;
width: 150px;
}

.sendNotOk{
background:#000000;
border: 1px solid #FF0000;
color: #666666;
width: 150px;
}

/*Menu*/
.menu {
list-style:none;
display: block;
margin: 0px auto 0;
padding-left: 68px;
padding-top: 25px;
clear:both;
height: 25px;
width: 450px;
text-align: center;
background: url(images/menu.gif) no-repeat left bottom; 
}

.menu li{
float:left;
margin-left: 5px;
margin-top: 5px;
font-size:12px;
text-align: center
}

.menu a{
color: white;
}

/*Lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }