/* neonnext.com main elements - 2008 -- style.css */
body { 
	background-color: #000; 
	font-family: Arial Veranda, sans serif; 
	font-size: 14pt;
	color: #838383;
	}
body img {
	border: none;
	}
#logo {
	text-align: center;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	}
#bodycontainer {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
#bottomcontainer {
	width: 700px;  
	height: auto; 
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
#menucontainer {
	width: 700px; 
	height: 31px; 
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12pt;
	}
	a#mywork, a#mywork:link, a#mywork:visited { 
	display: block;
	background: url(i/mywork0.jpg) bottom center no-repeat;
	width: 155px;
	height: 31px;
	margin-left: 0;
	padding-left: 50px;
	}
	a#mywork:hover { 
	background: transparent url(i/mywork0.jpg) top center no-repeat;
	text-decoration: none;
	}
	h1 {
	float: right;
	width: 300px;
	height: 31px; 
	margin: -5px 10px 0 160px ;
	letter-spacing: 5px;
	text-align: center;
	font-size: 24pt;
	}
	a#mystudio, a#mystudio:link, a#mystudio:visited { 
	float: right;
	display: block;
	background: transparent url(i/mystudio0.jpg) bottom center no-repeat;
	width: 180px;
	height: 31px;
	}
	a#mystudio:hover { 
	background: transparent url(i/mystudio0.jpg) top center no-repeat;
	text-decoration: none;
	}
p { 
	margin-top: 50px;
	letter-spacing: 2px;
	line-height: 25px;
	font-family: Arial Veranda, sans serif; 
	font-size: 12pt;
	color: #838383;
	}
a:link, a:visited, a:active {
	background-color: #000;
	text-decoration: none; 
	color: #111;
	}
a:hover {
	background-color: #000;
	text-decoration: none; 
	color: #444;
	}
#thumb_container {
	height: 120px;
	}
	.thumbnail {
	position: relative;
	z-index: 0;
	}
	.thumbnail img {
	margin: 15px 10px 0 0;
	padding: 3px;
	border: 1px solid #333;
	}
  
	.thumbnail:hover {
	background-color: #000;
	z-index: 2;
	}
	.thumbnail span { /*CSS for enlarged image --#333*/
	position: absolute;
	background-color: #000;
	visibility: hidden;
	text-decoration: none;
	}
	.thumbnail span img { /*CSS for enlarged image*/
	margin: auto;
	padding: 2px;
	}
	.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -40px;
	left: -40px; /*position where enlarged image should offset horizontally */	
	background-color: #000;
	}

