/* ---------- Body Attributes ---------- */

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #452f07;
	background: #cec7ae url(../images/background.jpg) no-repeat 0px 100px;
	margin: 0;
	height: 100%;
}

html{
	height: 100%;
}

/* ---------- Div Attributes ---------- */

#container{
	position: relative;
	width: 100%;
}

	#topbar{
		position: relative;
		background: url(../images/topbarHome.gif) repeat-x 0px 0px;
		height: 129px;
		z-index: 2;
	}
		
		#topbarContainer{
			position: relative;
			background: url(../images/logoTop.jpg) no-repeat top left;
			width: 990px;
			height: 129px;
		}
		
			#homeLink{
				display: block;
				float: left;
				width: 350px;
				clear: none;
			}
			
			#searchDescription{
				position: relative;
				display: block;
				float: right;
				height: 70px;
				width: 560px;
				text-align: center;
				clear: right;
			}
			
				#descriptionBar{
					display: block;
					float: left;
					background: url(../images/topbarDescriptionBG.gif) no-repeat center center;
					padding: 5px 0 5px 0;
					height: 50px;
					width: 330px;
				}
				
				#searchBar{
					display: block;
					float: right;
					padding: 5px 0 0 0;
					height: 55px;
					width: 140px;
					text-align: right;
					font-weight: bold;
					color: white;
				}
		
			#navbar{
				display: block;
				float: right;
				height: 27px;
				width: 620px;
				text-align: right;
				clear: right;
			}
			
				#navbar img{
					padding-left: 4px;
				}
	
			#navDropdownContainer{
				position: relative;
				display: block;
				float: right;
				height: 22px;
				width: 591px;
				margin: 0 0 14px 49px;
				text-align: left;
				line-height: 13px;
				clear: right;
			}
					
				#navDropdownContainer a{
					display: block;
					width: 150px;
					padding: 4px 5px 4px 5px;
					text-decoration: none;
				}
				
					#navDropdownContainer a:hover{
						display: block;
						background: #a5845e;
						color: white;
						width: 150px;
						text-decoration: underline;
					}
				
				#nav_discover{
					top: 0px;
					left: 0px;
				}
				
				#nav_shop{
					top: 0px;
					left: 119px;
				}
				
				#nav_community{
					top: 0px;
					left: 238px;
				}
				
				#nav_programming{
					top: 0px;
					left: 357px;
				}
				
				#nav_travel{
					top: 0px;
					right: 0px;
				}
				
				.navDropdownMenu{
					position: absolute;
					width: 160px;
					background: url(../images/subnavItemBG.png);
					border: 1px solid #a5845e;
					z-index: 9999;
				}
	
	#content{
		position: relative;
		background: url(../images/logoBottom.gif) no-repeat top left;
		width: 980px;
		padding: 0 0 0 8px;
		margin: 0;
		z-index: 1;
	}
	
		#leftColumn{
			position: relative;
			display: block;
			width: 310px;
			padding: 55px 0px 0px 0px;
			text-align: center;
			float: left;
		}
		
			#leftColumn p{
				margin: 0 0 3px 0;
			}
			
			#nowPlaying{
				overflow: auto;
				margin: 0 auto 5px auto;
				width: 270px;
				height: 150px;
				padding: 5px;
				text-align: left;
				font-size: 11px;
				line-height: 14px;
				background: url(../images/contentPaneBG.png);
			}
			
			* html #nowPlaying{
				background: #beb49c;
			}
			
				#nowPlaying p{
					margin: 0;
				}
			
			#primaryAdController{
				margin: 0 auto;
				height: 20px;
				width: 300px;
				border: 1px solid #452f07;
				border-top: none;
				background: url(../images/adControllerBG.png);
			}
			
			* html #primaryAdController{
				background: #dad6c4;
			}
		
		#centerRightColumns{
			position: relative;
			display: block;
			width: 660px;
			float: right;
		}
		
			#centerColumn{
				display: block;
				width: 520px;
				float: left;
			}
			
			#rightColumn{
				position: relative;
				display: block;
				width: 122px;
				float: right;
			}
			
				#rightColumnContent{
					position: relative;
					width: 122px;
					height: 268px;
					font-weight: bold;
					font-size: 11px;
				}
				
					#rightColumnContent p{
						margin: 0 0 8px 0;
						line-height: 12px;
						color: #452f07;
					}
				
					#rightColumnContent a{
						text-decoration: none;
						color: #452f07;
					}
					
					#rightColumnContent a:hover{
						text-decoration: underline;
					}

#footer{
	position: relative;
	width: 980px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}

	#footer a{
		text-decoration: none;
		color: #452f07;
	}
	
	#footer a:hover{
		text-decoration: underline;
		
	}
	
	.footerText{
		margin: 5px 0 0 20px;
		line-height: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
/* ---------- Dropdown Menu ---------- */	

#dropmenudiv{
position:absolute;
border:1px solid #06b8c5;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #06b8c5;
padding: 1px 0 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e64097;
color: #ffffff;
}

/* ---------- Common Styles ---------- */

img{
	border: none;
}

p{
	font-size: 11px;
	line-height: 16px;
}

li{
	list-style-image: url(../images/listItemBullet.gif);
}

.leftImage{
	float: left;
	margin: 0 10px 0 0;
	display: block;
}

.centerImage{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.rightImage{
	float: right;
	margin: 0 0 0 10px;
	display: block;
}

.centerText{
	text-align: center;
}

.rightText{
	text-align: right;
}

.clear{
	clear: both;
}

/* ---------- Text Styles ---------- */

h1{
	font: 16px Tahoma, Arial, Helvetica;
	color: #452f07;
	margin: 5px 0;
}

.boldText{
	font-weight: bold;
}

/* ---------- Link Attributes ---------- */

a{
text-decoration: underline;
color: #452f07;
}

a:link{
text-decoration: underline;
color: #452f07;
}

a:visited{
text-decoration: underline;
color: #452f07;
}

a:active{
text-decoration: none;
color: #452f07;
}

a:hover{
text-decoration: none;
color: #452f07;
}