* {
	margin:0;
	padding:0;
}
html {
	background:#e6e2e1;
}
body {
	min-width:1300px;
	color:#fff;
	font-family:arial;
}
.clear {
	float:none !important;
	height:0 !important;
	clear:both;
	padding:0 !important;
	margin: 0 !important;
}
a {
	color:#fff;
	text-decoration:underline;
}
a img {
	border:none;
}
a:hover {
	color:#f1f1f1;
}
p {
	margin:10px 0;
}
h1 {
	font-family:arial;
	font-weight:bold;
	font-size:32px;	
	margin:0 0 5px;
}
h2 {
	font-family:arial;
	font-weight:normal;
	font-size:24px;
	margin:5px 0 16px;
}
div#zipit {
	position:fixed;
	top:0;
	left:50%;
	margin-left:-650px;
	width:214px;
	height:330px;
	background:transparent url(../img/zipit_img.png) no-repeat top left;
	z-index:3;
}
div#wrapper {
	position:absolute;
	top:0;
	left:50%;
	width:980px;
	margin-left:-490px;
	padding-bottom:20px;
	z-index:1;
}
div#header {
	position:relative;
	height:90px;
	background:transparent url(../img/header_top.png) no-repeat top center;
}
div#holder {
	position:absolute;
	top:65px;
	left:50%;
	background:url(../img/header_holder.png) no-repeat top left;
	width:164px;
	height:44px;
	margin-left:-82px;	
}
div#logo {
	position:absolute;
	top:52px;
	right:55px;
	background:url(../img/header_logo.png) no-repeat top left;
	width:111px;
	height:75px;
}
div#border_right {
	position:absolute;
	top:90px;
	right:5px;
	bottom:119px;
	width:25px;
	background:url(../img/border_right_bg.png) repeat-y top left;
	z-index:1;
}
div#border_left {
	position:absolute;
	top:90px;
	left:5px;
	bottom:119px;
	width:25px;
	background:#000 url(../img/border_left_bg.png) repeat-y top left;
	z-index:1;
}
div#contents {
	width:920px;
	margin:0 30px;
	padding:0;
}
div#menu {
	padding-top:40px;
	background:url(../img/header_bg.png) repeat-y top left;
}
div#menu ul {
	margin:0 0 0 12px;
}
div#menu ul li {
	float:left;
	list-style:none;
	height:40px;
	overflow:hidden;
}
div#menu ul li.first a {
	padding-left:0;
}
div#menu ul li.last a {
	padding-right:0;
}
div#menu ul li a {
	color:#fff;
	text-decoration:none;
	line-height:40px;
	display:block;
	padding:0 16px;
	outline:none;
	background:url(../img/menu_bg.png) repeat-x top left;
}
div#menu ul li img.normal {
	display:block;
}
div#menu ul li img.hover {
	display:none;
}
div#menu ul li a:hover {
	background:url(../img/menu_bg_hover.png) repeat-x top left;	
}
div#menu ul li a:hover img.normal {
	display:none;
}
div#menu ul li a:hover img.hover {
	display:block;
}

div#wraprage {
	
}
div#wraprage div {
	width:310px;
	height:275px;	
	float:left;
}
div#wraprage div.img1 {
	background:url(../img/content_wraprage1.png) no-repeat top left;
}
div#wraprage div.img2 {
	width:300px;
	background:url(../img/content_wraprage2.png) no-repeat top left;
}
div#wraprage div.img3 {
	background:url(../img/content_wraprage3.png) no-repeat top left;
}
div#wraprage div.img4 {
	width:312px;
	height:356px;
	background:url(../img/content_wraprage4.png) no-repeat top left;
}
div#wraprage_sub div {
	width:920px;
	height:275px;	
	float:left;
}
div#wraprage_sub div.img1 {
	background:url(../img/content_wraprage_sub1.png) no-repeat top left;
}
div#wraprage div.video {
	width:560px;
	height:339px;
	background:url(../img/content_wraprage5.png) no-repeat top left;
	padding:17px 0 0 48px;
	overflow:hidden;
}

div#blue_content {
	clear:both;
	background:url(../img/content_bg.png) repeat-y top left;
}
div#blue_content div.epicrage {
	margin:0 24px;
}
div#blue_content div.epicrage img {
	padding:20px 20px 5px;
}
div#blue_content div.contents {
	padding:0 53px;
	z-index:2;
	position:relative;
	
}
div#blue_content div.contents div.prices {
	text-align:center;
	margin-top:16px;
}
div#blue_content div.contents div.prices img {
	vertical-align:top;
}
div#blue_content div.contents div.prices img.old_price {
	margin-right:30px;
	margin-left:35px;
}
div#blue_content div.contents div.order {
	margin-top:2px;
}
div#blue_content div.contents div.order p {
	font-family:arial;
	font-size:14px;
	line-height:30px;
	float:left;
}
div#blue_content div.contents div.order a {
	float:right;
	outline:none;
}
div#footer {
	position:relative;
	z-index:1;
	background:url(../img/content_footer.png) no-repeat top center;
	margin-top:-24px;
	padding-top:80px;
	text-align:center;
	color:#000;
}