@charset "utf-8";

#container .no-border {
	border:none;
}



body {
	background:url('../images/bg_faces_new.jpg') #000;
}

#container {
	width:983px;
	margin:0 auto;
}



#nav {
	position:relative;
	height:33px;
	padding:10px 0;
}
#nav li {
	display:inline;
	float:left;
	margin-right:28px;
}
#nav li a {
	background: url(../images/nav_arrow.gif) no-repeat left top #000;
	padding:9px 0px 0 25px;
	height:23px;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
}
#nav li a:hover {
	background: url(../images/nav_arrow.gif) no-repeat left bottom #8d0009;
	text-decoration:none;
}
#nav .nav-last {
	position:absolute;
	right:0;
	margin:0px;
}



#header {
	position:relative;
	background:#474747;
	height:86px;
}
#header .logo {
	position:absolute;
	top:20px;
	left:30px;
	background:url(../images/logo.gif) no-repeat;
	width:294px;
	height:45px;
}
#header .get {
	position:absolute;
	top:-11px;
	left:400px;
	background:url(../images/btn_getcross.gif) no-repeat top;
	width:335px;
	height:96px;
}
#header .add {
	position:absolute;
	top:13px;
	left:775px;
	background:url(../images/btn_addyourimagenow.gif) no-repeat top;
	width:198px;
	height:72px;
}
#header .add:hover {
	background:url(../images/btn_addyourimagenow.gif) no-repeat bottom ;
}

#map {
	height:461px;
}

#loading {
	position: absolute;
	border:1px solid #666;
	background-color:#333;
	color:#DDD;
	margin:5px;
	padding:10px;
	z-index:9999999;
}
#loading img {
	margin-bottom:-3px;
}


#content {
	background:url(../images/map_bottom.gif) repeat-x top #484848;
	width:946px;
	margin:0 auto;
}
#content #video {
	float:left;
	display:inline;
	margin:15px;
	margin-right:0px;
	width:548px;
}
#content #video .preview a{
	background-position:0px 0px;
	float:left;
	margin-right:10px;
	border:1px solid #62605f;
}
#content #video .preview a:hover {
	background-position:0px -247px;
}
#content #video .preview a#preview1 {
	background-image:url('../images/video-thumb-1.jpg');
}
#content #video .preview a#preview2 {
	background-image:url('../images/video-thumb-2.jpg');
}
#content #news {
	float:right;
	display:inline;
	margin:15px;
	width:350px;
}
#news h2 {
	font-size:24px;
	font-weight:bold;
	color:#faa827;
}
#news ul li {
	border-bottom:1px solid #646363;
	padding:15px 0;
}
#news ul li p {
	font-size:10px;
	color:#c3c2c2;
	margin-bottom:5px;
}
#news ul li h3 a {
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}
#news ul li h3 a:hover {
	color:#faa827;
	text-decoration:none;
}
#news .link {
	color:#faa827;
}




#footer {
	width:906px;
	height:100px;
	margin:0 auto;
	margin-top:20px;
}
#footer #social {
	float:left;
	display:inline;
}
#footer #social li {
	float:left;
}
#footer .facebook {
	border-right:1px solid #464545;
	padding-right:10px;
	margin-right:10px;
}

#footer .facebook a {
	background:url(../images/btn_facebook.gif) no-repeat top;
	width:95px;
	height:21px;
}
#footer .facebook a:hover {
	background:url(../images/btn_facebook.gif) no-repeat bottom;
}
#footer .twitter {
	border-right:1px solid #464545;
	padding-right:10px;
	margin-right:10px;
}
#footer .twitter a {
	background:url(../images/btn_twitter.gif) no-repeat top;
	width:96px;
	height:20px;
}
#footer .twitter a:hover {
	background:url(../images/btn_twitter.gif) no-repeat bottom;
}
#footer .youtube a {
	background:url(../images/btn_youtube.gif) no-repeat top;
	width:69px;
	height:28px;
}
#footer .youtube a:hover {
	background:url(../images/btn_youtube.gif) no-repeat bottom;
}
#footer #info {
	float:right;
	display:inline;
}
#footer #info li {
	float:left;
	display:inline;
	margin-left:10px;
}
#footer #info li a {
	color:#979595;
}
#footer #info li a:hover {
	color:#FFF;
	text-decoration:none;
}

#thumb_slide {
	width:170px !important;
	overflow:hidden;
	text-align:center;
}
.thumb_link {
	background:url('../images/bg-loader.gif') no-repeat #FFF center center;
}

div.whatsnew {
	background: #6f0008;
	margin-left:20px;
	clear: both;
	padding: 10px;
	height: 45px;
	overflow: hidden;
	width:926px !important;
}
div.whatsnew h2 {
	float: left;
	font-size:28px;
	font-weight:normal;
	letter-spacing:-2px;
	margin: 0 95px 0 0;
	line-height:45px;
	color: #c67f83;
}
div.whatsnew ul {		
	list-style: none outside;
	overflow: hidden;
	color: #c67f83;
}
div.whatsnew ul,
div.whatsnew ul li {
	float: left;
	display: inline;		
}
div.whatsnew ul li {
	width: 300px;
	border-left: 2px dotted #c67f83;
	padding: 0 0 0 15px;
}
div.whatsnew ul li a {								
	text-decoration: underline;
	color: #c67f83;								
}
div.whatsnew ul li img {
	float: left;
	border: 3px solid #4f0006;
	margin: 0 10px 0 0;
}
div.whatsnew ul li.link-block a {
	text-decoration: underline;
	padding: 0 0 3px 0;
}
