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

body{
	margin:0;
	font-family:Helvetica,sans-serif;
	font-family: "PT Sans",sans-serif;
	font-weight:400;
	color:#000;
	font-size: 20px;
	/*background-color:#A8A8A8 */
	}




	
html{

	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
	}
	
.content{
	/*max-width:1000px; */
	margin:auto; 

}
.containertop{
	background-image:url(imagesdash/bg2.jpg); 
	/*background-color:#333; */
	color:#FFF;
	padding: 1px 60px 1px 120px;
	border-bottom:#C00 4px solid;
	}
.containergray{
	background-image:url(imagesdash/bg.jpg); 
	/*background-color:#333; */
	color:#FFF;
	padding: 1px;
	border-top:#C00 4px solid;
	border-bottom:#C00 4px solid;	
	}

.containerwhite{
	    color: #000;
		width: 900px;
		margin: auto;
		background-color:#FFF;
	}
	
.containerg{
	    color: #000;
		width: 900px;
		margin: auto;
	}
		
.containerdark{
		color: #fff;
		width: 900px;
		margin: auto;
}
.container3{
	    background: #EEE;
		width: 900px;
		margin: auto;
	}
	
.containerupper{
	    color:#000;
		width: 900px;
		margin: auto;
		background-color:#E2E2E2;
		font-size:11px;
		padding: 2px 10px 2px 10px;
		text-align: center;
			}

.containerupper2{
	    color:#000;
		width: 736px;
		margin: auto;
		background-color:#F9F9F9;
		font-size:14px;
		padding: 10px 40px 10px 40px;
		text-align: left;
		border: 2px solid #E2E2E2;
	}
		
.containergray2{
	background-color:#636363;
	color:#FFF;
	padding: 10px 30px 10px 30px;
	}
	
.containerlighter	{
	background-color:#37414A;
	color:#FFF;
	padding: 2px 30px 10px 30px;
	}

.container{
	/* background:#ff8929;color:#b35000  -orange
	*/
	padding: 5px 30px;
	color: #000;
	background: #EEE
	}

.containerinner{
	background: #FFF;
	padding: 15px;
	border: 4px dashed #999999;
}

.container2{
	background: #3c3c3c;
	padding: 15px;
	color: #fff;
}

.box1{
		border: 1px #CCCCCC solid;
		background: #575759;
		padding: 5px;
		font-size:11px;
}

.box-1{
	width:70%;
	-moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FB6F03;
    border-radius: 6px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
    color: gray;
    padding: 2px 20px 2px 20px;
    text-align: center;
	margin:auto;
	}	
	
.title{
	font-family:"PT Sans",sans-serif;
	color:#000;
    font-size: 60px;
    font-weight: bold;
	letter-spacing: -3px;
    line-height: 60px;
    margin: 0 0 18px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.3); 
   }	
   
.txtred{
	color: #F00;
}

.textblue{
	color: #0B72A1;
}

.textblue2{
	color: #80DCFF;
}

.textyellow{
	color: #FAD434;
}
.textlarger{
	font-size: 44px;
}
.subtitle2{
	font-size: 45px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

.textmed{
	font-size: 20px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
.hilight{
	color: #FF7319;
    font-style: normal;
	/*text-shadow: 1px 2px 1px rgba(0,0,0,0.3); */
	}

.dark{
	color:#5B5B5B;
	}

.darkgreen{
	color: #71B238;
	}
			
.txt{
	color: #8A8683;
    font-weight: 400;
	font-size: 2em;
    letter-spacing: -1px;
    line-height: 1.25;
    margin: 0 0 10px;
    text-shadow: 1px 1px 0;
	}	
.txt2{
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 1.25;
    text-shadow: 1px 1px 0 #FFFFFF;
	font-family:"Nunito", Helvetica,sans-serif;
	}	
.txtbox{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.25;
	color:#666;
	}
p{
    font-size: 1.3em;
    padding-left: 1em;
	line-height: 1.5em;
	}	
	
.txtsmall{font-size: 1em;}
.txtsmallhead{font-size: 45px;}
.txtfooter{font-size: 13px;}


a.go:link {color:white;}
a.go:visited {color: white;}
a.go:hover {text-decoration: underline; color: #ff9900;}
a.go:active {color: white;text-decoration: none}	

form .text {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 19px;
	margin-bottom: 6px;
	padding: 15px;
	width: 300px;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 1px 2px 3px #ccc;
	-webkit-box-shadow:inset 1px 2px 3px #ccc;
	box-shadow: inset 1px 2px 3px #ccc;
}

.box-2{
	width:70%;
	-moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFF80;
    border: 4px solid #FFFFFF;
    border-radius: 6px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
    color: gray;
    padding: 2px 20px 2px 20px;
    text-align: center;
	margin:auto;
	}
	
	.box { width:350px; }
	
	.headlinelargered {
	font-size: 26pt;
	font-family: Impact, Tahoma, Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C00;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
}

li{ background: url('images/check.png') no-repeat left top;
padding-left: 44px;
padding-top: 3px;
font-size:20px;

}

td.txtbg2{
	background:url(http://www.amazingformula.com/images/bg/bgtxtyellow.png);
	background-repeat:no-repeat;
	padding-left: 60px;
	height:80px;
	width: 728px;
	vertical-align:middle;
}

td.boxyellow1{
	background:url(http://www.amazingformula.com/images/bg/bgtxt1.png) top no-repeat ;
	height: 71px;
	font-size: 40px;
	padding-top: 35px;
	text-align:center;
	color:#900;
	font-family:Impact;
	
	}

td.boxyellow2{
	background:url(http://www.amazingformula.com/images/bg/bgtxt2.png);
	background-repeat:repeat-y;
	padding: 10px 50px 0 70px;
	}
	
td.boxyellow3{
	background:url(http://www.amazingformula.com/images/bg/bgtxt3.png) top no-repeat ;
	height: 75px;
	}					
