/* choose a suitable font and center the #container div in Internet Explorer */

body {
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   background-color: black;
   color: white;
   }
   
	a:link {
	visibility: visible;
	color: white;
	text-decoration	 underline:;
}

	a:visited {
	color: white;
	text-decoration  underline:;
}

	a:hover {
	color: #cd0000;
	text-decoration  underline:;
}  

/* Menu Hover links */

#hover_home {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/home.jpg") no-repeat 0 0;

}

#hover_home:hover { 
  background-position: 0 -34px;
}
   
#hover_home span
{
  display: none;
}



#hover_gallery {
  display: block;
  width: 200px;
  height: 34px;
  background: url("images/interface/gallery.jpg") no-repeat 0 0;

}

#hover_gallery:hover { 
  background-position: 0 -34px;
}
   
#hover_gallery span
{
  display: none;
}




#hover_projects {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/projects.jpg") no-repeat 0 0;

}

#hover_projects:hover { 
  background-position: 0 -34px;
}
   
#hover_projects span
{
  display: none;
}


#hover_credits {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/credits.jpg") no-repeat 0 0;

}

#hover_credits:hover { 
  background-position: 0 -34px;
}
   
#hover_credits span
{
  display: none;
}


#hover_showreel {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/showreel.jpg") no-repeat 0 0;

}

#hover_showreel:hover { 
  background-position: 0 -34px;
}
   
#hover_showreel span
{
  display: none;
}

#hover_contact {
  display: block;
  width: 151px;
  height: 34px;
  background: url("images/interface/contact.jpg") no-repeat 0 0;

}

#hover_contact:hover { 
  background-position: 0 -34px;
}
   
#hover_contact span
{
  display: none;
}


 
 
/* End Menu Hover links */  


/* Home Page Menu */  

li	 {
    list-style:none;
}

#nav_gallery {
  display: block;
  width: 300px;
  height: 67px;
  background: url("images/interface/gallery_l.jpg") no-repeat 0 0;
}


#nav_gallery:hover { 
  background-position: 0 -67px;
}

#nav_gallery span
{
  display: none;
}


#nav_projects {
  display: block;
  width: 300px;
  height: 67px;
  background: url("images/interface/projects_l.jpg") no-repeat 0 0;
}


#nav_projects:hover { 
  background-position: 0 -67px;
}

#nav_projects span
{
  display: none;
}



#nav_credits {
  display: block;
  width: 300px;
  height: 67px;
  background: url("images/interface/credits_l.jpg") no-repeat 0 0;
}


#nav_credits:hover { 
  background-position: 0 -67px;
}

#nav_credits span
{
  display: none;
}



#nav_showreel {
  display: block;
  width: 300px;
  height: 67px;
  background: url("images/interface/showreel_l.jpg") no-repeat 0 0;
}


#nav_showreel:hover { 
  background-position: 0 -67px;
}

#nav_showreel span
{
  display: none;
}



#nav_contact {
  display: block;
  width: 300px;
  height: 67px;
  background: url("images/interface/contact_l.jpg") no-repeat 0 0;
}


#nav_contact:hover { 
  background-position: 0 -67px;
}

#nav_contact span
{
  display: none;
}



/* End Home Page Menu */  

   
#scrolltext {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-top: 10px;
	height: 30px;
	font-size: 1.4em;
	text-transform: lowercase;
	margin-right: 50px;
	color: maroon;
	text-align: right;
}

#marco {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	background: #FFFFFF;
}

#contactpage {
	width: 750px;
	height: 530px;
	visibility: visible;
	left: 80px;
	top: 0px;
	position: relative;
	text-align: left;
	margin-right: 0px;
	padding: 0;
	background: black url(images/interface/contactpage.jpg) no-repeat;
}

#contacttext {
	border-left-width: 1px;
	width: 200px;
	padding-bottom: 12px;
	padding-top: 12px;
	color: #b7b7b7;
	border-color: #adadad;
	padding-left: 12px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	top: 42px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	position: relative;
	left: 450px;
}


#menu {
	background-color: black;
	display: block;
	height: 60px;
	position: fixed;
	z-index: 1;
	visibility: visible;
	left: 0px;
	top: 0px;
	text-align: left;
	margin-right: 0px;
	padding: 0;
}

#stillset {
	width: 600px;
	visibility: visible;
	left: 80px;
	top: 50px;
	position: relative;
	text-align: left;
	margin-right: 0px;
	padding: 0;
}

.imagestills {

	padding-bottom: 10px;

	padding-top: 10px;

	border-top-style: solid;

	border-top-color: #b3b3b3;

	border-top-width: 1px;

	border-bottom-color: #b3b3b3;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	margin-bottom: 10px;

	margin-top: 10px;

}