@charset "UTF-8";

/* RESET */
img, background-img, a, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote  {
	behavior: url(../iefix/iepngfix.htc)
} 

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}
/* RESET End*/

body
 {
	background-image: url(../images/main_bk2.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	background-color: #EDE9D0;
}
hr
 {
	float: left;
	width: 670px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F2EAD4;
}
h1
 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	color: #F2EAD4;
}
h2
 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #F2EAD4;
	margin-bottom: 10px;
}
h3
 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #F2EAD4;
}
h4
 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #F2EAD4;
}
h5
 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #F2EAD4;
}
p
 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #F2EAD4;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 18px;
}

a {
	outline: none;
	color: #00CCCC;
}

#header_band {
	background-color: transparent;
	background-image: url(../images/header_red_band.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 80px;
	width: 100%;
	z-index: 0;
	position: relative;
}
#main_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	top: -80px;
}
#header_container {
	height: 127px;
	width: 960px;
	position: relative;
	background-color: transparent;
	background-image: url(../images/header_address.png);
	background-position: right 80px;
	background-repeat: no-repeat;
}
#logo {
	float: left;
	height: 127px;
	width: 237px;
}

/* NAVIGATION */
#navigation_hand {
	background-image: url(../images/navigation_hand.png);
	float: left;
	height: 30px;
	width: 40px;
	position: relative;
	top: 50px;
}
ul#navigation {
	width: 683px;
	list-style: none;
	position: relative;
	float: left;
	top: 50px;
}

ul#navigation li {
	display: inline;
}
ul#navigation         .drop       {
	display: none;
}
ul#navigation          .drop:hover  ul        {
	display: block;
	position: absolute;
}
	
ul#navigation li a {
	display: block;
	height: 30px;
	background-image: url(../images/navigation_sprite.png);
	float: left;
	text-indent: -9999px;
}

ul#navigation li a.home {
	width: 64px;
	background-position: 0px 0px;
	}

ul#navigation  li  a.history {
	width: 86px;
	background-position: -64px 0px;
	}

ul#navigation  li  a.artists {
	width: 85px;
	background-position: -151px 0px;
	}
	
ul#navigation  li  a.press {
	width: 70px;
	background-position: -237px 0px;
	}

ul#navigation  li  a.faqs {
	width: 63px;
	background-position: -308px 0px;
	}

ul#navigation  li  a.links {
	width: 66px;
	background-position: -372px 0px;
	}

ul#navigation  li  a.contact {
	width: 88px;
	background-position: -439px 0px;
	}

ul#navigation  li  a.map {
	width: 154px;
	background-position: -528px 0px;
	}
							
ul#navigation li a.home:hover, ul#navigation li a.home:focus {
	background-position: 0 -30px;
	}

ul#navigation li a.history:hover, ul#navigation li a.history:focus {
	background-position: -64px -30px;
	}

ul#navigation li a.artists:hover, ul#navigation li a.artists:focus {
	background-position: -151px -30px;
	}

ul#navigation li a.press:hover, ul#navigation li a.press:focus {
	background-position: -237px -30px;
	}

ul#navigation li a.faqs:hover, ul#navigation li a.faqs:focus {
	background-position: -308px -30px;
	}

ul#navigation li a.links:hover, ul#navigation li a.links:focus {
	background-position: -372px -30px;
	}

ul#navigation li a.contact:hover, ul#navigation li a.contact:focus {
	background-position: -439px -30px;
	}

ul#navigation li a.map:hover, ul#navigation li a.map:focus {
	background-position: -528px -30px;
	}
#facebook_tab {
	height: 127px;
	width: 40px;
	position: fixed;
	top: 150px;
	background-color: transparent;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: -3px 0px;
	left: 0px;
	margin: 0px;
	clear: both;
}
#facebook_tab a {
	display: block;
	text-indent: -9999px;
	height: 128px;
	width: 40px;
}
#facebook_tab a:hover {
	background-position: 0px 0px;
	background-color: transparent;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
}
#myspace_tab {
	height: 127px;
	width: 40px;
	position: fixed;
	left: 0px;
	top: 290px;
	background-color: transparent;
	background-image: url(../images/myspace.png);
	background-repeat: no-repeat;
	background-position: -3px 0px;
	margin: 0px;
	clear: both;
}
#myspace_tab  a {
	display: block;
	text-indent: -9999px;
	height: 128px;
	width: 40px;
}
#myspace_tab  a:hover {
	background-position: 0px 0px;
	background-color: transparent;
	background-image: url(../images/myspace.png);
	background-repeat: no-repeat;
}

