@import url('reset.css');
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*body, html{
	background: #666666;
	color:#fff;
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
	text-transform:uppercase;
	height:100%;
}*/

body {
	overflow:auto; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	color:#000000;
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
		font-weight: 400;
		background-color:#000000;
	
	font-size:100%;
	/*line-height:20px;*/
	
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:fixed;
	z-index: -1;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	background: url('../images/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
	top: 0px;
	text-align:center;
	
}
.footer_txt{ font-size:11px;
color:#ffffff;
	
}
#footer2{
	position:absolute;
	z-index: 99999;				/* Place the new body above the background image */
	overflow: hidden; 			/* restore scrollbars for the content */
	height:50px; width:100%;	/* Make the new body fill the screen */
	bottom:-100px;
	text-align:center;
	background-image:url(../images/black.png); background-repeat:repeat;
}
#footer3{
	position:absolute;
	z-index: 55;				/* Place the new body above the background image */
	overflow: hidden; 			/* restore scrollbars for the content */
	height:50px; width:100%;	/* Make the new body fill the screen */
	bottom:100px;
	left:100px;
}
/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#exampleDiv {
	
	background-image: url(../images/bg_content.png); background-repeat:repeat; 
	
	text-align:center;
	padding:0px 0;
	
}
#exampleDiv1 {
	background-image: url(../images/header_bg.png); background-repeat:repeat; 
	
	text-align:center;
	padding:0px 0;
	
}

	/*#exampleDiv a {
		color:#fff;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
	}

	#exampleDiv a:hover {
		background:#fff;
		color:#000;
	}*/

/**/
/*a{
	color:#000;
	text-decoration:none;
}*/


.heading1{
font-size:20px;
background-image:url(../images/header_bg.png); background-position:left; background-repeat:repeat-y;
 
font-family: Georgia, "Times New Roman", Times, serif ;
color: #333333 ;
text-transform:uppercase;

}
.heading2{
font-size:20px;
font-family:Impact;
color: #990000 ;
text-transform:uppercase;
}


.pol2{
font-size:10px;
color:#333333;
text-shadow:#000000;
text-decoration:none;
}
.pol2:hover{
font-size:10px;
color:#000000;
text-shadow:#000000;
text-decoration:underline;
}
.footer{
color:#cccccc;
font-size:10px;
}

.pol_9{
	color:#5C5C5C;
	text-decoration:none;
	font-size:9px;
}
.pol{
	color: #CCFF99;
	text-decoration:none;
}
.white_9{
	color:#FFFFFF;
	font-size:9px;
}
.m_9{
	color:#9C9C9C;
	font-size:9px;
}
.radio_b{
	color:#949494;
	font-size:12px;
}
.red{
	color:#FF0000;
}
.green{
	color:#00CC00;
	
}
.blue{
	color:#0140FE;
	font-size:12px;
	font-weight:bold;
}
.brown{
	color:#995800;
	font-size:9px;
	text-decoration:none;
}
.m_92{
	color:#9C9C9C;
	font-size:9px;
	text-decoration:none
}
.white{
	color:#FFFFFF;
	font-size:12px;
	font-weight:900;
	text-decoration:none;
	
}
.orange{
	color:#FF9300;
	text-decoration:none;
}
.orange_small{
	color:#FF9300;
	text-decoration:none;
	font-size:8px;
}
.orange2{
	color:#FF9300;
}
.orange_9{
	color:#FF9300;
	text-decoration:none;
	font-size:9px;
}
.q2{
	color:#D4D4D4;
	font-size:9px;
}

a.m1:hover{ text-decoration:none}
a.m_9:hover{ text-decoration:none}
a.red:hover{ text-decoration:none}
a.green:hover{ text-decoration:none}
a.blue:hover{ text-decoration:none}
a.m_92:hover{ text-decoration:none}
a.orange:hover{ text-decoration:underline}
a.orange2:hover{ text-decoration:none}
a.brown:hover{ text-decoration:underline}
a.m_92:hover{ text-decoration:underline}
a.pol:hover{ color:#9C9C9C}

 .input{
  		width:151px; height:19px;
		font-size:11px;
    	font-family:Tahoma;
		color:#9C9C9C;
		padding-top:2px;
		padding-left:3px;
		border-color:#5F5F5F;
		border-style:solid;
		border-width:1px;
		background-color:#3B3B3B;
		}
.textarea{
  		width:180px; height:46px;
		font-size:11px;
    	font-family:Tahoma;
		color:#ffffff;
		padding-top:2px;
		padding-left:3px;
		border-color:#666666;
		border-style:solid;
		border-width:1px;
		background-color:#292929;
		overflow:hidden;
		}
.login_link {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #FF9300; 
text-decoration: none;
}

.login_link:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #FF9300; 
text-decoration:underline;
}

.txtbox {width:120px; border: 1px solid #666666; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; font-weight: normal; background-color:#292929;}
.btn {border: 1px solid #666666; background-color:#292929; color:#ffffff;}

.logintxtbox {width:80px; border: 1px solid #666666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: normal; background-color:#292929;}
.btn {border: 1px solid #666666; background-color:#292929; color:#ffffff;}





.pol3 a{
	color: #333333;
	text-decoration:none;
}
.pol3:hover{
	color:#ffffff;
	text-decoration: underline;
}
 
.gal{
padding:0px;
/*border-spacing:0px;*/

	}
.gal td{
/*padding:1px;*/
	}	
	
	
.galbuy{
padding:0px;
background-color:#292929;
	}	
	
.galcap{
color:#333333;
font-size:9px;	}	
	
	
.gal img{
BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #666666 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #000000
	}
	
.gal img:hover{
BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #cccccc
	}

.gal img a{
BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #cccccc
	}

.intro_cap{
font-size:16px;
font-weight:bold;
color:#60000E;
}

.pic_cap{
	color:#FFFFFF;
	font-size:9px;
	line-height:1;
}
 




