#page
{
	background: url(../cmsimages/page_bg.gif) no-repeat 34px 0;
	margin: auto;
	/* 950 extra 34px on both sides */
	width: 984px;
	height: 600px;
	padding-top: 10px;
	padding-left: 34px;
	text-align: left;
}

#logo
{
	position: relative;
	height: 198px;
	width: 498px;
}
#logo img
{
	float: none;
	position: absolute;
	left: 16px;
	top: -21px;
}

#container1
{
	width: 498px;
	height: 580px;
	padding-left: 10px;
	float: left;
	border-right: 1px solid #d0d0d0;
}
#container1 div
{
	float: left;
}
#container1 div#globalcontent_2
{
	float: none;
}


/*
 * right styles
 */

#container2
{
	/* 441 add 34px to the right */
	width: 475px;
	float: left;
	position: relative;
	overflow: hidden;
}
#container2 .panelContainer
{
	margin-right: 10px;
	float: left;
}

#container2 .panelContainer .panel
{
	background: #fff url(../cmsimages/vert_bar.gif) repeat-y 431px 0;
	float: left;
}

#container2,
#container2 .panelContainer .panel
{
	width: 475px;
	height: 580px;
}
#container2 .slidecontrol
{
	position: absolute;
	top: 5px;
	left: 10px;
}
#container2 .wrapper
{
	/* the next three values should add up to 475*/
	width: 375px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
}

/* ============ bogus panel styles ========= */
#container2 #bogus
{
	background: #fff url(../cmsimages/bogus_bg.png) no-repeat top left;
	position: relative;

}
#container2 #bogus a#tshirtContentLink
{
	background: url(../cmsimages/blank.gif) repeat top left;
	position: relative;
	display: block;
	width: 235px;
	height: 200px;
	float: right;
	margin-right: -34px;
}
#container2 #bogus a#tshirtLink
{
	background: url(../cmsimages/blank.gif) repeat top left;
	position: absolute;
	display: block;
	width: 235px;
	height: 200px;
	bottom: 50px;
	left: 230px;
}
#container2 #bogus #watchDemo
{
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 0 0 15px 0;
}
#container2 #bogus #watchDemo a
{
	color: #fff;
	font-size: 90%;
	text-transform: uppercase;
}
/* ============ end bogus panel styles ========= */


/*
 * end right styles
 */

#email
{
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
	padding-left: 10px;
	width: 488px;
	height: 50px;
}
#email #gearoffer
{
	width: 458px;
	padding: 16px 0px 0px 10px;
	text-align: center;
}
#email #gearoffer p
{
	text-align: center;
}
#email #gearoffer a
{
	text-transform: none;
	font-size: 100%;
}
#email label
{
	color: #eb9e29;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
}
#email label,
#email input
{
	margin-top: 4px;
	float: left;
	height: 20px;
	margin-right: 10px;
}
#email input
{
	width: 157px;
	padding: 0;
	margin-top: 5px;
	border: 1px solid #999;
}
#email input.image
{
	font-size: 100%;
	height: auto;
	width: auto;
	border: none;
	margin: 0;
}
#email .panelContainer
{
	padding-top: 8px;
}
#emailThanks
{
	display: none;
	position: relative;
	text-align: center;

}
#emailThanks img
{
	margin-left: 90px;
}

#email .panelContainer .panel
{
	width: 498px;
	height: 50px;
}

#video
{
	height: 331px;
	width: 498px;
	text-align: center;
}
#video #player
{
	float: none;
}
#footer
{
	clear: both;
	text-align: center;
	width: 950px;
	padding-top: 25px;
	color: #ccc;
	font-size: 90%;
	float: left;
	margin-bottom: 20px;
}
