/* Budweiser.com Downloads CSS file */

#content-container {
	background: #000000 url(/media/images/downloads/bg-downloads.jpg) no-repeat
	scroll top center;
	height: 100%;
}

#content
{
	display: none;
}

#content-view {
	position: relative;
}

#section-nav-container 
{	
	position: absolute;
	top: 15px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	clear: both;
}

#section-nav {
	clear: both;
	margin: 0 auto;
	border: none;
	height: 30px;
	width: 1024px;
}

#section-nav ul {
	margin-left: 238px;
}

body#downloads-commercials #section-nav ul {
	margin-left: 210px;
}

#section-nav ul.nav-items li {float:left;display:inline;}
#section-nav ul.nav-items li a {
	color:#986D6F;
	text-transform:uppercase;
	font-size:3.1em;
	margin-right: 15px;
	margin-left: 14px;
}

#section-nav ul.nav-items li a:hover, 
#section-nav ul.nav-items li.active a:hover {color:#b3b3b3;}

#section-nav ul.nav-items li.active a {color:#fff;}

ul#downloads-container
{
	position: absolute;
	top: 43px;
	clear: both;
	margin-top: 37px;
	border: none;
	padding: 0;
	height: 304px;
	width: 100%;
	text-align: center;
}

#section-thumbstrip 
{	
	clear: both;
	background: url(/media/images/downloads/bg-thumbstrip.png);
	position: absolute;
	max-height: 52px;
	top: 432px;
	width: 100%;
	margin: 0 auto;	
	text-align: center;
}

##section-thumbstrip {background:#700d0f;}

#section-thumbstrip ul 
{	
	margin: 0;
	border: none;
	padding: 0;
	list-style: none;
	font-size: 0px;
	line-height: 0px;
}

#section-thumbstrip li
{	
	display: inline;
	margin: 0;
	border: none;
	padding: 0;
	cursor:pointer;
}

#section-thumbstrip li.inactive img {opacity:0.6;filter:alpha(opacity=60);}
#section-thumbstrip li.active img, #section-thumbstrip li.selected img {opacity:1.0;filter:alpha(opacity=100);}


#section-thumbstrip a:link, 
#section-thumbstrip a:visited, 
#section-thumbstrip a:hover, 
#section-thumbstrip a:active {
	text-decoration: none;
	border: 0;	
}

#section-thumbstrip img.thumbnail {
	margin: 0;
	padding: 0;
	border-left: solid 1px #da1d25;
}

#section-thumbstrip img.first {
	margin: 0;
	padding: 0;
	border: none;
}

#downloads-commercials .action-strip,
#downloads-screensavers-landing .action-strip,
#downloads-wallpapers-landing .action-strip,
img.download1 {
	cursor:pointer;
}

#sent-message {
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
	width: 183px;
	margin: 37px 168px;
	padding: 10px 10px 20px;
	text-align: center;
	background-image: url(/media/images/transparent-80.png);
	color: #fff;
}

#sent-message h3 {
    font-size: 2em;
	color: #F2B866; 
} 

#sent-message h3, #sent-message p {
	margin-bottom: 15px;
}

#message-close {
	display: block;
    margin: 0 0 10px auto;
	padding: 2px 18px 6px 0; 
	width: 50px;
    background-image: url(/media/images/button-close.png);
	background-position: right center;
    background-repeat: no-repeat;
}

p.disclaimer {
	position:absolute;
 text-align:center;
 top:400px;
 width:100%;
}

.waterfall-disclaimer a { text-decoration: underline }