/* created by stubborn.pixie for fireflyersMULTIMEDIA and artbullies.com */

body, html {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #530000;
  	color: #ffffff;
  	font-size: 0.9em;
  	line-height: 1.2em;
  	height: 100%;
  	margin: 0;
	}

#mainLayer {
	background-color: #530000;
	background-image: url(_img/smugs.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	right: 0px;
	bottom: 50px;
	left: 0px;
	width:850px;
	height: 525px;
	z-index:1;
	margin: 0 auto 0 auto;
	display: table;
	padding: 20px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
  	z-index: 0;
	}

#show {
	position: static;
	-webkit-border-radius: 20px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topright: 0;
	border-radius: 20px;
	border-top-right-radius: 0;
	background-color: #000000;
	height: 40px;
	width: 140px;
	padding: 10px;
	text-align: center;
	margin: 300px 0 30px auto;
	filter:alpha(opacity=75); /* for IE */
  	opacity:0.75; /* CSS3 standard */
	z-index: 20;
	}

#contact {
	position: relative;
	margin: 10px;
	text-align: right;
	}

a {
	color: #660000;
	text-decoration: none;
	}

a:hover { 
	color: #DF4C4C;
	text-decoration: underline;
	}
	
#show a {
	color: #990000;
	}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	}

.menu a {
	color: #8E1E1E;
	}

.menu a:hover { 
	color: #FFFFFF;
	background-color: #FF760E;
	}

.heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	color: #8E1E1E;
	font-weight: bold;
	text-transform: uppercase;
	}

.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	}

.drkText {
	color: #000000;
	}

.lg-text {
	font-size: 1.12em;
	}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin-bottom: -1px;
	}