@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-color: #000;
}
#menuButton ul {
}
#wrapper {
	width: 900px;
	margin:auto;
}
#header {
	position:relative;
	background:url(../images/tattoo_02.jpg) no-repeat top left;
	height:359px;
}
#header #logo {
	width:600px;
	height:120px;
	padding-top:200px;
	padding-left:140px;
}
#menuNav {
	position:relative;
	height:48px;
	background-image: url(../images/tattoo_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightSide {
	background:url(../images/rightSideBG.jpg) no-repeat top left;
	margin-bottom:30px;
	width:360px;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-top: 80px;
}
#leftSide p {
	margin-right:45px;
	margin-left: 30px;
	margin-top: 20px;
}
#mainContent {
	position:relative;
    background:#969696; 
	width:900px;
	margin-bottom:20px;
}
#footerContent {
	clear:both;
	position:relative;
	height: 52px;
	width:900px;
	background-image: url(../images/hahahaha_06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#leftSide {
	padding-left:10px;
	background:url(../images/contentBG.jpg) no-repeat top left;
	padding-bottom:30px;
	margin-bottom:30px;
	margin-left:20px;
	width:450px;
	float: left;
	position: relative;
	margin-top: 20px;
}
#menuButton {
	margin-left:40px;
}
#FlashID2 {
	float: right;
	position:absolute;
	left: 2px;
	top: 50px;
}
#menuButton ul li {
	list-style:none;
}
#menuButton ul li a {
	text-decoration:none;
	float:left;
	display:block;
	width:150px;
	height:30px;
	text-align:center;	
}
#twitter {
	background: url(../images/twitter_logo.jpg.png);
	width:48px;
	height:48px;
	float:left;
	margin-left:100px;
	margin-bottom:15px;
}
#myspace {
	background: url(../images/myspace_logo.jpg.gif);
	width:48px;
	height:48px;
	float:left;
	position:relative;
	margin-bottom:15px;
}
#facebook {
	position:relative;
	background:url(../images/facebook_sqaure_logo.gif);
	width:48px;
	height:48px;
	float:left;
	margin-bottom:15px;
	
}#rightSide h1 {
	background:url(../images/follow.png) no-repeat top left;
	height:39px;
	font-size: 20px;
	margin-bottom:20px;
}
#rightSide h2 {
	margin-top:15px;
	background:url(../images/takeAlook.png) no-repeat top left;
	height:39px;
	text-align: center;
	margin-bottom:20px;
}
#rightSide #pictures {
	margin-bottom:20px;
	margin-left:25px;
	position: relative;
	width: 300px;
}
#leftSideGallery {
	margin-left:130px;
	height:650px;
	width:650px;
	float: left;
	position: relative;
}
#leftSideGallery #pageflip {
	height: 400px;
	width: 600px;
	margin-left:25px;
}
#pageflip #FlashID2 {
	position: relative;
}

#leftSideGallery h1 {
	text-align: center;
}
#wrapperPics {
}
#leftSideGalleryPics {
	width: 900px;
}
#wrapperPics {
	width: 900px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

ul#gallery{
	list-style:none;	
	width: 700px;
	margin: 10px auto;
}
ul#gallery li{
	position:relative;
	display:inline;
	float:left;
	
}
ul#gallery li a{
	display:block;
	padding:15px 3px;
}
ul#gallery li a:hover{
	
}
ul#gallery li a img{
	background-color:#fff;
	border:1px solid #000;
	border-top-color:#999;
	border-left-color:#999;
	width:120px;
	height: 80px;
	padding: 6px;
}
ul#gallery li a.pos1{
	/* randomize the positioning of the anchors */
	padding:2px 20px 4px 10px;
}
ul#gallery li a.pos2{
	/* randomize the positioning of the anchors */
	padding:4px 10px 2px 20px;
}

ul#gallery li span{
	position:absolute;
	width: 60px;
	height: 73px;
}
ul#gallery li span.tape1{
	/* randomize the positioning of the paperclips */
	top: -26px;
	left: 43px;
	background: transparent url(../NonFlashGallery/images/paperclip.png) no-repeat left top;
}
ul#gallery li span.tape2{
	/* randomize the positioning of the paperclips */
	top: -27px;
	left: 61px;
	background: transparent url(../NonFlashGallery/images/paperclip1.png) no-repeat left top;
}
ul#gallery li span.tape3{
	/* randomize the positioning of the paperclips */
	top: -37px;
	left: 54px;
	background: transparent url(../NonFlashGallery/images/paperclip2.png) no-repeat left top;
}
#footer{
	clear:both;	
}
#copy p {
	text-align: center;
}
#footerLink {
	margin-right:10px;
	margin-top:10px;
	float:right;
}
#footerContent #footerLink ul {	
	list-style-type: none;
}
#footerContent #footerLink ul li {
	wi
	list-style-type: none;
	float: left;
}
#footerContent #footerLink ul li a {
	color: #000;
	text-align:center;
	text-decoration: none;
	display: block;
	float: left;
	width: 120px;
}
#copy {
	color:#FFF;
	width:100%;
	float: left;
}
#rightSide #browse {
	margin-top:30px;
	float: left;
	width: 100%;
}
#rightSide #takeLook {
	margin-top:20px;
	float: left;
	width: 100%;
}

#copy p a {
	color: #FFF;
}
#leftSide h1 img {
	margin-bottom:40px;
}
#leftSide h2 {
}
#leftSide h3 {
}
#leftSide img {
	margin-top:15px;
	margin-bottom: 20px;
}#leftSide .contentHeader {
	margin-top:30px;
	margin-left:50px;
}
#rightSide #browse .rightImg {
	margin-top:25px;
}
#browse .rightImg {
	margin-left: 5px;
	margin-bottom:15px;
}
#rightSide .right1Img {
	margin-left: 10px;
	margin-bottom:15px;
}
#takeLook #pictures a .rightBottomImg {
	margin-top: 30px;
}
#leftSide .contactIMG {
	margin-top:35px;
	margin-left:50px;
}
#leftSide .newsIMG {
	margin-left: 55px;
	margin-top: 30px;
}
#mainContent #leftSideGallery p {
	text-align: center;
}
img, div, twitter, myspace, facebook, rightSide h1, rightSide h2, gallery li span.tape1, gallery li span.tape2, gallery li span.tape3, menuButtonmainContent, leftSide, rightSide2, browse, takeLook  { 
    behavior: url(../styles/resources/iepngfix.htc)
}
