@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #B30101;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #F7B604;
}
a:active {
	text-decoration: none;
	color: #F7B604;
}
#splash
{
	width: 814px;
	text-align: center;
	height: 402px;
	position:absolute;
	top: 50%;
	left: 50%;
	height:402px;
	margin-left: -407px; /*set to a negative number 1/2 of your height*/
	margin-top: -201px; /*set to a negative number 1/2 of your height*/
	border-top: solid 6px black;
	border-bottom: solid 6px black;
}
#container
{
	width: 813px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5B0302;
}
#banner
{
	width: 813px;
	height: 199px;
	background-image:url(/images/logo.jpg);
	float:left;
	background-color: #B80201;
}
.clear
{
	clear:both;
}
.clear_left
{
	clear:left;
}
.clear_right
{
	clear:right;
}
#navi
{
	float: left;
	background-image:url(/images/navi_bg.jpg);
	height: 48px;
	width: 813px;
	text-align: center;
	background-color: #C23031;
}
.navi_link a:link {
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	text-transform: uppercase;
	border: solid 1px #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;
}
.navi_link a:visited {
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	text-transform: uppercase;
	border: solid 1px #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;
}
.navi_link a:hover {
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	text-transform: uppercase;
	border: solid 1px #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B30101;
}
.navi_link a:active {
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	text-transform: uppercase;
	border: solid 1px #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B30101;
}
#header
{
	background-image: url(/images/header_bg.jpg);
	background-repeat:repeat-x;
	float: left;
	width: 792px;
	height: 39px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding-top: 21px;
	padding-left: 21px;
}
.content
{
	width: 550px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 18px;
	min-height: 300px;
	float: left;
}
#footer
{
	float: left;
	width: 790px;
	border-top: solid 1px #FF9966;
	margin-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 30px;
}
#copyright
{
	float: right;
	font-size: 10px;
	padding-top: 2px;
}
#side_bar
{
	float: right;
	width: 172px;
	padding-right: 10px;
}
#side_header
{
	text-align: center;
	width: 173px;
	font-weight: bold;
}
.yellow_header {
	color: #F8C303;
	font-weight: bold;
}
.pink_header {
	color: #FF3333;
	font-weight: bold;
}
#tattoo_scrollbox
{
	float: left;
	width: 160px;
}
#tattoo_displaybox
{
	float: right;
	text-align: center;
	width: 380px;
	border: solid 1px black;
}
.error 
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.success
{
	color: #FFFF00;
	font-weight: bold;
}
.tiny
{
	font-size: 10px;
}
form 
{
	margin: 0px;
	padding: 0px;
}
#dhtmltooltip
{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dropmenudiv
{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px;
	text-transform: uppercase;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}

#dropmenudiv a:hover
{ 	/*hover background color*/
	color: #FFFFFF;
	background-color: #B30101;
}