/**********************************************************************
* Reset
**********************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
margin:0;
padding:0;
}
img{
border:0;
}
ol,ul{
list-style:none;
}
a,
a:link,
a:visited,
a:active,
a:focus{
cursor:pointer;
outline:none;
}
/**********************************************************************
* General Classes
**********************************************************************/
.clear_empty{
border:0;
clear:both;
display:block;
font-size:0;
height:1px;
line-height:0;
margin:0 -1px -1px 0;
overflow:hidden;
width:1px;
}
/**********************************************************************
* General Tags
**********************************************************************/
body{
background-color:black;
font-family:Arial;
}
a,
a:link,
a:visited,
a:active,
a:focus,
a:hover{
text-decoration:none;
}
/**********************************************************************
* Thickboxes
**********************************************************************/
/* ajax/inline content */
#TB_window{
background-color:transparent;
border:0;
}
#TB_window a:hover{
text-decoration:none;
}
#TB_ajaxContent{
background-color:transparent;
background-position:0 0;
background-repeat:no-repeat;
padding:0;
position:relative;
}
#TB_ajaxWindowTitle{
display:none;
float:none;
font-size:15px;
font-weight:700;
margin:0;
padding:0;
position:absolute;
z-index:2;
}
#TB_closeAjaxWindow{
float:none;
margin:0;
padding:0;
}
#TB_closeAjaxWindow a{
text-decoration:none;
}
#TB_closeWindowButton{
display:block;
float:none;
padding:0;
position:absolute;
z-index:2;
}
/* images */
#TB_ImageOff{
background-color:transparent;
background-position:0 0;
background-repeat:no-repeat;
border:0;
display:block;
}
#TB_window img#TB_Image{
border:0;
margin:0;
}
#TB_closeWindow,
#TB_caption{
float:none;
height:0;
padding:0;
}
#TB_closeWindow a{
display:block;
float:none;
padding:0;
position:absolute;
}
#TB_secondLine a{
display:block;
position:absolute;
}
/**********************************************************************
* Flash footer
**********************************************************************/
#footer{
height:110px;
margin:0 auto;
width:1250px;
}
#footer #flash_footer{
height:110px;
width:1250px;
}
/**********************************************************************
* Homepage
**********************************************************************/
#homepage{
height:100%;
width:100%;
}
/**********************************************************************
* History page
**********************************************************************/
#history{
background:#000 url('/lib/images/history/history-bkg.jpg') no-repeat;
height:614px;
margin:0 auto;
width:1250px;
}
#history_content{
background:#000 url('/lib/images/history/history-sign-bkg.gif') no-repeat;
color:#fff;
float:right;
font-size:11px;
margin:10px 5px 0;
padding:30px 10px 20px 211px;
width:565px;
}

#history_content a,#history_content a:visited,#history_content a:active{
color:#fff;
text-decoration:none;
}
#history_content a:hover{
color:#fff;
text-decoration:underline;
}

#history_content ul li ul{
padding:0 0 0 15px;
}
