@charset "utf-8";
body  {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body,td,th {
	color: #828282;
	font-size: small;
}
.reps_menu {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.thrColFixHdr #container {
	width: 900px;
	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. */
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	background-image: url(../images/logotop2.gif);
	background-repeat: no-repeat;
	background-position: right;
} 


.thrColFixHdr #container #content {
	height: auto;
	margin-left: 10px;
	float: left;
	width: 595px;
}
.thrColFixHdr #container #content #positioning {
	float: left;
	width: 540px;
	border: 2px solid #6379B5;
	padding: 10px;
	margin-top: 5px;
	font-weight: bold;
	color: #6379B5;
	margin-bottom: 5px;
}




.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	background-image: url(../images/power_ring_column2.gif);
	height: 640px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.thrColFixHdr  #container  #content  p  {
	color: #FFFFFF;
}

.thrColFixHdr #container #sidebar1 img {
	background-position: top;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}


.thrColFixHdr #center {
	background-image: url(../images/power_ring_column3.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 305px;
	height: 680px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #container #center img {
	background-position: top;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
}
.thrColFixHdr #footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6379B5;
	border-right-color: #6379B5;
	border-bottom-color: #6379B5;
	border-left-color: #6379B5;
	width: 900px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
} 
.thrColFixHdr #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 */
	font-size: x-small;
	text-align: right;
}
.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: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.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;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px;
	margin-right: 10px;
	padding: 1px;
}





#events {
	height: 420px;
	width: 265px;
	border: 2px solid #F77921;
	float: right;
	margin-top: 5px;
}
#box_events {
	background-color: #FF7900;
	height: 40px;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#text_events {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: x-small;
	padding-top: 5px;
}
.thrColFixHdr #container #text_events h5 {
	color: #FF7900;
}
.thrColFixHdr #container #text_events a {
	color: #FF7900;
	text-align: right;
}




.thrColFixHdr  #container  #content  #sidebar2  #events  h3 {
	color: #FFFFFF;
	background-color: #F77921;
}
.thrColFixHdr  #container  #content  #sidebar2  #news  h3  {
	color: #FFFFFF;
	background-color: #6379B5;
}
#news {
	height: 280px;
	width: 265px;
	border: 2px solid #6379B5;
	float: left;
	margin-top: 5px;
}
#box_news {
	background-color: #6379B5;
	height: 40px;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#text_news {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: x-small;
}
.thrColFixHdr #container #text_news a {
	color: #6379B5;
	margin: 0px;
	padding: 0px;
	text-align: right;
}




.thrColFixHdr #container #content #sidebar2  p {
	color: #828282;
	font-size: x-small;
}

.thrColFixHdr   #container   #top_nav {
	float: right;
	padding-bottom: 11px;
	padding-top: 1px;
	width: 890px;
	padding-right: 5px;
	font-size: 10px;
	padding-left: 5px;
	display: inherit;
	background-color: #FF7900;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 7px;
	font-weight: bold;
}

.thrColFixHdr   #container   #top_nav   ul {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr   #container   #top_nav   li {
	text-decoration: none;
	padding: 0px;
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
}
.thrColFixHdr  #container  #top_nav  a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
}
.thrColFixHdr  #container  #top_nav  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #container #tagline {
	float: right;
	padding-bottom: 11px;
	padding-top: 1px;
	width: 770px;
	padding-right: 5px;
	font-size: 12px;
	padding-left: 5px;
	display: inherit;
	background-color: #FF7900;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 7px;
	font-weight: bold;
	color: #FFFFFF;
	background-position: right;
}

.tagline {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	display: inherit;
	margin-right: 10px;
}
.thrColFixHdr  #container  #content   li  {
	color: #FFFFFF;
	list-style-position: inside;
}
.highlight_doc {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.thrColFixHdr #container .highlight_doc a {
	color: #FFFFFF;
	line-height: 15px;
}
.thrColFixHdr  #container  #content   a  {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #container #content a:hover {
	color: #FFFFFF;
}

.menu_sidebar {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	display: inherit;
	margin-right: 10px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 170%;
}

.thrColFixHdr  #container  #content   ul  {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #container #core {
	width: auto;

}


h3 {
	font-size: medium;
	color: #828282;
	margin-top: 5px;
	margin-bottom: 15px;
}
.thrColFixHdr #container #core #sidebar_interior_orange .menu_sidebar h3 {
	font-size: medium;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 125%;
	font-weight: bold;
}

.title_power_ring {
	color: #6379B5;
}

h5 {
	font-size: small;
	color: #6379B5;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}
.small_type {
	font-size: x-small;
}
.grey_text {
	color: #828282;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.thrColFixHdr #sidebar_interior {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height: 690px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-left: 10px;
	background-image: url(../images/interior_pages_column.gif);
}
.thrColFixHdr #container #core #sidebar_interior a {
	color: #828282;
}

.thrColFixHdr #container #content_interior {
	height: auto;
	margin-left: 300px;
	width: 575px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
}
.thrColFixHdr #container #core #content_interior_power_ring h3 {
	color: #6379B5;
}
.thrColFixHdr #container #core #content_interior_power_ring li {
	color: #6379B5;
}
.thrColFixHdr #container #core #content_interior_power_ring p {
	color: #828282;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



