body {
	background-color: rgb(240,240,240);
}

a {
	
	text-decoration: none;
	
}

table {
	background-color: white;
	border-width: 0px;
}
.prlmenu {
	font-size: x-large;
}
.prllink {
	font-family: "Open Sans Condensed";
	text-decoration: none;
}

.prllink:hover {
	color: white;
	display: block;
	background-color: #f15823;
}

.container {
	position: relative;
}

.prlaboutus {
	font-family: "Open Sans";
	font-size: large;
	color: white;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.prladdress {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 0.7em;
	text-decoration: none;
	text-align: right;
	color: grey;
	margin: 15px;
	
}
.prlcompany {
	font-family: "Open Sans";
	font-size: x-large;
	font-weight: 400;
	text-decoration: none;
	color: rgb(100,100,100);
	text-align: left;
	margin-left: 15px;
	margin-top: 0px;
}
.prlmotto {
	font-family: "Open Sans";
	font-size: small;
	font-weight: 300;
	text-decoration: none;
	color: rgb(100,100,100);
	text-align: left;
	margin-left: 15px;
	margin-top: 0px;
}

.prlcontentright {
	font-family: "Open Sans";
	font-size: small;
	font-weight: 300;
	text-decoration: none;
	color: rgb(100,100,100);
	text-align: justify;
	margin: 15px;
	
}

.prlcontenttitle {
	font-family: "Open Sans Condensed";
	font-size: x-large;
	font-weight: 300;
	text-decoration: none;
	color: rgb(100,100,100);
	text-align: center;
	margin: 15px;
	
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #252e68;
}

ul li {
  display: block;
  position: relative;
  float: left;
  background: #252e68;
}

li ul { display: none; }

ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

ul li a:hover { background: #f15823; }

li:hover > ul {
  display: block;
  position: absolute;
  z-index: 10;
}

li:hover li { float: none; }

li:hover a { background: #252e68; }

li:hover li a:hover { background: #f15823; }

.main-navigation li ul li { border-top: 0; }

ul ul ul {
  left: 100%;
  top: 0;
}

ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

ul:after { clear: both; }

.prlfooter {
	background: #AAA;
	border: 0 px;
	border-color: #AAA;
	vertical-align: top;
}

.prlcopyright {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: small;
	text-decoration: none;
	text-align: left;
	color: white;
	margin: 15px;
	background: #AAA;
	display: block;
}
.prlcopyrightlink {
	color: white;
	text-decoration: none;
}

.prlcopyrightlink:hover {
	color: #f15823;
}

.prllinkorange {
	font-family: "Open Sans Condensed";
	font-size: x-large;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	margin: 15px;
	color:#FFF;
	background-color:rgba(0,0,0,0.2);
	border-bottom:1px solid;
	border-bottom-color:black;
}

.prllinkorange:hover {
	background-color: #f15823;
}
.prlorange {
	font-family: "Open Sans Condensed";
	font-size: x-large;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	margin: 15px;
	color:#FFF;
	background-color: #f15823;

}
.mySlides {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

.prlcontactus {
	position: fixed;
	right: 2%;
	bottom: 2%;
	font-family: "Open Sans";
	font-size: large;
	font-weight: 400;
	text-decoration: none;
	color: white;
	text-align: left;
	margin: 15px;
	display: block;
	background-color: rgba(0,0,0,0.6);
	padding: 20px;
	
}
.prlmessage {
	position: fixed;
	font-family: "Open Sans";
	font-size: x-large;
	font-weight: 400;
	text-decoration: none;
	color: white;
	text-align: center;
	margin: 15px;
	display: block;
	background-color: rgba(0,180,0,0.9);
	padding: 20px;
	z-index: 20;
}

.prloiltitle {
	font-family: "Open Sans";
	font-size: x-large;
	font-weight: 300;
	text-decoration: none;
	color: white;
	text-align: left;
}
.prloilsubtitle {
	font-family: "Open Sans";
	font-size: small;
	font-weight: 300;
	text-decoration: none;
	color: white;
	text-align: left;
}
.prloilproducttitle {
	font-family: "Open Sans";
	font-size: x-large;
	font-weight: 300;
	text-decoration: none;
	color: rgb(100,100,100);
	text-align: left;
}
.prloilproductsubtitle {
	font-family: "Open Sans";
	font-size: medium;
	font-weight: 300;
	text-decoration: none;
	color: rgb(100,100,100);
	text-align: left;
}
.prloilproductcontent {
	font-family: "Open Sans";
	font-size: small;
	font-weight: 300;
	text-decoration: none;
	color: rgb(100,100,100);
	text-align: left;
}