@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Cabin Condensed';
	font-style: normal;
	font-weight: 400;
	src: local('Cabin Condensed'), local('CabinCondensed'), url('http://themes.googleusercontent.com/static/fonts/cabincondensed/v1/B0txb0blf2N29WdYPJjMStL_YSxa0Ggq46JEtXTJ0Ts.woff') format('woff');
}
@font-face {
	font-family: 'Cabin Condensed';
	font-style: normal;
	font-weight: 500;
	src: local('Cabin Condensed Medium'), local('CabinCondensed-Medium'), url('http://themes.googleusercontent.com/static/fonts/cabincondensed/v1/Ez4zJbsGr2BgXcNUWBVgEHOfhlDz9Ad2IkAXIqy0fB4.woff') format('woff');
}
*, html, body {
	margin:0;
	padding:0;
}
/* Layout */
body {
	background:url(../images/bg-textured.jpg) repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#whitebg {
	position:absolute;
	height:486px;
	background:#FFF url(../images/white-gradient.png) repeat-x;
	width:100%;
	top:0;
	z-index:1;
}
#container {
	width:1065px;
	margin:0 auto;
	position:relative;
	margin:0 auto;
	z-index:20;
	top:0;
}
#frame {
	background:url(../images/frame.jpg) no-repeat;
	width:1065px;
	height:600px;
	position:relative;
}
#header {
	height:75px;
}
.thumbs {
	width:176px;
	position:absolute;
	top:74px;
}
.thumbs img {
	padding-bottom:12px;
}
img {
	border:none;
}
.thumb {
	height:134px;
	overflow:hidden;
	width:178px;
	position:absolute;
}
.thumb img {
	width:178px;
	border:1px solid #999;
}
.thumb img:hover {
	border:1px solid #d62727;
}
.place1, .place2, .place3 {
	left:12px;
}
.place4, .place5, .place6 {
	right:10px;
}
.place1, .place4 {
	top:75px;
}
.place2, .place5 {
	top:220px;
}
.place3, .place6 {
	top:365px;
}
.leftset {
	left:12px;
}
.rightset {
	right:10px;
}
.border {
	width:640px;
	height:512px;
	position:absolute;
	top:30px;
	left:215px;
	background:#000;
}
h1.replace {
	background:url(../images/text-sneak-peak-of-live-hd-cams.png) no-repeat;
	margin-top:20px;
}
h1.replace a {
	display:block;
	width:289px;
	height:176px;
}
.hidden {
	position:absolute;
	top:-9999em;
}
#flashContent {
}
.player {
	width:640px;
	height:512px;
	background:#121212;
	position:absolute;
	top:0;
}
#leftcolumn {
	float:left;
	width:535px;
	color:#fff;
	padding-bottom:40px;
}
#leftcolumn h2,#rightcolumn h2 {
	color:#fff;
	font-weight:400;
	font-family: 'Cabin Condensed', sans-serif;
	letter-spacing:.03em;
	font-size:1.6em;
}
#rightcolumn h2{
	margin-bottom:20px;
}
#leftcolumn p {
	padding:10px 0 10px 0;
}
#rightcolumn {
	float:left;
	width:520px;
	padding:0 0 20px 10px;
}
.checks {
	padding:40px 20px 40px 20px;
}
.checks li {
	list-style:none;
	background:url(../images/check.png) 0 11px no-repeat;
	line-height:50px;
	padding-left:35px;
	color:#fff;
	font-size:24px;
}
#chat {
	background:#000;
}
h3 {
	color:#62070f;
	font-weight:lighter;
	font-size:2.6em;
	margin-top:15px;
}
p {
	line-height:1.5em;
	margin-top:10px;
}
#signup {
	background:url(../images/btn-signup.png) no-repeat;
	width:466px;
	height:102px;
	display:block;
	float:right;
	margin-top:30px;
}
.callout {
	font-size:2.4em;
	font-weight:lighter;
	text-align:center;
	margin-top:130px;
	font-family: 'Cabin Condensed', sans-serif;
	text-transform:uppercase;
}
.callout a {
	color:#fff;
	text-decoration:none;
}
.access {
	text-align:center;
}
.access a {
	color:#b3b3b3;
	text-decoration:none;
	font-size:1em;
	font-weight:lighter;
}
.access a .hotpink {
	color:#ea2b2b;
}
.start {
	font-size:3.8em;
	font-weight:lighter;
	text-align:center;
	margin-top:60px;
	font-family: 'Cabin Condensed', sans-serif;
	text-transform:uppercase;
}
.start a {
	color:#ea2b2b;
	text-decoration:none;
}
object. #flashContent {
position:relative;
z-index:10;
}
.next {
	display:block;
	width:640px;
	height:32px;
	position:absolute;
	bottom:0;
	cursor:pointer;
	z-index:30;
	color:#fff;
	text-shadow:#81000E 0 2px;
	text-align:center;
	line-height:32px;
	font-size:1.3em;
}
.gradRed {
	background: #d62727; /* Old browsers */
	background: -moz-linear-gradient(top, #d62727 0%, #ff3030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d62727), color-stop(100%, #ff3030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d62727 0%, #ff3030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d62727 0%, #ff3030 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d62727 0%, #ff3030 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62727', endColorstr='#ff3030', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d62727 0%, #ff3030 100%); /* W3C */
	text-shadow:0 1px 1px #000;
	font-family: 'Cabin Condensed', sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
.gradRed:hover {
	background:#22639e;
}
ul.cats {
	list-style:none;
	float:left;
	padding-left:15px;
}
ul.first{
	padding-left:0;
}
ul.cats li {
	padding-bottom:5px;
}
ul.cats li a {
	border:1px solid #2a2a2a;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	color:#ccc;
	text-decoration:none;
	font-size:1.4em;
	text-align:center;
	list-style:none;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #45484d 0%, #000000 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	text-shadow:0 1px 1px #000;
}
ul.cats li a:hover {
	background: #144567;
	border-color:#0f334d;
}
.join {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	display:block;
	float:right;
	width:408px;
	height:54px;
	line-height:54px;
	margin-left:10px;
	text-decoration:none;
	font-size:1em;
}
#logo {
	float:left;
	margin-top:16px;
}
#search {
	float:right;
	display:inline;
	margin:0 0 0 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	display:block;
	width:308px;
	height:54px;
	line-height:45px;
	font-family: 'Cabin Condensed', sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:1.3em;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}
#search-anything {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	height:20px;
	margin:0;
	padding:5px 5px 5px 25px;
	border:1px solid #666;
	color:#999;
	font-style:italic;
	-webkit-box-shadow: inset 0px 0px 3px 2px #999;
	-moz-box-shadow: inset 0px 0px 3px 2px #999;
	box-shadow: inset 0px 0px 3px 2px #999;
	background:#fff url(../images/search.png) no-repeat 5px center;
	width:200px;
}
#search-submit {
	margin:0;
	width:27px;
	height:32px;
	background:url(../images/search-click.png) no-repeat top left;
	border:none;
}
.try {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	line-height:30px;
	padding:10px 0;
	display:block;
	width:525px;
	text-decoration:none;
	font-size:1.3em;
	letter-spacing:.05em;
}
.finePrint {
	color:#717171;
	font-size:.7em;
	padding:30px 0 0 20px;
	clear:both;
}
#leftcolumn p.certification {
	padding-top:20px;
}
.certification img {
	padding:3px;
}
.live {
	position:absolute;
	top:5px;
	left:5px;
	width:50px;
	height:15px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	line-height:15px;
	text-align:center;
	font-weight:bold;
}