.thrColFixHdr #container #core #sidebar_interior_power_ring li {
	color: #FFFFFF;
}

.thrColFixHdr #container #core #content_interior a {
	color: #FF7900;
}
.thrColFixHdr #container #core #sidebar_interior h3 {
	color: #828282;
}
.thrColFixHdr #footer_interior {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #828282;
	border-right-color: #828282;
	border-bottom-color: #828282;
	border-left-color: #828282;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.thrColFixHdr #footer_interior 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 */
	font-size: x-small;
	text-align: right;
}
.thrColFixHdr #sidebar_interior_power_ring {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height: 690px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-left: 10px;
	background-image: url(../images/power_ring_column2.gif);
}
.thrColFixHdr #container #core #sidebar_interior_power_ring a {
	color: #FFFFFF;
}
.thrColFixHdr #sidebar_interior_orange {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height: 690px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-left: 10px;
	background-image: url(../images/power_ring_column3.gif);
}
.thrColFixHdr #container #core #sidebar_interior_orange a {
	color: #FFFFFF;
}
.thrColFixHdr #container #core #sidebar_interior_orange li {
	color: #FFFFFF;
}
.thrColFixHdr #container #content_interior_power_ring {
	height: auto;
	margin-left: 300px;
	width: 575px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
}
.table {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.product_specs_table {
	background-color: #FF7900;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.product_specs_table2 {
	background-color: #FF7900;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.img_power_ring_product_specs {
	border: 1px solid #828282;
	margin: 2px;
	padding: 0px;
}


.black {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.thrColFixHdr #container #core #content_interior .product_specs_table img {
	border: 1px solid #828282;
	margin: 2px;
}

#table_header_text {
	float: right;
	width: 420px;
	margin-top: 5px;
}
.thrColFixHdr #container #core #sidebar_interior_power_ring .menu_sidebar h3 {
	font-size: medium;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 125%;
	font-weight: bold;
}
.definition {
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
	margin-bottom: 5px;
}
}
.thrColFixHdr #container #sidebar2  h3 {
	color: #FFFFFF;
}
.parenthesis_title {
	font-size: small;
	color: #828282;
	font-weight: normal;
}
.techno_paragraph {
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #container #core #content_interior_power_ring .techno_paragraph2 img {
	float: left;
	width: 200px;
	border: 1px solid #6379B5;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #container #core #content_interior_power_ring .techno_paragraph img {
	float: right;
	border: 1px solid #6379B5;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 5px;
}

.techno_paragraph2 {
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #container #core #content_interior_power_ring img {
	border: 1px solid #6379B5;
}
.techno_paragraph3 {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	height: 117px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #container #core #content_interior_power_ring .techno_paragraph3 img {
	float: left;
	width: 150px;
	border: 1px solid #6379B5;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0px;
}

.thrColFixHdr #container #core #content_interior_power_ring .techno_paragraph4 img {
	float: left;
	width: 150px;
	border: 1px solid #6379B5;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0px;
}
.techno_paragraph5 {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	height: 180px;
	margin-bottom: 5px;
}
.thrColFixHdr #container #core #content_interior_power_ring .techno_paragraph5 img {
	margin-right: 5px;
	margin-left: 15px;
	float: right;
}
.techno_paragraph6 {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	height: 117px;
	margin-bottom: 5px;
}
.thrColFixHdr #container #core #content_interior_power_ring .techno_paragraph6 img {
	margin-right: 5px;
	margin-left: 15px;
	float: right;
}


.tm {
	font-size: 9px;
}
#product_directory_paragraph {
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #container #core #content_interior #product_directory_paragraph img {
	float: right;
	width: 200px;
	border: 1px solid #828282;
}
.h5_sbe {
	color: #F77921;
	font-weight: bold;
}
#new {
	width: 265px;
	border: 2px solid #F77921;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
#events_power_ring {
	width: 265px;
	border: 2px solid #6379b5;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	color: #6379b5;
}
.thrColFixHdr #container #core #content_interior_power_ring #sidebar2 #events_power_ring #box_news h3 {
	color: #FFFFFF;
}
#text_news2 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: x-small;
}
.thrColFixHdr #container #sidebar2 #text_news2 a {
	color: #6379B5;
	margin: 0px;
	padding: 0px;
}
#text_events2 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: x-small;
}
.thrColFixHdr #container #text_events2 a {
	color: #F77921;
	text-align: left;
}
.thrColFixHdr #container #text_events2 h5 {
	color: #FF7900;
}
.thrColFixHdr #container .menu_sidebar a {
	line-height: 20px;
	color: #FFFFFF;
}
.thrColFixHdr #container .menu_sidebar li {
	list-style-type: none;
	display: list-item;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #container .menu_sidebar ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.division_title {
	padding-left: 10px;
}
.style3 {color: #FFFFFF}
.img_power_ring_home_page {
	border: 1px solid #828282;
	padding: 0px;
}
.thrColFixHdr #container #core #content_interior a {
	color: #828282;
}
.iso {
	margin-right: 25px;
	color: #000000;
	padding-left: 30px;
}
.box {
	border: 1px solid #828282;
	color: #828282;
	padding: 5px;
}
