@charset "utf-8";
/* CSS Document */

/*  Copyright Fire-Lite 2004-08 */
/* 	Author/Publisher: Dickie Chen */
/*  Company: Fire-Lite - www.Fire-Lite.com */


/* Layout Stylesheet */ 

h1{font-size:1.8em;}
h2{font-size:1.3em;}			
h3{font-size:55px;}

h4{font-size:1.1em; font-weight:bold; font-style:italic;margin:14px 7px 0 0; white-space:nowrap;}

#pre-body{
	height: 0px;
}

#pre-body h1{
	height: inherit;
	margin:0;
}

#pre-body h3{
	height: inherit;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	width:auto;
	height:auto;
	color: #111;
	background-color: #000; /*#ed1c24; #993300;*/
	background-repeat:no-repeat;
	background-position:center top;
	padding:0;
	text-align: center;
}
#container {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:50%;
	height:50%;
	text-align:center;
	border:none;
	margin: auto;
	/*background-image:url(images/orange_50c.png);*/
	background-repeat:repeat;
	background-position:left top;
	visibility:visible;
}

#header {

}
#title {

}
#logo {
	text-align:center;
	visibility:visible;
}
#main_content{
	text-align:left;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center top;
	overflow:visible;
	visibility:visible;
	display:block;
	color:#FFB51C;
	background-color:#000;
}
#nav {
  padding:10px;
  
}
#l-col {
	margin:125px 0 0 150px;
	padding:100px 0 0 0;
	width:325px;
	border:none;
	text-align:center; 
}
#r-col {
	
}
#footer {
	text-align:center;
	position:absolute;
	bottom: 0;
	left:50%;
	width:1000px; margin:0 0 0 -500px;
	display:block;
	z-index:20;
	font-size: 12px;
	font-weight:bold;
	color: #ccc;
	/*width:auto;
	height:50px;*/
	border:none;
}
#footer-left {
	position:fixed;
	bottom: 0;
	left:20px;
	display:inline-block;
	z-index:20;
	font-size: 12px;
	font-weight:bold;
	color: #ccc;
	border:none;
	text-align:left;
}
#footer-left p a:link, #footer-left p a:visited, #footer-left p {
	text-decoration:none;
	color:#eee;
}
#footer-left p a:hover, #footer-left p a:active, #footer-left p:hover {
	text-decoration:none;
	color:#ddd;
}
#footer-right{
	position:fixed;
	bottom: -55px;
	right:20px;
	display:inline-block;	
	z-index:21;
	font-size:55px;
	text-align:right;
	
}
#footer-right p a:link, #footer-right p a:visited {
	text-decoration:none;
	color:#eee;
}
#footer-right p a:hover, #footer-right p a:active {
	text-decoration:none;
	color:#ddd;
}
/*a.no-decor:link, a.no-decor:visited {text-decoration:none; color:inherit;}*/
/*a.no-decor:hover, a.no-decor:active {text-decoration:none; color:inherit; border-top:solid 4px #fff0d1; border-bottom:solid 4px #fff0d1;}*/
  
  
  
.trans_box1 {
	padding:4px;
	margin:20px 0;
	width:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	border:none;
	overflow:visible;
	background-image:url(images/orange_40a.png);
	background-repeat:no-repeat;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
  	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/orange_50.png', sizingMethod='scale');*/
}
/* IE ignores styles with [attributes], so it will skip the following. 

.trans_box1[class] {
  background-image:url(images/orange_50a.png);
  background-repeat:no-repeat;
}              Can be used later if needed                        */

.trans_box2 {
  padding:4px;
	  margin:20px 0;
	  width:auto;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:bold;
  border:none;
  overflow:visible;
  background-image:url(images/orange_40a.png);
  background-repeat:no-repeat;
}

.trans_box2[class] {

}
  


.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.off-left {
	margin-left:-10000px;
}

.iphone-hidden{
	display:none;
}
