
body {
	padding: 0;
	margin: 0;
	background-color: #333333;
	font-family: Lucida Grande, sans-serif;
	font-weight: normal;
	
}

#main {
	width: 1000px;
	margin: auto;
	padding: 0;
}


/********************/
/*		HEADER		*/
/********************/

#header {	
	padding: 0;
	margin: 0;
	width: 786px;
	height: 205px;
	margin-bottom: 20px;
}

#header h1 {
	margin: 0;
	padding: 0;
	display: block;
	overflow: none;
	text-indent: -9999px;
	background: #333333 url('../images/amuse.jpg') no-repeat top left;
	width: 786px;
	height: 205px;
}
#header h2 {
	font-family: "HelveticaNeue", "Helvetica", Arial;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	font-size: 32px;
	font-weight: normal;
	top: -110px;
	left: 170px;
	text-shadow: 2px 2px 3px #000;	
}


/********************/
/*		CONTENT		*/
/********************/

#content {
	float: left;
	background: #242424 url('../images/content_background.jpg') repeat-x top left;
	padding: 20px 40px 40px 40px;
	margin-bottom: 15px;
	color: #fff;
	width: 700px;
	height: 1070px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#content h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: normal;
	font-size: 44px;
	line-height: 40px;
}
#content h2 .superscript{
	position: relative;
	vertical-align: super;
	font-size: 16px;
}
#content h2 .subtitle {
	display: block;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
}

#content #intro {
	float: right;
	font-size: 13px;
	width: 340px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 0px;
}

#content #intro .arrow {
	background: transparent url("../images/arrow.png") no-repeat top left;
	padding-left: 24px;
	padding-top: 4px;
}

#content #intro .arrowright {
	background: transparent url("../images/arrow_right.png") no-repeat top left;
	padding-left: 24px;
	position: relative;
	top:15px;
}

#content #intro #scenestoreicon {
	background: transparent url("../images/scenestore.png") no-repeat top left;
	display: block;
	position: absolute;
	overflow: none;
	text-indent: -9999px;
	width: 110px;
	height: 50px;
	position: relative;
	left:230px;
	top:-30px;
}
#content #intro #scenestoreicon:hover {
	background-position: -113px 0px;
}

/*		PREVIEW		*/
#content #preview {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	left: 10px;
	width: 287px;
	height: 375px;
	background: transparent url("../images/imac.png") no-repeat top left;
}

#content #video {
	margin: 13px 0px 50px 13px;
	width: 261px;
	height: 164px;
	background: transparent url("../images/Screen.jpg") no-repeat top left;
}

#content #preview a {
	display: block;
	position: absolute;
	overflow: none;
	text-indent: -9999px;
	background: transparent url("../images/buttons.png") no-repeat top left;
	width: 150px;
	height: 50px;
}

#content #preview #download {
	margin: 90px 0 0 -5px;
	background-position: 0 0px;
}
#content #preview #buynow {
	margin: 89px 0 0 145px;	
	background-position: 0 -50px;
}


@-moz-document url-prefix() {
#content #preview #download {
	margin-top: 42px;
 }
}

@-moz-document url-prefix() {
#content #preview #buynow {
	margin-top: 41px;
 }
}

#content #preview #download:hover {
	background-position: -152px 0px;
}
#content #preview #buynow:hover {
	background-position: -152px -50px;
}

#content #preview #systemSpec {
	margin-top: 140px;
	text-align: center;
	font-size: 9px;
	color: #999;
	line-height: 10px;
}


#content #scenestorebanner {
	position: absolute;
	margin: -170px 0 0 -70px;
	text-indent: -9999px;
	width: 222px;
	height: 175px;
	background: transparent url('../images/scenestorebanner.png') no-repeat top left;
	overflow: none;
	display: block;
	line-height: 12px;
	text-align: left;
}



/*		Features		*/

#content h3 {
	margin: 0px;
	padding-top: 0px;
	clear: both;
	font-weight: normal;
	position: relative;
	top: -10px;
	left: 0px;
}

#content #features {
	padding: 0;
	list-style-type: none;
}

#content #features li {
	display: block;
	float: left;
	margin: 0 15px 50px 0;
	width: 335px;
	height: 90px;
}
#content #features li h4 {
	width: 300px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #6fd332;
}
#content #features li p {
	margin-top: 5px;
	font-size: 13px;
}
#features a {
	font-size: 12px;
	text-decoration: none;
	background: transparent url("../images/arrow_2.png") 70px 6px no-repeat;
	padding: 5px 30px 5px 0;
	cursor: default;
}

#features a:link, #features a:visited {
	color: #f6ff00;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}

#features a:hover, #features a:active {
	color: #f6ff00;
}

#features li .image {
	float: left;
	width: 82px;
	height: 150px;
	background: transparent url("../images/icons.png") no-repeat top left;
}
#features #featuresA .image {
	background-position: 0 0;
}
#features #featuresB .image {
	background-position: 0 -150px;
}
#features #featuresC .image {
	background-position: 0 -300px;
}
#features #featuresD .image {
	background-position: 0 -450px;
}
#features #featuresE .image {
	background-position: 0 -600px;
}
#features #featuresF .image {
	background-position: 0 -750px;
}
#features #featuresG .image {
	background-position: 0 -900px;
}
#features #featuresH .image {
	background-position: 0 -1050px;
}

/********************/
/*		SIDEBAR		*/
/********************/

#sidebar {
	float: right;
	width: 191px;
	font-size: 10px;
	background: transparent url("../images/accolades1.jpg") no-repeat top left;
}
#sidebar ul {
	padding: 0;
	list-style-type: none;	
}
#sidebar h4 {
	font-family: "Comic Sans MS", "Comic Sans", "Brush Script MT", cursive;
	font-size: 18px;
	text-align: center;
	margin-top: 38px;
}
#sidebar p {
	padding: 0 20px;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	margin: auto;
	margin-top: -15px;
}

#sidebar #leo {
	margin-top: 25px;
	background: transparent url("../images/accolades2.jpg") no-repeat top left;
	height: 244px;
}
#sidebar #leo p {
	padding: 130px 18px 0 18px;
	margin-top: 0;
}
#sidebar #leo .quote {

	font-size: 11px;
	font-weight: bold;
}

#sidebar #leo .quoteFrom {
	margin-top: 10px;
	display: block;
	font-style: italic;
	font-weight: normal;

}

#sidebar #other {
	background: transparent url("../images/accolades3.jpg") no-repeat top left;
	height: 769px;
	padding: 20px 10px 0 20px;
	font-size: 10px;
}

#sidebar #other li {
	margin-top: 20px;
}
#sidebar #other .quote {
	
}

#sidebar #other .quoteFrom {
	display: block;
	font-size: 9px;
	margin-top: 5px;
	font-weight: bold;
}


/********************/
/*		FOOTER		*/
/********************/

#footer {
	position: relative;
	top: -20px;
	left: 0px;
	padding-top: 15px;
	width: 800px;
	height: 200px;
	clear: both;
	background: #333333 url('../images/footer_background.jpg') no-repeat top left;
	text-align: center;
	color: #fff;
}
#footer img {
	padding-bottom: 10px;
	display: block;
	margin: auto;
}

#footer a:link, #footer a:visited {
	color: #ffffff; 
	padding: 0 8px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #8290f1;
	text-shadow: 1px 1px 1px #000;
}

#footer .copyright {
	margin-top: 10px;
}

#footer p {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0;
}




