/* 
CSS Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
        background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 13%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#fcfcfc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 13%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 13%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 13%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 13%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrap{
    width: 960px;
    margin: 0 auto;
}
#mainheading{
    margin-top: 40px;
    text-align: center;
    
}
#mainheading h1 {
color: #ECB01E;
font-family: NeutradispT;
font-size: 40px;
}

@font-face {
 font-family: 'NeutradispT';
 src: url('fonts/NeutraDisplayTitling.otf');
}

@font-face {
 font-family: 'NeutraTextBook';
 src: url('fonts/NeutraText-Book.otf');
}
.midleft ul{
    list-style-image: url('img/tick.png');
}
.midleft ul li {
font-family: NeutraTextBook;
color: #9A9A9A;
font-size: 28px;
line-height: 64px;
}
#midwrap {
margin-top: 50px;
}
.midleft {
width: 415px;
float: left;
}
.midright{
    
    width: 544px;
    height: 370px;
    float: right;
}
.clear{
    clear:both;
}
.bottomheading{
    margin-top: 30px;
    text-align: center;
}
.bottomheading h2{
   color: #ECB01E;
font-family: NeutradispT;
font-size: 28px;
letter-spacing: 2px;
}
.optin {
height: 76px;
box-shadow: 3px 1px 14px #969696;
width: 944px;
background: #FFF;
margin-top: 22px;
padding: 20px 0px 0px 20px;
border-radius: 3px;
}

.optin input{
padding: 14px;
font-size: 17px;
color:#ADADAD;
border: 2px solid #C0C0C0;
margin-right: 20px;
letter-spacing: 1px;
}
.inpfirst{
    width:310px;
}
.inps{
    width: 275px;
}
.inpb{
    background-color:#96bf48;
    color:white !important;
    border:1px solid #6EA800 !important;
    cursor:pointer;
}
#footer{
    height: 30px;
}
#footer span {
float: right;
padding-top: 10px;
font-family: arial;
color: #999;
font-size: 13px;
}
.topbar {
height: 100px;
width: 100%;
background-color: #ECB01E;
border-top: 15px solid #333;
border-bottom: 15px solid #333;
margin-top:30px;
}
.logo{
margin:0 auto;
width:960px;
}

.logo h1 {
text-align: center;
padding-top: 40px;
font-family: NeutradispT;
color: white;
font-size: 30px;
padding-left: 135px;
}

.logo img{
position:absolute;
top:0;
}