/* CSS Document */
a:link, a:active, a:visited, a:focus {
color : #fff;
text-decoration : none;
outline : none;
cursor: pointer;
}
a:hover{
  color: #9b0e91;
  cursor: pointer;
}

#bg_img img{
  left:0px;
  height:100%;
  width:100%;
  margin:0;
  z-index:0;
}
body{
  margin: 0;
  padding: 0;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 62.5%;
  background : url(../images/tvbg1.gif);
  background-attachment: fixed;
}
img {
  border: 0;
}

h1, h2 {
   float:left;
    }

/*############### header #################*/
#header{
  width:100%;
  height:10.7em;
  padding: 0;
  margin:0;
}
.logo_case{
  float:left;
  background : url(../images/logo_bg2.gif) no-repeat;
  width:39.8em;
  height: 10.3em;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
}
.logo_case2{
  float:left;
  background : url(../images/name_bg.jpg) no-repeat;
  width:39.8em;
  height: 10.3em;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
  /*-moz-border-radius-bottomleft:30px;
    -moz-border-radius-bottomright:30px;*/
}
.navi{
  font-family: Helvetica, sans-serif;
  text-decoration: none;
  float:right;
  font-size: 2.3em;
  height: 1.8em;
  width: 17.5em;
  background: url("../images/menu_bg.png") repeat-x;
  border-bottom: 0.2em solid #fff;
  border-left: 0.2em solid #fff;
  padding-left:0.8em;
}
.navi ul{
  list-style: none;
  padding:0;
  margin-top:0.5em;
    }
.navi li {
  float: left;
  list-style: none;
}
 .navi li.back {
  background-color: #9b0e91;
  width: 9px; height: 40px;
  z-index: 8;
  position: absolute;
  border-right: 0.1em solid #fff;
  border-left: 0.1em solid #fff;
  height: 40px;
  z-index: 8;
  margin-left:-0.2em;
  margin-top:-0.5em;
 	display:none;
}
.navi li a {
  text-align: center;
  list-style: none;
  font-size:1.0em;
  z-index: 10;
  position: relative;
  overflow: hidden;
  border-right: 0.1em solid  color:#333;
  color:#000;
  padding: 0.4em 0.6em 0.5em 0.3em;
}
.navi li a:hover, .navi li a:active, .navi li a:visited {
  border: none;
  color:#fff;
}
 
/*################# closed header #################*/

/*################# container start #################*/
.spacer {
	content: "container";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#container{
 width: 99.1em;
 margin : 0 auto;
 margin-top:8.0em;
 font-family:helvetica;
}
#sort{
  background:#000;
  padding: 0.2em 0.6em 0em 0.6em;
  width:15.0em;
  height:1.2em;
  margin-left:70.0em;
  margin-bottom:0.5em;
  font-size:1.1em;
  border:0.5em solid #fff;
  color: #999;
}
#thumb div{
  float:left;
  width: 30.0em;
  height: 26.7em;
  background: #000;
  border: 0.7em solid #fff;
  margin-left:0.5em;
  margin-bottom:0.5em;
  color:#fff;
  z-index:10;
  display: none;
}
#thumb div img{
  margin:0;
  padding:0;  
}
.kind{
  margin:0 0 0 0em;
  font-size: 1.0em;
  width: 100px;
  height:21px;
  color:#fff;
  padding:0.4em 0.5em 0.2em 1.6em;
  background:url(../images/kind_bg.gif) no-repeat;
  position:absolute;
}
 #thumb h3 {
  font-size: 1.6em !important;
  margin: 1.0em 0 0 1.0em;
  z-index:200;
  font-weight: normal;
}

#thumb p{
  font-size:1.5em;
  margin: 0.2em 0 0 1.0em;
  font-weight: normal;
}
#thumb a{
  text-decoration:none;
}
#thumb a:hover {
  color: #c5c5c4;
  text-decoration:none;
  background:#321;
  filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.5;
}
#contact {
}
#friends{
}
#friends ul{
  list-style: none;
  padding:0;
  margin:0;
}
#friends li a:link, #friends  li a:active, #friends li a:visited, #friends li a:focus{
    list-style: none;
    text-decoration:none;
    cursor: hand;
    color:#000;
    display:block;
    width: 19em;
    padding-left:0.5em;
    margin:0;
}
#friends li a:hover{
   list-style: none;
    text-decoration:none;
     cursor: hand;
     list-style: none;
    background: #bf19ad!important;
    border-bottom: none;
}
/********closed container*********/
/**********footer start*********/
#footer{
  margin:0 auto;
  text-align:center;
  font-size:1.1em;
  color:#fff;
  background:#000;
  height:2.0em;
  margin-top: 7em;
  padding:4.1em 0.3em 0.3em 0.3em;
  border: 0.7em solid #fff;
} 
#footer a{
size: 3em;
color: #fff;
}

#footer a:hover{
  color: #9b0e91;
  
}
#contact {
  background: #fff;
  font-size: 2.8em;
}
/********closed footer*********/

