@charset "UTF-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
body {
	background-color: #868686;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: top center;
}
a {	outline:none;}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #333;
	outline:none;
}
img {
	border: 0px;
}
:focus {
  -moz-outline-style:none;
}

#wrapper {
	height: 764px;
	width: 953px;
	margin: 0 auto;
}
#header {
	background-image: url(images/logo.png);
	height: 100px;
	width: 920px;
	margin-top: 29px;
	text-indent: -3000px;
	display:block;
	outline:none;
}
#content {
	height: 520px;
	width: 855px;
	margin-left: 40px;
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	
}
#menu {
	list-style-type: none;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	float: left;
	width: 850px;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	text-indent: -3000px;
	background-image:url(images/menu_B.jpg);
	height: 31px;
}
.menu1 {
	width: 109px;
	background-position: 0px -31px;
}
.menu1:hover {
	background-position: 0px 0px;
}
.menu2 {
	width: 189px;
	background-position: -110px -31px;
}
.menu2:hover {
	background-position: -110px 0px;
}
.menu3 {
	width: 297px;
	background-position: -299px -31px;
}
.menu3:hover {
	background-position: -299px 0px;
}.menu4 {
	width: 246px;
	background-position: -595px -31px;
}
.menu4:hover {
	background-position: -595px 0px;
}
#footer {
	height: 50px;
	width: 930px;
	margin-top: 50px;
	text-align: center;
	font-size: 12px;
}
#legal {
	font-size: 10px;
	margin-top: 8px;
}
/*
home page
*/
#shopdescription {
	float: right;
	width: 452px;
	font-size: 13px;
	padding-right: 20px;
}
#shopdescription a {
	color:#EC2316;	
}
#tattoo1 {
	float: left;
	margin-left: 5px;
}
#tattoo2 {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}
#tattoo3 {
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}
/*
gallery
*/
.css-tabs {
	list-style:none;
	margin:25px 0px 0px 0px;
	padding:0;
	float: left;
	height: 20px;
}
.css-tabs li {
	float:left;
	padding:0;
	margin:0px 10px 0px 0px;
}
.css-tabs a {
	display:block;
	text-indent: -3000px;
	height: 20px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.css-tabs a:hover {
	background-position: top;
}
.css-tabs .current {
	cursor:default;
	background-position: top;
}

.bysean {
	background-image: url(../images/by-sean.gif);
	width: 190px;
}
.bymax {
	background-image: url(../images/by-max.gif);
	width: 187px;
}
.bywill {
	background-image: url(../images/by-will.gif);
	width: 227px;
}
.byluke {
	background-image: url(../images/by-luke.gif);
	width: 201px;
}

#gallerywrap {
	width: 855px;
	height: 447px;
}
div.css-panes div {
	width: 855px;
}

.tattoothumbs {
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 850px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tattoothumbs li{
	float: left;
	margin: 0px 10px 10px 0px;
	display: inline;
}

.tattoothumbs img{
	border: 3px double #000;
}
.tattoothumbs img:hover{
	border-color: #f00;
}
.pgnumber {
	clear: both;
	float: left;
	font-size: 12px;
}
/*
contact
*/
#submitinput {
	float: left;
	clear:both;
}

.result {
	margin-left: 20px;
	float: left;
	color: #990000;
}
#myForm {
	padding-top: 10px;
}
#contactwrap {
	width: 700px;
	height: 447px;
	margin: 0px auto;
}