/* ------------------------------------------------------------------------ *\
   Reset
\* ------------------------------------------------------------------------ */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* ------------------------------------------------------------------------ *\
   Base
\* ------------------------------------------------------------------------ */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/* ------------------------------------------------------------------------ *\
   ShadowBox 3.0b
\* ------------------------------------------------------------------------ */
#sb-container, #sb-wrapper {
  text-align: left; /* reset left alignment */
}
#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#sb-container *
{
  color: #000;
}

#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}
body > #sb-container {
  /* use position:fixed in modern browsers */
  position: fixed;
}
#sb-overlay {
  /* needed in IE6 where sb-container uses position:absolute */
  height: expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay {
  /* use for sb-container position:fixed */
  height: 100%;
}

/*_________________________________________________________________  wrapper  */
#sb-wrapper {
  position: relative;
}
#sb-wrapper img {
  border: none;
}

/*____________________________________________________________________  body  */
#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
}
#sb-body-inner {
  position: relative;
  height: 100%;
}
#sb-content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
  background: url(../img/shadowbox/loading.gif) no-repeat 50% 50%;
}
#sb-body, #sb-loading {
  background-color: #060606; /* should match loading image background color */
}

#sb-loading a
{
  background: url(../img/shadowbox/close.png) no-repeat;
  text-indent: -5000px;
  display: block;
  float:right;
  height: 16px;
  width: 16px;
  margin-right:10px;
}

/*____________________________________________________________  title & info  */
#sb-title, #sb-info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#sb-title, #sb-title-inner {
  height: 26px;
}
#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#sb-info, #sb-info-inner {
  height: 20px;
}
#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#sb-nav-close {
  background-image: url(../img/shadowbox/close.png);
  background-repeat: no-repeat;
}
#sb-nav-next {
  background-image: url(../img/shadowbox/next.png);
  background-repeat: no-repeat;
}
#sb-nav-previous {
  background-image: url(../img/shadowbox/previous.png);
  background-repeat: no-repeat;
}
#sb-nav-play {
  background-image: url(../img/shadowbox/play.png);
  background-repeat: no-repeat;
}
#sb-nav-pause {
  background-image: url(../img/shadowbox/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------ *\
   Site
\* ------------------------------------------------------------------------ */
*
{
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;
  color: #FFF;
}

body
{
  background: url(../img/background.jpg);
}

body.mceContentBody
{
  background: none;
} 

body.mceContentBody, body.mceContentBody *
{
  color: #000;
}

body, html
{
  height: 100%;
}

.hide
{
  display: none;
}

#body
{
  height: 100%;
  position:absolute;
  width: 100%;
  background: url(../img/body.jpg) no-repeat center top;
  top: 0;
  left: 0;
  z-index: 1;
}

#background
{
  position: absolute;
  width:915px;
  left: 50%;
  margin-left: -800px;
  z-index: 2;
}
  
#content
{
  background:  url(../img/content.png);
  width:827px;
  margin-left:338px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

* html #content
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='" + STATIC_URL + "/img/content.png')");
}

#header
{
  z-index: 4;
  height:280px;
  width: 870px;
  position:absolute;
  background: url(../img/header.png) no-repeat;
  left: -39px;
  padding-left:35px;
}

* html #header
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/header.png')");
}

#logo
{
  display:block;
  height:165px;
  margin-left:300px;
  width:250px;
}

#header ul
{
  
}
#header li a
{
  float: left;
  background: url(../img/menu.png) no-repeat;
  display: block;
  height: 70px;
}
#footer
{
  margin-top: 15px;
  text-align: center;
  padding-bottom: 10px;
}
#header ul
{
  margin: 0;
}

#header li
{
  list-style-type: none;
  float: left;
}

#header li a
{
  margin-left:60px;
}

* html #header li a
{
  margin-left:25px;
}

#header li.home a
{
  width:106px;
}

#header li.home a:hover, #header li.home a.on
{
  background-position: 0px -70px;
}

#header li.tattoo a
{
  width:200px;
  background-position: -160px 0;
}

#header li.tattoo a:hover, #header li.tattoo a.on
{
  background-position: -160px -70px;
}


#header li.faq a
{
  background-position:-390px 0;
  width:100px;
}

#header li.faq a:hover, #header li.faq a.on
{
  background-position: -390px -70px;
}

#header li.contact a
{
  background-position:-543px 0;
  width:130px;
}

#header li.contact a:hover, #header li.contact a.on
{
  background-position: -543px -70px;
}

#main
{
  padding: 10px;
  padding-top: 280px;
}

