/* =============== GLOBAL ELEMENTS ==================*/

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #2A2A2A;
	font-size:12px;
	line-height: 1.5em;
}

h1 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px;
	font-weight:lighter; 
	color: #990000;
	margin-top: 4px;
}

h2 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	color: #990000; 
}

h3 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px;
	color: #333333; 
}

hr {
  border: 0;
  height:1px;
  color: #A5A5A5;
  background-color: #A5A5A5;
}

a:visited    { text-decoration: none; color: #999999; font-weight:bold; }
a:link       { text-decoration: none; color: #999999; font-weight:bold; }
a:active     { text-decoration: none; color: #666666; font-weight:bold; }
a:hover      { text-decoration: none; color: #666666; font-weight:bold; }

.twoColFixRtHdr #container { 
	width: 100%;
	background: #FFFFFF;
	background-image:url(images/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0px;
} 

/* I created a second container to differentiate the 100% nav from the 796 fixed body */
.twoColFixRtHdr #container2 { 
	width: 796px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0px;
} 

/* ================ HOME PAGE ELEMENTS ============== */

.sideimage {
	background-image:url('images/home_sidebar.jpg')
}

/* This padding is for the 3 columns learn mores */
.paddit {
	padding:0 10px 0 10px; 
}

/* This padding is for top section of side bar */
.paddit2 {
	padding:0 20px 0 20px; 
	color:#FFFFFF;
	line-height:16px;
}

/* This padding is for the news items */
.paddit3 {
	padding:0 20px 0 20px; 
	color:#000000;
	line-height:16px;
}

.sectiontitle { 
	font-weight:bold;
	font-size:11px;
	color: #990000;
}

.sectiontitle2 { 
	font-weight:normal;
	font-size:11px;
	color: #666666;
	padding: 10px; 
}

.small {
	font-size: 8pt;
}

/* =============== HEADER ==================*/

.twoColFixRtHdr #header {
	height:135px; 
	background-image:url(images/logo.jpg); 
	background-position:top; 
	background-repeat:no-repeat; 
	padding: 0 135px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. */
	text-align:right;
} 

/* These items are used to properly space the header items */ 
.tagline { 
	color:#b2b2b2;
	padding-top:6px;
	font-size: 11px;
	line-height: 1em;
}

.navitems1 { 
	padding-top:4px; 
	font-size: 11px;
	line-height: 1em;
}

.navitems2 { padding-top:0px;
 	padding-bottom:0px; 
}

/* Links for first nav items */
.twoColFixRtHdr #header a:visited    { text-decoration: none; color: #666666; background: #CCCCCC; font-size: 11px; }
.twoColFixRtHdr #header a:link       { text-decoration: none; color: #666666; background: #CCCCCC; font-size: 11px; }
.twoColFixRtHdr #header a:active     { text-decoration: none; color: #666666; background: #CCCCCC; font-size: 11px; }
.twoColFixRtHdr #header a:hover      { text-decoration: none; color: #666666; background: #999999; font-size: 11px; }

/* =============== SIDE NAV ==================*/

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border:1px solid #A5A5A5;
	padding: 0;
	margin-left:20px; /* helps with main content padding */
}

.twoColFixRtHdr #sidebar1 ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/ 
	list-style: disc url(images/sidebar_bullet.png) inside;
	padding-left:1em;
	margin-right:10px;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

.twoColFixRtHdr #sidebar1 li {
	padding: 10px 0 10px 0;
	background-image: url(images/sidebar_bgbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	border-bottom: 1px solid #A5A5A5;
}

.twoColFixRtHdr #sidebar1 a:visited    { text-decoration: none; color: #333333; }
.twoColFixRtHdr #sidebar1 a:link       { text-decoration: none; color: #333333; }
.twoColFixRtHdr #sidebar1 a:active     { text-decoration: none; color: #333333; }
.twoColFixRtHdr #sidebar1 a:hover      { text-decoration: none; color: #CCCCCC; }

.listindent { margin-left:20px; font-size:11px; color:#666666;
}

/* =============== MAIN BODY AREA ==================*/

.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* this version is for product and home page */
.twoColFixRtHdr #mainContent2 {
	width:796px;
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* =============== FOOTER ==================*/

.twoColFixRtHdr #footer { 
	padding: 0 0 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #c1c0c0;
	background-image:url(images/footer_symbol.png); background-repeat:no-repeat; background-position: bottom; background-position:left;
	margin-bottom: 20px;
} 
.twoColFixRtHdr #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 120px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer a:visited    { text-decoration: underline; color: #999999; }
.twoColFixRtHdr #footer a:link       { text-decoration: underline; color: #999999; }
.twoColFixRtHdr #footer a:active     { text-decoration: underline; color: #999999; }
.twoColFixRtHdr #footer a:hover      { text-decoration: underline; color: #999999; }

.twoColFixRtHdr #footer a.design:visited    { text-decoration: none; color: #c1c0c0; font-weight:normal; }
.twoColFixRtHdr #footer a.design:link       { text-decoration: none; color: #c1c0c0; font-weight:normal; }
.twoColFixRtHdr #footer a.design:active     { text-decoration: none; color: #c1c0c0; font-weight:normal; }
.twoColFixRtHdr #footer a.design:hover      { text-decoration: none; color: #c1c0c0; font-weight:normal; }

/* =============== MISCELLANEOUS ==================*/

.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;
}
img.test {
padding: 0px;
border-color: #000000;
border: 1px solid;
}
