@charset "utf-8";
/* CSS Document */

/* Layout Sytles */

#content{
	background:url(../images/main_background.jpg) 0 0 no-repeat;
	min-height:448px;
}

*html #content{
	height:448px;
}

#content .main {
	width:850px;
}


.deviceHolder{
	float:right;
	width:207px;
	margin-top:-10px;
}

#collageDevice{
	width:207px;
	height:433px;
	background:url(../images/collage_device.png) 0 0 no-repeat;
	margin-right:30px;
}

*html #collageDevice{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/collage_device.png', sizingMethod='scale');
	margin-right:15px;
}

#musicDevice{
	width:214px;
	height:441px;
	background:url(../images/music_device.png) 0 0 no-repeat;
	margin-right:30px;
	margin-top:-20px;
}

*html #musicDevice{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/music_device.png', sizingMethod='scale');
	margin-right:15px;
}

#videoDevice{
	width:214px;
	height:441px;
	background:url(../images/video_device.png) 0 0 no-repeat;
	margin-right:30px;
	margin-top:-20px;
}

*html #videoDevice{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/video_device.png', sizingMethod='scale');
	margin-right:15px;
}

#picturesDevice{
	width:214px;
	height:441px;
	background:url(../images/pictures_device.png) 0 0 no-repeat;
	margin-right:30px;
	margin-top:-20px;
}

*html #picturesDevice{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/pictures_device.png', sizingMethod='scale');
	margin-right:15px;
}

#gamesDevice{
	width:214px;
	height:441px;
	background:url(../images/games_device.png) 0 0 no-repeat;
	margin-right:30px;
	margin-top:-20px;
}

*html #gamesDevice{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/games_device.png', sizingMethod='scale');
	margin-right:15px;
}


#topHeaders{
	float:left;
	width:307px;
	height:82px;
}


#mainBody{
	float:left;
	height:253px;
	width:600px;
	padding-top:20px;
	padding-bottom:0px;
	margin:0px;
}

#mainBody #leftArea{
	width:100px;
	height:253px;
	float:left;
}

#mainBody #rightArea{
	float:left;
	width:500px;
    padding-bottom:0px;
	margin-bottom:-10px;
}


#mainBody #largeIcon{
	width:85px;
	height:119px;
	float:left;
	text-indent:-9999px;
	font-size:1px;
	margin:0px;
}
#mainBody .musicIcon{
	background:url(../images/large_music_icon.png) 0 0 no-repeat;
}

*html #mainBody .musicIcon{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/large_music_icon.png', sizingMethod='scale');
}

#mainBody .videoIcon{
	background:url(../images/large_video_icon.png) 0 0 no-repeat;
}

*html #mainBody .videoIcon{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/large_video_icon.png', sizingMethod='scale');
}

#mainBody .picturesIcon{
	background:url(../images/large_pictures_icon.png) 0 0 no-repeat;
}

*html #mainBody .picturesIcon{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/large_pictures_icon.png', sizingMethod='scale');
}

#mainBody .gamesIcon{
	background:url(../images/large_games_icon.png) 0 0 no-repeat;
}

*html #mainBody .gamesIcon{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/select/multimedia/images/large_games_icon.png', sizingMethod='scale');
}




#iconsHolder{
	float:left;
	width:560px;
}



/* Content Styles */


h1#blackberryMedia{
	background:url(../images/blackberry_media.gif) 0 0 no-repeat;
	width:128px;
	height:18px;
	float:left;
	text-indent:-9999px;
	font-size:1px;
	
	margin-bottom:5px;
}

h1.pageHeader{
	clear:left;
	height:38px;
	float:left;
	text-indent:-9999px;
	font-size:1px;

}

h1#indexHeading{
	width:307px;
	background:url(../images/see_hear_play_now.gif) 0 0 no-repeat;
}

h1#gamesHeading{
	width:103px;
	background:url(../images/games_heading.gif) 0 0 no-repeat;
}

h1#musicHeading{
	width:91px;
	background:url(../images/music_heading.gif) 0 0 no-repeat;
}

h1#videoHeading{
	width:91px;
	background:url(../images/video_heading.gif) 0 0 no-repeat;
}

h1#picturesHeading{
	width:119px;
	background:url(../images/pictures_heading.gif) 0 0 no-repeat;
}


#mainBody h2{
	color:#3a3a3a;
	font-size:18px;
	margin-top:0px;
}

#mainBody ul{
	margin-left:0px;
}

#iconsHolder ul{
	list-style:none;
	margin-left:0px;
}

#iconsHolder ul li{
	float:left;
	width:115px;
	height:68px;
	background:none;
	margin:0px 25px 0 0;;
	padding:0px;
}

#iconsHolder ul li a{
	float:left;
	width:115px;
	height:68px;
	text-indent:-9999px;
}

#iconsHolder ul li#music a{
	background:url(../images/music_icon.gif);
}

#iconsHolder ul li#video a{
	background:url(../images/video_icon.gif);
}

#iconsHolder ul li#pictures a{
	background:url(../images/pictures_icon.gif);
}

#iconsHolder ul li#games a{
	background:url(../images/games_icon.gif);
}


.promoBox{
 float:left;
 border-left: 1px solid #cccccc;
 padding-left:5px;
 margin-right:8px;
 font-size:9px;
 margin-top:-5px;

}

.promoBox p a {

text-decoration:none;
color:#5B5B5B;
}

.promoBox p a:visited {

text-decoration:none;
color:#5B5B5B;
}

.promoBox p a:hover {

text-decoration:none;
color:#8AA530;

}

.promoBox p{
margin:0px;
padding:0px;
}

.promoBox img {
margin-bottom:2px;
}

.musicPromo {
width:180px;
}

.picturesPromo {
width:130px;
}

.videoPromo {
margin-top:5px;
width:200px;
}
