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

#container {
	margin:0 auto;
	margin-top:30px;
	width:985px;
	height:783px;
	overflow:hidden;
	background-image:url(../img/white_bkgd.png);
	background-repeat:no-repeat;
}
#contentcontainer {
	background-image:url(../img/metal_frames_home.png);
	width:952px;
	height:584px;
	margin-top:15px;
	position:relative;
}
h1.home {
	position: absolute;
		top: -50px;
		left: 200px;
}
#contentcontainer .reelviewerheader {
	position:absolute;
	top:130px;
	left:408px;
	z-index:9;
}
#contentcontainer p.optiontext {
	margin:0;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	top:158px;
	left:47px;
}
#contentcontainer p.maincopy {
	margin:0;
	font-size:12px;
	color:#000;
	line-height:22px;
	position:absolute;
	top:-17px;
	left:25px;
	width:665px;
}
#contentcontainer .reelviewer {
	position:absolute;
	top:153px;
	left:314px;
}
#contentcontainer .frontboot {
	position:absolute;
	top:0;
	left:707px;
}
#contentcontainer ul.bulletszerog {
	position:absolute;
	top:269px;
	left:712px;
	background-color:#ecfafe;
	width:235px;
	height:250px;
	margin:0;
	padding:11px 0 0 0;
	line-height:13px;
}
#contentcontainer ul.bulletszerog li {
	font-size:11px;
	color:#000;
	background-image: url("../img/blue-bullet.png");
	background-position:0 4px;
	background-repeat: no-repeat;
	list-style: none outside none;
	margin: 0 0 4px 19px;
	padding: 0 0 0 12px;
}
#contentcontainer ul.bulletszerog li.title {
	font-size:11px;
	font-weight:bold;
	color:#009ed9;
	list-style: none outside none;
	margin: 0 0 5px 9px;
	padding: 0 0 0 10px;
	background:none;
}