@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,400italic,300italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body {
	margin:0;
	background: #000;
    font-family: "Muli", sans-serif;
    font-size: 12px;
    color: #AAA;
}
html, body {
       height:100%;
       width:100%;
   }


hr.faded {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(0,0,0)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(0,0,0))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(0,0,0) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(0,0,0) 100%
  );
}

.anchor_disclaimer { text-decoration: none !important; color:red !important }
#stream_disclaimer {font-size: 10px;}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {display: inline-block;}


/* REMOVE ME */



/* END REMOVE */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}


/* Top Bar */

.TopBlackContainer {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.TopLogoContainer {
	width: 182px;
	height: 60px;
	top: 5px;
	margin:10px auto 0 auto;
	background-image: url(../images/navigation/RQ_topmenu_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.TopLogoContainer a, .TopLogoContainer a:visited, .TopLogoContainer a:hover, .TopLogoContainer a:link, .TopLogoContainer a:active {
    text-decoration: none;
}
.TopLogoContainer span {
  position: relative;

width: 182px;
height: 60px;

color: RGBA(0,0,0,0);
display: block;
}

.TopNavContainer {
	background: rgba(0, 0, 0, 0.5);
	width:100%;
	height:auto;
}

.TopNavContainer ul {
	width:920px;
	margin: 0 auto;
	padding:0px;
	list-style:none;
    text-align:center;
}

.TopNavContainer ul li {
    position:relative;
	display:inline;
    margin:0;

}
.TopNavContainer li a {
    display:inline-block;
    text-decoration: none;
    font-family:"Open Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	color:#FFFFFF;
	cursor:pointer;
	padding: 5px 8px;
}

.TopNavContainer  a:hover {
	background:#78a22e;

}	

.onpage {
	background:#78a22e;
}
/* Home Page */

#rq_hero { 
    width:100%;
    height:740px;
    background: #DDD url(../images/front/RQ_home_hero.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    

}

/* #rq_hero { 
    width:100%;
    height:100%;
    min-height: 400px;
    max-height:900px;
    background: #DDD url(../images/front/RQ_home_hero.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    

} */

.frontblurb_container {
    
    width: 1px; /* Or zero, or something very small */
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 160px;
    overflow: visible;
    
}
.frontblurb {
    margin: 0 0 0 100px;
    width: 240px; /* Depending on the desired effect, width might be needed */
}
.frontblurb p {
    font-family: "Muli", sans-serif;
	font-size:12px;
	color: #000;
    
}
.frontblurb h2 {
     font-family: "Open Sans", sans-serif;
	font-size:18px;
	color: #FFF;
    font-weight: 700;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}

.frontblocksHead {
    width:100%;
    background: #000;
    text-align: center;
}

.frontblocksHead h2 {
    font-family: "Open Sans", sans-serif;
	font-size:18px;
    color:#c2c2c2;
    font-weight: 400;
    letter-spacing: 5px;
    margin: 20px auto;
}

.frontblocks1 {
    width:100%;
    background: #212121;
    

}
.frontblocks2 {
    width:100%;
    background: #313131;
    

}
.frontblocks_container {
    min-width:920px;
    margin: 0 auto;
}
.frontblock {
    width: 25%;
    float:left;
    padding: 20px 0;
}
.frontblock img {
    display:block;
    margin: 0 auto;
    border:none;
    height: 65px;
}
.frontblock p {
    font-family: "Muli", sans-serif;
	font-size:12px;
    color:#c2c2c2;
    display:block;
    width:200px;
    margin: 0 auto;
}





/* Secondary Page */

.InnerPageMainContainer {
	width:920px;
	height:auto;
	margin:0 auto;
}

.InnerPageHeader {
    width:100%;
    height:200px;
    background: #222222;
}
.HeaderBlank {
    background-image: url(../images/hero/rq_header_blank.png);
}
.HeaderResidential {
    background-image: url(../images/hero/rq_header_residential.jpg);
     background-position: bottom center;
    background-repeat: no-repeat;
}

.HeaderYacht {
    background-image: url(../images/hero/rq_header_yacht.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.HeaderAirplane {
    background-image: url(../images/hero/rq_header_airplane.jpg);
     background-position: top center;
    background-repeat: no-repeat;
}
.HeaderCommercial {
    background-image: url(../images/hero/rq_header_commercial.jpg);
     background-position: top center;
    background-repeat: no-repeat;
}

.InnerPageLeftContainer {
	width:400px;
	height:auto;
	margin:-60px 0 0 0;
}
.InnerPageRightContainer {
	width:495px;
	height:auto;
	margin: 20px 0 0 0;
}
.InnerPageRightContainerProduct {
	width:495px;
	height:auto;
	margin:-110px 0 0 0;
}
.InnerPageHeropic {
	width:495px;
	height:auto;
}

.InnerPageContent {
	background: #000;
	width:100%;
	height:auto;
}
.InnerPageDescriptionHead {
	background: rgb(151,201,67); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(151,201,67,1) 0%, rgba(118,156,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,201,67,1)), color-stop(100%,rgba(118,156,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,201,67,1) 0%,rgba(118,156,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,201,67,1) 0%,rgba(118,156,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,201,67,1) 0%,rgba(118,156,51,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,201,67,1) 0%,rgba(118,156,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c943', endColorstr='#769c33',GradientType=1 ); /* IE6-9 */
	margin: -1px 0 0 0px;
	width:399px;
	height:60px;
	border-left: 1px solid #d9edb4;
	border-top: 1px solid #d9edb4;
	font-family:"Open Sans", Sans-serif;
    letter-spacing: 5px;
	font-size: 22px;
	font-weight: 400;
	color:#FFFFFF;
	line-height:60px;
	text-align:center;
	text-shadow: 1px 1px black
}

.InnerPageDescription {
	background: #000;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #222222 50%, #000000 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #222222 50%, #000000 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #222222 50%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #222222), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #222222 50%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #222222 50%, #000000 100%);
	box-shadow: 0px 10px 25px rgba(15, 15, 15, 0.6);
	width:400px;
	height:auto;
	margin:0;
    padding-top:10px;
	
}

.InnerPageDescription .button {
    margin: 10px;
}
    
.InnerPageDescription p {
	font-family: "Muli", sans-serif;
	font-size:12px;
	color: #AAA;
	margin:0 10px 20px 10px;
}
	
.InnerPageSupplement {
	
	width:495px;
	height:auto;
	padding:10px;
	margin-top:-90px;
}
.InnerPageSupplement h2 {
	font-family:"Muli", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color:#AAA;
    letter-spacing: 4px;
}
.InnerPageSupplement ul {
	margin:0px;
	padding:0px;
}
.InnerPageSupplement li {
	float: left;
	list-style-type: none;
	font-family:"Muli", sans-serif;
	color: #AAA;
	font-size:10px;
	width:103px;
	height:60px;
	margin-right:10px;
    padding-top: 5px;
}


.InnerPageSupplement li:nth-child(5n+1) {
 border-top: 8px solid #5f869f;
}
.InnerPageSupplement li:nth-child(5n+2) {
 border-top: 8px solid #939BA1;
}
.InnerPageSupplement li:nth-child(5n+3) {
 border-top: 8px solid #78A22E;
}
.InnerPageSupplement li:nth-child(5n+4) {
 border-top: 8px solid #7CADA1;
}
.InnerPageSupplement li:nth-child(5n+5) {
 border-top: 8px solid #429538;
}
.InnerPageSupplementLinks {
	font-family: "Muli", sans-serif;
	color:black;
	font-size:12px;
	clear:both;
	
}
.InnerPageProductList {
	background: #000;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #222222 50%, #000000 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #222222 50%, #000000 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #222222 50%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #222222), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #222222 50%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #222222 50%, #000000 100%);
	
	width:400px;
	height:auto;
    padding-bottom: 50px;
}
.InnerPageProductList ul {
	list-style:none;
    padding: 0;
    list-style-type: none;
    margin: 0 5px;
    min-height:400px;
}
.InnerPageProductList li {
	display:inline-block;
    width:110px;
    text-align: center;
    padding:8px;
    vertical-align: top;
}

.InnerPageProductList li img {
	width:110px;
    border:none;
}
.InnerPageProductList li a {
	
    
    text-decoration: none !important;
  
}
.InnerPageProductList li h2 {
	
    font-family: "Muli", sans-serif;
    font-size: 14px;
    color: #FFF !important;
    font-weight: 700;
    text-decoration: none !important;
    margin: 0;
}
.InnerPageProductList li p {
	
    font-family: "Muli", sans-serif;
    font-size: 10px;
    color: #AAA !important;
    font-weight: 400;
    text-decoration: none !important;
    margin: 0;
}

/* full width pages */


.WidePageContainer {
	width:920px;
	height:auto;
	margin:-60px 0 0 0;
}

.WidePageHead {
	background: rgb(151,201,67); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(151,201,67,1) 0%, rgba(118,156,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,201,67,1)), color-stop(100%,rgba(118,156,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(151,201,67,1) 0%,rgba(118,156,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(151,201,67,1) 0%,rgba(118,156,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(151,201,67,1) 0%,rgba(118,156,51,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(151,201,67,1) 0%,rgba(118,156,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c943', endColorstr='#769c33',GradientType=1 ); /* IE6-9 */
	margin: -1px 0 0 0px;
	width:919px;
	height:60px;
	border-left: 1px solid #d9edb4;
	border-top: 1px solid #d9edb4;
	font-family:"Open Sans", Sans-serif;
    letter-spacing: 5px;
	font-size: 22px;
	font-weight: 400;
	color:#FFFFFF;
	line-height:60px;
	text-align:center;
	text-shadow: 1px 1px black
}

.WidePageArea {
	background: #000;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #222222 50%, #000000 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #222222 50%, #000000 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #222222 50%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #222222), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #222222 50%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #222222 50%, #000000 100%);
	box-shadow: 0px 10px 25px rgba(15, 15, 15, 0.6);
	width:100%;
	height:auto;
    min-height: 400px;
	margin:0;
	
}
.WidePageArea p {
	font-family: "Muli", sans-serif;
	font-size:12px;
	color: #AAA;
	margin:0 10px 20px 10px;
}
	
.WidePageArea h2 {
	margin: 20px 10px 20px 10px;
}
	


A:link {
	font-weight: bold;
	text-decoration: underline;
	color: #78A22E;
}
A:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #658BA3;
}
A:active {
	font-weight: bold;
	text-decoration: underline;
	color: #CC6633;
}
A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #CC6633;
}
h2 {
    font-family: "Open Sans", sans-serif;
    Font-size:18px;
    color:#CCC;
    Font-weight: 700;
    margin: 0 10px 20px 10px;
}
h3 {
    font-family: "Open Sans", sans-serif;
    Font-size:14px;
    color:#CCC;
    Font-weight: 700;
    margin: 20px 10px;
}
h4 {
    font-family: "Open Sans", sans-serif;
    Font-size:12px;
    color:#CCC;
    Font-weight: 700;
    margin: 20px 10px;
}
#footer_nav {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #939BA1;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#footer_social {
	float: right; 
	margin: 10px;
}
#footer_copyright {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #939BA1;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 100px;
	float: right;
}

#footer {
	width: 100%;
	margin: 0 auto;
	height:200px;
	position: relative;
	clear:both;
	background: #000;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #222222 50%, #101010 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #222222 50%, #101010 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #222222 50%, #101010 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #222222), color-stop(1, #101010));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #222222 50%, #101010 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #222222 50%, #101010 100%);
	box-shadow: 0px 10px 25px rgba(15, 15, 15, 0.6);
	
}

/* Buttons and Special Items */


.comingSoon{
	color: red;
	font-size:12px;
	position:relative;
	text-shadow: 1px 1px rgba(0,0,0,.65);
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 3px solid #b3b3b3;
    border-radius: 8px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b3b3b3));
    background: -moz-linear-gradient(top, #ffffff, #b3b3b3);
    background: linear-gradient(to bottom, #ffffff, #b3b3b3);
    font-family: "Muli", sans-serif;
    font-size: 14px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none !important;
    margin-right: 20px;
	max-width:250px;
	margin-top: 15px;
	min-width: 100px;
}

.button:hover,
.button:focus {
    border: 3px solid #78a22e;
    background: #78a22e;
    color: #FFF;
    text-decoration: none;
}
.button:active {
    border: 3px solid #CC6633;
    background: #CC6633;
    color: #FFF;
    text-decoration: none;
}
.buttonPDF:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/navigation/btn_icon_pdf.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.buttonDL:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/navigation/btn_icon_dl.png) no-repeat left center transparent;
    background-size: 100% 100%;
}

.buttonbasic {
     display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 12px;
    border: 3px solid #b3b3b3;
    border-radius: 8px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b3b3b3));
    background: -moz-linear-gradient(top, #ffffff, #b3b3b3);
    background: linear-gradient(to bottom, #ffffff, #b3b3b3);
    font-family: "Muli", sans-serif;
    font-size: 12px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none !important;
    
}

.buttonFB {
     display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 12px;
    border: 3px solid #6279B1;
    border-radius: 8px;
    background: #6279B1;
    font-family: "Muli", sans-serif;
    font-size: 12px;
    color: #FFFFFF !important;
    font-weight: 700;
    text-decoration: none !important;
    
}

.buttonFileSize{
	font-size:8px;
	position:relative;
	width: 100%;
	/*display:block;*/
	margin-top:5px;
	/*margin-left:10px;*/
}
/* Mobile Tweaks */


@media (max-width : 768px) {

}
    
@media (max-width : 480px) {


    
    
}

/* Legacy Stuff - Old Website */

.splitboxleft {
min-height: 100%;
height: auto !important;
height: 100%;
width: 443px;
float: left;
padding: 10 5 10 5;
}
.splitboxleft h1 {

border-left: solid 1px #999999;
border-bottom: solid 1px #999999;
font-weight: bold;
color: #5f869f;
font-size: 18px;
padding: 4px;
}

.splitboxright {
min-height: 100%;
height: auto !important;
height: 100%;
width: 443px;
padding: 10 5 10 5;
float: right;
}
.splitboxright h1 {

border-right: solid 1px #999999;
border-bottom: solid 1px #999999;
font-weight: bold;
color: #5f869f;
font-size: 18px;
text-align: right;
padding: 4px;
}

.headerbox {
text-decoration: none;
 border-bottom: #AAA 1px solid;
text-align: left;
padding: 10px;
    margin:0;
font-size: 14px;
font-weight: bold;
color: #FFF;
}

.salesright {
height: 100%;
min-height: 100%;
width: 340px;
padding: 5 15 5 15;
float: right;
}
.salesleft {
height: 100%;
min-height: 100%;
padding: 5 15 5 15;
float: left;
}
.pressgraphics {
    margin:10px;
    padding: 10px;
    background-color: #FFF;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    
}

/* Forms */

label {
    margin: 5px 0;
}

input, select    {
width:100%;
border:none;
height: 20px;
    margin:5px 0;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
input[type=checkbox] {
    width:15px;
    height: 15px;
}
textarea {
width:100%;
height:150px;
}

input[type=button] {
width:200px;
background:#78a22e;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input[type=button]:hover {
background:#CC6633;
}
#dealertype {
    margin: 0 auto;;
	padding:0;
	list-style:none;
    text-align:center;
}
#dealertype li {
    display:inline-block;
    width:100px;
    margin:0 5px;
    padding: 5px;
background:#333;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}
#dealertype li.green {
    
background:#78a22e;
}

/* Language Switcher */

#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
	margin: 0;
	padding: 0; 
	outline: none;
}

#polyglotLanguageSwitcher ul {
	list-style: none;	
}

