body {
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

a {
    color: #66A8D2;
}

h2 span.shift {
    position: relative;
    left: -999em;
}

button:hover, a.button:hover {
    position: relative;
    left: 1px;
    top: 1px;
}

.bm-red {
    color: #CC0000;
}

#container {
    font: 1.2em helvetica, tahoma, verdana, arial, sans-serif;
    width: 912px;
    margin: 0 auto;
    line-height: 1.5em;
    padding: 0 25px;
    background: #FFF;
    position: relative;
}

#header {
    height: 105px;   
    margin-bottom: 15px;
    position: relative;
}

#logo {
    background: transparent url(../images/presentation/logo.png) no-repeat 10px center;
    position: relative;
}

#call-to-action {
    background: transparent url(../images/presentation/call-to-action.png) no-repeat 520px center; 
    height: 131px;   
}

#lp {
    position: absolute;
    top: 20px;
    right: 0;
}

#main {
   background: transparent url(../images/presentation/bg-main-top.png) no-repeat left top;
   min-height: 400px;
   padding-top: 6px;
   margin: 0;
}

#main2 {
   background: #F6F4EC url(../images/presentation/bg-main-bottom.png) no-repeat center bottom;
}

#intro {
    background: #F6F4EC url(../images/presentation/bg-intro.png) no-repeat bottom center; 
    height: 32px;   
    margin: 0 5px;
}

#footer {
    /*background: transparent url(../images/presentation/bg-footer.png) no-repeat center top;*/
    margin-top: 25px;
    padding: 24px 6px 1em 6px;
    clear: both;
	border-top: 2px solid #666;
}

#vvv {
    padding: 0 1em 1em 1em;
    margin: 0 1em 0 0;
}

#vvv a {
    padding: 0 0 0 100px;
    background: transparent url(../images/presentation/footer-vvv.png) no-repeat left 10px;
    line-height: 38px;
    display: block;
    text-decoration: none;
}

#vvv a:hover {
    text-decoration: underline;
}

#ssa {
    width: 0;
}

#newsletter {
    width: 350px;
}

/*#newsletter a {
    display: block;
	text-align: center;
	background: #F6F4EC;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ece9db;
}
#newsletter a:hover {
	text-decoration: underline;
}
#newsletter a em {
    font-style: normal;
	color: #ad1b19;
}*/

#newsletter, #ssa {
    float: right;
    padding: 0 1em 1em 1em;
    /*border-left: 1px solid #EFEFEF;*/
}

#copy {
    color: #999;
    text-align: right;
    clear: both;
    padding-top: 4px;
    border-top: 1px solid #EFEFEF;
    margin: 0 0 1em 0;
}

#login {
    float: right;
    margin-right: 5px;
    background: #AC1919 url(../images/presentation/login-left.png) no-repeat left center;
    height: 31px;
    padding-left: 6px;
    letter-spacing: 0.1em;
}

html>body #login {
    margin-right: 10px;
}

#login2 {
    background: #AC1919 url(../images/presentation/login-right.png) no-repeat right center;
    width: 427px;
    height: 31px;
    padding-right: 7px;
}

html>body #login2 {
    width: 434px;
}

#login form {
    background: transparent url(../images/presentation/bg-login.png) repeat-x left bottom;
    height: 26px;
    color: #FFF;
    position: relative;
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 5px;
}

html>body #login form {
    height: 31px;
    top: 0;
}

#login h2 {
    color: #FFF;
    display: inline;
    margin: 0 1em 0 0;
    font-size: 1em;
}

#login form input {
    margin: 0 1em 0 0;
    padding: 2px 4px;
    background: #C55E5E;
    border: 0;
}

#login #username {
    width: 120px;
}

#login #password {
    width: 80px;
}

#login #go {
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    left: 0;
    border: 0;
    background: transparent url(../images/presentation/button-go.png) no-repeat;
    width: 37px;
    height: 19px;
    cursor: pointer;
}

#login #go:hover {
    top: 2px;
    left: 1px;
}

#tryAgain {
    margin-left: 490px;
}

#nav {
    list-style-type: none;
    margin: 0 4px 0 10px;
    height: 31px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#nav li {
    float: left;
    background: transparent url(../images/presentation/tabs.png) no-repeat left bottom;
    width: 109px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    margin-right: 2px;
}

#nav li.selected {
    float: left;
    background: transparent url(../images/presentation/tabs.png) no-repeat left top;
    cursor: default;
}

#nav li a {
    text-align: center;
    color: #333;
    text-decoration: none;
    height: 31px;
}

#nav li a:hover {
    text-decoration: underline;
}

.bm {
    font-weight: bold;
}

.licencee {
    float: left;
    margin-right: 150px;
}
