/*
	Author	:	B.K. Rho
	Email		:	rho@igot.com
	Website	:	http://www.leopon.com/
*/

* {
	border:0;
	margin:0;
	padding:0;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

/* general */
a {
	color:#b484da;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* welcome image */
IMG.welcome {
	position:absolute;
    left: 45%;
	top:45% }

/* body */
body {
	/*background-image: url(image/bg.jpg);*/
	background-color:#ffffff;
	/*background-repeat: repeat-x;*/
	height:100%;
	width:100%;
}

/* body */
div.bodyindex {
	background-image: url(image/bg.gif);
	/*background-color:#66097B;*/
	background-repeat: repeat-x;
	height:100%;
	width:100%;
	position:absolute;
}

div.bodypage {
	background-image: url(image/bg_page.gif);
	/*background-color:#66097B;*/
	background-repeat: repeat-x;
	height:100%;
	width:100%;
	position:absolute;
}

div.bodyAirlineBaggages {
	background-image: url(image/bg_body.jpg);
	/*background-color:#66097B;*/
	background-repeat: repeat;
	height:100%;
	width:100%;
	position:relative;
	float:center;
}

div.bodyMain {
	background-image: url(image/bg_body.jpg);
	/*background-color:#66097B;*/
	background-repeat: repeat;
	height:100%;
	width:100%;
	position:relative;
	float:center;
}

/* container */
div.container{
	background-image: url(image/bg_container.jpg);
	background-repeat: repeat;
	margin:0 auto;
	position:static;
	float:center;
	width:796px;
}

/* container */
div.containerAir{
	background-image: url(image/bg_container.jpg);
	background-repeat: repeat;
	margin:0 auto;
	position:static;
	float:center;
	width:796px;
}

/* Ad Top */
div.AdTop{
	background-image: url('image/Bg_Ad.gif');
	margin:0 auto;
	position:static;
	width:748px;
	height:110px;
}

/* Ad Bottom */
div.AdBtm{
	background-image: url('image/Bg_Ad.gif');
	margin:0 auto;
	position:static;
	width:748px;
	height:110px;
}

/* AdItself */
div.AdItself {
	position:relative;
	vertical-align:middle;
	top:10px;
	left:10px;
	width:728px;
	height:90px;
}

/* menu */
div.menu {
	position:static;
	margin:0 auto;
	width:780px;
	height:150px;
}

div.menu a {
	color:#fff;
	font-size:14px;
	line-height:14px;
	margin:0 auto;
	padding:0px;
	font-family:"Arial";
	font-weight: bold;
}

div.menu a:hover{
	border-top:4px solid #ea6b48;
	color:#ea6b48;
	margin:0 auto;
	padding:0px;
}

/* header */
div.header {
	background-image: url(image/banner_index.gif);
	width:780px;
	height:200px;
	margin:0 auto;
	position:static;
}
div.header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
div.header h1 {
	color:#2943C2;
	font-size:25px;
	font-weight:bold;
	left:100px;
	letter-spacing:0px;
	position:relative;
	top:40px;
}
div.header p {
	color:#808080;
	font-size:20px;
	line-height:30px;
	padding:10px;
	text-align:center;
	margin:0px 0 100px 0;
}
div.header ul {
	list-style:none;
	position:absolute;
	top:100px;
}
div.header ul li {
	list-style:none;
}
div.header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
}
div.header ul li a:hover {
	background:#b484da;
	color:#eee;
	text-decoration:none;
}

div.headerService {
	background-image: url(image/headerService.gif);
	width:1100px;
	height:150px;
	position:absolute;
	left:0px;
	top:65px;
}

div.headerDelivery {
	background-image: url(image/headerDelivery.gif);
	width:1100px;
	height:150px;
	position:absolute;
	left:0px;
	top:65px;
}

div.headerContact {
	background-image: url(image/headerContact.gif);
	width:1100px;
	height:150px;
	position:absolute;
	left:0px;
	top:65px;
}

div.headerCoupon {
	background-image: url(image/headerCoupon.gif);
	width:1100px;
	height:150px;
	position:absolute;
	left:0px;
	top:65px;
}

/* footer */
div.footer {
	background-image: url('image/footer.gif');
	position:relative;
	width:550px;
	height:50px;
	top: 30px;
	margin:0 auto;
	float:center;
	text-align:center;
}
div.footer p {
	color:#808080;
	font-size:11px;
	line-height:50px;
	text-align:left;
	/*margin:10px 0 100px 0;*/
	font-family:"verdana";
}

/* footer */
div.footerPage {
	background:url('image/footer.gif');
	position:relative;
	width:550px;
	height:50px;
	top:30px;
}

div.footerPage p {
	color:#808080;
	font-size:11px;
	line-height:50px;
	text-align:left;
	margin:10px 0 100px 0;
	font-family:"verdana";
}

/* sidebar */
div.sidebar {
	margin:0 auto;
	position:relative;
	float:left;
	width:150px;
	height:363px;
	line-height:0px;
}
div.sidebar h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
div.sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
div.sidebar p {
	/*background:#f1f1f1;*/
	color:#fff;
	/*display:block;*/
	font-size:70%;
	line-height:20px;
	margin:0 0;
	padding:5px;
	font-family:"Arial Black";
}
div.sidebar p a.more {
	display:block;
	text-align:right;
}
div.sidebar ul {
	margin:10px;
}
div.sidebar ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:5px 2px;
}
div.sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
div.sidebar ul li a:hover {
	color:#000;
}