#polyglotLanguageSwitcher {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: normal;
    position: absolute; /* sets the initial position for the drop-down menu */	
    z-index:901;
	top:5px;
    right:100px;
	
}


#polyglotLanguageSwitcher form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
	text-decoration: none;
	display: block;	
	padding: 0.5em 6px 0.5em 28px; /* 6px 6px 6px 28px */
	color: #BBB;
	width: 7em; /* 84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center; 
}

#polyglotLanguageSwitcher a:hover {
	color: #FFF;	
}

#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	position: relative; /* sets the initial position for the trigger arrow */
	background-color: none;
	border: none;
	border-radius: 3px;
	height: 1.25em; /* 15px */
}

#polyglotLanguageSwitcher a.current:hover, 
#polyglotLanguageSwitcher ul.dropdown li:hover {
	background-color: RGBA(0,0,0,.5);
}

#polyglotLanguageSwitcher a.active { /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;
	border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	text-indent: -10000em;
	top: .9em;
    right: 19px;
}

#polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger {
	background: url(../images/arrow-down.gif) no-repeat left top;	
   
}

#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
	background-position: left bottom !important;
    
}

/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown { 
	display: none;
	position: absolute;
	top: 2.333em; /* 28px */
	left: 0;
	background-color: RGBA(0,0,0,1);
	border: none;
	border-top: none !important;
	border-radius: 0 0 3px 3px;
}

