@charset "UTF-8";
body  {
	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: 100%;
	background-color: #666666;
	background-repeat: repeat;
	background-position: center;
	margin-left: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/sidebar_bg.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2D5CB2;
	border-left-color: #2D5CB2;
} 
.twoColFixLtHdr #header {
	width: 950px;
	background-position: center;
	background-color: #E4EAEE;
	xborder-bottom-width: 1px;
	xborder-bottom-style: solid;
	xborder-bottom-color: #2D5CB2;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}

/*added by B de Villiers 19 July 2008 */
.twoColFixLtHdr #horizontalMenuDiv {
height: 22px; 
margin: auto; 
width: 100%;

background-color: #E4EAEE; 
border-top: 1px solid #2D5CB2; 
border-bottom: 1px solid #2D5CB2; 
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 202px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFFFFF;
	padding-top: 15px;
} 
#mainContent p Header {
	font-size: 12px;
	font-weight: bold;
	color: #2D5CB2;
}
.eizo_monitor_fltrt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.main_content_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	color: #2E2E2E;
	margin-bottom: 4px;
}
.main_parahead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E2E2E;
}
.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2D5CB2;
	background-color: #E8EEF1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D5CB2;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #828282;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.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;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	text-align: justify;
}
#header img {
	display: block;
}
#sidebar1 h3 {
	color: #2D5CB2;
	font-size: 12px;
	text-align: right;
	margin-right: 15px;
	margin-left: 8px;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	margin-right: 20px;
	font-size: 12px;
	line-height: auto;
	color: #2E2E2E;
	margin-left: 10px;
}
.price_tables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border: 1px solid #2E2E2E;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.price_tables_alternategrey {
	background-color: #F6F6F6;
}
.price_tables td {
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #2E2E2E;
	color: #2E2E2E;
	padding-right: 5px;
	padding-left: 5px;
}
.price_tables th {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #2D5CB2;
	background-color: #E4EAEE;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #2E2E2E;
}
s
