@charset "utf-8";
/* CSS Document */
/* ======================================================== */
/*  Tablet  Layout: 768px to 1024px  Orientation: Portrait  */
/* ======================================================== */
@media only screen and (min-width:  768px)  and  (max-width:  1024px) and (orientation: Portrait) {
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;		
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;		
}
/* ======================= */
/*	    Footer Link        */
/* ======================= */
a.footerLink:link {
	font-family: calibri;
	color: #FFF;
	font-size: .8rem;
	text-decoration: none;		
}
a.footerLink:hover {
	font-family: calibri;
	color: #CCC;
	font-size: .8rem;
	text-decoration: none;	
}
a.footerLink:visited {
	font-family: calibri;
	color: #FFF;
	font-size: .8rem;
	text-decoration: none;	
}
a.footerLink:active {
	font-family: calibri;
	color: #FFF;
	font-size: .8rem;
	text-decoration: none;	
}
/* ========================= */
.footermail {
	color: #FFF;
	font-family: calibri;
	font-size: .8rem;/* 1.1rem */
}
a.footmail:link {
	font-family: calibri;
	font-size: .8rem;/* 1.1rem */
	color: #FFF;
	text-decoration: none;	
}
a.footmail:visited {
	font-family: calibri;
	color: #FFF;
	font-size: .8rem;/* 1.1rem */
	text-decoration: none;	
}
a.footmail:hover {
	font-family: calibri;
	color: #CCC;
	text-decoration: none;
	font-size: .8rem;/* 1.1rem */	
}
a.footmail:active {
	font-family: calibri;
	color: #FFF;
	font-size: .8rem;/* 1.1rem */
	text-decoration: none;	
}	
/* ================= */
/*	Scalable CSS     */
/* ================= */
img.scalable {
	width: 100%;
	height: auto;	
}
img.scalable1 {
	width: 80%;
	height: auto;			
}
img.scalable2 {
	width: 95%;	
	height: auto;		
}
img.scalable3 {
	width: 27%;			
}
img.scalable4 {
	width: 35%;
	height: auto;			
}
img.scalable5 {
	width: 70%;/* 70% */
	height: auto;			
}
img.scalable6 {
	width: 50%;
	height: auto;			
}
img.scalable7 {
	width: 40%;
	height: auto;		
}
img.scalable8 {
	width: 15%;	
}
/* ===================== */
/*	      Header		 */
/* ===================== */
.headerContainer {
	width: 100%;
	height: 122px;/* 400px */				
}
/* ===================== */
/*	    Navigation 		 */
/* ===================== */
/* Change background-color strip from #1E6A91 to #848484 */
.navigation {
	width: 100%;
	height: 50px;
	background-color: #848484;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;		
}
/* ======================== */
/*	  Slide Show - Header   */
/* ======================== */
.logo2 {
	position: absolute;
	left :0;
	top: 0;	
	z-index: 2;
}
.logoPic {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;	
}
/* ===================== */
/*		   Body 		 */
/*		 Index Page      */
/* ===================== */
#pageContainerIndex {
	width: 100%;
	height: auto;	
}
.bodyContainerIndex {
	width: 100%;
	height: 640px;
	background-color:#F0F0F0;	
}
.bodyTextIndex {
	width: 80%;
	height: auto;
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	color:#747474;
}
.bodyTextBigBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color:#6E6E6E;
}
/* ============================== */
/*		      Body 	     	      */
/*	Production and Services Page  */
/* ============================== */
#pageContainerProduction {
	width: 100%;
	height: auto;	
}
.bodyContainerProduction {
	width: 100%;
	height: 880px;/* 700px */
	background-color: #F0F0F0;	
}
.pageTitleProduction {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: center;	
}
.pageTextProduction {
	height: 400px;/* 250px */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #747474;
	text-align: left;
	padding-left: 10%;
	padding-right: 10%;	
}
.prodColumnsContainer {
	width: 100%;
	height: auto;	
}
.prodCol1 {
	width: 50%;
	height: auto;
	float: left;
}
.prodCol2 {
	width: 50%;
	height: auto;
	float: left;
}
/*ul.prodUL {
	list-style-type: none;	
}
ul.prodUL1 {
	list-style-type: none;	
}
li.prodLI {
	text-align: center;
	margin-left:-8%;
	padding-left: 0px;	
	list-style-type: none;	
}
ul.prodUL {
	list-style-type: none;	
}
ul.prodUL1 {
	list-style-type: none;	
}
li.prodLI {
	text-align: center;
	margin-left:-8%;
	padding-left: 0px;	
	list-style-type: none;	
}*/
/* ============= Product insert Column 1 ============ */
.prodColumnsContainerAA {
	width: 100%;
	height: 350px;	
}
.prodColTitle1 {
	width: 100%;
	height: 30px;
	text-align: left;
	padding-left: 35%;/* 50% */	
}
.prodColTitle2 {
	width: 100%;
	height: 30px;
	text-align: left;
	padding-left: 10%;	
}
.prodBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: 550;
	font-variant: normal;
	text-transform: none;
	color: #747474;	
}
.prodText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #747474;		
}
.prodCol1Box1 {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 45%;/* 45% */	
}
.prodCol1Box1A {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 48%;/* 48% */	
}
.prodCol1Box2 {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 45%;/* 36% */	
}
.prodCol1Box2A {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 48%;/* 48% */	
}
.prodCol1Box3 {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 45%;/* 41.5% */		
}
.prodCol1Box3A {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 48%;/* 48% */		
}
/* ============= Product insert Column 2 ============ */
.prodCol2Box1 {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 25%;/* 43% */	
}
.prodCol2Box1A {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 28%;/* 48% */	
}
.prodCol2Box2 {
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 25%;/* 43% */	
}
/* ===================== */
/*		   Body 		 */
/*		 FAQ Page        */
/* ===================== */
#pageContainerFAQ {
	width: 100%;
	height: auto;	
}
.bodyContainerFAQ {
	width: 100%;
	height: 640px;
	background-color: #F0F0F0;	
}
.pageTitleFAQ {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: center;	
}
.bodyTextFAQ {
	width: 80%;
	height: auto;
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	color:#747474;
}
.bodyTextBigBoldFAQ {
	padding-left: 10%;
	padding-right: 10%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color:#6E6E6E;
	text-align: left;
}
/* ===================== */
/*		   Body 		 */
/*	 Contact Us Page     */
/* ===================== */
#pageContainerContact {
	width: 100%;
	height: auto;	
}
.bodyContainerContact {
	width: 100%;
	height: 740px;/* 650px */	
	background-color: #F0F0F0;/* F0F0F0 */
}
.pageTitleContact {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: center;	
}
.pageTitleForm {
	height: 80px;
	padding-left: 10%;
	padding-right: 10%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: center;	
}
.pageTextContact {
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #747474;
	text-align: center;		
}
.messageArea {
	width: 100%;
	height: 50px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color:#CCC;	
}
.messOK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #747474;	/* 060 */
}
.messNOK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #747474;	
}
.contactColumns {
	width: 100%;
	height: auto;	
}
.contactFormContainer {
	width: 80%;
	height: auto;		
}
.contactCol1 {
	width: 50%;
	height: auto;
	float: left;
	background-color:#F0F0F0;/* FFF */		
}
.contactCol2 {
	width: 50%;
	height: auto;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #F0F0F0;/* FFF */	
}
.labelContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #747474;		
}
/* ===================== */
/*		  Footer  		 */
/* ===================== */
.footerContainer {
	width: 100%;
	height: 100px;/* auto */
	background-color: #000;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;			
}
.footerCol1 {
	width: 32%;
/*	height: 95px;*/
	float: left;
	padding-left: 2%;
	padding-top: 5px;
}
.footerCol2 {
	width: 33%;
/*	height: 95px;*/
	float: left;
	padding-top: 5px;
	text-align: center;		
}
.footerCol3 {
	width: 33%;
/*	height: 76px;*/
	float: left;
	text-align: center;
	padding-top: 25px;	
}
.footerTextBig {
	color: #FFF;
	font-family: calibri;
	font-size: 1.1em;	
}
.footerText {
	color: #FFF;
	font-family: calibri;
	font-size: .8rem;	
}
.footercopyright {
	color: #FFF;
	font-family: calibri;
	font-size: .8rem;	
}
}