#polyglotLanguageSwitcher ul.dropdown li { 
	border-top: 1px dotted #D4D4D4;
}

#polyglotLanguageSwitcher ul.dropdown li:last-child { 
	border-radius: 0 0 3px 3px;
}

/* Flags */

#en { 
	background-image: url(../images/flags/us.png);
}

#fr { 
	background-image: url(../images/flags/fr.png);	
}

#de { 
	background-image: url(../images/flags/de.png);	
}

#it { 
	background-image: url(../images/flags/it.png);	
}

#es { 
	background-image: url(../images/flags/es.png);	
}
/* End Language Switcher */

.Floaters {
	width: 100%;
	/*border: 1px solid white;*/
	height: 400px;
}

.ProductUpgrades{
	width:100%;
	/*border:1px solid red;*/
	text-align:justify;
	text-justify:inter-word;
}

.ProductOptions {
	width:100%;
	/*border:1px solid red;*/
	text-align:left;
	margin-left:250px;
}

.ProductTitle {
	font-size:20px;
	font-weight:bold;
	margin-right:5px;
}

.ProductOptions > .ProductTitle{
	font-size:16px;
}

.PopUpDiv{
	position: absolute;
	border: 2px solid gray;
	border-radius: 5px;
	width: 400px;
	height: 250px;
	top: calc(100% - 500px);
	left: calc(100% - 800px);
	display: none;
	padding: 10px;
	background: black;
	text-align: center;
	display:none;
}