html {
    background: #eff0f5 url("../../content/images/bg_body2.jpg") repeat-x 0 0;
}

body {
    width: 1122px;
    border: 1px #42aec2 solid;
    margin: 0px auto;
    min-height: 100px;
    box-shadow: 0px 0px 25px #888888;
    height: auto;
    background: #FFFFFF;
    margin-top: -1px;
}


header {
    height: 150px;
    /*border: 1px solid #ffe200;*/
}

.top-banner {
    min-height: 100px;
    /*border-top: 1px double #808080;
    border-bottom: 1px double #808080;
    border-width: 3px;*/
}

#main-content {
    min-height: 150px;
    /*border: 1px solid #f00;*/
}

/* header elements */
.logo {
    float: left;
    display: inline-block;
    width: 300px;
    height: 101px;
    /*border: 1px solid #000;*/
    margin: 25px 20px;
}

.logov1 {
    float: left;
    display: inline-block;
    width: 450px;
    height: 150px;
}

header ul {
    float: right;
    display: inline-block;
    margin: 40px 50px;
    list-style-type: none;
}

header li {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0px 20px;
    text-align: center;
}

header li a:hover {
    text-shadow: 0px 0px 1px #cecece;
}

header li a {
    text-align: center;
    font-weight: bold;
}

header li a span {
    display: block;
    color: #4b46a2; /*#433f96;*/
}
a, a:visited{
    color: inherit;
}
/* header elements end */


/* top-banner */
#top-banner-image {
    width: 150px;
    /*height: 50px;*/
}

/* top banner end */




/* general */
.white-text {
    color: #FFFFFF;
}

.indigo-text{
    color: indigo;
}

.white-text-borders {
    color: #FFFFFF;
    line-height: 1em;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.center-text{
    text-align: center;
}

.pt-15px{
    padding-top: 15px;
}
/* general end */

/* leftside menu */

/* leftside menu end */


/* footer */
footer {
    clear: both;
    min-height: 30px;
    font-style: italic;
    text-align: right;
    padding: 5px 20px 0px 0px;
    font-size: 12px;
}
/* footer end */
