/* neither nor 2 */

/* fix for browser jumping scrollbar issue */
/*html { 
    height: 100%; 
    margin: 0px;
	 padding: 0px; 
}*/

body {
	margin: 0px;
	text-align: left;
	padding: 0px;
	border: 0px;
	background: url("../tech/tech-bg.jpg") top left transparent scroll;
	font: normal ,9em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;	
	color: #fff;
}

#wrapper {
	width: 800px;
	height: auto;
	margin-left: 20px;
	border: 0px solid black;
}

/*header -------------------------------------------------------------------------------------------------*/

#headers {
	margin: 0px;
	color: #000;
	background: transparent url(../tech/tech-header-test.jpg) no-repeat top left;
	width: 811px;
	height: 236px;
	border: 0px solid #E33A35;
}

.style-wrapper {
	font-size: .8em;
	font-weight: bold;
	color: #fff;
	margin: 34px 5px 0px 300px;
	position: absolute;
	padding: 2px;
}


h3 {
	display: inline;
	font-size: .7em;
	padding-right: 5px;
	text-decoration: overline;
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 	font-weight: bolder;
}

a.style-links { 
	color: #50c2ee; 
	background-color: transparent;
 	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em; 
	font-weight: 800;  
	text-decoration: none; 
	padding: 3px 3px;   
}

a.style-links:hover {
	color: #fff; 
	background-color: #00adef;
	font-size: .8em; 
	font-weight: 800;
	text-decoration: none;
	padding: 2px 2px;
	border: 1px solid #000;
}

/* footer ---------------------------------------------------------------------------------------------- */

#footers {
	color: #000;
	background: transparent url(../tech/tech-footer.jpg) no-repeat top left;
	width: 810px;
	height: 137px;
}

.footer-wrapper {
	font-size: 1em;
	font-weight: bold;
	margin: 48px 0px 0px 130px;
	position: absolute;
	padding: 2px;
}

a.footer-links { 
	color: #fff; 
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-size: .7em; 
	font-weight: 800;  
	text-decoration: none; 
	padding: 3px 3px;   
	z-index: 100;
}

a.footer-links:hover {
	color: #000; 
	background-color: #00adef;
	font-size: .7em; 
	font-weight: 800;
	text-decoration: none;
	padding: 2px 2px;
	border: 1px solid black;
	z-index: 100;
}

/* home ------------------------------------------------------------------------------------------------- */
/* body --------------------------------------------------------------------------------------------------*/
#body-wrapper {
	width:800px;
	padding:0px;
	margin: 0px auto;
	background-color: transparent;
	text-align:left;
	font-family: trebuchet ms, miriam transparent, sans serif;
}
		
#left-body {
	width:0px;
	padding:0px;
	float:left;
	background: transparent;
	border: 0px solid black;
	display: none;
}
	
#center-body {
	width:245px;
	padding:10px;
	float:left;
	background: transparent;
	border: 0px solid black;
}
	
#right-body {
	width:515px;
	padding:10px;
	float:left;
	background: transparent;
	border: 0px solid black;
}

.plain-content {
	padding: 0px 20px;
	font-size: .8em;
}

.home-links div {
	padding: 0 3px 0 3px;
}
	
/* Special box Thanks to Ryan Thrash: http://vertexworks.com --------------------------------------------*/		
/* Show only to IE PC \*/

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 20px 0 0 ;
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../tech/body-right.gif) no-repeat bottom right;
	font-size: 100%;
}
.box-head {
	background: url(../tech/head-right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.box-head h2 {
	background: url(../tech/head-left.gif) no-repeat top left;
	margin: 0;
	padding: 20px 30px 5px;
	color: white; 
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 1em;
}

.box-body {
	background: url(../tech/body-left.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.scaling-box {
	/*margin: 0 25%; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(../tech/body-right.gif) no-repeat bottom right;
	font-size: 100%;
	height: 100%;
}

	
/* navagation --------------------------------------------------------------------------------------------*/


#nav-wrapper {
	font-size: .6em;
	text-align: left;
	background-color: transparent;
	width: auto;
	height: 26px;
	margin: 0px 0px 0px 4px;
}

#nav, #nav ul { /* all lists */
	padding: 1px 0px;
	margin: 0px;
	list-style: none;
	/*add to make span whole width*/
	width: 805px;
	height: 24px;
}

#nav a {
	width: 105px;
	w\idth : 105px; /* hack */
	display : block;
	color : #000;
	font-weight : bold;
	text-decoration : none;
	padding : 0px .5em;
	height: 24px;
	background-image: url(../tech/tab-button.jpg);
		
}

#nav a:hover {
	width: 103px;
	w\idth : 103px; /* hack */
	background-color: transparent;
	background-image: url(../tech/tab-button-over.jpg);
	color: #fff;
}

#nav li { /* all list items */
	float: left;
	/*also effects general size - indvidual li sizes*/
	width: 114px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	/*also effects general size individual rollover li sizes*/
	width: 114px;
	left: -999em;
	color: #fff;
	background-color: transparent; 
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* navagation */


.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}