#image_slider_container {
	background-color: transparent;
	background-image: url(../images/image_slider_placeholder.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 630px;
	position: relative;
	float: left;
	text-align: left;
}
/* NAVIGATION END */


/* ROUND CORNERS */

.inner {
	padding: 0px;
}

.box_news {
	width: 670px;
	position: relative;
	float: left;
	padding: 20px;
}
.box_bios {
	width: 920px;
	position: relative;
	float: left;
	padding: 20px;
	text-align: left;
}

.box {
	position: relative;
}

.black {
	background-color: transparent;
	background-image: url(../images/black_bkg.png);
	background-repeat: repeat;
}

.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(../images/round_corner.png);
	background-repeat: no-repeat;
}

.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.TR {
	top: 0;
	right: 0;
	background-position: 100% 0;
}

.BL {
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}

.BR {
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}

/* ROUND CORNERS END */


#home_main_container {
	background-color: transparent;
	background-image: url(../images/home_main_bkg.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 960px;
	position: relative;
	margin-top: 5px;
}
#home_main_content {
	height: 125px;
	width: 300px;
	position: relative;
	float: left;
	margin-top: 160px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
}
#home_main_content p {
	font-size: 15px;
	color: #EFEAD6;
	line-height: 20px;
}

#empty_main_container

 {
	width: 960px;
	position: relative;
	margin-top: 5px;
	float: left;
}
#news_graphic_container
 {
	background-color: transparent;
	background-image: url(../images/latest_news.png);
	background-repeat: no-repeat;
	width: 230px;
	position: relative;
	float: left;
	margin-right: 20px;
}
#newsletter_signup_container
 {
	background-color: transparent;
	background-image: url(../images/newsletter_signup.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 230px;
	position: relative;
	float: left;
	margin-top: 240px;
}
#newsletter_form_container
 {
	height: 70px;
	width: 210px;
	position: relative;
	float: left;
	margin-top: 90px;
	margin-right: 10px;
	margin-left: 10px;
}
#newsletter_form_container p
 {
	position: relative;
	text-align: left;
	color: #333333;
}
#newsletter_form_container form
 {
	position: relative;
	text-align: left;
	color: #333333;
}
#newsletter_form_container .button
 {
	position: relative;
	background-color: transparent;
	background-image: url(../images/subscribe_btn.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 25px;
	color: #F2EAD4;
	font-weight: bold;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
}
#article_image
 {
	position: relative;
	float: right;
	border: 8px solid #FFFFFF;
	margin-left: 20px;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #333;
	height: 230px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_article_container
 {
	position: relative;
	float: left;
	text-align: left;
	width: 669px;
}
.news_article_container h1
 {
	color: #00CCCC;
	margin-bottom: 2px;
	font-weight: normal;
}
.news_article_container h5
 {
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #D1221B;
}
.news_article_container p
 {
	line-height: 20px;
}
.news_summary_container
 {
	position: relative;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F2EAD4;
	width: 669px;
}
.news_summary_container h1
 {
	color: #00CCCC;
	margin-bottom: 2px;
	background-color: transparent;
	background-image: url(../images/news_hand.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	font-weight: normal;
}
.news_summary_container  h1 a
 {
	color: #00CCCC;
	text-decoration: none;
}
.news_summary_container h5
 {
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #D1221B;
}
.news_summary_container p
 {
	line-height: 20px;
	margin: 0px;
}
.news_summary_container  p a
 {
	color: #00CCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCCC;
	float: right;
	margin-right: 40px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 15px;
	margin-top: -10px;
}
.news_summary_container p a:hover
 {
	color: #00CCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCCC;
	background-color: transparent;
	background-image: url(../images/div_hover_bkg.png);
	background-repeat: repeat;
}

#latest_news_container
 {
	background-color: transparent;
	background-image: url(../images/latest_news_bkg.png);
	background-repeat: no-repeat;
	height: 185px;
	width: 610px;
	position: relative;
	margin-top: 20px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 45px;
}
ul#latest_news_summary
 {
	position: relative;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	width: 610px;
}
ul#latest_news_summary  li 
 {
	display: block;
	width: 297px;
	float: left;
	position: relative;
}
ul#latest_news_summary li:first-child 
 {
	margin-right: 16px;
}
ul#latest_news_summary  li  h2
 {
	margin-bottom: 6px;
	font-weight: normal;
	color: #00CCCC;
	text-decoration: none;
}
ul#latest_news_summary li p
 {
	line-height: 17px;
	margin: 0px;
	font-size: 12px;
}
ul#latest_news_summary li a
 {
	color: #00CCCC;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
ul#latest_news_summary li a:hover
 {
	color: #00CCCC;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/div_hover_bkg.png);
	background-repeat: repeat;
}
ul#latest_news_summary li a:visited
 {
	color: #009898;
	text-decoration: none;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
ul#all_news    
 {
	height: 11px;
	width: 82px;
	position: absolute;
	top: 200px;
	right: 20px;
	z-index: 9999;
}
ul#all_news li    
 {
	background-color: transparent;
	background-image: url(../images/all_news.png);
	background-repeat: no-repeat;
	position: relative;
	display: inline;
	float: left;
	height: 11px;
	width: 82px;
}
ul#all_news    li a  
 {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}
ul#all_news    li a:hover   
 {
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/div_hover_bkg.png);
	background-repeat: repeat;
}

#newest_tattoos_container
 {
	background-color: transparent;
	background-image: url(../images/newest_tattoos_bkg.png);
	background-repeat: no-repeat;
	height: 175px;
	width: 290px;
	position: relative;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
	padding-top: 55px;
	padding-right: 10px;
	padding-left: 10px;
}
#artists_graphic_container
 {
	background-color: transparent;
	background-image: url(../images/artists.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 230px;
	position: relative;
	float: left;
	margin-right: 20px;
}
.artist_row
 {
	float: left;
	width: 670px;
}
.artist_spacer
 {
	float: left;
	width: 670px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F2EAD4;
}
.artist_left
 {
	float: left;
	width: 210px;
	margin-right: 10px;
}
.artist_mid
 {
	float: left;
	width: 210px;
	margin-right: 9px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
.artist_right
 {
	float: left;
	width: 210px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#bio_photo_container
 {
	height: 300px;
	width: 230px;
	position: relative;
	float: left;
	top: -20px;
	left: -20px;
}
#bio_name_container
 {
	width: 690px;
	position: relative;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F2EAD4;
	padding-bottom: 10px;
	margin-bottom: 15px;
	height: 21px;
}
.bio_main_container
 {
	position: relative;
	float: left;
	text-align: left;
	width: 690px;
}
.bio_main_container  p
 {
	line-height: 18px;
	margin-bottom: 10px;
}
#bio_gallery_container
 {
	position: relative;
	float: left;
	text-align: left;
	width: 920px;
	clear: both;
	background-image: url(../images/gallery.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
}
#history_graphic_container
 {
	background-color: transparent;
	background-image: url(../images/our_history.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 230px;
	position: relative;
	float: left;
	margin-right: 20px;
}
.history_main_container
 {
	float: left;
	width: 670px;
	text-align: left;
	margin-bottom: 10px;
}
.history_main_container    p
 {
	line-height: 18px;
	margin-bottom: 10px;
}
.history_main_container     h2
 {
	color: #00CCCC;
}
#history_gallery_container
 {
	position: relative;
	float: left;
	text-align: left;
	width: 670px;
	background-image: url(../images/gallery.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	clear: both;
}
#faqs_graphic_container
 {
	background-color: transparent;
	background-image: url(../images/faqs.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 230px;
	position: relative;
	float: left;
	margin-right: 20px;
}
#faqs_container
 {
	position: relative;
	float: left;
	text-align: left;
	width: 669px;
}
#faqs_container    h2
 {
	color: #D1221B;
	margin-bottom: 2px;
	background-color: transparent;
	background-image: url(../images/faq_hand.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
}
#faqs_container    p
 {
	line-height: 18px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #F2EAD4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#contact_graphic_container
 {
	background-color: transparent;
	background-image: url(../images/contact_us.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 230px;
	position: relative;
	float: left;
	margin-right: 20px;
}
#contact_container
 {
	position: relative;
	float: left;
	text-align: left;
	width: 270px;
}
#jessica_container
 {
	position: relative;
	float: left;
	text-align: center;
	width: 270px;
}
#contact_container h2
 {
	color: #00CCCC;
	font-weight: normal;
}
#contact_photo_container
 {
	background-color: transparent;
	background-image: url(../images/contact_us_photo.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 390px;
	position: relative;
	float: left;
	top: -20px;
	right: -30px;
}
#contact_hours_container
 {
	background-repeat: no-repeat;
	height: 200px;
	width: 190px;
	position: relative;
	float: left;
	text-align: left;
	margin-left: 30px;
}
#contact_hours_container h4
 {
	color: #CC0000;
}
#contact_email_container
 {
	height: 200px;
	width: 150px;
	position: relative;
	float: left;
	text-align: left;
	margin-left: 30px;
}
#contact_email_container p
 {
	margin-bottom: 5px;
}
#contact_email_container  h4
 {
	color: #CC0000;
	margin-bottom: 5px;
}
#contact_email_container   a
 {
	color: #00CCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCCC;
	text-transform: uppercase;
}
#contact_email_container   a:hover
 {
	background-color: transparent;
	background-image: url(../images/div_hover_bkg.png);
	background-repeat: repeat;
}
#links_graphic_container
 {
	background-color: transparent;
	background-image: url(../images/links.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 230px;
	position: relative;
	float: left;
	margin-right: 20px;
}

/* LINKS */
 
ul.linkboxes {
	display: block;
	width: 670px;
	position: relative;
	list-style-type: none;
	overflow: hidden;
	text-align: left;
}
ul.linkboxes li {
	display: block;
	position: relative;
}
ul.linkboxes li a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #EFEAD6;
	font-size: 13px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFEAD6;
}
ul.linkboxes li a:hover {
	background-color: transparent;
	background-image: url(../images/div_hover_bkg.png);
}
ul.linkboxes  li  a  h1 {
	display: block;
	color: #00CCCC;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: normal;
}
ul.linkboxes span { display: none; }

/* LINKS END */

#map_graphic_container
 {
	background-color: transparent;
	background-image: url(../images/map_directions.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 230px;
	position: relative;
	float: left;
	margin-right: 20px;
}
#map_directions_container
 {
	position: relative;
	float: left;
	text-align: left;
	width: 669px;
}
#map_directions_container   h1
 {
	color: #00CCCC;
	margin-bottom: 2px;
	font-weight: normal;
}
#map_directions_container    h4
 {
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #D1221B;
	font-weight: normal;
}
#map_directions_container   p
 {
	line-height: 20px;
	margin-bottom: 3px;
}
#map_directions_container   a
 {
	margin-bottom: 3px;
	text-decoration: none;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCCC;
}
#map_directions_container   a:hover
 {
	margin-bottom: 3px;
	background-color: transparent;
	background-image: url(../images/div_hover_bkg.png);
	background-repeat: repeat;
}

#footer_container
 {
	background-color: transparent;
	background-image: url(../images/footer_bkg.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 960px;
	position: relative;
	margin-top: 20px;
	float: left;
}

#footer_address_container
 {
	height: 90px;
	width: 350px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 55px;
	text-align: left;
}

#footer_address_container p
 {
	color: #EFEAD6;
	font-size: 12px;
	line-height: 16px;
}

#footer_copyright_container
 {
	height: 90px;
	width: 350px;
	position: relative;
	float: right;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
}

#footer_copyright_container  p
 {
	color: #EFEAD6;
	font-size: 11px;
	line-height: 15px;
}

#footer_copyright_container   a
 {
	color: #EFEAD6;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #EFEAD6;
	border-right-color: #EFEAD6;
	border-bottom-color: #EFEAD6;
	border-left-color: #EFEAD6;
}

#footer_copyright_container   a:hover
 {
	color: #EFEAD6;
	text-decoration: none;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#history_previous_next_container    {
	height: 27px;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	position: relative;
	float: left;
	width: 650px;
}

#previous_next_container    {
	height: 27px;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	position: relative;
	float: left;
	width: 920px;
}
#previous_left     {
	height: 27px;
	text-decoration: none;
	text-align: left;
	float: left;
	position: relative;
	padding-left: 45px;
	background-image: url(../images/previous_hand.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-variant: small-caps;
	color: #CC0000;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
}
#previous_left     a  {
	color: #00CCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCCC;
}
#previous_left      a:hover  {
	color: #00CCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCCC;
	font-size: 18px;
}
#next_right    {
	background-image: url(../images/next_hand.png);
	background-repeat: no-repeat;
	height: 27px;
	text-decoration: none;
	text-align: right;
	float: right;
	padding-right: 45px;
	background-position: right;
	position: relative;
	font-variant: small-caps;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 17px;
	padding-top: 5px;
}
#next_right    a {
	color: #00CCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCCC;
	text-decoration: none;
}
#next_right     a:hover {
	color: #00CCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCCC;
	text-decoration: none;
	font-size: 18px;
}

