/**********************************************************************
	Filename: morTech.css
	Project:  morTech Web Site - MorTech.biz
	
	Global style sheet
**********************************************************************/
/* Body Tag Definition */


body { margin-left:0; margin-top:0; margin-right:0; background-color: rgb(0,0,0);}

a, font, th, td, p, body, span, div { font-family:Arial, Helvetica, Verdana, sans-serif; color:#000000; font-size:12px;}
h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, Verdana, sans-serif;}
h2 { font-weight:bold; font-size:18px; color:#117011;}
h3 { font-weight:bold; font-size:16px; color:#666633;}
h4 { font-weight:normal; font-size:14px; color:#666633;}
h5 { font-weight:bold; font-size:14px; color:#666633;}
h6 { font-weight:normal; font-size:16px; color:#666633;}
a { color: #000000; text-decoration: none; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }


/* Links */

.bottomLinks { font-weight:bold; font-size:11px; color:#cccc99;}
.bottomLinks:hover { color:#FFFFFF; text-decoration: none;}
.topLinks { font-weight:bold; font-size:11px; color: #FFFFFF;}
.topLinks:hover { color: #cccc99; text-decoration: none;}
.leftNavTitle { font-weight:bold; font-style:normal; font-size:13px; color:#133260; }
.leftNavTitle:hover { color:#90ACD6; text-decoration:none; }
.leftNavLink { font-style:normal; font-size:12px; color:#666633; margin-top:5px; margin-bottom:5px;}
.leftNavLink:hover { color:#000000; text-decoration:none;}
.rightLink { font-weight:bold; font-size:12px; color:#666633;}
.rightLink:hover { color:#90ACD6; text-decoration:none;}
.downloadLink { text-decoration:underline;}
.downloadLink:hover { text-decoration:underline;}

/* Home Page Text */
.homeProd{ font-weight:bold; font-size:13px; color:#666633; }
.homeProd:hover{ text-decoration:none; }
.texthomesmall{ font-size:10px;padding-top:15px;}
.titlenews{ font-weight:bold; font-size:12px; color:#133260; text-decoration:none; }
.titlenews:hover{ color:#90ACD6; text-decoration:none; }
.contactTxt{ font-weight:bold; font-size:14px; color:#133260; text-decoration:none; }
.contactLink{ font-weight: bold; font-size: 12px; color: #133260; text-decoration: none; }
.contactLink:hover{ font-weight: bold; font-size: 12px; color: #90ACD6; text-decoration: none; } 

/* Text */
.search{ font-size:10px; color:#FFFFFF}
.tablebold { font-weight: bold; }
.pagetitle { font-weight:bold; font-size:18px; color:#133260; }

/*  Text Product Pages */
.subjectroot { font-weight:bold; font-size:14px; color:#5F7BA5; }
.subjectsubtitle { font-weight:bold; font-size:14px; color:#666633;}
.subjectname { font-weight:bold; font-size:18px; color:#666633; }
.subjecttext {font-size:12px; }
.subjectordername {font-size:12px;}
.features { font-weight:bold; font-size:14px; color:#666633; margin-top:20px; }
.orderform { font-weight:bold; font-size:14px; color:#5F7BA5; }
.orderform: hover { text-decoaration: underline; }

/* Background Fun */
.homeBkrnd { background-image: url(images/homeBack.gif); background-repeat : repeat-x; }
.pageBkrnd { background-image: url(images/pageBack.gif); background-repeat : repeat-x; }
.whiteBkrnd { background-color : #FFFFFF; }
.bottomBkrnd { background-image: url(images/bottomBack.gif); background-repeat : repeat-x; }

/* Product Tables */
.mblueBkrnd { background-color: #A8BAD5;}
.mblackBkrnd { background-color: #000000;}
.mback1Bkrnd { background-color: #DCDDCB; }
.mback2Bkrnd { background-color: #EAEADC; }
.mback3Bkrnd { background-color: #BABC93; }
.mprodhead{ font-weight:bold; font-size:10px; color:#FFFFFF; margin-top:5px; margin-bottom:5px; }
.mprodtitle{ font-weight:bold; font-size:12px; color:#133260; }
.mprodtext{ font-style:normal; font-size:10px; color:#000000;}
.mprodlink{ font-size:11px; font-weight:bold; color:#133260; text-decoration:underline;}
.mprodlink:hover{ color:#000000; text-decoration:underline; }



