	/* CSS Document */
/* Author: Rhino Hooton */
/* Date: 10/08/08 */
/* Description: Landing Styles */

/* common elements */
* {
	margin:0;
	padding:0;
}
body {
	background:#000;
	color:#fff;
	font-family:verdana;
	font-size:11px;
}
div.clear {
	line-height:0;
	height:0;
	font-size:0;
	clear:both;
	width:100%;
}

/* page elements */
#container {
	position:relative;
	margin:0 auto;
	width:1024px;
	background:#000;
	height:auto !important;
	height:100%;
	min-height:100%;
}

/* header elements */
#container #header {
	height: 112px;
	width: 989px;
	padding-left: 35px;
}
#container #header img {
	float: left;
	padding-right: 13px;
}
#container #header h1 {
	float: left;
	height: 112px;
	width: 724px;
	text-indent: -9999px;
	display: block;
	background: url(../../media/headers/surround_yourself_header.gif) no-repeat;
}
#container #header p {
	display: none;
}

/* body elements */
#container #body {
	height: 537px;
	width: 965px;
	background: #0DA5D7 url(../../media/background/landing_background.jpg);
	padding: 14px 24px 37px 35px;
	overflow:hidden;
}
#container #body .leftSide {
	height: 535px;
	width: 517px;
	float: left;
	padding-right: 25px;
}
#container #body .leftSide #videoPlayer {
	padding-bottom: 18px;
}
#container #body .quadBox {
	height: 84px;
	width: 244px;
	border: 4px solid #000;
	float: left;
	background: #000;
}
#container #body .leftSide .quadBox h1 {
	background: url(../../media/background/quad_box_bg.gif);
	display: block;
	height: 36px;
	width: 223px;
	padding-left: 21px;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
}
#container #body .leftSide .quadBox p {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
}
#container #body .xSpacer	{
	margin-right: 13px;
}
#container #body .ySpacer	{
	margin-bottom: 11px;
}
#container #body .rightSide {
	float: left;
	height: 537px;
	width: 423px;
}
#container #body .rightSide .contentBox {
	height: 263px;
	width: 423px;
}
#container #body .rightSide .ySpacer	{
	margin-bottom: 11px;
}
#container #body .rightSide .contentBox h1.experience {
	background: url(../../media/headers/the_dts_experience.gif);
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 423px;
	overflow:hidden;
}
#container #body .rightSide .contentBox p.experience {
	float: left;
	width: 150px;
	color: #000;
	padding-top: 43px;
	line-height: 16px;
	padding-right: 28px;
}
#container #body .rightSide .contentBox img {
	float: left;
	margin-top: 28px;
}
#container #body .rightSide .contentBox h1.surround {
	background: url(../../media/headers/surround_sensation.jpg);
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 423px;
	overflow:hidden;
}
#container #body .rightSide .contentBox p.surround {
	color: #000;
	line-height: 16px;
	margin-top: 20px;
	padding-right: 30px;
}

/* footer elements */
#container #footer {
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
}
