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

/************************************************* CSS STYLE RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#wrapper {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-size:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#F00;
	margin: 50px 0px 40px 0px;
	line-height:48px;
}

h2 {
	font-size:18px;
	text-align:center;
	font-weight:100;
	padding:10px;
	line-height:34px;
}

h3 {
	font-size:18px;
	text-align:center;
	padding: 10px 0 10px 0;
}

#content {
	width:800px;
}

.flashing {
	background-image: url(images/flashes.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:755px;
	height:500px;
	margin:60px auto 0px auto;
	line-height:24px;
}

.flashing h3 {
	padding:120px 10px 0px 10px;
	text-align:center;
	font-size:18px;
	color:#F00;
}

.flashing ul {
	padding: 20px 0px 0px 70px;
	list-style:disc;
}

.flashing ul li {
	margin-top:20px;
}

.videobox {
	width:755px;
	border:1px solid #CCC;
	position:relative;
	margin: 15px auto 0px auto;
	height:440px;
	display:block;
}

.videobox .cover {
	position:absolute;
	top:70px;
	left:100px;
}

.videobox .video {
	position:absolute;
	top:50px;
	left:350px;
}

.videobox p {
	position:absolute;
	top:320px;
	left:15px;
	text-align:left;
	line-height:24px;
}

.sale {
	margin:40px 0 0 0;
}

#satisfy {
	margin: 40px 0 0 0;
}

#satisfy .100 {
	float:left;
}

#satisfy p {
	float:right;
	width:580px;
	line-height:24px;
	margin:15px 0 0 0;
}

#purchase {
	margin:40px auto 60px auto;
	width:400px;
}









































