﻿body {
    margin:0px;
    font-family: arial;
    font-size:14px;
}

a {
    text-decoration:none;
}

.Err {
    font-size:20px;
    color:red;
}

#pagecontainer {
    width:100%;
    max-width:1000px;
    margin:0 auto;
}
#topbar {
    height:35px;
    background:orangered;
}

.topbarlabel {
    color:AliceBlue;
    display:inline;
    font-size:13px;
    margin-left:15px;
    height:200%;
}
.mobile {
    color:whitesmoke;
    display:inline;
    font-size:13px;
    height:80%;
}
.email {
    color:whitesmoke;
    display:inline;
    font-size:13px;
    height:80%;
}


#banner {
    height:110px;
    padding:5px 0px;
}
    #banner img {
        height:100%;
        margin-left: 5px;
        vertical-align:bottom;
    }
    #banner .adv {
        float:right;
    }
#hmenu {
    padding:5px;
    background:#105caa;
    vertical-align:middle;
    white-space:nowrap;
    position:relative;
}
    #hmenu a {
        line-height:25px;
        display:inline-block;
        white-space:nowrap;
        margin:0px 10px;
        color:whitesmoke;
    }
    #hmenu a:hover {
        color:yellow;
    }



#carousel {
    width:1000px;
    overflow:hidden;
    padding:-5px;
    /*margin-bottom:20px;*/
}
#move {
    width: 3000px;
    position: relative;
    left: -1003px;
    white-space:nowrap;
}

#carousel img {
    width: 1001px;
    position:relative;
    display:inline-block;
    margin:0px;
    padding:0px;
}

#control {
    position:absolute;
    width:980px;
    top:500px;
    opacity:0;
    margin:10px;
}
    #control img {
        display: inline;
        width: 30px;
    }

#prev {
    font-size:100px;
    cursor: pointer;
}
    #prev:hover {
        content: url('../../Images/masterpage/prevover.png');
    }

#next {
    font-size: 100px;
    cursor: pointer;
    float: right;
}

    #next:hover {
        content: url('../../Images/masterpage/nextover.png');
    }



#searchform {
    position:absolute;
    top:4px;
    right:5px;
}

#searchbox {
    width:200px;
    height:27px;
    background:#E1E1E1;
    border:none;
    outline: none;
    padding:0px 5px;
    display:inline;
    
}

#searchbtn {
    width: 50px;
    height: 27px;
    margin-left: 5px;
    border: none;
    outline: none;
    color: white;
    background:orangered;
    display: inline;
    cursor: pointer;
}

    #searchbtn:hover {
        background: green;
        color: white;
    }

#vmenu {
    width:200px;
    height:600px;
    vertical-align:top;
    border:1px solid #E1E1E1;
}
    #vmenu a {
        width:calc(100% - 16px);
        display:block;
        padding:8px;
        white-space:nowrap;
        border-bottom:1px solid #E1E1E1;
        color:#343434;
    }
    #vmenu a:hover {
            background:#99CD4E;
            color:royalblue;
        }

#main {
    vertical-align:top; 
}
#footer {
    height:150px;
    background:#E1E1E1;
}

.accountbtn {
    float: right;
    background: #4267b2;
    margin-right: 2px;
    margin-left: 2px;
    padding: 2px 10px;
    border-radius: 4px;
    color: white;
    vertical-align:bottom;
}
    .accountbtn:hover {
        background:#3b5998;
    }


     /*.btn {
    border:none;
    outline:none;
    padding:8px 40px;
    background:#105caa;
    border-radius:4px;
    color:white;
    cursor:pointer;
    margin:5px;
    display:inline-block;
    }
    .btn:hover {
        background:royalblue;
    }
    .btn a {
    color:white;
    }*/


.fbcontainer {
    width:150px;
    height:20px;
    overflow:hidden;
    float:right;
    display:inline-block;
    vertical-align:bottom;
}