@charset "utf-8";

#MainFlashContent {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	white-space: normal;
	padding: 0px;
}
#TopMenuBar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 0px;
	height: 40px;
	margin: 0px;
}
#MainContentTabs {
	padding: 0px;
	margin: 0px;
	height: 475px;
	border: thin none #000000;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #33FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(../Images/SecoBackgroundGradient2.gif);
}
.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#apDiv1Disapear {
	position:absolute;
	left:50%;
	z-index:3;
	visibility: visible;
	margin-left: -477px;
}

#apDivAntiStatic {
	z-index:4;
	visibility: hidden;
	position: absolute;
	left: 50%;
	margin-left: -477px;
}
#apDivCushion1 {
	position:absolute;
	left:50%;
	width:947px;
	height:175px;
	z-index:5;
	visibility: hidden;
	background-color: #808000;
	margin-left: -475.5px;
}
#apDivSlideRite {
	position:absolute;
	left:50%;
	z-index:6;
	margin-left: -477px;
	visibility: hidden;
}
#MaterialSpecDiv {
	margin: 25px;
	width: 900px;
	left: 50%;
}
#customdesign {
	height: 438px;
	width: 741px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	position: absolute;
	z-index: 1;
	left: 4px;
	top: 34px;
	clear: both;
	background-color: lightskyblue;
}
