/* ***** all ***** */
body { 
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-3dlight-color:	#EFEFEF;
scrollbar-arrow-color: #EFEFEF;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #EFEFEF;
}
/* ***** main ***** */
.nav { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #FFFFFF;
font-weight: bold;
}
.nav li {
display: inline;
}
.nav a {
text-decoration: none;
color : #FFFFFF;
font-weight: bold;
}
.nav a:hover {
text-decoration: none;
color : #A3D2E8;
font-weight: bold;
}
.nav a:visited {
color: #FFFFFF;
font-weight: bold;
}
.nav a:active {
color: #FFFFFF;
font-weight: bold;
}

#login {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color: #C3C3C3;
font-weight: bold;
text-decoration: none;
}
#login a {
text-decoration: none;
color : #C3C3C3;
font-weight: bold;
}
#login a:hover {
text-decoration: none;
color : #C3C3C3;
font-weight: bold;
}
#login a:visited {
color: #C3C3C3;
font-weight: bold;
}
#login a:active {
color: #C3C3C3;
font-weight: bold;
}

/* ***** news ***** */
td.title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 24px;
color: #4F4F4F;
font-weight: bold;
border-top-style: solid;
border-bottom-style: solid;
border-width: 2px;
border-color: #FFFFFF;
}
td.date {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #4F4F4F;
font-weight: bold;
border-right-style: solid;
border-top-style: solid;
border-width: 2px;
border-color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
}
td.topic {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color: #4F4F4F;
font-weight: bold;
border-top-style: solid;
border-width: 2px;
border-color: #FFFFFF;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
}
a.slidelink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #4F4F4F;
font-weight: bold;
}
a.slidelink {
text-decoration: none;
color : #4F4F4F;
font-weight: bold;
}
a.slidelink:hover {
text-decoration: none;
color : #000000;
font-weight: bold;
}
a.slidelink:visited {
color: #4F4F4F;
font-weight: bold;
}
a.slidelink:active {
color: #FFFFFF;
font-weight: bold;
}

/* ***** support ***** */
td.topic2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color: #4F4F4F;
font-weight: bold;
border-bottom-style: solid;
border-width: 2px;
border-color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
}
td.logo {
border-right-style: solid;
border-bottom-style: solid;
border-width: 2px;
border-color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
}
td.company {
border-bottom-style: solid;
border-width: 2px;
border-color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
}
span.nam {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 16px;
color: #4F4F4F;
font-weight: bold;
}
span.adress {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight: bold;
color: #4F4F4F;
}
a.www {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color: #4F4F4F;
font-weight: bold;
text-decoration: none;
}
a.www:hover {
text-decoration: none;
color : #000000;
font-weight: bold;
}
a.www:visited {
color: #4F4F4F;
font-weight: bold;
}
a.www:active {
color: #FFFFFF;
font-weight: bold;
}

/* ***** gallery ***** */
td.thumb {
vertical-align: top;
background-color: #FFFFFF;
border-width: 1 3 3 1px;
border-style: solid;
border-color: #939393;
}
a.thumb {
background-color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color: #4F4F4F;
font-weight: bold;
}
a.thumb:hover {
text-decoration: none;
color: #000000;
}
a.thumb:visited {
color: #6F6F6F6F;
}
a.thumb:active {
color: #D0D0D0;
}
td.full {
vertical-align: top;
background-color: #FFFFFF;
border-width: 1 1 1 1px;
border-style: solid;
border-color: #939393;
}

/* LIGHTBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
/* LIGHTBOX/ */


/* ***** about ***** */
td.about1 {
padding-top: 5px;
padding-bottom: 5px;
border-top-style: solid;
border-bottom-style: solid;
border-width: 2px;
border-color: #FFFFFF;
}
td.about2 {
padding: 10px;
border-top-style: none;
border-bottom-style: solid;
border-width: 2px;
border-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #4F4F4F;
font-weight: bold;
text-align: justify;
}
td.about3 {
padding: 10px;
border-top-style: none;
border-bottom-style: solid;
border-width: 2px;
border-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #4F4F4F;
font-weight: bold;
}
.aboutlama {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 48px;
color: #4F4F4F;
font-weight: bold;
}
.aboutlocal {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 20px;
color: #4F4F4F;
font-weight: bold;
}
/* ***** about/ ***** */

/* ***** project ***** */
td.projecttitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #4F4F4F;
font-weight: bold;
border-top-style: solid;
border-bottom-style: solid;
border-width: 2px;
border-color: #FFFFFF;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
}
td.projectdate {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #4F4F4F;
font-weight: bold;
border-right-style: solid;
border-top-style: solid;
border-bottom: solid;
border-width: 2px;
border-color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
}
td.projecttopic {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #4F4F4F;
font-weight: bold;
border-width: 0px;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 15px;
text-align: justify;
text-indent: 70px;
line-height: 18px;
}
a.project {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color: #000000;
font-weight: bold;
text-decoration: none;
font-weight: bold;
}
a.project:hover {
text-decoration: none;
color : #4f4f4f;
font-weight: bold;
}
a.project:visited {
color: #4F4F4F;
font-weight: bold;
}
a.project:active {
color: #FFFFFF;
font-weight: bold;
}
/* ***** project/ ***** */