@charset "utf-8";
* {
	margin: 0px;
	padding:0px;
}
a {
	color: #5B5B5B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#35366E;
}
a img {
	border:none;
}
/*GENERAL COMMENTS*/
h4 {
	font-size: 1.2em;
	padding-bottom: 15px;
}
hr {
	color:#EDEDED;
}
.textindent {
	margin-left: 20px;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	vertical-align: 20%;
}
#abouttext, #contacttext, #mainCon, #mainConabout, #mainConproducts, #mainConterms, #sprycontent {
	font-size: .8em;
}
#abouttext {
	float: left;
	width: 360px;
	padding: 28px 30px 40px 20px;
}
#announcement {
	float: left;
	width: 180px;
	padding: 30px 5px 0 20px;
	font-size: 0.8em;
	color: #000;
}
#announcement a {
	font-weight: bolder;
	font-size: .9em;
}
#announcement h3 {
	color: #333F6F;
	font-size: 1.2em;
	text-align: center;
	padding: 8px 0 8px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#blockquoteright {
	background-image:url(images/layout/corner_top.gif);
	width: 158px;
	padding: 10px 0 0 10px;
}
blockquote {
	background-image:url(images/layout/top_quote.gif);
	padding: 10px 0 0 8px;
	width: 126px;
}
#blockquoteright, blockquote {
	background-position:left top;
	background-repeat:no-repeat;
	color:#333;
	background-color: #DADCD9;
	font-size: 10px;
}
blockquote p {
	padding:8px 4px 0 4px;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/layout/linenleft.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#contacttext {
	float: left;
	width: 320px;
	padding: 28px 18px 40px 50px;
}
#datasheet {
	width: 180px;
	margin: 10px 0 10px 320px;
}
#footer {
	background:#ECECEC;
	clear: both;
	text-align: right;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	height: 20px;
	font-size: 0.6em;
	padding: 5px 10px 5px 0;
}
 border: 1px solid #EAEAEA;
#header {
	float: left;
	width: 400px;
	height: 90px;
}
#logo {
	width: 800px;
	height: 90px;
	background-image: url(images/layout/topright1.jpg);
	background-repeat: no-repeat;
}
#line {
	float: left;
	width: 780px;
	height: 26px;
	background-image: url(images/layout/abstract11.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-indent: 10px;
	font-weight: bold;
	padding: 10px 0 0 20px;
	font-size: .9em;
}
#listmenu {
	margin-top: 60px;
	float: left;
}
#listmenu a {
	width: 128px;
}
#listmenu ul li ul {
	display:none;
} /* conceals the drop-down when menu not hovered */
#listmenu ul li:hover ul {
	display:block;
} /* shows the drop-down when menu is hovered */
#mainCon {
	float: left;
	width: 400px;
	padding: 32px 20px 40px 20px;
	border-right: 1px solid #CCC;
}
#mainCon ul li {
	padding-left: 20px;
	padding-bottom: 8px;
	line-height: 1.3;
	list-style-type: square;
	list-style-position: inside;
}
#mainConabout {
	float: left;
	width: 390px;
	padding: 28px 10px 40px 20px;
	list-style-type: square;
}
#mainConabout h4 {
	font-size:1em;
	font-weight: bold;
}
#mainConabout ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
#mainConabout ol ol li {
	list-style-type: square;
	padding-bottom: 8px;
	list-style-position: outside;
	margin-left: 40px;
}
#mainConabout ul li {
	list-style-position: inside;
	list-style-type: square;
	padding-bottom: 8px;
	margin-left: 15px;
}
#mainConabout table td {
	padding-bottom: 4px;
}
#mainConabout th {
	font-size:1em;
}
#mainConproducts {
	float: left;
	width: 480px;
	padding: 28px 20px 10px 20px;
	margin-left: 20px;
}
#mainConproducts table {
	font-size: 11px;
	font-weight: bolder;
}
#mainConproducts table tr td, #mainConproducts table th {
	padding: 5px 3px 3px 5px;
	border-bottom:1px solid #D6D6D6;
}
#mainConterms {
	float: left;
	width: 500px;
	padding: 28px 10px 40px 20px;
	list-style-type: square;
}
#navtop {
	float: left;
	width: 784px;
	background-image: url(images/layout/greyline.jpg);
	background-color: #EEE;
	font-size: .7em;
	color: #000000;
	font-weight: bold;
	padding: 10px 0 5px 16px;
}
#navtop a:link, #navtop a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #EEE;
	padding: 2px 6px;
}
#navtop a:hover {
	color: #FFFFFF;
	background-color: #25266E;
	padding: 2px 6px;
	text-decoration: none;
}
#navtop a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#navtop ul {
	margin: 0px;
	padding: 0px;
}
#navtop li {
	font-size: 1em;
	float:left;
	list-style-type:none;
}
#navLeft {
	width: 140px;
	float: left;
	overflow: hidden;
	font-size: .9em;
}
#navLeft a {
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
#navLeft a:link, #navLeft a:visited, #navLeft a:hover, #navLeft a:active {
	text-decoration: none;
	font-weight: bolder;
}
#navLeft a:link, #navLeft a:visited, #navLeft a:hover {
	padding: 2px 6px;
}
#navLeft a:link {
	color: #000000;
}
#navLeft a:visited {
	color: #333333;
}
#navLeft a:hover {
	color: #FFFFFF;
	background-color: #25266E;
}
#navLeft a:active {
	color: #999999;
}
#navLeft ul {
	list-style-type:none;
	width:130px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navLeft li {
	width:140px;
	list-style-type:none;
}
 # mainConabout li {
 list-style-position: inside;
 margin-left: 10px;
}
#quote_attrib, #quote_right {
	background-image:url(images/layout/btm_quote.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#quote_attrib {
	margin-top:0;
	padding-bottom:20px;
	font-size: 10px;
}
#quote_right {
	padding: 10px 10px 20px 10px;
}
#sidebarimages, #sidebarimages1 {
	float: left;
	width: 210px;
	text-decoration: none;
}
#sidebarimages {
	margin: 32px 0 0 12px;
}
#sidebarimages1 {
	margin: 28px 0 0 12px;
}
#rightimages, #rightapplication {
	width: 200px;
	float: left;
}
#rightimages {
	padding: 0 4px 0 10px;
	margin-top: 20px;
}
#rightapplication {
	margin-top: 64px;
	padding: 0 0 0 20px;
}
#sidebarleft {
	float: left;
	width: 140px;
	font-size: .78em;
	padding: 30px 0 10px 5px;
}
#sidebarmanagement {
	float: left;
	width: 141px;
	font-size: 0.88em;
	padding:  56px 0 0 10px;
}
#sprycontent {
	float: left;
	width: 400px;
	margin-left: 10px;
	padding: 28px 20px 20px 20px;
}
#sprycontent h4 {
	font-size: .9em;
}
sup {
	vertical-align:55%;
	font-size:95%;
	color: #000000;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
