/*			Dear designer, if your reading this you know what your doing, please dont hate on me or my css code, it's not pretty, i know but i'm in the business of app development
			not site design + this is my first site..
			
			Head Phoenix
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

#siteContainer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	width: 800px;
}

#featureBackground {
	position: relative;
	width: 802px;
	height: 957px;
}

#featureBGTop {
	position: absolute;
	left: -1px;
	width: 802px;
	height: 11px;
	top: 10px;
	background-image: url('images/featuresBodyTop.png');
	background-repeat: no-repeat;
}

#featureBGBody {
	position: absolute;
	left: -1px;
	width: 802px;
	height: 923px;
	top: 21px;
	background-image: url('images/featuresBody.png');
	background-repeat: repeat-y;
}

#featureBGBottom {
	position: absolute;
	left: -1px;
	width: 802px;
	height: 13px;
	top: 944px;
	background-image: url('images/featuresBodyBottom.png');
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

#featureEntries {
	font-size: 13px;
	text-shadow: none;
	color: #333;
}

#feOne {
	position: absolute;
	top: 30px;
	left: 150px;
	width: 80%;
}

#feOneImage {
	position: relative;
	display: block;
	left: 20px;
	top: 15px;
	background-image: url('images/featureNotes.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100px;
	height: 92px;
}

#feTwo {
	position: absolute;
	top: 145px;
	left: 25px;
	width: 80%;
}

#feTwoImage {
	position: absolute;
	display: block;
	right: 20px;
	top: 130px;
	background-image: url('images/featureNotes.png');
	background-repeat: no-repeat;
	background-position: -100px 0;
	width: 100px;
	height: 92px;
}

#feThree {
	position: absolute;
	top: 266px;
	left: 150px;
	width: 80%;
}

#feThreeImage {
	position: absolute;
	display: block;
	left: 20px;
	top: 245px;
	background-image: url('images/featureNotes.png');
	background-repeat: no-repeat;
	background-position: -200px 0;
	width: 100px;
	height: 92px;
}

#feFour {
	position: absolute;
	top: 380px;
	left: 25px;
	width: 80%;
}

#feFourImage {
	position: absolute;
	display: block;
	right: 20px;
	top: 360px;
	background-image: url('images/featureNotes.png');
	background-repeat: no-repeat;
	background-position: -300px 0;
	width: 100px;
	height: 92px;
}

#feFiveImage {
	position: absolute;
	display: block;
	left: 20px;
	top: 475px;
	background-image: url('images/featureNotes.png');
	background-repeat: no-repeat;
	background-position: -400px 0;
	width: 100px;
	height: 92px;
}

#feFive {
	position: absolute;
	top: 497px;
	left: 150px;
	width: 80%;
}

#feSixImage {
	position: absolute;
	display: block;
	right: 20px;
	top: 590px;
	background-image: url('images/featureNotes.png');
	background-repeat: no-repeat;
	background-position: -500px 0;
	width: 100px;
	height: 92px;
}

#feSix {
	position: absolute;
	top: 610px;
	left: 25px;
	width: 80%;
}

#feSevenImage {
	position: absolute;
	display: block;
	left: 20px;
	top: 705px;
	background-image: url('images/featureNotes.png');
	background-repeat: no-repeat;
	background-position: -600px 0;
	width: 100px;
	height: 92px;
}

#feSeven {
	position: absolute;
	top: 725px;
	left: 150px;
	width: 80%;
}

#feEightImage {
	position: absolute;
	display: block;
	right: 20px;
	top: 820px;
	background-image: url('images/featureNotes.png');
	background-repeat: no-repeat;
	background-position: -700px 0;
	width: 100px;
	height: 92px;
}

#feEight {
	position: absolute;
	top: 840px;
	left: 25px;
	width: 80%;
}



#features {
	position: relative;
	display: inline;
	list-style: none;
	text-align: left;
	width: 500px;
	height: 30px;
	font-size: 13px;
	text-shadow: #fff 0 1px 0;
}

#headerLinks {
	position: absolute;
	display: inline;
	list-style: none;
	text-align: right;
	right: 0;
	width: 300px;
	height: 30px;
	font-size: 13px;
	text-shadow: #fff 0 1px 0;
}

#featuresList {
	display: inline;
	padding-right: 20px;
}

#featuresListCurrent {
	display: inline;
	color: #777;
	padding-right: 20px;
}

#headerLinksList {
	display: inline;
	padding-right: 0px;
	padding-left: 20px;
}

/*#featuresList:hover {
	display: inline;
	color: #00b;
	text-shadow: #fff 0 1px 0;
}
*/

