/*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;
}
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;
}
/* font declarations*/
@font-face {
    font-family: 'asapbold';
    src: url('asap-bold-webfont.eot');
    src: url('asap-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('asap-bold-webfont.woff') format('woff'),
         url('asap-bold-webfont.ttf') format('truetype'),
         url('asap-bold-webfont.svg#asapbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'asapbold_italic';
    src: url('asap-bolditalic-webfont.eot');
    src: url('asap-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('asap-bolditalic-webfont.woff') format('woff'),
         url('asap-bolditalic-webfont.ttf') format('truetype'),
         url('asap-bolditalic-webfont.svg#asapbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'asapitalic';
    src: url('asap-italic-webfont.eot');
    src: url('asap-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('asap-italic-webfont.woff') format('woff'),
         url('asap-italic-webfont.ttf') format('truetype'),
         url('asap-italic-webfont.svg#asapitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'asapregular';
    src: url('asap-regular-webfont.eot');
    src: url('asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('asap-regular-webfont.woff') format('woff'),
         url('asap-regular-webfont.ttf') format('truetype'),
         url('asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* stylesheet main structure*/

body{
    background-image:url('../images/grey.png');
    font-family: 'asapregular', Tahoma, Arial, sans-serif;
}
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.wrapper{
    width:100%;
    position:relative;
    display:block;
    margin:0px auto;
}
.container{
    width:960px;
    margin:20px auto;
    display:block;
    position:relative;
    border:1px solid #eee;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background-color:#fff;
}

.header{
    width:100%;
    position:relative;
    display:block;
    margin:0px auto;
    overflow:auto;
}


/* menu styles*/
.menu{
    width:100%;
    display:block;
    margin:0px auto;
    clear:both;
    border-top:10px solid #1f92eb;
    
} 
.menulist{}
ul .menulist{list-style-type:none;}
.menulist li{
    display:inline block;
    height:30px;
    margin:0px 5px 0px 0px;
     display:block;
    position:relative;
    float:left;
    clear:none;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    
    
    
    
}
.menulist li:hover{
    background-color:#1f92eb;

}

.menulist li a{
    line-height:30px;
    color:#000;
    text-decoration:none;
    font-family: 'asapbold';
    font-size:14px;
    line-height:30px;
    margin:0px 10px;
    
}

.menulist li a:hover{text-decoration:none;color:#fff;}

#mobile{display:none;}
.header a:hover{
    background-color:transparent !important;
    text-decoration:underline;
}
.logo {
    margin-left:10px;
    font-family: 'asapbold', Tahoma, Arial, sans-serif;
    font-size: 40px;
}
.logo a {
    text-decoration: none;
    color: #1f92eb;
}
.logo a:hover {
    text-decoration: none;
    color: #1f92eb;
}
.logo img {
    vertical-align: middle;
}

/*slider styles*/
.banner { 
    position: relative;
    overflow: auto;
    left:0px;
    top:0px;
    display:block;
    
}

/*clearfix hack*/

/*page styles*/
.body{
    display:block;
    position:relative;
    width:100%;
    margin:0px auto;
    overflow:hidden;
    
}

.copy{
    width:440px;
    margin:10px;
    padding:10px;
    float:left;
    clear:none;
    
}
.terms{
    width:920px;
    margin:10px;
    padding:10px;
    float:left;
    clear:none;
}
.terms ol{margin-left:30px;color:#999; font-size:14px; margin-bottom:20px;}
.terms ol li p{margin:0px !important;}
}
.divider{
    display:block;
    height:1px;
    width:940px;
    margin:0px auto;
    border-bottom:1px dotted #dfdfdf;
}
.footer{width:940px; margin:10px;}



/*text styles*/
h2{
    font-family: 'asapbold';
    font-size:21px;
    color:#000;
    margin:10px 0px 5px 0px;
    
}
h3{
    font-family: 'asapbold';
    font-size:16px;
    color:#000;
    margin:6px -2px;
    padding:2px;
    
}
h3 a{
    text-decoration:underline;
}
h3 a:hover{
    color:#000;
    background-color:#1f92eb;
    
}
h4{
    
    font-size:16px;
    color:#ec008c;
    margin-bottom:5px;
    
}
h4 a{
    
    text-decoration:underline;
}
h4 a:hover{
    color:#000;
    background-color:#1f92eb;
    
}

p{
    font-size:14px;
    line-height:18px;
    color:#999;
    margin-bottom:20px;
}
strong{font-family: 'asapbold';color:#000;}
/*links*/
a:link {color:#1f92eb;}      /* unvisited link */
a:visited {color:#1f92eb;}  /* visited link */
a:hover {color:#000;}  /* mouse over link */
a:active {color:#1f92eb;}  /* selected link */
/*contact form*/

#contact{
    
}
.contact, .subscribe{
    width:420px;
    padding:10px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.contact{background-color:#ededed;}
.subscribe{background-color:#1f92eb;}    

.contact input{
    width:99%;
    height:30px;
    border-radius:5px;
    webkit-appearance:none !important;
    border:1px solid #cdcdcd;
    font-size:14px;
    text-indent:10px;
}
.contact textarea{
    width:99%;
    height:100px;
    border-radius:5px;
    webkit-appearance:none !important;
    border:1px solid #cdcdcd;
    font-size:16px;
    text-indent:10px;
    
}
.subscribe input{
    width:99%;
    height:30px;
    border-radius:5px;
    webkit-appearance:none !important;
    border:1px solid #cdcdcd;
    font-size:14px;
    text-indent:10px;
}
.subscribe textarea{
    width:99%;
    height:100px;
    border-radius:5px;
    webkit-appearance:none !important;
    border:1px solid #cdcdcd;
    font-size:16px;
    text-indent:10px;
    
}

.antispam{display:none !important;}
.submit{
    width:140px !important;
    height:30px;
    cursor:pointer;
    font-family: 'asapbold';
    font-size:16px;
    text-transform:uppercase;
    color:#fff;
    background-color:#000;
    border:0px !important;
    margin:10px 0px;
    margin-bottom:0px;
    border-radius:10px !important;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    clear:both;
    
}
.submit:hover{
    color:#000;
    background-color:#fff;
}
.statcounter{display:none;}
/* media queries section*/

/* Landscape phone to portrait tablet */
@media (max-width: 767px),(max-device-width: 767px) {
    
    /*header stuff*/
    .social{display:block;}
    .container, .header{width:640px;}
    #twitter, #linkedin{ display:none;}
    
    /*slider stuff*/
    .banner{width:640px !important; overflow:hidden !important;}
    
    .caption{ width:620px; height:30px; top:106px;}
    .caption span{ height:18px;font-size:18px; line-height:18px; margin:6px 6px;}
    #a,#b,#c,#d,#e,#f{left:10px;}
    
    /*page stuff*/
    
    .copy, .terms{ margin:0px 10px; width:580px; position:relative; display:block; float:left; clear:both;}
    .divider, .footer{width:620px;}
    
    .contact, .subscribe{width:580px;}
}   
/* Landscape phones and down */
@media (max-width: 480px),(max-device-width: 480px) { 
    
    /*header stuff*/
    .container, .header .menu{width:320px;}
    
    
    /*menu stuff*/
    .menu{float:left;border-top:0px;}
    .menulist li{width:320px; height:40px; margin:0px; clear:both;border-bottom:1px dotted #000;}
    .menulist li a{display:block; width:280px;height:40px;line-height:40px;} 
    .menulist{width:320px; margin:0px;height:40px; overflow:hidden;background-color:#1f92eb;}
    .menulist:hover{height:auto;}
    #mobile{display:block;}
    
    /*slider stuff*/
    .banner{width:320px !important; overflow:hidden !important;}
    
    
    /*page stuff*/
    
    .copy, .terms{ margin:0px 10px; width:280px; position:relative; display:block; float:left; clear:both;}
    .contact{width:260px}
    .subscribe{width:260px;}
    .hide{display:none;}
    .divider, .footer{width:280px;}
}
