@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - TITLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		shontelle_quicktime.css
	Date:			Nov 17, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	* {
		margin:0; padding:0;
	}
	.altText {
		text-indent:-3000px;
		display:block;
		font:normal 2px Arial, Helvetica, sans-serif;
	}
	.cleaner {
		clear:both; float:none;
		height:0;
		font-size:0; line-height:0;
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.clearfix {
		display: inline-block;
	}	
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
	body {
		margin:0;
		background:#000 url(../../images/indiaBG.jpg) 50% 0 no-repeat;
		color:#fff;
	}
	#main {
		width:960px;
		margin:0 auto; padding:10px 0 0 0;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	adHolder Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.adHolder {
		width:728px; height:90px;
		padding:9px 10px;
		background: url(../../images/boxBG.png);
	}
		.adHolder .ad {
			width:728px; height:90px;
			background:#1f366a;
		}
		.adHolder img {
			display:block;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header {
		margin:55px 0 0 0;
		height:254px;
		background:url(../../images/indiaHeader.png) no-repeat;
	}
		#header a.albumLink:link, a.albumLink:active, a.albumLink:visited, a.albumLink:hover {
			width:133px; height:136px;
			margin:0 0 0 28px;
			display:block;
			float:left;
		}
		#header a.itunes:link, a.itunes:active, a.itunes:visited, a.itunes:hover {
			width:69px; height:25px;
			margin:55px 0 0 15px;
			display:block;
			float:left;
		}
		#header a.amazon:link, a.amazon:active, a.amazon:visited, a.amazon:hover {
			width:69px; height:25px;
			margin:188px 0 0 6px;
			display:block;
			float:left;
		}
	ul#nav {
		width:748px; height:30px;
		margin: 0 0 14px 0;
		list-style:none;
		background: url(../../images/boxBG.png);
	}
		ul#nav li {
			float:left;
		}
			ul#nav li img {
				width:100%; height:30px;
				display:block;
			}
		
		li.quicktime {
			width:21px; height:28px;
			margin: 0 0 0 20px; padding:0;
		}
			li.quicktime a:link, li.quicktime a:active, li.quicktime a:visited {
				width:21px; height:28px;
				display:block;
				background:url(../../images/navQuickTime.png) left top no-repeat;
			}
				li.quicktime a:hover {
					background:url(../../images/navQuickTime.png) left bottom no-repeat;
				}
		li.learnMore {
			width:56px; height:28px;
			margin:0; padding:0 30px 0 0;
		}
			li.learnMore a:link, li.learnMore a:active, li.learnMore a:visited {
				width:56px; height:28px;
				display:block;
				background:url(../../images/navQuickTime.png) -21px top no-repeat;
			}
				li.learnMore a:hover {
					background:url(../../images/navQuickTime.png) -21px bottom no-repeat;
				}
		li.home {
			width:77px; height:10px;
			margin:0; padding:10px 24px 0 0;
		}
			li.home a:link, li.home a:active, li.home a:visited {
				width:77px; height:10px;
				display:block;
				background:url(../../images/navHome.png) left top no-repeat;
			}
				li.home a:hover {
					background:url(../../images/navHome.png) left bottom no-repeat;
				}
		li.music {
			width:115px; height:11px;
			margin:0; padding:10px 24px 0 0;
		}
			li.music  a:link, li.music  a:active, li.music  a:visited {
				width:115px; height:10px;
				display:block;
				background:url(../../images/navVid.png) left top no-repeat;
			}
				li.music  a:hover {
					background:url(../../images/navVid.png) left bottom no-repeat;
				}
		li.photos {
			width:55px; height:10px;
			margin:0; padding:10px 24px 0 0;
		}
			li.photos  a:link, li.photos  a:active, li.photos  a:visited {
				width:55px; height:10px;
				display:block;
				background:url(../../images/navPhotos.png) left top no-repeat;
			}
				li.photos  a:hover {
					background:url(../../images/navPhotos.png) left bottom no-repeat;
				}
		li.bio{
			width:25px; height:10px;
			margin:0; padding:10px 24px 0 0;
		}
			li.bio  a:link, li.bio  a:active, li.bio  a:visited {
				width:25px; height:10px;
				display:block;
				background:url(../../images/navBio.png) left top no-repeat;
			}
				li.bio  a:hover {
					background:url(../../images/navBio.png) left bottom no-repeat;
				}
		li.ringtones{
			width:78px; height:10px;
			margin:0; padding:10px 24px 0 0;
		}
			li.ringtones  a:link, li.ringtones  a:active, li.ringtones  a:visited {
				width:78px; height:10px;
				display:block;
				background:url(../../images/navRingtones.png) left top no-repeat;
			}
				li.ringtones  a:hover {
					background:url(../../images/navRingtones.png) left bottom no-repeat;
				}
		
		

