/* portfolio page */
.portfoliotable img {border: 0;}

#lightbox{	position: absolute;	top: 40px; 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; }

.portfoliotable p {color: #fff; font-family: Arial, Helvetica, sans-serif; margin: 5px; padding: 0; font-size: 12px;}
#imgtable {width: 545px;}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
#scrollbar1 {
	border-left: 0px solid #40505A;
	border-bottom: 0px solid #40505A;
	border-top: 0px solid #40505A;
	width: 180;
	height: 240;
	overflow: auto;
	padding-top: 0px;
	}

#scrollbar1 ul {
	width: 200px;
	margin: 0;
	padding: 0;
	}
	
#scrollbar1 li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	}

.hbox1 {
	padding: 0px;
	border: 0px solid #fff;
	}
/* portfolio page */

/* Menu Style */
.buttonscontainer { width: 190px; }

.buttons a
{
	color: #ffffff;
	background-color: #333333;
	padding: 2px;
	padding-left: 6px;
	display: block;
	border-left: 1px solid #262626;
	font: 11px verdana, helvetica, sans-serifs;
	font-weight: regular;
	text-decoration: none;
	text-align: left;
	margin-top: 3px;
	text-transform: inherit;
}

.buttons a:hover
{
	border-left: 5px solid #40505A;
	text-decoration: none;
	font: 11px verdana, helvetica, sans-serifs;
	color: #fff;
	background-color: #666666;
	
/*menu end*/



}


.majorhead {
	font-family: georgia, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #555555
}

.minorhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

/* SUB MENU STYLE*/ 
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.submenu a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.submenu a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.submenu a:hover {
	color: #399EC7;
	text-decoration: underline;
	font-weight: bold;
}
.submenu a:active {
	color: #000000;
	text-decoration: none;
}
/* SUB MENU STYLE*/ 

/* FORM STYLE*/ 

.form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: inherit;
}

label
{
width: 4em;
float: left;
text-align: left;
margin: 0px 0px 0px 0px;
clear: both
}

.input-box
{
	float: right;
	margin-bottom: 5px;
	color: #000000;
	background: #eeeeee;
	border: #000000 solid 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10;
}


/* FORM STYLE*/ 

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	color: #BCBCBC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	color: #dadada;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #dadada;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #dadada;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #dadada;
}


b {

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;

}

i {

	font-style: italics;

}

A {

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6A8389;

}

A:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #6A8389;

}

