﻿/* CSS Document */

/*   main layout   */
/*   menu   */
/*   h1, h2, p   */
/*   booking   */
/*   content   */	
/* CSS Impact  */

/*   main layout   */
body{
	margin: 0;
	padding: 0;
	background-color:#666666;
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	color:#333333;
	}
a {
	text-decoration:none;
	}
a img{
	border: 0;
	}

#wrapper{
	width: 800px;
	background-color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
#header{
	width: 800px;
	height: 241px;
	background-color:#000000;
	background-image: url(images/content_top.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
#logo{
	float:left; 
	background-image:url(images/head02.jpg); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	height: 121px;
}
#header_navi{
	background-image:url(images/header_navi_bk.jpg);
	background-repeat: repeat-x;
	clear:both
	}

#content_area{
	clear:both;
	float: left;
	width: 800px;
	background-image: url(images/content_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}

#secondary{
	position:relative;
	width: 182px;
	float: left;
	color:#333333;
	margin: -100px 0px 0 14px;
	padding: 10px 0 0 0;
	text-align: left;
	background-image:url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
* html #secondary {
	margin: -100px 0px 0 7px;
}/* IE6 */
*:first-child+html #secondary{
	margin: -100px 0px 0 18px;
}/* IE7 */
#primary{
	position: relative;
	width: 574px;
	float: right;
	margin: -100px 14px 0 0px;
	padding: 0;
}
* html #primary {
 	margin: -100px 7px 0 0px;
}/* IE6 */
*:first-child+html #primary{
	margin: -100px 7px 0 0px;
	}/* IE7 */
#primary_top{
	background-image:url(images/primary_top.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 574px;
	padding: 0;
	margin: 0;
	}
#primary_middle{
	background-image:url(images/primary_middle.jpg);
	background-repeat: repeat;
	width: 514px;
	padding: 10px 30px;
	text-align: left;
	}	
#primary_bottom{
	background-image:url(images/primary_bottom.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 574px;
	}	

#footer{
	clear:both;
	width: 800px;
	height: 66px;
	background-color: #E40001;
	background-image: url(images/hooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	}
#footer p{
	padding-top: 27px;
	 }
	
#main_menu{
	margin:  0;
	padding: 0 0 10px 0;
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#main_menu li{
	list-style: none;
	font-weight: bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin:  0;
	padding: 6px 0 0 10px;
	background-image: url(images/menu_back.jpg);
	background-repeat:no-repeat;
	background-position: left ;
	height: 27px;
	}
#main_menu li a{
	display: block;
	width: 172px;
	text-decoration: none;
	color:#333333;
	}
#main_menu li a:hover{
	color:#CC0000;
	}

/*   h1, h2, p   */
h1{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color:#FF0000;
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	line-height: 120%;
	}
h2{
	margin: 10px 0;
	padding:  0;
	color: #564884;
	clear:both;
	line-height: 110%;
	}
* html h2 {
	font-size:150%;
}/* IE6 */
*:first-child+html h2{
	font-size:150%;
	}/* IE7 */
h3{
	margin: 10px 0;
	padding:  0;
	color: #E40001;
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	font-size:medium;
	}
h4{
	color:#E40001;
	margin: 5px 0;
	font-size:medium;
	}
* html h4 {
	font-size:120%;
}/* IE6 */
*:first-child+html h4{
	font-size:120%;
	}/* IE7 */

p{
	margin: 0;
	padding: 5px 0;
	}



.tour_photo{
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin: 10px 0 10px 10px;
	}
.highlight{
	margin: 5px 5px 5px 15px;
	padding: 0;
	}
.tour_detail{
	border-bottom: solid 1px #CCCCCC;
	padding: 5px 0;
	clear:both;
	padding-bottom:15px;
	}
.tour_detail p{
	float: left;
	}

.tour_detail .booknow{
	text-align: right;
	margin-bottom:15px;
	}
	
	/* CSS Impact  */
.impact {
	font-size: xx-small;
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.center {
	text-align: center;
}
.left_highlight {
	text-align: center;
	font-size: xx-small;
	color: #CCCCCC;
}