/* sidebar page */
div.sidebarPage {
	margin:0 auto;
	position:relative;
	float:left;
	width:150px;
	height:150px;
	top:70px;
	border:4px solid #F1F1F1;
}
div.sidebarPage h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
div.sidebarPage p {
	color:#000;
	/*display:block;*/
	font-size:80%;
	line-height:20px;
	margin:0 0;
	padding:7px;
	font-family:"Arial";
	font-weight:bold;
}

/* Content */
div.content {
	position:relative;
	margin:100px 0 0 150px;
	padding:10px;
	width:550px;
}
div.content p {
	line-height:20px;
	padding:3px;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
}
div.content h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"arial";
	color:#E7651A;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

/* Content Page*/
div.contentPage {
	position:relative;
	background:#fff;
	margin:20px 0 0 20px;
	padding:10px;
	width:680px;
	height:450px;
}
div.contentPage p {
	line-height:20px;
	padding:3px;
	color:#585958;
	font-family:"verdana";
	font-size:11px; 
}
div.contentPage h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"arial";
	color:#E7651A;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

/* contentInside */
div.contentIndexInside {
	position:relative;
	width:550px;
	height:200px;
}

/* contentInside */
div.contentInside {
	position:relative;
	width:550px;
	height:350px;
}

/* Content Parts (A) */
div.contentA {
	margin:0 auto;
	background:#fff;
	position:relative;
	float:left;
	width:400px;
	height:350px;

	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

div.contentA h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"arial";
	color:#E7651A;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

/* Content Parts (B) */
div.contentB {
	margin:0 auto;
	background:#000;
	position:relative;
	float:right;
	width:250px;
	height:350px;

	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

div.contentB h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"arial";
	color:#007524;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

/* Content Map (A) */
div.contentMapA {
	margin:0 auto;
	background:#fff;
	position:relative;
	float:left;
	width:265px;
	height:330px;

	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

div.contentMapA h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"arial";
	color:#E7651A;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

/* Content Map (B) */
div.contentMapB {
	margin:0 auto;
	background:#fff;
	position:relative;
	float:right;
	width:265px;
	height:330px;

	color:#585958;
	font-family:"verdana";
	font-size:11px; 
	line-height:15px;
}

div.contentMapB h1 {
	/*aborder-bottom:2px solid #7534aa;*/
	font-family:"arial";
	color:#007524;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	padding:3px;
}

/* T B L R */