#siteContainer a:link {
	color: #000;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}

#siteContainer a:visited {
	color: #000;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}

#siteContainer a:hover {
	color: #07f;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}

#siteContainer a:active {
	color: #07f;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}


#siteContainer a:focus {
	color: #07f;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}


#billboard {
	width: 800px;
	height: 550px;
	-moz-user-select: none;
	-webkit-user-select: none;
	padding-top: 10px;
	padding-bottom: 30px;
}

#designBillboard {
	width: 802px;
	height: 554px;
	-moz-user-select: none;
	-webkit-user-select: none;
	left: -1px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#box1 {
	position: relative;
	background-image: url('images/box1.png');
	left: 0; /* -4px; */
	bottom: 0;
	width: 190px;
	height: 190px;
	background-repeat: no-repeat;
	
}

#featureHighlight {
	display: block;
	position: relative;
}

#featureHighlight h1 {
	position: absolute;
	display: block;
	top: 15px;
	width: 392px;
	text-align: center;
	font-size: 15px;
	text-shadow: #fff 0 1px 0;
	color: #444;
}

#landscapeBoxText {
	position: absolute;
	display: block;
	top: 253px;
	width: 352px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 13px;
	text-shadow: #fff 0 1px 0;
	color: #333;
}

#shakeBoxText {
	position: absolute;
	display: block;
	top: 110px;
	width: 144px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 13px;
	text-shadow: #fff 0 1px 0;
	color: #333;
}

#landscapeBox {
	position: absolute;
	background-image: url('images/featureHighlight.png');
	left: 0; /* -4px; */
	width: 392px;
	height: 338px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#landscapeImage {
	position: absolute;
	top: 50px;
	left: 46px;
	width: 300px;
	height: 190px;
/*	left: 17px;
	width: 358px;
	height: 227px;
*/
}

#shakeImage {
	position: absolute;
	top: 70px;
	right: 17px;
	width: 172px;
	height: 222px;
}

#shakeBox {
	position: absolute;
	background-image: url('images/featureHighlight.png');
	right: -1px;
	width: 392px;
	height: 422px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#copyright {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #777;
	position: absolute;
	display: block;
	top: 358px;;
	width: 800px;
}

#tutorialBoxTop {
	position: absolute;
	top: 60px;
	left: 11px;
	width: 778px;
	height: 17px;
	background-image: url('images/boxSprite.png');
	background-position: 0px -68px;
}

#tutorialBoxTopLeft {
	position: absolute;
	left: -3px;
	top: 60px;
	width: 14px;
	height: 17px;
	background-image: url('images/boxSprite.png');
	background-position: 0 0;
}

#tutorialBoxBottomLeft {
	position: absolute;
	left: -3px;
	top: 557px;
	width: 14px;
	height: 17px;
	background-image: url('images/boxSprite.png');
	background-position: 0px -17px;
}

#tutorialBoxBottom {
	position: absolute;
	left: 11px;
	top: 557px;
	width: 778px;
	height: 17px;
	background-image: url('images/boxSprite.png');
	background-position: 0px -85px;
}

#tutorialBoxTopRight {
	position: absolute;
	left: 789px;
	top: 60px;
	width: 14px;
	height: 17px;
	background-image: url('images/boxSprite.png');
	background-position: 0 -34px;
}

#tutorialBoxBottomRight {
	position: absolute;
	left: 789px;
	top: 557px;
	width: 14px;
	height: 17px;
	background-image: url('images/boxSprite.png');
	background-position: 0px -51px;
}

#tutorialBoxLeft {
	position: absolute;
	left: -1px;
	top: 77px;
	width: 14px;
	height: 480px;
	background-image: url('images/boxSidesSprite.png');
	background-position: 0 0;
	background-repeat: repeat-y;
}

