@charset "UTF-8";
/* CSS Document */


#wrapper {
	width: 960px;
	margin: 50px auto;
	
}

#download-wrapper {
	width: 860px;
	margin: 20px auto;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    border-right: none;
    padding: 20px 45px;
	
}

button, input[type="button"], input[type="submit"] {
    width: 600px;
    background: #56d948 none repeat scroll 0 0;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    padding: 30px;
    text-shadow: none;
    margin: 30px auto;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 120%;
    
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #000;
    color: #fff !important;
    cursor: pointer; 
    text-decoration:none;


}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 30px;
	
}

h1 {
	font-size: 48px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 40px;
	
}

h2 {
	font-size: 36px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 40px;
	
}

h3 {
	font-size: 28px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 40px;
	
}

.red {
	color: #F4001C;
	
}

.disclaimer p {
	color: #999999;
	line-height: 150%;
	font-size: 14px;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	
}

ul {
list-style-type: square;
padding: 0;
margin: 0px 0px 0px 40px;

}

li {
font-size: 21px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 140%;
margin-bottom: 20px;


}

ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0px 0px 0px 60px;

}

li.greencheck {
background: url(images/green-check.jpg) no-repeat left top;
height: 30px;
padding-left: 44px;
padding-top: 3px;
font-size: 21px;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

ol {
	margin: 0px 0px 0px 40px;
	
}

hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0));
}

.orderbutton {
width: 350px;
height: 150px;
background-image: url(images/order-button-ani.png) no-repeat;
background-position: 0 0;
}

.orderbutton:hover {
background-position: 0 100%;
}