@charset "UTF-8";

body  {
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	background: #105D75;
	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;
	background-image:url(../images/bg.png);
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#352922;
	font-size: 13px;
}


/* HEADER */
#logo {
float: left;
    width: 210px;
    height: 24px;
    background: url(../images/mp_sm.png) no-repeat center center;
    margin-right: 10px;
	margin-bottom: 6px;
    display: block; 
	}
#logo b {
    display: none;
}


#header { 
	background: #fcfcf6; 
	height: 145px;
	padding: 0 0px 0 0px;  /* 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. */
} 




.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;
	margin-botton: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-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;
}






/* FOR TEXT */
	p {
	font-size:13px;
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#352922;
	line-height: 19px;
	}
	h1 {
	font-size:16px;
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	}
	
	h2 {
	font-size:16px;
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#007A95;
	font-weight:800;
	}
	h3{
border-bottom: solid thin #999999;
}
.style11 {	font-size: 18px;
	color: #007B96;
	font-weight: bold;
}
.style4 {	color: #FFFFFF;
	font-weight: bold;
}
.style8 {font-size: 11px; color: #62493B; }
.style9 {	font-size: 15px
}
.style1 {
font-size: 12px;
}
/* END FOR TEXT */	
/* FOR TEXT */
	
.style15 {
font-size: 12px;
}
.style16 {
font-size: 12px;
}
/* END FOR TEXT */	

/* For Links */
	a:link{
	color: #115E76;
	text-decoration:underline;
	}
	a:visited{
	color: #115E76;
	text-decoration:underline;
	}
	a:hover{
	color:#62493b;
	text-decoration:none;
	}
/* End For Links */


hr {
color: #FFFFFF;
border-bottom: 1px dashed #0089a4;
}




	
#rightcol {
width: 780px;
background-image:url(../images/iec-corner.png);
	background-position:left top;
	background-repeat:no-repeat;
background-color:#FFFFFF;
margin: 4px 0px 0 0;
padding: 0;
float: right;
}

/* For Left Column */

#leftcol {
	width: 180px;
	margin: 15px 0px 0 0px;
	float: left;
	background-color:#FFFFFF;
	display: inline;  /* <---Solution for bug IE6 */
	}
	
#leftcol2 {
	width: 180px;
	margin: 15px 0px 0 0px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	}
	
/* End For Left Column */	




.clear {
	clear: both;
}









.lefttext {
margin-left: 12px;
margin-right: 12px;

}

.righttext {
margin-left: 15px;
margin-right: 10px;
margin-top:10px;

}

.style2 {font-size: 13px}






/**sidemenu**/


.glossymenu{
list-style-type: none;
margin: 4px 0px;
padding: 0;
width: 179px;
border: 0px solid #62493b;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(../images/glossycomm.png) repeat-x bottom left;
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #110c02;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #110c02;
}

.glossymenu li a:hover{
background-image: url(../images/glossycomm2.png);
}

.topic {
background-color:#62493b;
font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
}
.subtopic{
padding-left: 20px;
background: white url(../images/glossycomm.gif) repeat-x bottom left;

}
.topic2 {
background-color:#0089A4;
font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
}






.tablebrd {
border: solid #117DA3 1px;
}



#container { 
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #56aab6;
	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: 10px;
} 	





/* HORIZ NAV SUB */


#horizNav2
{
   	clear: both;
    background: #EFEEEE url(../images/iec_header2.jpg) no-repeat left center;
    width: 641px;
    height: 83px;
    color: #444;
    padding-left: 320px;
    margin-top: 0px;
    border-bottom: solid 0px #F0EFEF;
}

.topad1 {float:right;
padding-top: 8px;
padding-right: 3px;
}


/* FOOTER */

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#62493B;
	
	
 border-top: 1px dashed #d1cece;

} 
.twoColFixLtHdr #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 */
}


.twoColFixLtHdr #footer .footerlinks{
color: #F7ECAF;
}

.twoColFixLtHdr #footer .footerlinks a{
color: #FFFFFF;}
.twoColFixLtHdr #footer .footerlinks a:visIted{
color: #FFFFFF;}

.twoColFixLtHdr #footer .footerlinks a:hover{
color: #F7ECAF;}



#tabs {
width: 961px;
padding-bottom: 0px;
margin-bottom: 0px;
background-image:url(../images/bg.png);
}	


table tr td {
font-size:12px;
}

.sale {
color:#990000;
text-decoration:line-through;
}
.sale2 {

font-weight:600;
}

.cdtitle {
font-weight: 700;
}

li {
font-size: 13px;
}
