@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: #333;
	font-size: 0.63em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	background-image: url(images/bkgdgradient.jpg);
	background-repeat: repeat-x;
}
#dhtmltooltip{
	position: absolute;
	border: 1px solid #6B6E77;
	background-color: #2D313E;
	visibility: hidden;
	z-index: 100;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 200px;
	position: relative;
	margin-bottom: 0
}
.twoColFixRtHdr #menuwrapper {
	position: absolute;
	display: none;
}
.clearfloat {
	clear: both;
	height:0;
	line-height: 0;
	font-size: 0;
	display: block;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #menushadow {
	margin-bottom: 20px;
	background-image: url(images/menu_shadow.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-right: 0px;
	font-style: italic;
}
.twoColFixRtHdr #sidebar1 p {
	margin-right: 30px;
}
.twoColFixRtHdr #leftnav {
	float: left;
	display: none;
}
.twoColFixRtHdr #navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	border-top-width: 1px;
	-top-style: solid;
	border-top-color: #2D313E;
}
.twoColFixRtHdr #navlist a, #navlist a:visited {
	display: block;
	padding: 3px 3px 3px 24px;
	background-color: #2D313E;
	background-image:  url(images/l1_down.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.twoColFixRtHdr #navlist a:hover {
	background-color: #dcdac0;
	color: #2D313E;	background-image:  url(images/l1_over.gif);
}
.twoColFixRtHdr #leftnav #navlist .uberlink {
	background-color: #DBA760;
	background-image:  url(images/l1_over.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	color: #A5501B !important;
	font-weight: bold;
	cursor: default;
}
.twoColFixRtHdr #mainContent {
	margin-right: 325px;
	margin-bottom: 20px;
	margin-left: 25px;
	background-color: #dcdac0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: justify;
} 
.twoColFixRtHdr #mainContent a:link {
	color: #2D313E;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #789456;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent a:hover {
	color: #2D313E;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:active {
	color: #123456;
	text-decoration: none;
}
.twoColFixRtHdr #Content {
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 210px;
	background-color: #dcdac0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: justify;
}
.twoColFixRtHdr #Content a:link {
	color: #2D313E;
	text-decoration: underline;
}
.twoColFixRtHdr #Content a:visited {
	color: #2D313E;
	text-decoration: underline;
}
.twoColFixRtHdr #Content a:hover {
	color: #2D313E;
	text-decoration: none;
}
.twoColFixRtHdr #Content a:active {
	color: #2D313E;
	text-decoration: none;
}

/* the following controls the link colors for the accordion panel */
.twoColFixRtHdr #Content #p7ABW1 .p7ABtrig a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #Content #p7ABW1 .p7ABtrig a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #Content #p7ABW1 .p7ABtrig a:hover {
	color: #2D313E;
	text-decoration: none;
}
.twoColFixRtHdr #Content #p7ABW1 .p7ABtrig a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* for pages with two content columns for product descriptions and photos */
.twoColFixRtHdr #ColumnWrapper {
	background-image: url(images/content_bkgd.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCDAC0;
	border-bottom-color: #DCDAC0;
	padding: 0px;
	margin-top: 1.4em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.twoColFixRtHdr #ProductDescription {
	width: 229px;
	float: left;
}
.twoColFixRtHdr #ProductDescription309 {
	width: 309px;
	float: left;
}
.twoColFixRtHdr #ProductPhotos {
	width: 250px;
	float: right;
	padding-left: 14px;
	font-weight: bold;
	text-align: center;
}
.twoColFixRtHdr #ProductPhotos170 {
	width: 172px;
	float: right;
	padding-left: 14px;
	font-weight: bold;
	text-align: center;
}
.twoColFixRtHdr #ProductPhotosWrap {
	width: 250px;
	float: right;
	padding-left: 14px;
	text-align: center;
	font-weight: bold;
}
.twoColFixRtHdr #ProductPhotosWrap170 {
	width: 170px;
	float: right;
	padding-left: 14px;
	text-align: center;
	font-weight: bold;
}

.twoColFixRtHdr #ProductTable {
	margin-top: 20px;
}
.twoColFixRtHdr #ProductTable td {
	text-align: center;
	font-weight: bold;
}
.twoColFixRtHdr #MonitorSpecTable {
	margin-top: 20px;
}
.twoColFixRtHdr #MonitorSpecTable td {
	text-align: center;
	color: #000000;
}
.twoColFixRtHdr #img_w_caption {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 12px;
}
.twoColFixRtHdr #logos {
	float: left;
	width: 150px;
	padding-left: 35px;
}
.twoColFixRtHdr #footer {
	font-size: 9px;
	text-align: right;
	padding-right: 15px;
	font-style: italic;
	line-height: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C6962;
	padding-bottom: 25px;
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer a:link {
	color: #2B5F88;
	text-decoration: underline;
}
.twoColFixRtHdr #footer a:visited {
	color: #2B5F88;
	text-decoration: underline;
}
.twoColFixRtHdr #footer a:hover {
	color: #2B5F88;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:active {
	color: #2B5F88;
	text-decoration: none;
}
.pagehead {
	font-size: 125%;
	font-weight: bold;
	color: #2B5F88;
}

.subhead {
	font-weight: bold;
	color: #444444;
}

.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 {
	border: 1px solid #818284;
	margin-left: 15px;
	margin-bottom: 10px;
}
.productimg {
	margin-right: 14px;
}
.product_table_photo {
	margin-bottom: 4px;
}
.PhotoWithCaptionUnder {
	border: 1px solid #818284;
	margin-bottom: 4px;
}
.illustration {
	text-align: center;
	float: right;
	width: 250px;
	margin-left: 14px;
	font-weight: bold;
}
.twoColFixRtHdr #DiscontinuedProductTable {
	margin-top: 20px;
}
.twoColFixRtHdr #DiscontinuedProductTable td {
	padding-right: 10px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #DiscontinuedProductTable th {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
