html{
background: url(/V2/IMAGES/template/wallpaper.gif) 
repeat;
}

a img {border: none; } 

a.about { 
     display: block; 
     width: 103px; /* width of reactive image */
     height: 43px; /* height of reactive image */
     background-image: url(/V2/IMAGES/template/TABS/about_off.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.about:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/V2/IMAGES/template/TABS/about_r.png); /* source for target image */
     } 
	 
a.design { 
     display: block; 
     width: 103px; /* width of reactive image */
     height: 43px; /* height of reactive image */
     background-image: url(/V2/IMAGES/template/TABS/design_off.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.design:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/V2/IMAGES/template/TABS/design_r.png); /* source for target image */
     } 

a.campaigns { 
     display: block; 
     width: 103px; /* width of reactive image */
     height: 43px; /* height of reactive image */
     background-image: url(/V2/IMAGES/template/TABS/campaigns_off.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.campaigns:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/V2/IMAGES/template/TABS/campaigns_r.png); /* source for target image */
     } 
	 
a.artwork { 
     display: block; 
     width: 103px; /* width of reactive image */
     height: 43px; /* height of reactive image */
     background-image: url(/V2/IMAGES/template/TABS/artwork_off.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.artwork:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/V2/IMAGES/template/TABS/artwork_r.png); /* source for target image */
     } 
	 
a.writing { 
     display: block; 
     width: 103px; /* width of reactive image */
     height: 43px; /* height of reactive image */
     background-image: url(/V2/IMAGES/template/TABS/writing_off.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.writing:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/V2/IMAGES/template/TABS/writing_r.png); /* source for target image */
     } 
	 
a.press { 
     display: block; 
     width: 103px; /* width of reactive image */
     height: 43px; /* height of reactive image */
     background-image: url(/V2/IMAGES/template/TABS/press_off.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.press:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/V2/IMAGES/template/TABS/press_r.png); /* source for target image */
     } 
	 
a.contact { 
     display: block; 
     width: 103px; /* width of reactive image */
     height: 43px; /* height of reactive image */
     background-image: url(/V2/IMAGES/template/TABS/contact_off.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.contact:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/V2/IMAGES/template/TABS/contact_r.png); /* source for target image */
     } 
	 
a.shell { 
     display: block; 
     width: 209px; /* width of reactive image */
     height: 200px; /* height of reactive image */
     background-image: url(/V2/IMAGES/template/shell_off.png); /* source for start image */
     background-repeat: no-repeat;
	 padding-top:14px;
	 padding-left:11px;
	 float: left;
	 margin: 0px;
     }
	 
a.shell:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/V2/IMAGES/template/shell_r.png); /* source for target image */
	 }
	 
a.shell ul{
align: left;
padding-top:10px;
padding-left:0px;
list-style: none;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: optima, sans-serif;
font-size: 4px;
link-decoration: none;
border: none;
}
    

#menu {
align: top-left;
margin: 0;
width: 0;
padding-left:0px;
}

#menu ul{
align: left;
padding-top:0px;
padding-left:0px;
list-style: none;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: optima, sans-serif;
font-size: 4px;
link-decoration: none;
border: none;
}


#menu li {
margin: 0;
padding-left:105px;
padding: 0;

}

#menu li a {
display: block;
margin: 0;
padding: 0;
text-decoration: none;
text-transform: uppercase;
font-family: optima, sans-serif;
font-size: 10px;
color: #F35EAB;
}

#menu li a:hover {
color: #F03998;
}

#something {
position: absolute;
top:100px;
left:200px;
}

#content {
position: absolute;
top:100px;
left:145px;
text-decoration: none;
text-transform: uppercase;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: #807E7E;
margin: 0px;
padding: 0;
}

#content img {
display: block;
border-width: 0px;
}


#content a:hover { 
color: #ccf;
} 

body {
	margin:0;
	padding:0;}

#header {
height: 130px;
background: url(/V2/IMAGES/template/header.png) no-repeat;
margin: 0;
padding: 0;
width: 100%;
}

#header img {
border-width: 0;
margin: 0;
padding: 0;
}

#header a {
margin: 0;
padding: 0;
}

#title {
text-decoration: bold;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: #807E7E;
margin: 0;
padding: 0;
}

#grr {
text-decoration: none;
text-transform:lowercase;
font-family: arial, helvetica, bold, sans-serif;
font-size: 19px;
color: #807E7E;
padding-left: 10;
margin: 0;
	}
	
#grr a {
  color:#666;
  text-decoration:none;
}

#grr2 {
text-decoration: none;
text-transform:lowercase;
font-family: arial, helvetica, bold, sans-serif;
font-size: 10px;
color: #807E7E;
padding-left: 10;
	}

#footer {
background: url(images/template/foot.gif) center no-repeat;
margin:0;
padding:0;
text-align: left;
text-decoration: none;
text-transform: none;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: #807E7E;
width: 100%;
clear: both;

}

#footer p {
padding-top:30;
margin: 0px;
}









#lightbox{
	position: absolute;
	top: 40px;
	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/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;
	}
	

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#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;
	}


	
.thumbnail img {
	margin: 5px 10px;
	border: 2px solid #AEBBCE;
	border-bottom: 8px solid #AEBBCE;
	float: left;
	}
	

.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 */
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
