﻿/* CSS layout */

#center {
	width: 600px;
	left: 0px;
	top: 50px;
	position: fixed;
	text-align: center;
	font-family: "Comic Sans MS";
}

#centeralignright {
	width: 600px;
	left: 0px;
	position: relative;
	text-align: right;
	font-family: "Comic Sans MS";
	padding-bottom: 10px;
	padding-top: 10px;
}

#centeralignleft {
	width: 600px;
	left: 0px;
	position: relative;
	text-align: left;
	font-family: "Comic Sans MS";
	padding-bottom: 10px;
	padding-top: 10px;

}

#centeralignwide {
	width: 790px;
	left: 0px;
	position: relative;
	text-align: left;
	font-family: "Comic Sans MS";
	padding-bottom: 10px;
	padding-top: 10px;

}
	
#toptitle {
	position: fixed;
	width: 600px;
	height: 25px;
	left: 0px;
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #000000;
	top: 0px;
	text-align: center;
}

.imagestylefloatleft {
	vertical-align: middle;
	margin: 10px;
	float: left;
}
.imagestylefloatright {
	vertical-align: middle;
	margin: 10px;
	float: right;
}

a:link {
	color: #808000;
}


h3.storage {
	color: #ADA69C;
}

h5.storage {
	color: #990033;
}
h3.prosys {
	color: #000000;
}

h5.prosys {
	color: #313CBD;
}

h3.protech {
	color: #FF7500;
}

h5.protech {
	color: #000000;	
}

h3.security {
	color: #FFAE00;
}

h5.security {
	color: #000000;
}

h3.proformance {
	color: #00B6EF;
}

h5.proformance {
	color: #000000;
}

h3.packaging {
	color: #008600;
}

h5.packaging {
	color: #000000;
}

h3.sst {
	color: #FF0408;
}

h5.sst {
	color: #000000;
	}

h3.labels {
	color: #B57DDE;
}

h5.labels {
	color: #000000;

	}

h3.clogs {
	color: #CB1AA7;
}

h5.clogs {
	color: #000000;
