@CHARSET "UTF-8"; 

/* - MASTER.RESET <<<--------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,active,hover,selected {
margin:0;
padding:0;
border:0;
outline:none;
padding:0;
text-decoration:none;
} 

html {
background-color:transparent; 
}

body {
margin:0px;
}

a {
outline: 0;
}

a:focus {
background-color: transparent;
}

.hide {
visibility:hidden;
}

.divider {
display:block;
height:10px;
}

.divider_small {
display:block;
height:4px;
}

#container {
width: 2048px;
}

.scroll_container {
width: 984px;
background-image: url('../images/black_75.png');
background-repeat: repeat;
padding-top: -5px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}

.no_scroll_container {
width: 984px;
height:2000px;
background-image: url('../images/black_75.png');
background-repeat: repeat;
padding-top: -5px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}

.content_container {
width: 950px;
height: 220px;
padding-top: 15px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}

.head {
display:inline-block;
width: 957px;
height: 27px;
background-image: url('../images/black_75.png');
padding-left: 7px;
padding-top: 3px;
font-family: 'Ubuntu';
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 20px;
color: rgba(255,214,64,0.9);
text-shadow: 0px 0px 1px rgba(255,214,64,0.9);
border: 1px solid rgba(0,0,0,0.8);
border-radius:3px;
-webkit-box-shadow: 5px 5px 8px #000000;
-moz-box-shadow: 5px 5px 8px #000000;
-ms-box-shadow: 5px 5px 8px #000000;
-o-box-shadow: 5px 5px 8px #000000;
box-shadow: 5px 5px 8px #000000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 15px rgba(0,0,0,0.9);
behavior: url(PIE.htc);
}

.text {
display:inline-block;
margin-top:10px;
width: 950px;
background-image: url('../images/black_75_blur.png');
padding-top: 5px;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 5px;
font-family: 'Varela Round', sans-serif;
font-size: 14px;
line-height: 20px;
color:rgba(255,255,255,0.7);
text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
border: 1px solid rgba(0,0,0,0.8);
border-radius:3px;
-webkit-box-shadow: 5px 5px 8px #000000;
-moz-box-shadow: 5px 5px 8px #000000;
-ms-box-shadow: 5px 5px 8px #000000;
-o-box-shadow: 5px 5px 8px #000000;
box-shadow: 5px 5px 8px #000000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 15px rgba(0,0,0,0.9);
behavior: url(PIE.htc); 
}

.text a {
display:inline-block;
line-height: 12px;
color:rgba(255,255,255,0.7);
text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
text-decoration:none;
padding-bottom:3px;
border-bottom: 1px solid rgba(255,255,255,0.5);
-webkit-transition: all.6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
behavior: url(PIE.htc);
}

.text a:hover {
color: rgba(255,214,64,0.9);
text-shadow: 0px 0px 1px rgba(255,214,64,0.9);
border-bottom: 1px solid rgba(0,0,0,0);
behavior: url(PIE.htc);
}
 

.header { 
white-space: nowrap;
font-family: 'Varela Round', sans-serif;
font-size: 18px;
color:rgba(255,255,255,0.7);
text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
behavior: url(PIE.htc);
}

.ie-header-class {
text-shadow: 0px 0px 2px rgba(255,255,255,0.9);
behavior: url(PIE.htc);
}

.slimScrollBar {
border: 1px solid rgba(0,0,0,1);
-ms-border-radius:3px;
-moz-user-select: -moz-none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
behavior: url(PIE.htc);
}

.slimScrollBar:hover {
cursor: pointer
}					

.slimScrollRail	{
border-left: 1px solid rgba(0,0,0,1);
border-right: 1px solid rgba(0,0,0,1);
-webkit-box-shadow: 5px 5px 8px #000000;
-moz-box-shadow: 5px 5px 8px #000000;
-ms-box-shadow: 5px 5px 8px #000000;
-o-box-shadow: 5px 5px 8px #000000;
box-shadow: 5px 5px 8px #000000;
behavior: url(PIE.htc);
}				

.to_top {
margin-top: 10px;
width: 970px;
height: 100%;
}  

.show a {
display:inline-block;
color:rgba(255,255,255,0.7); 
text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 2px 2px 3px rgba(0,0,0,1);
text-decoration:none;
border-bottom: 1px solid rgba(255,255,255,0.9);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
behavior: url(PIE.htc);
}

.show a:hover {
color:rgba(255,214,64,0.9); 
text-shadow: 0px 0px 1px rgba(255,214,64,0.9), 2px 2px 2px rgba(0,0,0,1);
text-decoration:none;
outline:0;
border-bottom: 1px solid rgba(0,0,0,0);
behavior: url(PIE.htc);
}

.show {
background-image:url(../images/arrow-top.png);
background-repeat: no-repeat;
background-position: center;
display:block;
position: fixed;
top: 340px;
left: 950px;
width: 20px;
height: 20px;
font-family: Ubuntu, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height:12px;
padding: 0px 3px 6px 3px;
-webkit-box-shadow: 3px 3px 8px #000000;
-moz-box-shadow: 3px 3px 8px #000000;
-ms-box-shadow: 3px 3px 8px #000000;
-o-box-shadow: 3px 3px 8px #000000;
box-shadow: 3px 3px 8px #000000;
border:1px solid rgba(255,214,46,0.4);
border-radius:4px;
background-color:rgba(0,0,0,0.8);
cursor: pointer;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
behavior: url(PIE.htc);
}

.show:hover {
-webkit-box-shadow: 5px 5px 8px #000000;
-moz-box-shadow: 5px 5px 8px #000000;
-ms-box-shadow: 5px 5px 8px #000000;
-o-box-shadow: 5px 5px 8px #000000;
box-shadow: 5px 5px 8px #000000;
border:1px solid rgba(255,214,46,0.8);
behavior: url(PIE.htc);
}

.scroll1, .scroll2, .scroll3 {
position: fixed;
top: 0px;
left: 0px;
width: 1px;
height: 1px;
background-color: red
}

#load_container a {
display:inline-block;
line-height: 12px;
color:rgba(255,255,255,0.7);
text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
text-decoration:none;
border-bottom: 1px solid rgba(255,255,255,0.9);
-webkit-transition: all.6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
behavior: url(PIE.htc);
}

#load_container a:hover {
color: rgba(255,214,64,0.9);
text-shadow: 0px 0px 1px rgba(255,214,64,0.9);
border-bottom: 1px solid rgba(0,0,0,0);
behavior: url(PIE.htc);
}

#content1 {
margin-top:0px;
}

#content2, #content3 {
margin-top:20px;
}

.extra {
display: inline-block;
position:relative; 
top: 10px;
float:left;
font-family: 'Varela Round', sans-serif;
font-size: 10px;
line-height:14px;
font-style: italic;
}

.quote {
position:relative;
top:-3px;
padding-right: 3px;
}

.tooltipimage {
position: fixed !important;
left:300px !important;
top:100px !important;
width:200px !important;
height:109px !important;
border: 1px solid rgba(0,0,0,0.8) !important;
border-radius:3px !important;
-webkit-box-shadow: 5px 5px 8px #000000 !important;
-moz-box-shadow: 5px 5px 8px #000000 !important;
-ms-box-shadow: 5px 5px 8px #000000 !important;
-o-box-shadow: 5px 5px 8px #000000 !important;
box-shadow: 5px 5px 8px #000000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 15px rgba(0,0,0,0.9) !important;
overflow:hidden !important;
behavior: url(PIE.htc);
}

a {
text-decoration:none !important;
outline:0 !important;
}

@keyframes showAndHide {
      0% { opacity: 0; }
    100% { opacity: 1; }    
}



