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

*{ padding:0px;margin:0px; }

body {
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif no-repeat;
	color:#fff;
	font-size:13px;
	}
div.clr { clear:both; }	

img { border:none; }

div.wrapper {
	width:916px;
	margin:0 auto;
	}
		div.wrapper div#top-left {
			width:237px;
			height:914px;
			background:url(../images/deck-left.jpg) no-repeat;
			float:left;
		}
		
		div.wrapper div#top-right {
			width:679px;
			min-height:700px;
			/* background:url(../images/main-bg.jpg)no-repeat; */
			float:right;
		}
		
			div.wrapper div#top-right #content {
				width:442px;
				
				background:url(../images/top-content-bg.png) no-repeat;
				/* margin-top:325px; */
				padding:54px;
				position:relative;
			}
			
				div.wrapper div#top-right #content h1 {
					font-size:18px;
					margin-bottom:15px;
					}
					
				div.wrapper div#top-right #content h2 {
					font-size:15px;
					margin-bottom:30px;
					}
					
				div.wrapper div#top-right #content p {
					padding: 8px 0px;
					line-height:23px;
					text-align:justify;
					color:#ccc;
					}	
					
				div.wrapper div#top-right #content ul {
					list-style:none;
					}	
					
				div.wrapper div#top-right #content ul li {
					padding: 8px 0px;
					line-height:23px;
					text-align:justify;
					color:#ccc;
					}
					
				
				div.wrapper div#top-right #content img#creds {
					float:left;
					margin-top:20px;
					}
					
				div.wrapper div#top-right #content input#pp {
					float:right;
					position:absolute;
					right:40px;
					z-index:10000;
					margin-top:20px;
					
					}
					
					
				#zoomIn { 
					margin-top:40px;
					margin-bottom:15px;
					}
					
					#zoomIn h3 {
						margin:0px;
						padding:0px;
						font-size:16px;
						}
div#city {

	width:100%;
	height:297px;
	background:url(../images/city-bg.jpg) repeat-x;
	}	
	
	div#city div.wrapper {
		position:relative;
		}
	
	div#city div.wrapper img.bball {
		float:left;
		margin-left:10px;
		margin-top:20px;
		
		
		}	
		
	div#city div.wrapper h2 {
		color:#c1a975;
		font-size:16px;	
		padding-top:20px;
		margin-bottom:20px;
		}
		
		div#city div.wrapper ul {
			list-style:none;
			float:left;
			margin-left:20px;
			
			}
			
			div#city div.wrapper ul li {
				padding:10px 0;
				}
				
				div#city div.wrapper img.buyit {
					position:absolute;
					top:-202px;
					right:-30px;
				}
				
				div#city div.wrapper img.buyit-holiday {
					position:absolute;
					top:-90px;
					right:-30px;
				}
				
div.wrapper div#bottom-Content {	
	padding:0px 40px 30px;
	
}			
			
div.wrapper div#look {
	padding:30px 40px;
	background:url(../images/look-bg.jpg) no-repeat top center;
	}
	
	div.wrapper div#look h2 {
		color:#c1a975;
		font-size:16px;	
		padding-top:20px;
		margin-bottom:20px;
		}
	
	div.wrapper div#look p {
		padding: 8px 0px;
		line-height:23px;
		text-align:justify;
		margin-left:15px;

		}	
		
	div#preview {
			/*border: 1px solid #b29245;*/
			width:260px;
			height:377px;
			/* background:url(../images/preview.jpg) no-repeat; */
			float:left;
			margin-left:10px;
			margin-right:0px;
			padding-left:20px;
			padding-top:10px;
			}
			
	a.zoom { float:left; }	
	
	div.wrapper div#look input#pp {
		float:right;
		margin-top:20px;
		}	
			
		div.wrapper div#videos {
			background:url(../images/videos-bg.jpg) no-repeat;
			min-height:342px;
			padding:30px 40px;
			margin-bottom:20px;
			z-index:1;
			
			}	
		
			div.wrapper div#videos h2, #get h2 {	
				color:#c1a975;
				font-size:16px;	
				padding-top:20px;
				margin-bottom:20px;
				}
			
			div.wrapper div#videos div#video-1 {
				float:left;
				border: 1px solid #b29245;
				z-index:2;
				}
			
			
			div.wrapper div#videos div#video-2{
				float:right;
				border: 1px solid #b29245;
				z-index:2;
				}
				
				
	div.wrapper div#get {
			background:url(../images/videos-bg.jpg) no-repeat;
			min-height:302px;
			padding:30px 40px;
			margin-bottom:20px;
			
			}	
			
	div.wrapper div#get ul {
			list-style:none;	
			}
			
			div.wrapper div#get ul li {
				display:block;
				float:left;
				background:#090909;
				border:1px solid #222222;
				width:158px;
				height:291px;
				}	
				
				div.wrapper div#get ul li img {	
					margin:10px 11px;
					}
					
				div.wrapper div#get ul li p {
					padding:10px;
					text-align:center;
				}	
							
			div.wrapper div#get ul li.and {
				display:block;
				float:left;
				background:none;
				border:none;
				width:65px;
				height:216px;
				text-align:center;
				padding-top:75px;
			
			}
			
			div.wrapper div#get ul li.last {
				margin-right:0px;
				} 
				
