html {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #666666;
	font-family: Arial,sans-serif;
	height: 100%;
	min-height: 100%;
}
a {
	color: #0061C8;
	text-decoration: underline;
}	
h2 {
	text-align: center;
	margin: 2px 0 0 0; 
	padding: 0;
	color: #3366CC;
	font: bold 20px/22px Arial,sans-serif;
}
h3 {
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #3366CC;
	font: bold 16px/16px Arial,sans-serif;
}
	
#container{
	width: 975px;
	height: 568px;
	margin: 0px auto;
	padding: 0;
}
	
#containerNest{
	width: 975px;
	height: 568px;
	margin: 0px auto;
	padding: 0;
	border-top: 2px solid #ffa100;
	border-bottom: 2px solid #0066cc;
	background: #fff;
	overflow: hidden;
	position: absolute;
}

#mainContent{
	width: 752px;
	height: 603px;
	padding: 0;
	margin: 0;
	float: left;
}

#header{
	height: 54px;
	padding: 0; 
	margin: 0;
}

#viewer{
	width: 752px;
	height: 456px;
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff url(http://www.yourworld360.com/images/viewer_bg.gif) no-repeat center center;
}

#viewerNest{
	margin: 0 26px;
	padding: 8px 0 0 0;
	position: relative;
}

#viewer #viewerNest #toFullS{
	float: right;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#qtViewer, #qtViewer embed{
	padding: 0;
	margin: 0;
}

#rightContent{
	background: #C5D8D9;
	float: right;
	width: 221px;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
	left: 1px;
}

#rightContent #ads{
	height: 435px;
	overflow: auto;
	margin-top: 10px;
	background: #dbe5e9;
	padding: 0;
	margin: 0;
}

#rightContent #description{
	background: #C5D8D9;
	height: 133px;
	overflow: auto;
	padding: 0;
	margin: 0;
}

#rightContent #descriptionNest{
	border-top: 2px solid #fff;
	padding: 10px;
}

#rightContent #descriptionNest h5{
	color:#000;
	font-size:12px;
	line-height:20px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0;
}

#rightContent #descriptionNest p{
	color:#000;
	font-size:12px;
	line-height:20px;
	margin: 0;
	padding: 0;
}

#rightContent #descriptionNest p a{
	color:#CC6600;
}

#rightContent #readMore{
	background: #C5D8D9;
	position: absolute;
	height: 20px;
	bottom: 0;
	width: 100%;
	color:#CC6600;
	cursor: pointer;
	z-index: 1;
	display: none;
}

#rightContent #readMore:hover{
	background: #aaaaaa;
	position: absolute;
	bottom: 0;
	width: 100%;
	color:#CC6600;
	cursor: pointer;
}

#rightContent #readMore p{
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #CC6600;
	font-size:12px;
	line-height:22px;
	text-align: center;	
}

#tabs {
	position:relative;
	height: 18px;
	overflow: hidden;
	text-align: center;
	top: -15px;
}

#tabs ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 10px;
}

#tabs li{
	display: inline;
	float: left;
	width: 145px;
	list-style: none;
	margin: 0 1px;
	background: #BBBBBB url(http://www.yourworld360.com/images/tab.gif) no-repeat;
	color:#CC6600;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

#tabs li a{
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
	
#thumbs{
	height: 53px;
	position: relative;
	width: 100%;
	top: -15px;
	background: #BBBBBB;
}

#thumbs #tabDescription{
	float: left;	
	margin: 10px 20px 0px 0px;
}

#thumbs #tabDescription h5{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding: 0 10px;
	margin: 0;
	text-align: center;
}

#thumbs #tabDescription h6{
	color:#666666;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	padding: 0 10px;
	margin: 0;
	text-align: center;	
}

#thumbs ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#thumbs li{
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	cursor: pointer;
}

#thumbs img{
	width: 45px; 
	height: 30px; 
	margin: 11px 4px; 
	padding: 0;
}

#viewer_details h5{
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	margin: 8px 0 4px 0;
}
#viewer_details p{
	font-size: 12px;
	padding: 0 10px;
	margin: 4px 0;
}

#footer {
	width: 975px;
	margin: 0 auto;
	padding: 0;
}

#footer div{
	width: 478px;
	float: left;
	padding: 0;
	margin: 0;
}

#footer p{
	text-align: left;
	font-weight: bold;
	color:#EFEFEF;
	font-size:11px;
	line-height:16px;
	margin:10px 0;
}

#footer a{
	color: #fff;
}

#fullScreen{
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#fullScreen div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5%;
	width: 100%;
}

#fullScreen div p{
	text-align: center;
	padding: 0;
	margin: 0;
}

#fullScreen p a{
	color: #ffffff;
	font-size: 12px;
}

