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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Styles */

body {
	background:#000 url(images/pagebg.gif) repeat-x;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:22px;
	color:#d0004d;
	font-weight:bold;
}
h2 {
	font-size:16px;
	color:#d0004d;
}
h3 {
	font-size:13px;
	color:#d0004d;
	font-weight:bold;
}
p, h2, h3 {
	margin-bottom:8px;
}



#wrap {
	width:800px;
	margin:0 auto;
}
#keywords {
	color:#666;
	padding:15px 0;
	text-align:center;
}
#keywords h2{
	color:#666;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
#keywords h2 a{
	color:#666;
}
.slogan {
	padding:28px 0 0 0;
}

#nav {
	background:url(images/nav-bg.gif);
	height:38px;
	border:1px solid #660023;
	width:214px;
	padding:0 20px;
	margin:0 auto;
}
#nav ul li{
	float:left;
}
#nav .home {
	background-image:url(images/home.gif);
	height:15px;
	width:46px;
	display:block;
	text-indent:-9999px;
	margin:12px;
}
#nav .meet {
	background-image:url(images/meet.gif);
	height:15px;
	width:131px;
	display:block;
	text-indent:-9999px;
	margin:12px;
}
#nav .how {
	background-image:url(images/how.gif);
	height:15px;
	width:120px;
	display:block;
	text-indent:-9999px;
	margin:12px;
}
#nav ul li a:hover {
	background-position:bottom;
}
#image {
	background-image:url(images/image.jpg);
	height:608px;
	width:800px;
	position:relative;
}
#image #text {
	position:absolute;
	width:280px;
	right:0;
	top:302px;
}
#image .video{
	position:absolute;
	right:386px;
	top:100px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.margin10 {
	margin:12px 0;
}


/* Footer */

#footer {
	background-color:#0f0f0f;
	border-top:#242424 solid 1px;
	padding:12px;
}
.footer {
	width:800px;
	color:#929292;
	font-size:11px;
	margin:0 auto;
}
.footer .copyright {
	color:#CCC;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
.footer ul li {
	width:250px;
	float:left;
	margin:0 8px;
}.footer ul li a {
	color: #666;
}