#tutorialBoxRight {
	position: absolute;
	left: 787px;
	top: 77px;
	width: 14px;
	height: 480px;
	background-image: url('images/boxSidesSprite.png');
	background-position: -14px 0;
	background-repeat: repeat-y;
}

#tutorialBox {
	position: absolute;
	top: 67px;
	left: 11px;
	width: 778px;
	height: 490px;
	background-image: url('images/boxBackgroundSprite.png');
	z-index: 0;
}

#thumbTable {
	position: relative;
	display: block;
	margin: 0;
	top: 0;
	left: 20px;
	width: 700px;
	height: 490px;
}

#thumbTable h1 {
	font-style: normal;
	text-align: center;
	font-size: 13px;
	text-shadow: #fff 0 1px 0;
}

#thumbTable img {
	z-index: 20;
}

#thumbRow {
	width: 700px;
	height: 240px;
}

#thumbItem {
	position: relative;
	width: 128px;
	height: 205px;
	margin: 0 0;
	padding: 0 0;
}

#thumbItem img {
	z-index: 21;
}

#thumbContainer
{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	overflow: hidden;
	width: 128px;
	height: 205px;
}

#tutorialBox img {
	position: absolute;
	width: 128px;
	height: 184px;
	
	border-color: #333;
	border-width: 1px;
	border-style: solid;
}

#thumbTitle {
	position: absolute;
	left: 0px;
	width: 178px;
	top: 190px;
	height: 25px;
}

#highlighBox {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 158px;
	height: 214px;
	background-image: url('images/highlight.png');
	background-repeat: no-repeat;
	z-index: 20;
}

#movieBlackout {
	position: absolute;
	display: none;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('images/movieBlackout.png');
	background-repeat: repeat;
	z-index: 50;
}

#movieWindow p {
	color: #fff;
	font-style: normal;
	text-align: left;
	font-size: 12px;
}

#movieWindow {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
/*	width: 360px;
	height: 570px;
*/	
	width: 135px;
	height: 190px;
	z-index: 50;
}

#movieTopLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url('images/movieBoxSprite.png');
	background-position: 0 0;
}

#movieTopRight {
	position: absolute;
	right: 0;
	top: 0px;
	width: 40px;
	height: 40px;
	background-image: url('images/movieBoxSprite.png');
	background-position: 0 -40px;
}

#movieTop {
	position: absolute;
	left: 40px;
	top: 0;
	right: 40px;
	height: 40px;
	background-image: url('images/movieBoxSprite.png');
	background-position: 0 -160px;
}

#movieBottomLeft {
	position: absolute;
	left: 0;;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-image: url('images/movieBoxSprite.png');
	background-position: 0 -80px;
}

#movieBottomRight {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-image: url('images/movieBoxSprite.png');
	background-position: 0 -120px;
}

#movieBottom {
	position: absolute;
	left: 40px;
	bottom: 0;
	right: 40px;
	height: 40px;
	background-image: url('images/movieBoxSprite.png');
	background-position: 0 -200px;
}

#movieLeft {
	position: absolute;
	left: 0;
	top: 40px;
	width: 40px;
	bottom: 40px;
	background-image: url('images/movieBoxSidesSprite.png');
	background-position: 0 0;
}

#movieRight {
	position: absolute;
	right: 0;
	top: 40px;
	width: 40px;
	bottom: 40px;
	background-image: url('images/movieBoxSidesSprite.png');
	background-position: -40px 0;
}

#movieBody {
	position: absolute;
	left: 40px;
	top: 40px;
	right: 40px;
	bottom: 40px;
	background-image: url('images/movieBoxFill.png');
}

#movieClose {
	position: absolute;
	left: 40px;
	top: 13px;
}

#movieProduct {
	position: absolute;
	visibility: hidden;
	left: 15px;
	bottom: 20px;
}

#qtMoviePlayer {
	position: absolute;
	left:20px;
	top: 40px;
	height: 476px;
	width: 320px;
}

#quickTimeCopyright {
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #777;
	position: absolute;
	display: block;
	top: 580px;
	width: 700px;
	left: 0;
}

#quicktimeBadge {
	position: absolute;
	right:0;
	top: 580px;
	width: 88px;
	height: 31px;
	background-image: url("images/qt7badge_QT7required.gif");
}