/* CitiTech CSS Document */


/* overall links setup */
a:link { color: #000; text-decoration: none }
a:visited { color: #000; text-decoration: none }
a:hover { color: #000; text-decoration: underline;}

/* overall links setup */
a.body:link { color: #bd2929; text-decoration: none }
a.body:visited { color: #bd2929; text-decoration: none }
a.body:hover { color: #d50f0f; text-decoration: underline;}

/*--------------
Nav Main
================*/
.nav-main{
	width: 568px;
	height:146px;
	background-image:url(ima/nav-sprite.jpg);
}

.nav-main a{
	display:block;
	margin:0;
	padding:0;
	border:none;
	background-image:url(ima/nav-sprite.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	text-decoration:none;	
}
.nav-main a:hover, .nav-main a:active, .nav-main a:visited{
	border:none;
	text-decoration:none;
}


#nav-home{width:190px;height:56px;float:left;background-position:0 0;}
#nav-home:hover,#nav-home.hover{width:190px;height:56px;background-position:0 -146px;}
        
#nav-about{width:188px;height:56px;float:left;background-position:-190px 0;}
#nav-about:hover,#nav-about.hover{background-position:-190px -146px;}
        
#nav-contact{width:190px;height:56px;float:left;background-position:-378px 0;}
#nav-contact:hover,#nav-contact.hover{background-position:-378px -146px;}


#nav-films{width:190px;height:90px;float:left;background-position:0 -56px;}
#nav-films:hover,#nav-films.hover{background-position:0 -202px;}
        
#nav-commercials{width:188px;height:90px;float:left;background-position:-190px -56px;}
#nav-commercials:hover,#nav-commercials.hover{background-position:-190px -202px;}
        
#nav-preproduction{width:190px;height:90px;float:left;background-position:-378px -56px;}
#nav-preproduction:hover,#nav-preproduction.hover{background-position:-378px -202px;}
        
        


body.page-home #nav-home{
	background-position:0 -146px;
}

body.page-about #nav-about{
	background-position:-190px -146px;
}

body.page-contact #nav-contact{
	background-position:-378px -146px;
}

body.page-films #nav-films{
	background-position:0 -202px;
}

body.page-commercials #nav-commercials{
	background-position:-190px -202px;
} 

body.page-preproduction #nav-preproduction{
	background-position:-378px -202px;
} 



/* main body area & all content format  - on wht */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8.5pt; 
	color: #000; 
	background: url(bg.jpg) repeat-x #000000;
}

.bg-main{
	background: url(ima/bg_core_area.jpg) no-repeat #962e34;
}

/* all headers */

.TtBlue { 
	color: #2b417c 
	}
	
.TtGold { 
	color: #d2aa41 
	}

.TtWht { 
	color: #fff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	}

.TtRed {
	color: #bd2929
	}

.Tt777777 {
	color: #777777
	}



.AreaHeaer {
	font-size: 13pt; 
	}

.BigAreaHeader15 {
	font-size: 15pt; 
	}
	
.BigAreaHeader17 {
	font-size: 17pt; 
	}
	
.BigAreaHeader19 {
	font-size: 19pt; 
	}
	
.ColourSupport01 {
	color:#6a3232
	}
	
.ColourSupport02 {
	color:#1f5e82
	}

.ColourSupport03 {
	color:#399a39
	}
	

/* Footer */

.footer {
	line-height:18px;
	font-size: 8pt;
	color:#b3b3b3;
	}

a.footer:link {
	text-decoration: none;
	color:#b3b3b3;
	}

a.footer:visited {
	color:#b3b3b3;
	}

a.footer:hover {
	text-decoration: none;
	color:#fff;
	}

	
	
h1,h2 { 
	font-size: 14pt; 
	color: #000; 
	}

/*################## Core Menu info ################## */

.CoreMenu {
	float:left;
	height: 24px;
	width: 130px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2;
	text-transform: uppercase; 
	background-image:url(img/navbar/core_up.gif);
	color: #2b417c;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

a.CoreMenu:link { text-decoration: none; color: #2b417c;}
a.CoreMenu:visited { text-decoration: none; color: #2b417c;}
a.CoreMenu:hover { text-decoration: none; color: #fff; background-image:url(img/navbar/core_over.gif);}

.CoreMenuBorder  { border-right: solid #b9becd 1px;}



/* Top Menu info */

.TopMenu {
	float:right;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1;
	text-transform: uppercase; 
	color: #bd2929;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px;
	display: block;
}

a.TopMenu:link { text-decoration: none; color: #bd2929}
a.TopMenu:visited { text-decoration: none; color: #bd2929 }
a.TopMenu:hover { text-decoration: none; color:#000;}








/* Sub Menu info */

.SubMenu {
	width: 193px;
	
	text-align:left;
	color: #2b417c;
	
	border-left: solid #546e9a 1px;
	border-bottom: solid #546e9a 1px;
	border-right: solid #546e9a 1px;
	
	background-color: #c5cedd;
	
	padding: 12px 0px 12px 8px;
	margin: 0px ;
	display: block;
}

a.SubMenu:link { color: #384672; text-decoration: none; }
a.SubMenu:visited { color: #384672; text-decoration: none; }
a.SubMenu:hover { color: #000; text-decoration: none; background-color: #e2e6ee;}





/*##################  Lightbox code ################## */

#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(films/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(films/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(films/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
	

.quote{
	font-family: 'Trajan Pro', 'Cambria', 'Baskerville', 'Times New Roman', Times, serif;
	text-align:center;
	padding-top:20px;
	font-size: 13pt;
	line-height: 16pt;
	letter-spacing: .125em;
	font-weight: normal;
	text-transform: uppercase;
}

.source{
	font-family: Baskerville, 'Times New Roman', Times, serif;
	text-align:center;
	color:#bd2929;

}