@charset "UTF-8";
/* CSS Document */

.wrapper {
	width: 799px;
	height: 599px;
	border: 1px solid #000000;
	margin: 50px auto 50px auto;
	background: url(bg.png) scroll no-repeat;
	position: relative;
}

.header {
	position: absolute;
	top: 28px;
	left: 30px;
	width: 726px;
	height: 14px;
	font-size: 14px;
	line-height: 10px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 38px;
	word-spacing: 40px;
	color: #ffffff;
	text-align: center;
}

a {
	font: inherit;
	text-decoration: none;
	color: #ffffff;
}

a:hover img {
	border: 1px #000000;
}
	

.frame {
	width: 620px;
	height: 471px;
	background: url(frame.png) scroll no-repeat;
	margin: 60px 0px 0px 30px;
	position: relative;

}

.content {
	width: 535px;
	height: 397px;
	position: absolute;	
	top: 30px;
	left: 43px;
	text-align: center;
	background: transparent url(trans.png) repeat;
}

.top {
	width: 100%;
	text-align: center;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #000000;
	margin: 20px 0 10px 0;
}

.middle {
	width: 447px;
	height: 183px;
	text-align: center;
	margin: 20px auto 20px auto;
}

.pic {
	margin: 0px 5px 0px 5px;
	float: left;
	opacity: 1;
	background: #ffffff;
	position: relative;
}

.caption {
	clear: both;
	width: 480px;
	text-align: left;
	margin: 25px auto 0px auto;
	border: 1px dashed #000000;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 100;
	padding: 5px;
}

.left {
	width: 210px;
	margin-left: 20px;
	float: left;
	position: relative;
	height: 100%;
}

.img_top {
	margin-bottom: 20px;
}

.img_bot {
	padding: 5px;
	border: 1px dashed #000000;
}

.right {
	position: relative;
	width: 265px;
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	clear: right;
	float: right;
	text-align: justify;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: 900;
}

h2 {
	margin-top: 50px;
	font-size: 14px;
	font-weight: 100;
}

ul {
	font-size: 12px;
	font-weight: 100;
	text-indent: 0px;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 30px;
}

h3 {
	margin-top: 40px;
	font-size: 10px;
	font-weight: 100;
	line-height: 20px;
	text-align: center;
}

.nav {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -.5px;
	word-spacing: -1px;
	position: absolute;
	width: 150px;
	height: 30px;
	text-align: center;
}

#checkout {
	top: 470px;
	left: 633px;
	color: #1c1349;
}

#contact {
	top: 526px;
	left: 633px;
	color: #3d070e;
}

.checkout_cover {
	position: absolute;
	top: 470px;
	left: 652px;
	width: 114px;
	height: 18px;
}

.contact_cover {
	position: absolute;
	top: 526px;
	left: 662px;
	width: 94x;
	height: 18px;
}

img {
	border: 0px;
}