/* @override http://misuapp.com/dev/style.css */

* {
			padding: 0;
			margin: 0;
		}
		
		img {
			border: 0;
		}
		
		body {
			background-image: url(images/photoseamless.png);
			background-repeat: no-repeat;
		}
		
		#parent-container {
			position: relative;
			width: 800px;
			height: 500px;
			margin-left: auto;
			top: 40px;
			background-image: url(images/misu_icon.png);
			background-repeat: no-repeat;
	margin-right: auto;
}
		
		
		#header {
			position: absolute;
			width: 614px;
			height: 227px;
			right: 0;
			background-image: url(images/header.jpg);
		}
		
		#buy-button, #download-button, #support-button{
			position: absolute;
			bottom: 15px;
		}
		
		#buy-button {
			left: 20px;
		}
		
		#download-button {
			left: 172px;
		}
		
		
		#support-button {
			left: 464px;
		}
		
		#content {
			position: absolute;
			right: 0px;
			top: 227px;
			width: 574px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background: url(images/body_gradient.png) no-repeat;
	padding-bottom: 100px;
}
		
		#content p {
			text-align: left;
	font: 13px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}

.feature {
	width: 267px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.feature img{
	padding-right: 15px;
	float: left;
	padding-top: 3px;
	margin-bottom: 40px;
}

#feature-container {
	position: relative;
	margin-top: 30px;
	padding-bottom: 100px;
	padding-top: 30px;
	border-top: 1px solid #aeaeae;
	margin-bottom: 0;
}


.row {
	width: 594px;
	padding-left: 0;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	direction: ltr;
	color: #000;
}

form {
	margin-left: 25px;
}

.row p {
	float: left;
	margin-top: 5px;
	margin-right: 15px;			

}

#onepackbump {
	margin-left: 0em;	
}

#threepackbump {
	margin-left: 1.95em;
}

#tenpackbump {
	margin-left: 1.5em;
}

.row .bump {
	margin-top: 1px;
}

input.quantity {
	width: 1.5em;
	text-align: center;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#namebump {
	margin-left: .35em;
}

#emailbump {
	margin-left: 2.9em;
}

#emailbump p input {
	text-align: left;
	font-size: 15px;
	width: 200px;
	margin-left: 15px;
	padding-left: 2px;
}

#namebump p input {
	text-align: left;
	font-size: 15px;
	width: 200px;
	margin-left: 15px;
	padding-left: 2px;
	color: #000;
}

.row img {
	float: left;
	margin-right: 15px;
}

.row h1 {
	font: 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: #090058;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: 0px;
}

h2 {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 25px;
	color: #000;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	top: 0;
	clear: none;
	float: left;
	display: inline;
}

#buy-container {
	margin: -20px;
	margin-top: -30px;
	background-image: url(images/overlay-bg.png);
	text-shadow: #000000 0 0 0;
	opacity: 1;
}

#content div.row h2 input {
	font-size: 19px;
	margin-left: 5px;
}

#misu-link {
	width: 290px;
	height: 100px;
	position: absolute;
	left: 25px;
	top: 60px;
}

#testimonials {
	float: left;
	padding-top: 15px;
}

#version-number {
	position: absolute;
	left: 50%;
	width: 172px;
	margin-left: -86px;
	height: 69px;
	z-index: 1;
	top: 34px;
	opacity: 0;
	-webkit-transition: opacity .21s linear;
	background-image: url(images/version_placard.png);
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 69px;
	color: #a3d6fe;
	text-shadow: #040022 0 -1px 0;
}


#download-button:hover ~ #version-number {
	opacity: 1;
}



#testimonials h1 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1d1d1d;
	border-bottom: 1px solid #898989;
	padding-bottom: 0;
	margin-bottom: 15px;
}

#testimonials div.praise {
	width: 250px;
	margin-right: 37px;
	float: left;
	padding-bottom: 10px;
}

#testimonials div.praise h2 {
	font-size: 14px;
	color: #3c669d;
	margin-left: 0;
}

div#footer {
	display: inline;
	position: relative;
	float: left;
	width: 574px;
	border-top: 1px dotted #b8b8b8;
}

div#footer p {
	margin: 3px;
	font-size: 10px;
	color: #473c5d;
}

div#footer a {
	text-decoration: none;
	color: #6d7fbd;
}

div#footer a:visited {
	color: #6d7fbd;
}

