/* start reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */


body {
	background: #111;
}

h3 {
	color: #FFF;
	font-family: Georgia, Times, serif;
	font-size: 170%;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	display: block;
	width: 100%;
	background: transparent url(../images/footer-bg.gif) bottom center no-repeat;
	border-bottom: 1px solid #222;
	clear: both;
}

a {
	color: #bd1b28;
}

ul {
	color: #FFF;
	font-family: Georgia, Times, serif;
	font-size: 90%;
	margin: 0 0 10px 0;
}

label {
	color: #FFF;
	font-family: Georgia, Times, serif;
}

input, select, textarea {
	margin: 5px 0 5px 0;
	width: 300px;
}

#Wrapper {
	width: 100%;
}

#Header {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	background: transparent url(../images/header.jpg) -1px 0px no-repeat;
}

#Promo {
	float: right;
}

/* start nav */

#NavWrap {
	width: 100%;
	background: transparent url(../images/nav-bar.gif) top center no-repeat;
	height: 50px;
}

#Nav {
	width: 960px;
	margin: 0 auto;
	height: 50px;
	position: relative;
	text-align: center;
}

#Nav ul {
	height: 50px;
	margin: 0 auto;
	padding: 17px 0 0 0;
	width: 760px;
}

#Nav li {
	float: left;
	margin: 0 70px 0 0;
}

#Nav a {
	color: #FFF;
	height: 20px;
	display: block;
}

#Nav li.home {
	background: url(../images/home-off.gif) top left no-repeat;
	height: 20px;
	width: 46px;
	text-indent: -3000px;
}

#Nav li.home:hover, #Nav li.homeactive {
	background: url(../images/home-on.gif) top left no-repeat;
}

#Nav li.about {
	background: url(../images/about-off.gif) top left no-repeat;
	height: 20px;
	width: 77px;
	text-indent: -3000px;
}

#Nav li.about:hover, #Nav li.aboutactive {
	background: url(../images/about-on.gif) top left no-repeat;
}

#Nav li.tattoos {
	background: url(../images/tattoos-off.gif) top left no-repeat;
	height: 20px;
	width: 63px;
	text-indent: -3000px;
}

#Nav li.tattoos:hover, #Nav li.tattoosactive {
	background: url(../images/tattoos-on.gif) top left no-repeat;
}

#Nav li.piercings {
	background: url(../images/piercing-off.gif) top left no-repeat;
	height: 20px;
	width: 72px;
	text-indent: -3000px;
}

#Nav li.piercings:hover, #Nav li.piercingsactive {
	background: url(../images/piercing-on.gif) top left no-repeat;
}

#Nav li.gallery {
	background: url(../images/gallery-off.gif) top left no-repeat;
	height: 20px;
	width: 61px;
	text-indent: -3000px;
}

#Nav li.gallery:hover, #Nav li.galleryactive {
	background: url(../images/gallery-on.gif) top left no-repeat;
}

#Nav li.contact {
	background: url(../images/contact-off.gif) top left no-repeat;
	height: 20px;
	width: 91px;
	text-indent: -3000px;
	margin: 0;
}

#Nav li.contact:hover, #Nav li.contactactive {
	background: url(../images/contact-on.gif) top left no-repeat;
}

/* end nav */

#MainContent {
	text-align: left;
	width: 960px;
	margin: 30px auto 20px auto;
}

#FlashHolder {
	float: left;
	width: 570px;
	height: 478px;
	margin: 0 30px 30px 0;
}

#MainText {
	clear: both;
}

#MainText p {
	color: #FFF;
	font-family: Georgia, Times, serif;
	line-height: 20px;
	font-size: 90%;
	padding: 0 0 10px 0;
	text-align: justify;
}

#MainText p.Leading {
	font-size: 120%;
	line-height: 24px;
}

#MainText img {
	float: left;
	margin: 0 30px 20px 0;
}

#MainText .SmallImages {
	float: left;
	margin: 0 20px 20px 0;
}

#MainText .Last {
	margin: 0 0 20px 0;
}

#map_canvas {
	float: right;
	width: 500px;
	height: 350px;
	border: 10px solid #FFF;
	margin: 0 0 20px 10px;
}

#ContactRight {
	float: right;
	width: 520px;
}

#ContactLeft {
	width: 420px;
}

.Gallery img {
	border: 5px solid #FFF;
}

.Gallery a:hover img {
	border: 5px solid #bd1b28;
}

#News {
	height: 458px;
	float: left;
	background: #222;
	width: 340px;
	border: 10px solid #FFF;
	overflow: auto;
	font-family: Georgia, Times, serif;
	line-height: 20px;
}

#News p {
	padding: 10px;
}

#News h3 {
	padding: 10px;
	width: auto;
}

#News a {
	color: #FFF;
	text-decoration: none;
}

#News a:hover {
	color: #bd1b28;
}

.date {
	color: #555;
	font-size: 70%;
}

#Footer {
	background: transparent url(../images/footer-bg.gif) top left no-repeat;
	width: 960px;
	margin: 0 auto;
	height: 70px;
	padding: 20px 0 0 0;
	display: block;
	clear: both;
}

#Footer p {
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 60%;
	margin: 0 20px;
}

#Footer img {
	float: right;
	margin: -10px 20px 0 0;
}

/* ---- twitter ---- */

.twtr-widget img {
	display: none;
}

.twtr-join-conv a {
	display: none; 
}

#twtr-widget-1 img {
	display: none;
}

.twtr-hd, .twtr-ft {
	display: none;
}

.twtr-reply {
	display: none;
}

.twtr-tweet {
	border-bottom:1px solid #333 !important;
	overflow:hidden;
	zoom:1;
}
