/*	--------------------------------------------------------------------------------------------------------------------------
	vidBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#vidBlock {
		width:709px; height:378px;
		padding:20px 30px 0 9px; margin: 0 0 66px 0;
		background:url(../../images/boxBG.png);
	}
		#vid {
			width:399px;
			float:left;
		}
			#vid #vidPlayer {
				width:399px; height:300px;
			}
			#vid h2 {
				width:377px; height:12px;
				margin:15px 0 0 23px;
				font-size: 13px;
				font-family: arial, sans-serif;
			}			
			
			#vid h2  a:link, #vid h2  a:active, l#vid h2  a:visited  {
				text-decoration: none;
				color: #FFFFFF;
				}
				
				#vid h2 a:hover {
				color: #f7b905;
				}
			
			#vid ul.options {
				list-style:none;
				margin:5px 0 0 10px;
			}
				#vid ul.options li img{
					display:block;
					width:100%; height:22px;
				}
				#vid ul.options .btnLow {
					width:44px; height:22px;
					margin: 0 21px 0 15px;
					float:left;
				}
					#vid ul.options .btnLow a:link, #vid ul.options .btnLow a:active, #vid ul.options .btnLow a:visited {
						width:44px; height:22px;
						display:block;
						background:url(../../images/btnLow.png) left top no-repeat;
					}
						#vid ul.options .btnLow a:hover {
							background:url(../../images/btnLow.png) left bottom no-repeat;
						}
				#vid ul.options .btnMed {
					width:69px; height:22px;
					margin: 0 17px 0 0;
					float:left;
				}
					#vid ul.options .btnMed a:link, #vid ul.options .btnMed a:active, #vid ul.options .btnMed a:visited {
						width:69px; height:22px;
						display:block;
						background:url(../../images/btnMedium.png) left top no-repeat;
					}
						#vid ul.options .btnMed a:hover {
							background:url(../../images/btnMedium.png) left bottom no-repeat;
						}
				#vid ul.options .btnHigh {
					width:69px; height:22px;
					float:left;
				}
					#vid ul.options .btnHigh a:link, #vid ul.options .btnHigh a:active, #vid ul.options .btnHigh a:visited {
						width:69px; height:22px;
						display:block;
						background:url(../../images/btnHigh.png) left top no-repeat;
					}
						#vid ul.options .btnHigh a:hover {
							background:url(../../images/btnHigh.png) left bottom no-repeat;
						}
				#vid ul.options .btnMore {
					width:87px; height:22px;
					margin: 0;
					float:right;
				}
					#vid ul.options .btnMore a:link, #vid ul.options .btnMore a:active, #vid ul.options .btnMore a:visited {
						width:87px; height:22px;
						display:block;
						background:url(../../images/btnMoreVideos.png) left top no-repeat;
					}
						#vid ul.options .btnMore a:hover {
							background:url(../../images/btnMoreVideos.png) left bottom no-repeat;
						}
				
		#vidBlock .adHolder {
			width:300px;
			background:none;
			margin:0; padding:0;
			float:right;
		}
			#vidBlock .adHolder .ad {
				width:300px; height:250px;
				background:#000000;
			}
			.adHolder ul#QT {
				list-style:none;
				margin:19px 0 0 0;
			} 
				.adHolder ul#QT li {
					width:88px; height:31px;
					margin:0 9px 0 0 ;
					float:left;
				}


/*	--------------------------------------------------------------------------------------------------------------------------
	promoBlock Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#promoBlock {
		height:163px;
		margin:0 0 69px 28px;
	}
		ul#promos {
			list-style:none;
		}
			ul#promos li {
				float:left;
				width:163px; height:167px;
				margin:0 17px 0 0;
				background:url(../../images/boxBG3.png);
			}
			ul#promos li img {
				width:100px; height:167px;
				display:none;
			}
				ul#promos li.promoMail a:link, ul#promos li.promoMail a:active, ul#promos li.promoMail a:visited {
					width:164px; height:167px;
					display:block;
					background:url(../../images/promoMail.png) left top no-repeat;
				}
					ul#promos li.promoMail a:hover {
						background:url(../../images/promoMail.png) left bottom no-repeat;
					}
				ul#promos li.promoSite a:link, ul#promos li.promoSite a:active, ul#promos li.promoSite a:visited {
					width:164px; height:167px;
					display:block;
					background:url(../../images/promoSite.png) left top no-repeat;
				}
					ul#promos li.promoSite a:hover {
						background:url(../../images/promoSite.png) left bottom no-repeat;
					}
				ul#promos li.promoRingtones a:link, ul#promos li.promoRingtones a:active, ul#promos li.promoRingtones a:visited {
					width:164px; height:167px;
					display:block;
					background:url(../../images/promoRingtone.png) left top no-repeat;
				}
					ul#promos li.promoRingtones a:hover {
						background:url(../../images/promoRingtone.png) left bottom no-repeat;
					}
