@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 19px;	
}

.margin-top {
	margin-top: 20px;	
}

.margin-bottom {
	margin-bottom: 20px;
}

.smaller {
	font-size: 10px;
	line-height: 12px;
}

.rule {
	height: 15px;
	margin-top: 15px;
	border-top: 1px dotted #CCCCCC;
	clear: both;
}

.border {
	border: 5px solid #666666;
}

.normal {
	text-transform: none;
	font-weight: normal;
}


ul {
	margin-left: 0px;
	padding-left: 24px;	
	

}

li {
	margin-left: 0px;
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 15px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-size: 20px;
}

h1 a {
	color: #FFFFFF;
	text-transform: none;
}

h2 {
	margin: 0px;
	line-height: normal;
	font-family: Helvetica, Arial,sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	
}

#top {
	text-align: right;
	margin-top: 10px;
}

#top a {
	font-weight: normal;
	text-decoration: none;
}


#logo {
	text-align: center;
	height: 120px;
}

#logo img {
	height: 120px;
	width: 450px;
}

#main-container {
	height: 540px;
	
	
}
#menu {
	text-align: center;
	height: 40px;
		
}


#menu a {
	color: #a68f6b;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}	

#menu a:hover {
	color:	#FFFFFF;
	

}

#menu img {
	height: 20px;
	width: 1px;
	background-color: #423a2d;
	margin: 0 10px;
}



#footer {
	margin: 20px 0;
	text-transform: uppercase;
	color: #999999;
	clear: both;
	
}

#footer a {
	text-decoration: none;
	font-weight: normal;	
}

#left-column-home {
	float: left;
	width: 155px;
	margin-right: 25px;
	
}

#left-column-home ul {
	margin: 10px 0;
	padding: 0;
}

#left-column-home li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 14px;	
	list-style-image: none;

}

#middle-column-home {
	float: left;
	width: 443px;
	margin-right: 25px;
}

#right-column-home {
	float: left;
	width: 230px;
	height: 540px;
	padding-right: 10px;
	overflow: auto;
}

#about {
	float: left;
	width: 608px;
	height: 540px;
	padding-right: 10px;
	overflow: auto;
	background-image: url(../images/snake.png);
	background-repeat: no-repeat;
	background-position: center;
}

#news {
	float: left;
	width: 374px;
	height: 540px;
	margin: 0 10px;
	padding: 0 20px;

}

#the-shop {
	width: 890px;
	height: 540px;
	background-image: url(../images/the-shop.png);
	background-repeat: no-repeat;
}
	
#news-nav {	
	height: 540px;
	border-right: 1px solid #666666;
	float: left;
	padding-right: 20px;
	width: 180px;
}

#faqs {
	width: 540px;
	padding-right: 10px;
	float: left;
	height: 540px;
	overflow: auto;
}


#links {
	width: 795px;
	height: 540px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	padding-left: 95px;
}

#tattoos-left {
	float: left;
	width: 629px;
	padding-right: 20px;
}

#tattoos-right {
	float: left;
	border-left: 1px solid #666666;
	padding-left: 20px;
	width: 220px;
	text-transform: uppercase;
}


#tattoos-right a {
	color: #FFFFFF;
}

#flashcontent {
	height: 470px;

}

#store-nav {	
	height: 520px;
	border-right: 1px solid #666666;
	float: left;
	padding-right: 20px;
	width: 148px;
}

#store {
	float: left;
	width: 700px;
	height: 520px;
	padding-left: 20px;
	overflow: auto;
}

#store-no-scroll {
	float: left;
	width: 700px;
	height: 520px;
	padding-left: 20px;
}
#store-table {
	font-size: 10px;
	line-height: 12px;;
	clear: both;
}

#store-table td {
	text-align: center;
	width: 130px;
	padding: 5px;
 	height: 165px;
}

#store-table img {
	border: 3px solid #666666;
	margin-bottom: 2px;
}

#store-detail {
	float: right;
	width: 140px;
	padding-left: 10px;
	border-left: 1px solid #666666;
	margin-left: 15px;
	height: 520px;
}

#middle-image {
	height: 268px;
	width: 433px;
}
	