/* ------------------------------------------------------------------------ *\
   Inner
\* ------------------------------------------------------------------------ */

h2
{
  margin: 10px 0px;
  padding-left: 10px;
  line-height: 38px;
}

.box
{
  background:  url(/static/img/box.png);
  padding:5px 10px;
  border: 1px dotted #333;
  color:  #FFF;
}

* html .box
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='" + STATIC_URL + "/img/box.png')");
}


.box h2
{
  margin-top: 0px;
}

.box h3
{
  margin-bottom: 5px;
}

.box, .box *
{
  color: #999;
}


.left
{
  width: 630px;
  float: left;
  margin-top: 10px;
}

.tattoo img 
{
  width: 110px;
  height: 110px;
  float:left;
  position: relative;
  z-index:5;
}

.right
{
  width:149px;  
  float: left;
  margin-top: 9px;
  padding: 20px;
  z-index: 4;
  position:relative;
  opacity: 0.7;
}


.right ol, .right ul, .right dl
{
  margin:0;
}

.right h3
{
  margin: 0px;
  font-size: 18px;
}

.right dt
{
  margin-top: 10px;
}

h1
{
  text-align: center;
  line-height: 48px;
  position: absolute;
  margin: 0;
  width:827px;
  margin-top: -35px;
  opacity: 0.8;
}

.tooltip
{
  position: absolute;;
  margin-left: 10px;
  margin-top: -100px;
  float: left;
  display: none;
}

.tooltip a 
{
  width: 100%;
  display: block;
  text-align: center;
}

.tattoo
{
  position: relative;
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.last
{
  margin-right: 0;
}
.homenews
{
  width: 467px;
  margin-right: 10px;
  padding-bottom: 20px;
}


.hometattoo
{
  padding-top: 5px;
  width: 265px;
}

* html .hometattoo
{
  width: 260px;
  padding-left: 15px;
}

* html .hometattoo .tattoo
{
  margin-right: 8px;;
}

a.link
{
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  height: 40px;
  
}

a.remove
{
  background:  url(/static/img/remove.png) no-repeat 100%   0 ;
  padding-right: 20px;
}

dt
{
  font-weight: bold;
}

.rtattoo
{
  padding: 10px;
}

.rtattoo dl
{
  padding-bottom: 15px;
}

hr
{
  height: 1px;
  border: 0;
  border-top: 1px dotted #333;
}

.page
{
  text-align: center;
  width: 100%;
  margin-top: 10px; 
}

.page *
{
  padding:5px 10px;
  border: 1px dotted #333;
  background:  url(/static/img/box.png);
}


* html .page *
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='" + STATIC_URL + "/img/box.png')");
}

.page span
{
  color: #666;
  font-weight: bold;
}

.page a
{
  text-decoration: none;  
}

.form
{
  width: 100%;
  border: 0;
}

.submit
{
  text-align: center;
}

.error
{
  color: red;
}

.fcontact
{
  margin-top: 20px;
}
input.large, textarea
{
  width: 98%;
}

.bg1
{
  background: url(/static/img/background/1.png);
}

* html .bg1
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/1.png')");
}


.bg2
{
  background: url(/static/img/background/2.png);
}

* html .bg2
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/2.png')");
}


.bg3
{
  background: url(/static/img/background/3.png);
}

* html .bg3
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/3.png')");
}


.bg4
{
  background: url(/static/img/background/4.png);
}

* html .bg4
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/4.png')");
}


.bg5
{
  background: url(/static/img/background/5.png);
}

* html .bg5
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/5.png')");
}


.bg6
{
  background: url(/static/img/background/6.png);
}

* html .bg6
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/6.png')");
}


.bg7
{
  background: url(/static/img/background/7.png);
}

* html .bg7
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/7.png')");
}


.bg8
{
  background: url(/static/img/background/8.png);
}

* html .bg8
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/8.png')");
}



.bg9
{
  background: url(/static/img/background/9.png);
}

* html .bg9
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/9.png')");
}



.bg10
{
  background: url(/static/img/background/10.png);
}

* html .bg10
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/10.png')");
}



.bg11
{
  background: url(/static/img/background/11.png);
}

* html .bg11
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/11.png')");
}



.bg12
{
  background: url(/static/img/background/12.png);
}

* html .bg12
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/12.png')");
}



.bg13
{
  background: url(/static/img/background/13.png);
}

* html .bg13
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/13.png')");
}



.bg14
{
  background: url(/static/img/background/14.png);
}

* html .bg14
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/14.png')");
}



.bg15
{
  background: url(/static/img/background/15.png);
}

* html .bg15
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='" + STATIC_URL + "/img/background/15.png')");
}



