body {
    -webkit-font-smoothing: antialiased;
}

.bcolor {
    background-color: #fafafa;
}
div#top {
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 40px;
}

div#wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-colorxx: #f6f6f6;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
div#header {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
div#logo {
    margin-bottom: -30px;
}
div#logo h1 a {
    font-size: 56px;
    font-family: Verdana;
    margin-left: 10px;
    margin-right: auto;
    color: #060606;

}
div#logo  h1 {
    padding-top: 20px
}
div#logo h1 a#gray {
    font-size: 1.5em;
    font-family: Verdana;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 20px;
    colorxx: #f6f6f6;
}

div#menu a {
    /* color: #468847;*/
    color: #666666;
    font-size: 1.3em;
    font-weight: bold;
}
div#logo h3 {
    font-size: 1.2em;
    color: #161616;
    font-family: Verdana;
    margin-left: 10px;
    margin-right: auto;
}

div#top div#menu ul li {
    display: inline;
    margin-left: 20px;
    margin-right: auto;
    float: right;
    font-size: 1.2em;
}
div#bottom {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 60px;
    color: #999;
    text-align: center;
    /*border-top: 1px solid;*/
}
div#bottom a {
    color: #bbb;
}
div#bottom a:hover {
    color: #fff;
    text-decoration: none;
}

div#bottom .footer-info {
    left: 50%;
    position:relative;
    text-align: center;
}

div#bottom > div {
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}
div#bottom > div> ul {
    left: 50%;
    position:relative;
}
div#bottom > div > ul > li {
    float: left;
    list-style-type: none;
    margin-left: 10px;
    position:relative;
}

div#main {
    /*background-color: #f6f6f6;*/
    width: 100%; margin:0px;
    /*border-top: 5px solid #666666*/
}

div#lang {
    float: right;
    position: absolute;
    margin-left: auto;
    top: 5px;
    right: 10px;
}

p.info {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 5px;
}

p.normal {
 font-size: 13px;
 line-height: 18px;
}
ul.normal {
 font-size: 13px;
 line-height: 18px;
}
div.normal {
    font-size: 13px;
    line-height: 18px;
}

/* bootstrap enhancements */

.small {
    font-size: 10px;
    line-height: 10px;
}

h1.big {
    font-size: 68px;
    line-height: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.big {
    font-size: 20px;
    line-height: 27px;
}

.medium {
    font-size: 16px;
    line-height: 23px;
}

.mediumL {
    font-size: 18px;
    line-height: 28px;
}

#emailer {
    color: white;
    border-bottom: 0;
    margin-top: 1px; /* vertical alignment with facebook button */
    margin-right: 12px;
}
#socialdiv {
    color: white;
    border: 1px solid #fff;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 16px;
}
/* For home page */
#socialbutton_latch_on {
    position:absolute;
    right:200px;
    top:60px;
    z-index:100;
}
.roundcorner14 {
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
}
