@charset "UTF-8";
/* Food Quality Laboratory Basic CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, "Calibri", Verdana, Helvetica, sans-serif;
	line-height: 150%;
}

body {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bodybg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

#wrapper {
	background-color: #FFFFFF;
	border: thin solid #cccccc;
}

/* HEADER Styles */

.skips {
	display: none;
}

#header {
/*	margin-bottom: 1.4em; */
	background-color: #edecfe;
	background-attachment: scroll;
	background-image: url(../images/headerbeachbg.png);
	background-repeat: no-repeat;
	background-position: right center; 
}

#header img {
	width: 80%;
/*	padding-top: .25em;
	padding-right: 1em;
	padding-bottom: 0.35em;
	padding-left: .1em; */
}

#header p {
	color: #0000cc;
	letter-spacing: 0.4em;
	text-align: right;
	font-size: small;
	padding: 0.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background-color: #dfdfff; 
}

#content {
	width: 100%;
}

/* MAIN CONTENT Styles */

#maincontent {
	width: 85%;
	color: #333333;
	margin-bottom: 3em;
	margin-left: 5%;
}

#maincontent h1 {
	color: #000099;
	border-bottom: thin solid #000099;
	padding-left: 0.2em;
}

#maincontent h2 {
	color: #003366;
	padding-left: 0.5em;
	padding-top: 0.5em;
}

#maincontent h3 {
	padding-top: 1em;
	padding-left: 0.25em;
}

#maincontent p {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 2.5em;
}

#maincontent ul {
	padding-left: 3.5em;
	padding-top: 1em;
}

#maincontent ul li {
	padding-bottom: 0.1em;
}

#maincontent ol {
	padding-left: 3.5em;
	padding-top: 1em;
}

#maincontent ol li {
	padding-bottom: 0.1em;
}

#maincontent a {
	text-decoration: none;
}

#maincontent a:link {
	color: #0000FF;
	border-bottom: thin dotted #0000FF;
}

#maincontent a:visited {
	color: #0000FF;
	border-bottom: thin dotted #0000FF;
}

#maincontent a:hover {
	color: #000099;
	border-bottom: thin solid #000099;
}

#maincontent a:active {
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#maincontent img {
	float: left;
	padding: 1em;
}


/* FOOTER Styles */

#footer {
	clear: both;
	margin-top: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	background-color: #dfdfff;
	font-family: "Calibri", Arial;
}

/* INDICATORS Styles */ 
a[href$=".ppt"] {
	background-image: url(http://www.fqlab.com/images/powerpoint_indicator.gif);
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

a[href$=".doc"] {
	background-image: url(http://www.fqlab.com/images/word_indicator.gif);
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

a[href$=".pdf"] {
	background-image: url(http://www.fqlab.com/images/pdf_indicator.gif);
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

a[href$=".xls"] {
	background-image: url(http://www.fqlab.com/images/excel_indicator.gif);
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
}

/* Miscellaneous Styles */

.microbiologycolumn {
	width: 50%;
	float: right;
}

.chemistrycolumn {
	width: 50%;
	float: right;
}

/*#slideshow {
	float: right;
	padding-top: 1.44em;
} */

.form {
	margin-left: 3em;
	margin-top: 1em;
}

.small {
	font-size: small;
}

table {
	width: 97%;
	border-color: #999999;
	margin-left: 2%;
}

table td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-color: #999999;
}

th {
	background-color: #D6D6FF;
	padding: 10px;
	border-color: #999999;

}

tr:nth-child(odd)		{ background-color: #FFFFFF; border-color: #999999;
 }
tr:nth-child(even)		{ background-color: #EBEBFF; border-color: #999999;
 } 

.fotorama__wrap {
	width: 95%;
	margin-top: 1em; 
	margin-bottom: 1em;
}

#cssmenu {
	text-align: center;
}

.socialmedia {
	text-align: right;
}

.socialmedia img {
	height: 30px;
	width: 30px;
	padding: 5px;
}

/* Slider 
.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }
		
.banner {
	min-height: 300px;
}

.banner h1 {
	font-family: "Optima", "Open Sans", Arial;
	color: #000099;
	padding-left: 3em;
}

.banner p {
	color: #333333;
	padding-left: 6em;
} */

.container {
  max-width: 400px;
  background-color: black;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.container div {
  background-color: white;
  width: 100%;
  display: inline-block;
  display: none;
}
.container img {
  width: 100%;
  height: auto;
}

button {
  position: absolute;
}

.next {
  right: 5px;
}

.prev {
  left: 5px;
}

.bannerstyle {
	display: none;
}

.slider {
	display: none;
}




@media all and (min-width: 600px) {

body {
	width: 85%;
}

#header img {
	height: 130px;
	width: 390px;
	padding-top: 1.25em;
	padding-right: 1em;
	padding-bottom: 0.35em;
	padding-left: 1em;
}

#maincontent {
	margin-top: 2em;
	width: 85%;
}



.bannerstyle {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

table {
	width: 85%;
}

.slider {
	display: block;

}

.mobileslideinfo {
	display: none;
}

.mobilefoto {
	display: none;
}

}

img.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.requ {
	font-weight: bold;
	color: #FF0000;
}

.announcement {
	background-color: #EBEBFF;
	width: 80%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1em;
	margin-bottom: 1.5em;
}

.cleared {
	clear: both;
}