div#footer {
	height:35px;
	width:100%;
	border-top:2px solid #b29245;	
	border-bottom:2px solid #b29245;
	padding-top:15px;
	}
	
	div#footer a {
		text-decoration:none;
		color:#ccc;
		}	
		
	div#footer a:hover {
		text-decoration:underline;
		}	
	
	div#footer div.wrapper {
		font-size:11px;
		color:#ccc;
		}	
		
		div#footer div.wrapper p.copy {
			float:left;
			margin-left:40px;
			}
		
		div#footer div.wrapper p.poweredby {
			float:right;
			margin-right:40px;
			}				
		
		div#float {
			width:194px;
			position:absolute;
			z-index:10000;
			}	
			
			div#float div#t {
				background:url(../images/float-t.png) no-repeat;
				width:100%;
				height:20px;
				}
				
			div#float div#m {
				background:url(../images/float-m.png) repeat-y;
				width:100%;
				min-height:100px;
				position:relative;
				margin-left:-1px;
				}
				
				div#float div#m img.twitter {
					position:absolute;
					cursor:pointer;
					top:-50px;
					right:-40px;
					border:none;
					}
				
				div#float div#m div.inner {
					width:174px;
					margin-left:10px;
				}
				
					div#float div#m div.inner h3 {
						text-indent:-999px;
						overflow:hidden;
						background:url(../images/float-title.jpg) no-repeat;
						height:90px;
						width:134px;
						margin-left:5px;
						margin-top:10px;
						}
						
					div#float div#m div.inner ul {
						list-style:none;
						margin-top:10px;
						padding-bottom:62px;
						}	
						
						div#float div#m div.inner ul li	{
							height:29px;
							}
							
							div#float div#m div.inner ul li a, div#float div#m div.inner ul li input#pp {
								height:23px;
								display:block;
								background:url(../images/float-item-bg.jpg) repeat-x;
								color:#fff;
								text-decoration:none;
								border:none;
								padding-left:10px;
								padding-top:6px;
								width:164px;
								text-align:left;
								cursor:pointer;
								}
								
							div#float div#m div.inner input#pp {

								width:100% !important;
								height:29px !important;
								padding-top:0px !important;
								height:96px !important;
								display:block;
								background:url(../images/bottom-button.png) repeat-x !important;
								color:#fff !important;
								text-decoration:none !important;
								border:none !important;
								width:227px !important;
								text-align:left !important;
								cursor:pointer !important;
								
								
								position:absolute;
								left:-17px;
								bottom:-50px;
								
								}		
								
							div#float div#m div.inner ul li a:hover{
								background-position: 0 -29px;
								font-weight:bold;
								border:none;
								}		
								
							div#float div#m div.inner input#pp:hover {
								background-position: 0 -96px;
								
							}		
				
			div#float div#b {
				background:url(../images/float-b.png) repeat-y;
				width:100%;
				height:20px;
				}	
				
									
			a#floatButton {
				width: 57px;
				height:17px;
				background:url(../images/close.gif) no-repeat;
				display:block;
				text-indent:-9999px;
				overflow:hidden;
				margin-left:7px;
				}
				
				
			a#floatButton:hover {
				background-position: 0 -17px;
				}	
			
			
			
			
			
			