/* pages ---------------------------------------------------------------------------------------------- */
/* print ---------------------------------------------------------------------------------------------- */
/* body --------------------------------------------------------------------------------------------------*/

#body-wrapper-print {
	width:800px;
	padding:0px;
	margin: 0px auto;
	background-color: transparent;
	text-align:left;
	font-family: trebuchet ms, miriam transparent, sans serif;
}
		
#left-body-print {
	width:0px;
	padding:0px;
	float:left;
	background:transparent;
	border: 0px solid black;
	display: none;
}
	
#center-body-print {
	width:348px;
	padding:5px;
	float:left;
	background:transparent;
	border: 0px solid black;
}
	
#right-body-print {
	width:420px;
	padding:5px;
	float:right;
	background:transparent;
	border: 0px solid black;
}

.plain-content-print {
	padding: 0px 20px;
	font-size: .8em;
}
.menu {
font-family: verdana, sans-serif; 
position:relative; 
z-index:100;
width:360px;
margin:0px auto;
height:240px;
background:transparent;;
border-top:0px solid #000;
/*background-image: url(../images/print/print-default.jpg);*/ 
}

.logos {
	padding: 12px;
	text-align: center;
}

.logo-remarks {
	background-color: transparent;
	color: #fff;
	padding: 0 0 0 20px;
	font-weight: bold;
	width: 200px;
}

/* end print ---------------------------------------------------------------------------------------------- */

/* abstract body --------------------------------------------------------------------------------------------------*/

#body-wrapper-abstract {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	background-color: transparent;
	text-align:left;
	font-family: trebuchet ms, miriam transparent, sans serif;

}
		
#left-body-abstract {
	width:0px;
	padding:0px;
	float:left;
	background:transparent;
	border: 0px solid black;
	display: none;
}
	
#center-body-abstract {
	width:240px;
	padding-bottom:5px;
	float:left;
	background:transparent;
	border: 0px solid black;
}
	
#right-body-abstract {
	width:560px;
	padding:5px;
	margin: 0px -10px 0px 0px;
	float:right;
	background:transparent;
	border: 0px solid black;
}

.plain-content-abstract {
	padding: 0px 20px;
	font-size: .8em;
}

.menu-abstract {
	font-family: verdana, sans-serif; 
	position:relative; 
	z-index:100;
	width:500px;
	margin:0px auto;
	height:140px;
	background:transparent;
	border-top:0px solid #000;
	/*background-image: url(../images/print/print-default.jpg);*/ 
}
.menu-college {
	font-family: verdana, sans-serif; 
	position:relative; 
	z-index:100;
	width:180px;
	margin:0px auto;
	height:180px;
	background:transparent;
	border-top:0px solid #000;
	/*background-image: url(../images/print/print-default.jpg);*/ 
}

.logos {
	padding: 12px;
	text-align: center;
}

.logo-remarks {
	background-color: transparent;
	color: #fff;
	padding: 0 0 0 20px;
	font-weight: bold;
	width: 200px;
}

/* media body --------------------------------------------------------------------------------------------------*/

#body-wrapper-media {
	width:800px;
	margin: 0px auto;
	padding:0px;
	background-color: transparent;
	text-align:left;
	font-family: trebuchet ms, miriam transparent, sans serif;
}
		
#left-body-media {
	width:0px;
	padding:0px;
	float:left;
	background: transparent;
	border: 0px solid black;
	display: none;
}
	
#center-body-media {
	width:370px;
	padding:5px 15px;
	float:left;
	background: transparent;
	border: 0px solid black;
}
	
#right-body-media {
	width:370px;
	padding:5px 15px;
	float:left;
	background: transparent;
	border: 0px solid black;
}

.plain-content-media {
	padding: 0px 20px;
	font-size: .8em;
}

.secret-media {
	padding: 10px;
	cursor: pointer;
}

.menu-video {
width:200px;
margin:0px auto;
height:90px;
/*background-image: url(../images/movies/media-video.jpg); */
}

.menu-animation {
width:200px;
margin:0px auto;
height:150px;
/*background-image: url(../images/movies/media-animation.jpg); */
}

/* media links --------------------------------------------------------------------------------------------------*/
.media {
	width: 300px;
	margin: 0px auto;
	height: auto;
}

html>body .media {
	margin: 0px -40px;
}

.media div {
	border:1px solid black;
	width: 50px;
	height: 50px;
	float: left;
	margin: 8px;
}

