/* LAYOUT */

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:900px;
}

#top_nav {
	font-family: serif;
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:56px;
	font-size: 0.7em;
}

#logo {
	position:absolute;
	left:0px;
	top:56px;
	width:536px;
	height:130px;
}

#thumb_nav {
	position:absolute;
	left:536px;
	top:56px;
	width:464px;
	height:130px;
}

#main {
	margin-top: 30px;
	position:absolute;
	left:0px;
	top:186px;
	width:1000px;
	height:470px;
}

#main img {

	border-style: none;
	padding-left: 300px;

}

#main2 {
	margin-top: 30px;
	position:absolute;
	left:0px;
	top:186px;
	width:1000px;
	height:470px;
}

#main2 img {

	border-style: none;
	padding-left: 90px;

}

#main3 {
	margin-top: 30px;
	position:absolute;
	left:0px;
	top:186px;
	width:1000px;
	height:470px;
}

#main3 img {

	border-style: none;
	padding-left: 300px;

}

#main4 {
	margin-top: 30px;
	position:absolute;
	left:0px;
	top:186px;
	width:1000px;
	height:470px;
}

#main4 img {

	border-style: none;
	padding-left: 300px;

}


#main_text {
	position:absolute;
	left:0px;
	top:656px;
	width:1000px;
	height:49px;
}

#main_text a{

	padding-left: 30px;

	color: #666666;

	text-decoration: none;

}

#footer {
	position:absolute;
	left:0px;
	top:705px;
	width:1000px;
	height:195px;
}

#footer > img {
	display: none;
}



#main_text p.info_01 {

	padding-top: 10px;

	padding-right: 266px;

	text-align: right;

	color: #999999;

	font-size: .7em;

	font-family: sans-serif;

}

/* END LAYOUT */



/* NAV */

    * html #top_nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    #top_nav.wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    #top_nav ul {
        width: auto; 
        margin-left: 520px;
                     
        margin-bottom: 0;
                     
        margin-right: 0;
                     
        margin-top: 16px;
                     
        width: 100%;
        padding: 0;
        
        line-height: 1em;
        list-style: none;
    }
    #top_nav li {
        float: left;
        display: inline;
   
        list-style: none;
        
        margin: 0;
        padding: 0;
        
        line-height: 1em;
    }
    #top_nav li.dot {
        font-weight: bold;
        color: #a29b99;

    }
    #top_nav li.last {
        border-right: none;
    }
    #top_nav a,
    #top_nav a:link,
    #top_nav a:active,
    #top_nav a:visited {
        display: inline-block;
        /* hide from ie/mac \*/
        letter-spacing: 0px;
                              
                               
        padding-left: 10px;
                              
                               
        padding-bottom: 5px;
                              
                               
        padding-right: 10px;
                              
                               
        padding-top: 5px;
                              
                               
        display: block;
        /* end hide */
        text-decoration: none;
        
        margin: 0;
        
        color: #a29b99;
        background: white;
    }
    #top_nav a:hover {
        color: #787777;
        text-decoration: none;
    }
    #top_nav strong {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        color: white;
        background: white;
    }
    #top_nav strong a,
    #top_nav strong a:link,
    #top_nav strong a:active,
    #top_nav strong a:visited,
    #top_nav strong a:hover {
       color: #797473;
       background-color: white;
    }
    
/* END NAV */

/* THUMBNAIL NAV */

    }
    #thumb_nav.wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    #thumb_nav ul {
        width: auto; 
        margin-left: 0px;
                     
        margin-bottom: 0;
                     
        margin-right: 0;
                     
        margin-top: 48px;
                     
        width: 100%;
        padding: 0;
        
        line-height: 1em;
        list-style: none;
    }
    #thumb_nav li {
        padding-left: 10px;
        float: left;
        display: inline;
   
        list-style: none;
        
        margin: 0;
        
        line-height: 1em;
    }


	#thumb_nav li a.thumb01 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_01.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb01 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb01_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_01.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	

	#thumb_nav li a.thumb02 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_02.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb02 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb02_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_02.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb03 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_03.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb03 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb03_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_03.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb04 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_04.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb04 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb04_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_04.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
		#thumb_nav li a.thumb05 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_05.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb05 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb05_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_05.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	
	#thumb_nav li a.thumb06 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_06.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb06 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb06_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_06.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	
	#thumb_nav li a.thumb07 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_07.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb07 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb07_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_07.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	
		#thumb_nav li a.thumb08 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_08.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb08 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb08_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_08.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
		#thumb_nav li a.thumb09 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_09.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb09 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb09_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_09.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb10 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_10.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb10 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb10_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_10.jpg) 0 0 no-repeat;
		text-decoration: none;
	}


	#thumb_nav li a.thumb11 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_11.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb11 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb11_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_11.jpg) 0 0 no-repeat;
		text-decoration: none;
	}	
	
	#thumb_nav li a.thumb12 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_12.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb12 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb12_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_12.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb13 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_13.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb13 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb13_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_13.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb14 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_14.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb14 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb14_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_14.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb15 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_15.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb15 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb15_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_15.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb16 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_16.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb16 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb16_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_16.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb17 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_17.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb17 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb17_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_17.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	#thumb_nav li a.thumb18 {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_18.jpg) no-repeat;
		background-position: -60px 0;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb18 {
		background-position: -30px 0;
	}	
	
	#thumb_nav li a.thumb18_selected {
		display: block;
		width: 30px;
		height: 40px;
		background: url(images/thumb_18.jpg) 0 0 no-repeat;
		text-decoration: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#thumb_nav li a.thumb_arrow_right {
		display: block;
		width: 30px;
		height: 40px;
		background: url("images/thumb_arrow_right.jpg") 0 0 no-repeat;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb_arrow_right {
		background-position: -30px 0;
	}
	
		#thumb_nav li a.thumb_arrow_left {
		display: block;
		width: 30px;
		height: 40px;
		background: url("images/thumb_arrow_left.jpg") 0 0 no-repeat;
		text-decoration: none;
	}	


	#thumb_nav li a:hover.thumb_arrow_left {
		background-position: -30px 0;
	}

/* CLEARING */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* END CLEARING */