/**************************************************
 *** global
 **************************************************/
html {
	margin:0px;
}

body {
	font: normal 12px Tahoma, sans-serif, Arial;
	line-height:15px;
	background-color: #000;
	color:#fff;

}

a:link, a:visited, a:hover {
	text-decoration: none;
	color:white;
}

.page-container {
	height:865px;
	position:static;
	width:1152px; 
	margin:0px auto;

}

img {
	border:0px;
}


/*********** Containers ****************/
#container {

     float:left;
	 margin: 0 0 0 0;
	 width:100%;
}

/*******   Left Col ****************/
#left-col{
	float:left;
	height:auto;
	width:222px;
	line-height:0px;
	
}

/*******   right Col ****************/
 #right-col{
	
	float:left;
	height:695px;
	background-image: url('../images/page_bg.jpg');
	width:922px;
	padding-left:5px;
	padding-top:5px;
}

#find{
	height:25px;
	padding-top: 5px;
	padding-left: 20px;
}

/**************************************************
 *** header and footer
 **************************************************/
#header {
	width:100%;
	margin: 0px;
	padding:0px;
	line-height:0px;
}

#header-animation {
	width:224px;
	margin: 0px;
	float:left;
}
#header-nav {
	width:926px;
	margin: 0px;
	float:left;
}


#footer {
	width:100%;
	text-align: center;
	color: #fff;
	
	
}

 #links{
	margin-top:25px;
	color:white;
	height:23px;
	margin-bottom:5px;
}

 #links a{
	color:white;
}

#copyright{
height:15px;
color:white;
}
/*******   results ****************/
#results{
}

#content-box{
	width:80%;
	height:100px;
	text-align:left;
	padding-left: 5px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}

#float-find{
	text-align: left;
	position: absolute;
	padding-top:23px;
	width:50px;
	margin-left:382px;
}
#desc-title{
margin-top:10px;
width:600px;
font-weight:bold;
text-align:justify;
font-size:12px;
}
#desc-text{
float:right;
margin-top:5px;
margin-right:15px;
width:600px;
font-size:12px;
text-align:justify;
}

#desc-box{
	width:80%;
	text-align:justify;
}

#other-details{
	width:40%;
	margin:0px auto;
	border:1px solid;
}
#paging{
	height:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:10pt;
}

.float {
	border: none;
	display: inline;
	padding: 7px 17px 5px 5px;
	
}

#detail-result{
	text-align:justify;
	margin-left:0px;
}

#desc{
	width:80%;
	padding:20px;
	text-align:justify;
	font-size:13px;
	line-height:20px;
}

#thumnail{
	width:120px;
	height:120px;
	padding-left:20px;
}

#thumnail #img-magni span {
	position: absolute;
	right: 0; bottom: 4px;
	width: 19px; height: 19px;
	background: url(../image/magnify.png) no-repeat;
	text-indent: -13337px;
}
/*******  search form ****************/
#search-form{
	padding-left:10px;
}

#search-form ul,li{
	list-style:none;
	display:block;
}


form li
{
	display:block;
	margin:0;
	padding:8px 5px 5px 9px;
	position:relative;
}
/*****************rollover*****************/
#mainframe
{
	width:600px;
}
#centerframe{
	float:left;
	width:360px;
}
#left-sideframe
{
	width:120px;
	float:left;
}
#right-sideframe
{
	width:120px;
	float:left;
	
}
#bottomframe{
	width:360px;
}

.leftframe{
float:left;
Width:100px;
height:100px;
margin: 10px 10px 30px 10px ;
 
}


#home-title
{
	color:black;
	font-size:20px;
	font-weight:bold;
	padding:10px;
}
#home-audio
{
	color:black;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}
#home-img
{
	padding:10px;
}

#home-desc
{
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:black;
}

