@charset "utf-8";
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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 851px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
a {
	color: #3401CC;
}
a:visited {
	color: #339966;
}
.custom {
	background-color: #0099FF;
	color: #FFFFFF;
	padding: 5px;
}
.needle {
	color: #FFFFFF;
	background-color: #72CFA0;
	padding: 5px;
}
.productName {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: none;
}
.productSubName {
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -12px;
	font-size: 1.2em;
}
.red {
	color: #E9002B;
	font: Arial, Helvetica, sans-serif 1.2em;
	margin-top: -12px;
}


a:hover {
	color: #FF0000;
}


#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 232px;
	background: #fff;
} 
#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: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-size: 1em;
}
#headerLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 15px 0px 15px;
	height: 230px;
	background-color: #FFFFFF;
	background-image: url(../images/BorderLines.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	line-height: 98%;
}
#header h3 {
	font-size: 1em;
	font-style: italic;
	text-align: center;
	line-height: 20%;
}

#headerRight {
	padding: 25px 0 0 0px;
	background-color: #CCC;
}
#headerMovie {
	padding: 0 0 0 310px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#vertMenu {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#mainContent {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}

#mainContentHome {
	margin: -15px 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	background-image: url(../images/NeedleArrayBig.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainContentContact {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
#mainContentCatalog {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
#mainContentContact li {
	list-style-type: none;
}

#mainContentCatalog li {
	list-style-image: url(../images/li_bullets_Red.png);
	font-weight: bold;
}
#mainContentCatalog h3 {
	color: #3300CC;
}

#mainContentCatalog li.green {
	list-style-image: url(../images/li_bullets_Green.png);
	font-weight: bold;
}
#mainContentCatalog li.blue {
	list-style-image: url(../images/li_bullets_Breen.png);
	font-weight: bold;
}

#address {
	text-align: left;
	background-image: url(../images/SpectraLogo_200px.png);
	background-repeat: no-repeat;
	padding: 0 0 0 210px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2FABB6;
}
#addressHeadline {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2FABB6;
}


/*------------------------------------------------HOME PAGE TABLE END*/
li.name {
	font-weight: bold;
	color: #3401CC;
}
#mainContentContact ul {
	left: 0px;
	position: relative;
}
#mainContentCatalog ul {
	left: 20px;
	position: relative;
}
#mainContentCatalog ul ul {
	left: 20px;
	position: relative;
}

#colorGrid {
	float: right;
	width: 570px;
	background-image: url(../images/GridBkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 234px;
}

#mainContentHome h2 {
	font-size: 1.1em;
}

#nav {
	background-color: #FFFFFF;
	margin: 24px 0 0 0;
	text-align: center;
	background-image: url(../images/BorderLine_Blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	padding: 30px 10px 0 20px;
	background-image: url(../images/BorderLines.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	background-color: #FFFFFF;
} 
#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 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
#footer a {
	color: #228E98;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #FF0914;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer h4 {
	font-size: 1.5em;
}
#footer a.jpg {
	font-size: 0.8em;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a.jpg:visited {
	color: #ccc;
	text-decoration: none;
}
#footer a.jpg:hover {
	color: #FF0A15;
	text-decoration: underline;
	font-size: 1em;
}
.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;
}
/*------------------------------------------------HOME PAGE TABLE START*/
#hor-minimalist-a
{
	font-size: 1em;
	margin: 10px 20px 0px 25px;
	width: 515px;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.1em;
	font-weight: bold;
}
#hor-minimalist-a td
{
	color: #000000;
	padding: 3px 8px 25px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #000000;
}
hr {
	color: #4D9FB5;
	border-top: solid #4D9FB5 1px;
}
#print {
	padding: 0 10px 0 0;
}
#bottomside a {
	color: #3401CC;
}
#bottomside a:visited {
	color: #000000;
}
#bottomside a:hover {
	color: #4D9FB5;
	text-decoration: none;
}
#prod_EpidPlastic {
	background-repeat: no-repeat;
	background-image: url(../images/prod_EpidPlastic.png);
}
#descrRight {
	float: right;
	margin-top: -20px;
}

.sitemap 
{
	list-style-image:url(../images/li_bullets_Blue.png);
}
.sitemap li a {
	text-decoration: none;
}

