@charset "UTF-8";

/* Main CSS file for all pages in MacISV */

body, table, tr, td, th, span, p {
	font-family: "Hiragino Maru Gothic Pro";
	background-color: white;
	margin: 0px;
	padding: 0px;
	color: black;	
}

h1 {
	text-align: center;
	background-color: white;
	text-shadow: 2px 1px #9f9f9f;
}

h2 {
	color: #666666;
	text-align: center;
	background-color: white;
}

img {
	/* background-color: black; */
}




#HeaderMenu {
	display: inline-block;
	min-width: 1240px;
	height: 84px;
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(../images/menuback.gif);
}

#siteLogo {
	background-image: url(../images/siteLogo.gif);
	height: 84px;
	width: 469px;
	float: left;
}

#menus{
	margin-left: 0px;
	float: left;
	width: 600px;
	min-width: 700px;
	height: 84px;
}


#MenuBar li {
	height: 40px;
	padding-top: 28px;
	width: 100px;
	float: left;
	list-style-type: none;
	text-align: center;
}

#MenuBar li a {
	min-width: 100px;
	width: 100px;
	color: white;
	height: 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

#MenuBar li a:visited {
	color: #cccccc;
}

#MenuBar li a:hover {
	color: #ffff66;
}

#HeaderMenu:after{
	height: 0px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#MainContent {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 700px;
	display: block;
}

#MainImage {
	margin-top: 70px;
	width: 693px;
	margin-right: auto;
	margin-left: auto;
}

#CatchCopy {
	margin-top: 30px;
	display: block;
}

#downloadText {
	color: blue;
	margin-left: 10px;
	display: inline;
	text-align: left;
	font-size: 12px;
}

#buyText {
	color: #ff3300;
	margin-left: 235px;
	display: inline; 
	text-align: left;
	font-size: 12px;
}

#downloadImg {
	display: block;
}


#buyAndDownloadImg {
	display: block;
}

#HowToContent {
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	width: 700px;
	display: block;
	margin-top: 70px;
}


#TitleForHowTo {
	background-repeat: no-repeat;
	position: absolute;
	right: 20%;
	left: 20%;
	width: 700px;
	height: 110px;
	margin-top: 490px;
}

/*
#SimpleCopy {
	position: relative;
	display: block;
	background-color: #409dff;
	font-size: 40px;
}
*/

.howToUse {
	margin-top: 30px;
	position: relative;
	display: block;
	background-color: white;
}

/* Below is for calculate height of .howToUse properly. */
.howToUse:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.subCopy {
	color: white;
	line-height: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/subCopyBackground.png);
	width: 700px;
	height: 30px;
}


.imageForFeatures {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	margin-top: 20px;
	margin-left: 10px;
	background-color: white;
	position: relative;
	width: 100px;
	float: left;
}

.descriptionForFeatures {
	margin-left: 20px;
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
	width: 560px;
	float: left;
}


#footer * {
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 10px;
	width: 700px;
	background-color: white;
	clear: both;
}

element {
}

#body {
	/*margin-right: auto;
	margin-left: auto;
	width: 800px; */
}

#alert {
	padding-top: 20px;
	margin-top: 35px;
	text-align: right;
	text-shadow: 0px 0px #999999;
	font-size: 12px;
	font-family: "Hiragino Maru Gothic ProN";
	clear: both;
}

body, table, tr, td, th, span, p {
	font-family: "Hiragino Maru Gothic Pro";
	background-color: white;
	margin: 0px;
	padding: 0px;
	color: black;	
}

#madeonamac {
	width: 600px;
	height: 46px;
	float: right;
	display: inline;
}

#madeonamac_image {
	padding-right: 8px;
	float: right;
	padding-left: 25px;
	display: inline;
	text-align: right;
}

#madeonamac_text {
	float: right;
	color: #666666;
	display: inline;
	font-size: 10px;
	text-align: left;
}

#thanksForPurchase {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 50px;
	margin-top: 50px;
}


