* {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
	border:0px;
}

a:active, a:link, a:visited {
text-decoration: none;
color: #F3E113;
}

a:hover {
color: #FD9D33; 
text-decoration: none;
}

body {
	background-color:#807c6c;
	background-image:url(../images/background_pagelong.jpg);
	background-repeat: repeat-x;
}

#Container {
	margin:auto;
	width:775px;
}

#ContainerTop {
	background-image:url(../images/background_collagetop.png);
	background-repeat:no-repeat;
	height:14px;
	width:775px;
	margin-right:auto;
	margin-left:auto;
}

#ContainerBackSpacefield {
	background-image:url(../images/border_spacefield.png);
}

#ContainerBack {
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	background-image:url(../images/background_collagebottom1.jpg);
	background-repeat:no-repeat;
	width:775px;
	border-bottom: 1px solid #c2c2c2;
}

#FiltersList li {
display:inline;
list-style:none;
font-weight:bold;
margin-left:15px;
}

#ContainerBackground {
	width:775px;
	background-image:url(../images/border_container.png);
	background-repeat:repeat-y;
}

#Images {
	width:515px;
	height:68px;
	margin-top:8px;
	margin-left:240px;
	float:left;
	overflow:hidden;
}

#Audio {
	width:380px;
	height:35px;
	margin-left:340px;
	margin-top:22px;
	float:left;
	overflow:hidden;
}

#Audio p {
text-align:center;
line-height:11px;
}

#Audio a {
font-family:Verdana;
font-size:10px;
font-weight:bold;
text-shadow: 0.2em 0.2em 0.4em black;
color:#F3E113;
}

#Audio a:hover {
color:#000;
text-shadow: 0.2em 0.2em 0.4em white;
}

#Videos {
	width:217px;
	height:81px;
	margin-top:25px;
	margin-left:322px;
	float:left;
}

#Amazon {
	width:167px;
	height:81px;
	margin-top:25px;
	margin-left:48px;
	float:left;
}

#Quicklinks {
	width:450px;
	height:20px;
	margin-top:21px;
	margin-left:303px;
	float:left;
}

#NewsFilters{
	width:550px;
	height:18px;
	margin-top: 37px;
	margin-left: 225px;
	float: left;
}

#NewsBox {
	width: 735px;
	height: auto;
	background-image:url(../images/background_news.png);
	float:left;
	margin-top:15px;
	margin-left:20px;
	margin-bottom:20px;
	border: 1px solid #c4c2ba;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#Menu {
	width:775px;
	height:30px;
	margin-right:auto;
	margin-left:auto;
	margin-top:12px;
	z-index:3;
}

#newsTabs {
	margin:10px;
	width:715px;
}

// Navigation Bar //

#navbar {
	height: 1em;
	position:relative;
	z-index:3;
}
	
#navbar li {
	list-style: none;
	float: left;
	z-index:3;
}

#navbar li ul li {
 padding: 3px 8px;
 z-index:3;

}

#navbar li ul li a{
 padding: 0;
 z-index:3;

}
	
#navbar li a {
	display: block;
	padding: 3px 8px;
	text-decoration: none; 
	z-index:3;

}
	
#navbar li ul {
	display: none;
	width: 14em; /* Width to help Opera out */
	z-index:3;

}

#navbar li:hover ul {
	display: block;
	position: absolute;
	z-index:3;

}

#navbar li:hover li {
	float: none; 
	z-index:3;

}

#navbar li {
	font-weight:bold;
	z-index:3;

}

#navbar li li {
	font-weight:normal;
	z-index:3;

}

#navbar ul {
		background-color:black;
		filter:alpha(opacity=88);
  		opacity: 0.88;
		border: 1px #fff solid;
  		-webkit-border-radius: 5px;
  		-moz-border-radius: 5px;
		z-index:3;

}

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 68px;
  width: 515px;
  /* Add scroll-bars */
  overflow: hidden;
}
ul.sc_menu {
  display: block;
  height: 68px;
  /* Max width here, for users without Javascript */
  width: 2200px;
  padding: 0px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
  }

.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-family:Verdana;
  font-size: 10px;
  font-weight:bold;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 1px #F3E113 solid;
}
.sc_menu a:hover img {
  filter:alpha(opacity=70);
  opacity: 0.7;
}

table.gsc-branding{
	display: none;
} 

#VideosLink {
	float:left;
	width:145px;
	height:25px;
	margin-left:540px;
	padding:1px;
}

#YouTubeLogo {
	float:left;
	height:25px;
	margin-left:483px;
	margin-top:5px;
}

#AmazonCountry {
	float:left;
	height:25px;
	margin-left:93px;
	margin-top:5px;
}

#SocialIcons {
	float:left;
	height:1px;
	margin-left:683px;
	margin-top:16px;
	margin-bottom:-20px;
}

.newsItemSiteName a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #f3e113;
}

.newsItemSiteName a:hover {
color: #FD9D33;
}

.newsItemDate {
	margin-right: 1.4em;
	font-style:italic;
	font-size:12px;
	text-align: right;
	color: #7B7B78;
}

td.newsItemDate {
	text-align: right;
}

.newsItemTweet {
font-style:italic;
}

.newsItemTrekCoreTitle a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
}

#newsTabs a img {
padding:5px; 
border: 1px solid #f3e113; 
margin-right:10px;
background-image:url(../images/background_newsbox.png);
}

#newsTabs a:hover img  { 
border: 1px solid #FD9D33;
}

.loadMoreButton{
	height: 50px;
	width: 400px;
	margin:auto;
	text-indent:-999%;
	background: url(../images/readMoreButton.png) no-repeat 0 1px;
	cursor: pointer;
}

.loadMoreButton:hover{
	background: url(../images/readMoreButton.png) no-repeat 0 -50px;
}

.loadMoreButton:active{
	background: url(../images/readMoreButton.png) no-repeat 0 -100px;
}
.loading{
	text-align: center;
	margin: auto;
	
}
