
html
{
    height: 100%;
}

canvas
{
    -ms-touch-action: double-tap-zoom;
}

body
{
    overflow-y:scroll;
    font-size: 1.2em;
    letter-spacing: 0.2em; 
    font-family: Helvetica, Verdana, Arial, sans-serif;
    border-collapse: collapse;
    background-color: #FFFFFF;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-image: url(pics/avipro_background.png);
    background-repeat: repeat-x;
    /*height: 100%;*/
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
    hyphens: auto;
    width: 1180px;
}

h1
{
    font-size: 2.2em;
    font-family: Segoe UI, Georgia, Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #BF9900;
    letter-spacing: 0.1em;
}

h2
{
    font-size: 1.5em;
    font-family: Segoe UI, Georgia, Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #000000;
    letter-spacing: 0.1em;
}

table
{
    border-color: #FECC00;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-collapse: collapse;
}

td
{
    border-color: #FECC00;
    border-width: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
}

p
{
    padding: 20px 0 20px 0;
}

a
{
    text-decoration: none;
    color: #1C2880;
   -ms-hyphens: none;
   -moz-hyphens: none;
   -webkit-hyphens: none;
    hyphens: none;
}

a:visited
{
    text-decoration: none;
    color: #5E4B00;
}

a:active
{
    text-decoration: none;
    color: #BF9900;
}

a:hover
{
    text-decoration: none;
    color: #2D2300;
}

a:visited img
{
    border-color: #5E4B00;
} 

a:hover img, a:focus img
{
    border-color: #2D2300;
} 

input, textarea, select
{
    border-color: #FECC00;
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus
{
    border-color: #2D2300;
    border-style: solid;
    border-width: 1px;
    vertical-align: top;
}

pre
{
    line-height: 50%
}

hr
{
    color: #FECC00;
    background-color: #FECC00;
    border: 0px;
    height: 1px;
    width: 96%;
}

img
{
    border-width: 1px;
    border-color: #FECC00;
}

img.borderless
{
    border-width: 0;
}

img.menu_item
{
    vertical-align: middle;
}

div.main
{
    width: 1000px;
    margin: 0px auto 0px 100px;
    min-height: 100%;
}

div.logo
{
    width: 111px;
    height: 130px;
    margin: 0px auto 24px auto;
    padding-top: 40px;
}

div.menu
{
    width: 96%;
    height: 50px;
    margin: 0px auto 0px auto;
}

div.menu_item
{
    width: 230px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    float: left;
    background-image: url(pics/avipro_buttons.png);
}

div.menu_item:hover
{
    background-position: 0px -50px;
}

div.menu_item_selected
{
    width: 230px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    float: left;
    background-image: url(pics/avipro_buttons.png);
    background-position: 0px -100px;
}

div.push
{
    height:80px;
}

div.sample
{
    margin: 20px 10px 10px 10px;
    width: 96%;
    color: #1C2880;
    cursor: pointer;
}

div.sample:hover
{
    background-color: #FCE37E;
}

div.samplevideo
{
    margin: 20px 10px 10px 10px;
    width: 96%;
    height: 72px;
    color: #1C2880;
    cursor: pointer;
    text-align: left;
}

div.samplevideo:hover
{
    background-color: #FCE37E;
}

div.samplevideoimg
{
    margin: 0px 10px 0px 0px;
    float: left;
}

div.collapsed
{
    margin: 10px 0 20px 0;
    height: 0px;
    overflow: hidden;
}

div.expanded
{
    margin: 10px 0 20px 0;
    height: 100%;
    overflow: hidden;
}

div.bottom
{
    margin: -80px auto 0px auto;
    padding: 4px 8px 4px 8px;
    font-size: 0.5em;
}

iframe
{
    border: 0px;
}

.text_bold
{
    font-weight: bold;
}

.text_small
{
    font-size: 0.8em;
}

.fb_share_link
{
    padding:2px 0 0 20px;
    height:16px;
    background:url(https://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top left;
}
