@charset "utf-8";
/* CSS Document */
html { 
height: 100%; 
}

body { 
padding: 0; 
margin: 0; 
height: 100%;

/*
background-color: #f3e9c5;

background-image: url(/images/center_b.jpg);
background-position: bottom; 
background-repeat: repeat-x; 
*/

background: #f3e9c5 none left top no-repeat;

font-size:14px;
font-family: Arial, Helvetica, sans-serif !important;
}

p, div, font, strong { 
font-size: 14px;
}
a { text-decoration: none;
/*color:#CC0000;*/
color:#000000;
font-size:14px;
}
a:hover { text-decoration: none;
color:#FF6633;
font-size:14px;
}


table, td, th { 
	border-collapse: collapse; 
	border-color: #000;
}

a.menu {
font-family: arial, Verdana; 
font-size: 12px; 
color: #c80000; 
text-transform: uppercase;
text-decoration: none; 
font-weight: normal;
}

a.menu:hover {
font-family: arial, Verdana; 
font-size: 12px; 
color: #272727; 
text-transform: uppercase;
text-decoration: none; 
font-weight: normal;
}

a.menu_left {
font-family: arial, Verdana; 
font-size: 12px; 
color: #FFFFFF; 
text-transform: uppercase;
text-decoration: none; 
font-weight: normal;
}

a.menu_left:hover {
font-family: arial, Verdana; 
font-size: 12px; 
color: #272727; 
text-transform: uppercase;
text-decoration: none; 
font-weight: normal;
}


.order {
width:310px; 
background:#ffffff; 
border-collapse: collapse; 
border-style: solid; 
border-width: thin; 
display:block;
padding:0; 
margin:0;
}

.txorder {
width:635px; 
height:200px;
background:#ffffff; 
border-collapse: collapse; 
border-style: solid; 
border-width: thin; 
display:block;
padding:0; 
margin:0;
}

.tur_header {display: block; background-color: #FF6633; color:#fff; width: 250px; white-space:nowrap; padding:5px; margin-bottom: 15px;}
.tur_menu {display: block;}
a.tur_menu {text-decoration:underline;}


/* Start Photo Gallery Seting*/

#slide {
	position: absolute;
	z-index: 1000;
	display: none;
	top: 100px;
	text-align: right;
	padding: 0px 8px 8px 8px;
	background-color: #fff;
	cursor: pointer;
	font: bold 10px "helvetica neue",Arial, Helvetica, sans-serif;
	color: red;
}
#cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	background-color: #000;
	opacity: .75;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.75);
	top: 0px;
	left: 0px;
	color: #000000;
}
#photoAlbum {
	position: relative;
	z-index: 0;
	width: 100%;
	
}
#photoAlbum img {
	/*height: 10%;*/
	width: 10%;
	
	border: 4px solid white;
	margin: 8px;
	vertical-align: top;
	display: inline;
	cursor: pointer;
}
.slideControl { color: red; }

/* End Photo Gallery Seting*/















