/* CSS for home page layout */

.body {
	position: relative;
	padding: 0;
	top: -2px;
}
.showcase {
	float: left;
	padding: 0 0 0 0;
	width: 500px;
	margin: 0px 10px 20px 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #010181;
}
#promotion {
	border-left: dashed 1px #000;
	width: 255px;
	padding: 0 0 0 20px;
}
img.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#promotion h2 {
	margin-bottom: 10px;
}
#left_col {
	float: left;
	width: 510px;
	margin: 0 0 0 0;
}
#voucher {
	width: 260px;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}
.four_step {
	float: left;
	width: 184px;
	border-right: 1px dashed #000000;
	height: 170px;
	padding-top: 8px;
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#last {
	border: none;
}
#notes {
	width: 579px;
	padding-left: 5px;
	float: right;
	border-top: dashed 1px #000000;
	padding-top: 5px;
}
* html .four_step {
	width: 25%;
	padding-right: 5px;
	padding-left: 5px;
}
*html #notes {
	width: 75%;
}
#first {
	height: 300px;
}
*html #bottem_content {
	margin-left: 9px;
}
#bottem_content {
	clear: left;
	width: 510px;
	margin-left: 18px;
}
.showcase .foot_note {
	border-top: 1px solid #000000;
	padding-top: 5px;
}
.global #social {
	height: 50px;
	clear: both;
	float: left;
	width:780px;
	text-align: right;
	margin: 0 0 0 0;
	background-color: #E5E5F2;
}
*html .global #social {
	width:780px;
}
#rt_col {
	margin: 0px 0px 10px;
	padding: 0px;
	float: right;
	width: 260px;
}
#left_col #fprod div {
	float: left;
	margin-left: 50px;
	text-align: center;
}
#left_col #fprod img {
	border: none;
}
#left_col #tts div {
	float: left;
	margin-left: 63px;
	text-align: center;
}
#left_col #tts img {
	border: none;
}
#left_col #tts h3 {
	margin-top: 10px;
}
#top_showcase {
	margin-top: 0px;
	border: none;
}
#rt_col #youtube {
	float: left;
	clear: both;
	width: 260px;
	text-align: center;
	margin: 10px 0 0 0;
}
.global #social img {
	margin-right: 85px;
	margin-top: 7px;
	float: right;
	border: none;
}

