﻿
/*** 1 column Product Landing Pages  ***/

/* Middle
-----------------------------------------------------------------------------*/
.landingPageHeader
	{
		width:930px;
		height:250px;
		margin: 0 0 20px -15px;
	}

.landingPageHeaderShort
	{
		width:730px;
		height:200px;
		margin: 0 0 20px -15px;
	}

#middle {
	width: 930px;
	height: 1%;
	position: relative;
	margin: 10px 0 0 5px;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 910px;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 290px 0 0;
}

.landingPageYoutubeFrame {
	height: 290px;
	width:510px;
	background: url('images/landingpage-youtube-background.jpg') 0 0 no-repeat;
	padding: 5px 0 0 5px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	width: 360px;
	margin: 0px 30px 0 -390px;
	height:300px;
	position: relative;
}

/***  Landing Page Formatting  ***/

.landingPageButtonTable {
	font-size: 9pt;
	width: 350px;
	height:300px;
	margin: 0 0 0 -10px;
}

.landingPageButtonTable td {
	width: 50%;
	text-align:left;
	vertical-align:middle;
}