html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	color: #FFFFFF;
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 1px;
	font: normal 14px Helvetica, Arial, sans-serif;
}
.bg_form {
	background-image: url(../imgs/bg_form.jpg);
}
img {
	border-width: 0px;
	border-style: none;
	behavior: url(../scripts/iepngfix.htc);
}

h1 {
	margin-bottom: 5px;
	font: normal 28px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #333;
	margin-bottom: 7px;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

p {
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
	letter-spacing: 0px;
	color: #FFF;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
}

.black
{
	color:#000;
}

.float_left
{
	float:left;
}

.float_right
{
	float:right;
}

.width {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
}
.footer_width {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
.nav_back {
	background-image: url(../imgs/nav_back.png);
	height: 25px;
	width: 210px;
	font-size: 16px;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-align: center;
}
.nav_forward {
	background-image: url(../imgs/nav_forward.png);
	height: 25px;
	width: 210px;
	font-size: 16px;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-align: center;
}

.nav_button {
	background-image: url(../imgs/nav_button.png);
	height: 25px;
	width: 210px;
	font-size: 16px;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-align: center;
}
a:link, a:visited {
	color: #214FA8;
	text-decoration: none;
}

a:hover {
	color: #840000;
	text-decoration: none;
}
#container {
	min-height: 100%;
	top: 0px;
	/*width: 970px;*/
	/*margin: 0px auto;*/
	position: relative;
	z-index: 1;
}
#logo {
	height: 172px;
	width: 172px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#menu {
	width: 955px;
	font-size: 16px;
	height: 32px;
	background-image: url(../imgs/menu.png);
	padding: 16px 5px 0px;
	background-repeat: no-repeat;
	margin-top: -1px;
	margin-bottom: 5px;
}

#menu ul {
	margin: 0px;
	width: 955px;
	text-align: center;
	vertical-align: middle;
}

#menu li {
	display:inline;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 15px;
	margin-left: 35px;
	margin-right: 35px;
}
#menu a:link, #menu a:visited {
	color: #FFF;
}
#menu a:hover {
	color:#CCC;
}
#headline {
	text-transform: capitalize;
	text-align: center;
	width: 955px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}
#videoplayer {
	height: 415px;
	width: 955px;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	background-image: url(../imgs/video.png);
	padding-right: 6px;
	padding-left: 6px;
}
#players {
	height: 390px;
	width: 680px;
	background-image: url(../imgs/video_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	float: left;
	margin-top: 6px;
}
#floatit {
	height: 376px;
	width: 670px;
	padding: 5px;
}
#videoplayer #videoplaylist {
	float: right;
	height: 365px;
	width: 255px;
	margin-top: 22px;
	margin-right: 7px;
}
#videoplaylist h2 {
	color: #FFF;
	margin-bottom: 5px;
	font-size: 18px;
}
#body {
	padding-bottom: 200px;
	background-image: url(../imgs/body_text.png);
	min-height: 630px;
	width: 955px;
	padding-right: 11px;
	padding-left: 11px;
	color: #333;
	font: 13px Helvetica, Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
}
#smo {
	background-image: url(../imgs/body_smo.png);
	height: 39px;
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
	padding-right: 30px;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#body_text {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#body_text_signupdirect {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}
#body_text_store {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#featureditem {
	margin: 20px auto;
	width: 650px;
	border: 1px solid #999;
	padding: 10px;
}
#featureditem2 {
	width: 330px;
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
form table img {
	float: right;
	padding-bottom: 20px;
}
form table h3 {
	text-align: left;
}
#social_icons    {
	float: right;
	margin-top: -5px;
}
#footer {
	background-image: url(../imgs/footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 134px;
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 0px;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #CCC;
}
#footer a:hover {
	color:#FFF;
}

#signupmo
{
	background: url(../imgs/signup_mo.png) no-repeat center center;
	height:35px;
	width:210px;
}

#signupmo a
{
	display:block;
}

#signupmo a:hover img
{
	visibility:hidden
}

