body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
.clear {
	clear: both;
}


#main {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 790px;				
	background-image: Url(../images/mhead2g.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 120px 0px 0px 0px;
    height: 100%;
        
}

#header {
        position: absolute;
	top: 122px;
        left: 156px;
        height: 28px;
	/*font-size: 80%;*/
	color: #ffffff;
        width: 620px;
        background-color: #000033;
        padding: 2px 2px 2px 2px;        
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
        
}

#header li {
	width: 110px;
	border-bottom: 1px solid #000033;
	margin: 0px;
        margin-right: 3px;
	padding: 0;
        float: left;
	vertical-align: bottom; 
}

#header li a:link, #header li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border: 1px solid #6879FF;
	background-color: #000033;
	color: #FFFFFF;
	text-decoration: none;
}

#header li a:hover {
	background-color: #6879FF;
	color: #FFFFFF;
}


#leftwrapper{
	position: absolute;
	top: 122px;
	left: 0px;
	width: 155px;
	padding-top: 10px;
	background-color: #000033;
	min-height:660px;
}

#navigation {
	position: relative;
	left: 17px;
	width: 120px;
	top: 9px;
        height: 100%;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li {
	width: 120px;
	border-bottom: 1px solid #000033;
	margin: 0;
	padding: 0;

	vertical-align: bottom; 
}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border: 1px solid #6879FF;
	background-color: #000033;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #6879FF;
	color: #FFFFFF;
}

#navigation ul.subnav {
	margin-left: 12px;
}

#navigation ul.subnav li {
	width: 120px;
}

#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	font-size: 8pt;
	border: 1px solid #6879FF;
}

#content {
	margin-left: 170px;
	padding: 35px 10px 5px 5px;
        height: 100%;

}

#content b.mela {
	color: #6978FF;
}

#content b.prodname {
	color: #0000CC;
	font-size: 8pt;
}

#content p.mela {
	color: #6879FF;
	font-weight:bold;
        margin: 0px 0px 10px 0px;
	font-size: 25pt;
        border-bottom: 1px solid #CCDDff;
}

#content p.mela_sm {
	color: #6879FF;
	font-weight:bold;
        margin: 0px 0px 10px 0px;
	font-size: 12pt;
        border-bottom: 1px solid #CCDDff;
}

#content p.title {
	/*color: #6879FF;*/
    color: #AAAAFF;
	font-weight:bold;
	font-size: 12pt;
}

#content img {
	border: 1px solid #000033;
}

#content a img {
    border: 0px;
}

#content td img {
    border: none;
}

#prodtable {
	border: 1px solid #ddddcc;
	width: 70%;
}

#prodtable td {
	width: 33%;
	vertical-align: middle;
}

.hilite {
	background-color: #ddddff;
}

.tbl_hlf td {
    width: 25%;
}

.tbl {
	border-spacing: 1px;
}
.tbl th {
   	padding: 3px;
	/* background-color: #798AFF; */
    background-color: #AAAAFF;
}
.tbl td {
	padding: 3px;
	/* background-color: #AAAAFF; */
    background-color: #DDDDFF;
}
.tbl td img {
    border: 0px;
}

.tbl tbody {
	display: table-row-group;
}

.tbl tfoot td {
	font-size: 0.8em;
	text-align: center;
	width: 600px !important;
	padding: 0 0;
    background-color: #dddddd;
}

.tbl thead th a {
	display: block;
    text-align:center;
    text-decoration: none;
    color: #000000;
    padding: 2px 0;
    background-position: right;
    background: url(/images/icons/download.png) 5px 60% no-repeat;
}

#allProducts tbody {
    display: none;
}

#userTag {
    
    
    text-align:left;
    color: #ffffff;
	font-size: 8pt;
    left: 17px;
}

#topnav
{
    
        float: right;
}

sup {
    color: red;
}
#footer {
	background-color: #000033;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}



.errors {
    color:red;
}
.articleLinks {
	line-height: 22px;
	color: #993300;
}

