@charset "utf-8";
/* CSS Document */

img {
    border: none;
}

body {
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-image: url('../images/gui/background-image.jpg');
    background-size: cover;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #558291;
    margin:0;
    padding:0;
    min-width:1000px;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

p a {
    color: #558291;
    text-decoration: none;
}

p a:hover {
    color: #558291;
    text-decoration: underline;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 30px 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    background: #b0cbcd;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 111px;
    position:absolute;
    top:0;
    left:0;
}

.ie8-bg-fix {
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
}

.containerMain {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #8eb4c0;
    background-image: url('../images/gui/content_bg.png');
}

.containerPremier {
    width: 1000px;
    height: 578px;
    margin-left: -500px;
    margin-top: -282px;
}

.containerClassic {
    width: 820px;
    height: 480px;
    margin-left: -410px;
    margin-top: -225px;
}

.Video .containerPremier {
    height: 713px;
    margin-top: -315px;
}

#flashcontent {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.alternateContent a {
    color: #046380;
    text-decoration: none;
}

.contactDetailsTitles {
    float: left;
    margin: 20px 20px 5px 20px;
    font-weight: bold;
    line-height: 22px;
}

.contactInfo {
    margin: 0 10px 0 20px;
    height: 40px;
    background-color: transparent;
    float: left;
    margin-top: 63px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
}

.phoneNumber {
    padding-left: 0px;
    padding-top: 62px;
}

.email {
    background-image: url('../images/gui/icon-email.png');
    padding-left: 50px;
    margin-top: 104px;
}

.twLogo {
    width: 140px;
    float: right;
    margin-right: 10px;
}

.twLogo img {
    width: 100%;
}

.contactDetails {
    float: left;
    margin-top: 20px;
    line-height: 22px;
    width: 500px;
}

.strutt {
    background-image: url('../images/gui/strutt-logo.png');
    padding-left: 0px;
    margin-top: -104px;
    margin-left: 29px;
    position: absolute;
}

.bective {
    background-image: url('../images/gui/bective-logo.png');
    position: absolute;
    margin-left: 168px;
    margin-top: -104px;
}

.contactDetails a {
    font-weight: 700;
}

.informationContainer {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.informationPremier {
    width: 450px;
}

.informationClassic {
    width: 400px;
}

.contactDetailsTitles {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 20px;
    font-weight: bold;
    line-height: 22px;
}

#facebook {
    float: right;
    margin: 10px 8px 10px 0px;
}

#fb-root iframe {
    width: 80px !important;
}

.twitter {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.moreInfo {
    float: bottom;
    margin-right: 10px;
    margin-left: 20px;
    font-weight: bold;
    line-height: 22px;
}

.contactDetails {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 22px;
}
.contact-info {float:right;width:450px;font-size:23px; padding: 15px 40px;font-family: "proxima-nova";}
.contact-names {float:left;width:60%; font-weight:lighter;}
.contact-numbers {float:right;width:40%;text-align:right; font-weight:normal;}
.contact-email {text-align:left;margin-top:0px; font-weight:lighter;}


.poweredBy {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 5px;
}

.copyrightRvLogo, .copyrightRvLogo p {
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    cursor: pointer;
}

.backTo360 {
    width: 180px;
    height: 60px;
    background: url("../images/gui/icon-group.png") repeat scroll -660px 0  transparent;
}

.backTo360:hover {
    width: 180px;
    height: 60px;
    background: url("../images/gui/icon-group.png") repeat scroll -660px -60px  transparent;
}

#backTo360Premier {
    position: absolute;
    left: 15px;
    top: 435px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
}

#backTo360Classic {
    position: absolute;
    left: 25px;
    top: 285px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
}

.rvBlue {
    color: #046380;
}

.infoPage {
    width: 100%;
    height: 100%;
    background: url('../images/rvt-gui/bg-info.png') repeat scroll 0 0  transparent;
    text-align: center;
}

.clientLogoPremier {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    width: 275px;
}

.clientLogoClassic {
    float: left;
    margin-left: 20px;
    width: 200px;
}

.clientLogoPremier img, .clientLogoClassic img {
    width: 100%;
}

/*.contact-info {
    float: right;
    width: 400px;
    font-size: 18px;
    padding: 15px 40px;
}

.contact-names {
    float: left;
    width: 49%;
}

.contact-numbers {
    float: right;
    width: 49%;
    text-align: right;
}

.contact-email {
    text-align: center;
    margin-top: 10px;
}
*/
.disclaimer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #000;
    margin: 0;
    padding: 0;
    left: 0;
}

.disclaimer p {
    text-align: center;
    padding: 10px 0;
    color: #AE9962;
}

.backTo360 {
    width: 180px;
    height: 60px;
    background: url("../images/gui/icon-group.png") repeat scroll -660px 0  transparent;
    position: absolute;
}

.backTo360:hover {
    width: 180px;
    height: 60px;
    background: url("../images/gui/icon-group.png") repeat scroll -660px -60px  transparent;
}

#backTo360 {
    position: absolute;
    cursor: pointer;
    z-index: 9999999;
    display: none;
    bottom: 84px;
    cursor: pointer;
    display: none;
    left: 15px;
}

#backTo360Classic {
    position: absolute;
    left: 25px;
    top: 285px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
}

.smallMonitor {
    height: 900px;
    position: relative;
    margin: 0;
    background-color: #e7e7e7;
}

.smallMonitor .containerMain {
    position: absolute;
    top: auto;
}

.smallMonitor .containerPremier {
    width: 1000px;
    height: 713px;
    margin-top: 123px;
}

.smallMonitor .header {
    position: absolute;
}

.smallMonitor .disclaimer {
    position: absolute;
}

.lt-ie9 .contact-info {
	width:500px;
}

.lt-ie9 body {
    background: #e7e7e7;
    overflow-x:hidden;
}

.lt-ie9 .ie8-bg-fix {
	display: block;
	height:900px;
}
.lt-ie9 .disclaimer {
	position:relative;
	margin-top:860px;
}