@charset "UTF-8";
/* CSS Document */
html {}
body {
	margin: 0;
	padding: 0;
	background: url(img/bg1.jpg) repeat-x top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c75b14;
    background: url(img/bg.jpg) #131313;
}

/*HEADER*/
table.logo {
	border-collapse: collapse;
}
table.logo td {
	margin: 0;
	padding: 0;
}
td.logo1 {
	background-image:url(img/logo_1.jpg);
	width: 674px;
	height: 150px;
}
td.logo2 {
	display: block;
	overflow:hidden;
	background-image:url(img/logo_2.jpg);
	width: 200px !important;
	height: 150px !important;
}
td.logo3 {
	background-image:url(img/logo_3.jpg);
	width: 145px;
	height: 150px;
}
div.htop {
	margin-top: 25px;
	margin-left: 5px;
	font-size: 11px;
	padding: 0 0 0 5px;
    line-height: 1.3;
}
.htop a:link, .htop a:active, .htop  a:visited{
	font-size: 14px;
	text-decoration:none;
	color: #FC8F33;
}
.htop a:hover{
	text-decoration: underline;
}
/*CONTENT*/
table.content{
	border-collapse: collapse;
	background-color: #282828;
	border: solid 1px #282828;
}
table.content td {
	text-align:center;
	#padding: 1px;
	background:url(img/bg_thumb.jpg) no-repeat;
}
.content a img{
	#padding: 1px;
	width: 200px;
	height: 260px;
	border: 1px solid #000;
}
table.content a:hover img{
	#padding: 1px;
	border: 1px dashed #000;
}

/*BOTTOM TOP*/
.btop {
    margin: 0 auto 0 auto;
    border-collapse:collapse;
}
.btop table {
    width: 95%;
    margin-top: -10px;
}
#btop_top {
    background: url(img/btop_bg_top.png) no-repeat;
    width:934px;
    height: 21px;
    padding : 0;
    margin : 0;
}
#btop_top img{
    margin-top: -50px;

}
#btop_body{
    background: url(img/btop_bg_mid.png) repeat-y;
    width:934px;
    color: #c75b14;
    font-size:16px;
    -moz-text-shadow:1px 1px 0 #000;
    -webkit-text-shadow:1px 1px 0 #000;
    text-shadow:1px 1px 0 #000;
}
#btop_body a:link,#btop_body a:active,#btop_body a:visited {
    color:#FC8F33;
    font-weight: bold ;
    font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration:none;
}
#btop_body a:hover {
    color:#fff;
    text-decoration:none;
}
#btop_bot {
    background: url(img/btop_bg_bot.png) no-repeat;
    width:934px;
    height: 21px;
    padding : 0;
    margin : 0;
}

.btop_bookmark img{
    margin: -1px 0 0 0;
}
/*BOTTOM TOP*/
/*table.btop{
	#border-collapse:collapse;
}
div.btop_header{
	background: url(img/bg_btop_header.jpg) no-repeat;
	width: 562px;
	height: 37px;
	margin: 0 auto 0px 200px;
}
div.btop_main{
	background: url(img/bg_btop.jpg) no-repeat;
	width: 936px;
	height: 367px;
}
.btop_main table{
	width: 900px;
	padding: 20px 0 0 20px;
	font-size:14px;
}
.btop_main table a:link, .btop_main table a:active, .btop_main table a:visited{
	font-size: 18px;
	text-decoration:none;
	color: #dddddd;
}
.btop_main table a:hover{
	text-decoration: underline;
}
div.btop_bookmark{
	background:  url(img/bg_btop_bookmark.jpg) no-repeat;
	width: 563px;
	height: 46px;
	margin: 0px auto 0 210px;
}*/
/*FOOTER*/
div.footer_bg {
	background-image:url(img/footer.jpg) ;
	width: 100%;
}
table.footer {
	border-collapse: collapse;
}
table.footer td {
	margin: 0;
	padding: 0;
}
td.footer1 {
	background-image:url(img/footer1.jpg);
	width: 697px;
	height: 195px;
}
td.footer2 {
	display: block;
	overflow:hidden;
	background-image:url(img/footer2.jpg);
	width: 222px !important;
	height: 195px !important;
	text-align: center;
}
.footer2 div {
	padding: 60px 10px 10px 10px;
	color: #9a9a9a;

	font-size:10px;
}
td.footer3 {
	background-image:url(img/footer3.jpg);
	width: 156px;
	height: 195px;
}
div.sdesc {
font-size: 13px;
margin: 0 auto;
width: 1200px;
text-align: left;
}
.sdesc a {
	text-decoration: none;
	color: #9a9a9a;
	font-size: 13px;
}