.media p {
	font-weight: bold;
	font-size: .6em;
	padding-left: 3px;
}

/* individual movies --------------------------------------------------------------------------------------------------*/
.movies {
 background-color: transparent;
 overflow: hidden;
 text-align: center;
 margin-top: 8%;
}

.plain-content-movies {
	width: 330px;
	text-align: left;
	margin:0px auto;
}

/* sites ---------------------------------------------------------------------------------------------- */
/* body --------------------------------------------------------------------------------------------------*/

#body-wrapper-sites {
	width:800px;
	margin:0px auto;
	padding:0px;
	background-color: transparent;
	text-align:left;
	font-family: trebuchet ms, miriam transparent, sans serif;
}
		
#left-body-sites {
	width:0px;
	padding:0px;
	float:left;
	background: transparent;
	border: 0px solid black;
	display: none;
}
	
#center-body-sites {
	width:300px;
	padding:5px;
	float:left;
	background: transparent;
	border: 0px solid black;
}
	
#right-body-sites {
	width:480px;
	padding:5px;
	float:right;
	background:transparent;
	border: 0px solid black;
}

.plain-content-sites {
	padding: 0px 20px;
	font-size: .8em;
}

.sites-small {
	width: 230px;
	margin: 0px auto;
	height: 90px;
}

.sites-small div {
	border:1px solid black;
	width: 50px;
	height: 50px;
	float: left;
	margin: 8px;
}

.sites-small p {
	font-weight: bold;
	font-size: .6em;
	padding-left: 3px;
}

.sites {
	width: 420px;
	margin: 0px auto;
	height: 230px;
}


.sites div {
	border:1px solid black;
	width: 50px;
	height: 50px;
	float: left;
	margin: 8px;
}

.sites p {
	font-weight: bold;
	font-size: .6em;
	padding-left: 3px;
}
/* end site ---------------------------------------------------------------------------------------------- */

/* musings ---------------------------------------------------------------------------------------------- */


.plain-content-musings {
	padding: 0px 20px;
	font-size: .8em;
}

.musings {
	
}
/* end musings ---------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: .6em;
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 	font-weight: normal;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* end thickbox --------------------------------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}



/* movie rollovers --------------------------------------------------------------------------------------------------*/
.morph a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-morph.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.morph a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-morph-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.sogno a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-sogno.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.sogno a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-sogno-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.funny-games a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-funny-games.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.funny-games a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-funny-games-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.essay a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-essay.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.essay a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-essay-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}
/* animation rollovers --------------------------------------------------------------------------------------------------*/
.shanty a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-shanty.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.shanty a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-shanty-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.spider a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-spider.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.spider a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-spider-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.tech-tv a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-techtv.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.tech-tv a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-techtv-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.nn-logo a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-nn-logo.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.nn-logo a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-nn-logo-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.eleven a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-11.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.eleven a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-11-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.elysian-fields a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-elysian-fields.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.elysian-fields a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-elysian-fields-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.wraith a {
	display:block;
	width: 50px;
	height: 50px;
	background-color: Black;
	text-decoration: none;
}
.wraith a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-wraith-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.white-email a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-white-email.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.white-email a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-white-email-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.six-studios a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-6-studios.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.six-studios a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/movies/media-6-studios-ro.jpg) 0 0 no-repeat;
	text-decoration: none;
}




/* site rollovers --------------------------------------------------------------------------------------------------*/
.ca-tenants a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/ca-tenants.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.ca-tenants a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/ca-tenants.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.culinary a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/culinary.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.culinary a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/culinary.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.dreamflash a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/dreamstreet.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.dreamflash a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/dreamstreet.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.festivus a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/gift-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.festivus a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/gift-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.guidobot a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/guido-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.guidobot a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/guido-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.holt a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/holt-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.holt a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/holt-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.metros a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/metros.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.metros a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/metros.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}

.monserate a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/monserate-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.monserate a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/monserate-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}

.ophelia a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/ophelia-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.ophelia a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/ophelia-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.q-sauce a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/q-sauce-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.q-sauce a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/q-sauce-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.sky a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/sky-sentry-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.sky a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/sky-sentry-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.trinn a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/trinn-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.trinn a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/trinn-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.ws a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/ws-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.ws a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/ws-over.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.yellow a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/yellow.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.yellow a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/yellow.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.zen-trinn a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/zen-trinn.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.zen-trinn a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/zen-trinn.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
.zen-ws a {
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/zen-ws.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid black;
}
.zen-ws a:hover { 
	display:block;
	width: 50px;
	height: 50px;
	background: url(../images/sites/zen-ws.jpg) 0 0 no-repeat;
	text-decoration: none;
	border: 2px solid #fff;
}
