
/* define background image for the expose mask */
#mask {
background-color:#999999;
	
}

/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
div.navi {
	background-image:url(../images/arrowsLarge.jpg);
	width:48px;
	height:77px;
	float:left;
	margin-top:82px;
}

div.nextPage{
position:relative;
left:270px;
}

div.Logo{
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
width:318px;
height:64px;

}



div.copyRight{
position:absolute;
top:710px;
left:8px;
color:#ff0000;
font-weight:bold;
font-size:12px;



}


div.aboutPic{
position:absolute;
left:15px;
top:15px;
width:186px;
height:468px;
background-image:url(../images/about.jpg);
}

div.pressPic{
position:absolute;
left:15px;
top:15px;
width:186px;
height:468px;
background-image:url(../images/press.jpg);
}

div.clientsPic{
position:absolute;
left:15px;
top:15px;
width:186px;
height:468px;
background-image:url(../images/clients.jpg);
}


div.pageText{
position:absolute;
left:216px;
top:30px;
width:750px;
height:432px;
color:#0000ff;
font-size:13px;

}

h1{
color:#ff0000;
font-size:22px;
font-weight:100;
}


div.navi:hover  		{ background-position:-48px 0; }
div.navi:active  		{ background-position:-98px 0; }
div.nextPage 			{ background-position: 0 -77px; clear:right; }
div.nextPage:hover 		{ background-position:-48px -77px; }
div.nextPage:active 	{ background-position:-48px -77px; } 


div.navi.disabled {
	visibility:hidden;		
}


div.menuLinksBar{
height:100px;
width:100%;
background-color:#0000ff;
position:absolute;
left:0px;
top:500px;
z-index:-10;

}
div.menuNaviBar{
height:100px;
width:100%;
background-color:#ffffff;

position:absolute;
left:0px;
top:600px;
z-index:-10;

}

div.opaqueBarTop{
position:absolute;
left:0px;
top:400px;
height:100px;
width:100%;
background-color:#ffffff;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}

div.opaqueBarBottom{
position:absolute;
left:0px;
top:700px;
height:100px;
width:100%;
background-color:#ffffff;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}

div.greyTopBar{
position:absolute;
left:0px;
top:0px;
height:500px;
width:100%;
background-color:#ffffff;
z-index:-2;
}

div.blackTopBar{
position:absolute;
left:0px;
top:100px;
height:200px;
width:100%;
background-color:#ffffff;
z-index:-1;
}

div.contactform{
position:absolute;
left:50px;
top:310px;
height:200px;
width:500px;
z-index:-1;
color:#0000ff;
font-size:12px;
}

div.textArea{
position:absolute;
left:350px;
top:0px;
height:260px;

}
.form-field{
color:#0000ff;
background-color:#ffffff;
width:250px;
height:20px;
border:1px solid #ff0000;

}
.message{
color:#0000ff;
background-color:#ffffff;
width:250px;
height:128px;
border:1px solid #ff0000;

}

div.submitButton{
position:absolute;
left:543px;
top:155px;
}

div.submitButtonLogin{
position:relative;
left:-17px;
top:3px;



}

.form-fieldLogin{
color:#0000ff;
background-color:#ffffff;
width:250px;
height:20px;
border:1px solid #ff0000;

}

div.contactInfo{
position:absolute;
top:25px;
left:50px;
width:900px;
color:#0000ff;
font-size:16px;
line-height:25px;
}

div.contactDetails{
position:absolute;
top:112px;
left:50px;
width:600px;
color:#0000ff;
font-size:13px;
line-height:21px;
}

div.loginform{
background-color:#ffffff;
color:#0000FF;
width:376px;
height:111px;
position:absolute;
top:250px;
position:relative;
left:0px;
border:solid;
border-width:1px;
border-color:#ff0000;
font-size:14px;
line-height:10px;
}




A.emailLink:link {color:#ff0000; text-decoration: none}
A.emailLink:visited {color:#ff0000; text-decoration: none}
A.emailLink:active {color:#ff0000; text-decoration: none}
A.emailLink:hover {color:#0000ff; text-decoration: none; }

A:link {color:#ffffff; text-decoration: none}
A:visited {color:#ffffff; text-decoration: none}
A:active {color:#ffffff; text-decoration: none}
A:hover {color:#ff0000; text-decoration: none; }

/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	top:-30px;
	overflow:hidden;	 	
	float:left;	
	width: 100%;	
	height:530px;
	background-color:#000000;
}

#thumbnails div.items div {
	padding:0px;
	float:left;		
}


/* box styling */
#box {
	background-image:url(../img/white.jpg);
	width:467px;
	height:700px;
	position:absolute;
	display:none;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#box div.close {
	background:none;
	position:absolute;
	left:8px;
	top:8px;
	cursor:pointer;
	
	height:35px;
	width:35px;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:10px;
	width:467px;
	height:700px;	
}

/* single image */
#images div.items div {
	float:left;
	width:467px;
	height:700px;
	margin-right:0px;
}

/* the tooltip */
#images div.items div.info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-137px;
	padding:5px 75px;
	height:125px;
	display:none;
	width:490px;
}

#images div.items div.info h3 {
	color:#cde;
	margin-top:10px;
}
	

/* override button style on the overlay */
#box div.navi {
	position:absolute;
	bottom:33px;
	left:50px;
}

#box div.nextPage {
	left:580px;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


body {
margin:0 0 0 0;
background-color:#0000ff;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

a img { border-style:none; }  




.flipmenu {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    position: relative;
	display:inline;
    padding: 15px;
	
}



.flipmenu_box {
   overflow: hidden;
   position: relative;
   padding: 0px;
   margin: 0px;
   float:left;

	
}

.flipmenu_link,
.flipmenu_link_over,
.flipmenu_link_active {
    text-decoration: none;

    color: #CCCCCC;
    cursor: pointer;
    white-space: pre;
    position: absolute;

}

.flipmenu_link {
    top: 0px;
    left: 0px;
	
}

.flipmenu_link_over, 
.flipmenu_link_active {
    color: #a4b5bc;
	
}

#Links {
position:absolute;
top:570px;
left:10px;
  margin : 0px auto;
 width : 100%;
}

