BODY {
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:white;
	text-align:center;
}
IMG {border: none;width: 100%;}
A {color: white;}
h1,h2,h3,h4 {color: #ff0000;}

#container {
	background-color: #2a2929;
	width:80%;
	height:60%;
	min-height: 300px;
	max-width: 1500px;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	-webkit-box-shadow:5px 5px 5px #232229;
	-moz-box-shadow:5px 5px 5px #232229;
	box-shadow:5px 5px 5px #232229;
}

#maincontent {
	position: relative;
	padding-bottom: 5%;
}
#redline {
	width: 53%;
	margin-left: 36%;
	color: #f00;
	background-color: #f00;
	height: 2px;
	border: none;
}

#slogan {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-bottom: 10px;
}

#peoplefaces, #peopleimg {margin: 0px;padding: 0px;}
#peopleimg {
	width: 100%;
}

#navigation {
	border-top: 3px solid #ffffff;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navigation li {
	float: left;
	border-right: 3px solid #ffffff;
	width: 10.7%;
	height: 35px;
	padding-top: 10px;
}
#navigation li:last-child {
	border-right: none;
}
#navigation a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	vertical-align: middle;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation .active {
	color: #ff0000;
}
.clear {clear: both;}


#peoplefaces {margin-bottom: -3px;}
.biglogo {margin-top: 10%;margin-bottom: 1%;}
.hometext {text-align: right; font-size: 1.6em;margin-right: 11%;}
.commontext {margin: 3% 14% 1% 14%;}
.commontext {font-size: 1.4em;}
.introfloat1, .introfloat2 {width: 40%; text-align: center;}
.introfloat1 {float: left;margin-left: 8%;}
.introfloat2 {float: right;margin-right: 12%;}
.floathead {font-size: 1.3em;}
.floatsub {font-size: 1.1em;}
.teamtable {padding-top: 2%;}
.spacer {width: 15%;}
.spacer1, .spacer3 {width: 2%;}
.spacer2 {width: 3%;}
.red, .red a {color: #ff0000;}
.underline {text-decoration: underline;}
.toolcell {border: 2px solid #94b4b7; width: 10%; height: 1%; background-color: #e0e0e0;color: #000000;text-align: center;}
.spacerrow {height: 30px;}
/*.tooltable, .thementable {font-size: 0.9em;}*/
.methodcell {border: 2px solid #94b4b7; width: 25%; height: 1%; background-color: #bee7ea;color: #000000;text-align: center;font-weight: bold;}
.number {padding-right: 10px;text-align: right;}
.spacer4 {width: 5%;}
.qualul li {margin-bottom: 10px;}
.right {text-align: right;}
.qrcode {background-image: url(../img/qrcode_large.png);background-repeat: no-repeat; background-position: left bottom;}
table.center {margin-left:7%;}
.nowrap {white-space: nowrap;}

@media screen and (max-width: 1800px){
	.hometext {font-size: 1.5em;}
	.commontext {font-size: 1.3em;}
	.floathead {font-size: 1.3em;}
	.floatsub {font-size: 1.1em;}
	.qrcode {background-image: url(../img/qrcode_small.png)};
}
@media screen and (max-width: 1700px){
	.hometext {font-size: 1.4em;}
	.commontext {font-size: 1.2em;}
	.floathead {font-size: 1.2em;}
	.floatsub {font-size: 1.0em;}
}
@media screen and (max-width: 1600px){
	.hometext {font-size: 1.3em;}
	.commontext {font-size: 1.1em;}
	.floathead {font-size: 1.1em;}
	.floatsub {font-size: 0.9em;}
}
@media screen and (max-width: 1500px){
	.hometext {font-size: 1.2em;}
	.commontext {font-size: 1.0em;}
	.floathead {font-size: 1.0em;}
	.floatsub {font-size: 0.8em;}
}
@media screen and (max-width: 1400px){
	.hometext {font-size: 1.1em;}
	.commontext {font-size: 1.0em;}
	.floathead {font-size: 0.9em;}
	.floatsub {font-size: 0.7em;}
}
@media screen and (max-width: 1400px){
	.hometext {font-size: 1.0em;}
	.commontext {font-size: 0.9em;}
	.floathead {font-size: 0.8em;}
	.floatsub {font-size: 0.6em;}
}
@media screen and (max-width: 1300px){
	.hometext {font-size: 0.9em;}
	.commontext {font-size: 0.8em;}
}
@media screen and (max-width: 1200px){
	.hometext {font-size: 0.9em;}
	.commontext {font-size: 0.7em;}
}
@media screen and (max-width: 1100px) {
	#navigation li {
		border-right: 2px solid #ffffff;
		height: 30px;
		padding-top: 7px;
	}
	#navigation {
		border-top: 2px solid #ffffff;
	}
	#navigation a {
		font-size: 0.85em;
	}
	#redline {height: 1px;}
}
