@charset "utf-8";
/* visceralpsyche2.css */

/* Modified by www.leemingdesigns.com */

/* Original CSS www.digital-web.com */

address {
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:1.7em;
        padding:0;
        color:#333;
		background-color:#1D1D1D;
		background-image:url(../images/visceralblack_hexagon_background.gif);
		background-repeat:repeat;
		background-attachment:fixed;
        border-top:0px solid #666;
        font-size:x-small;
        font-style:normal;
        text-align:center;
      }
      blockquote {
        margin:0.5em 0em 0.5em 0em;
        padding:0.5em;
		background:url(../images/table_transparency_5pc_white.png);
        color:#fff;
      }
      blockquote p {
        margin:0;
        padding:0;
      }
      /* blockquote p span {
        float:right;
        position:relative;
		width:13em;
		text-align:right;
        right:0.25em;
		bottom:0.25em;
        padding:2px;
        color:#ffff00;
        border-width:0 3px 3px 0;
      } */
	  .dvdblockquote {
        min-height:160px;
      }
	  .price {
        float:right;
        position:relative;
		width:13em;
		text-align:right;
        color:#ffff00;
      }
	  .dvdbox {
        float:right;
        position:relative;
		width:8em;
		text-align:right;
      }
	  
	  .aligncenter {
		  text-align:center;
	  }
	  
      body {
        margin:0;
        padding:0;
		background-color:#1D1D1D;
		background-image:url(../images/visceralblack_hexagon_background.gif);
		background-repeat:repeat;
		background-attachment:fixed;
      }
      em {
        font-style:normal;
        font-weight:bolder;
      }
      h1 {
        margin:0;
        padding:0;
        font-size:2em;
        line-height:3.0;
      }
      h2 {
        margin:0 0 0.5em;
        padding:0;
        font-size:1.5em;
      }
      html {
        margin:0;
        padding:0;
        font:100%/1.5 sans-serif;
		background-color:#1D1D1D;
		background-image:url(../images/visceralblack_hexagon_background.gif);
		background-repeat:repeat;
		background-attachment:fixed;
        color:#fff;
      }
      p {
        margin:0 0 1em;
		text-align:justify;
      }
	  
	  a {
		color:#808080;
		text-decoration: none;
		}
		
      ul {
        margin-top:0;
        margin-bottom:0.5em;
      }
      #header {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:10em;
        z-index:1;
		background-color:#1D1D1D;
		background-image:url(../images/visceralblack_hexagon_background.gif);
		background-repeat:repeat;
		background-attachment:fixed;
        border-bottom:0px solid #369;
      }
      #header div {
        float:left;
        width:100%;
        height:3em;
        margin-right:0.5em;
        color:#fff;
        font-size:2em;
        font-weight:bold;
        text-align:center;
        line-height:3em;
      }
      #content {
        margin:10em 1em 1.5em 14em;
      }
      #sidebar {
        position:absolute;
        top:10em;
        right:0;
        width:13em;
        background:#dfd;
        color:#060;
        border:1px solid #9c9;
        border-right-width:0;
      }
      #sidebar p {
        padding:0 0.5em;
      }
      #nav {
        position:fixed;
        top:10em;
        left:0;
        width:13em;
        margin:0;
        padding:0;
      }
      #nav a:link,#nav a:visited {
        color:#fff;
        text-decoration:none;
		font-weight:bold;
      }
      #nav a:hover,#nav a:focus {
        color:#808080;
      }
      #nav li {
        margin:0;
        padding:0.25em 0.5em;
        list-style-type:none;
        border-bottom:0px solid #fff;
      }
      #nav span {
        position:absolute;
        top:36em;
        left:0.5em;
        width:13em;
        color:#ff0000;
        font-size:smaller;
        visibility:hidden;
      }
      #nav a:hover span,#nav a:focus span {
        visibility:visible;
      }
	  
	  table {
		margin:0.5em 1.5em 0.5em 0em;
		color:#fff;
		background:url(../images/table_transparency_5pc_white.png);
		}
	  	
	.table_clear {
		background:none;
		}
	
	.subheading {
		font-weight:600;
		}
		
	  .red {
		  color: #FF0000;
	  }
	  
	  .yellow {
		  color: #FFFF00;
	  }
	  
	  .smalltext {
		  font-size:x-small;
	  }
