F@charset "utf-8";
/* The main CSS document for MEGA Industries web site. */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #464646;
	color: #333333;
	background-attachment: fixed;
  background-image: url(../images/backgroundSlice2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

p {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
a {
	text-decoration:  none;
  color: #003366;
}

img {
	border: none;
}
#welcome h1, #welcome h2 {
	color: #FFFFFF;
	padding-bottom: 10px;
}


h1, h2 {
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #0A3867;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #0A3867;
	text-align: center;
	text-transform :  capitalize;
}
h3 {
	font-family :  "trebuchet ms", geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color :  #0A3867;
	text-transform :  capitalize;
}

ul, ol {
	margin-left:  50px;
}

br.clear {
	clear: both;
}
.clear {
	clear: both;
}
span.logo {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
#wrapper {
	width: 970px;
	margin: 0 auto; /* centers the page */
  background-image: url(../images/wrapperBackground.png);
	background-repeat: repeat-y;
}


/*** VERY IMPORTANT **** must set white-space: normal so that z-index is recognized by IE - it's a bug fix *****/
#leftside {
/*	background-image: url(../images/navBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
*/	
	padding: 7px;
	margin-left: 5px;
	margin-right: 5px;
	width: 176px;
	position: relative;
	float: left;
	white-space: normal;
	z-index:500;
}

/*** VERY IMPORTANT **** must set white-space: normal so that z-index is recognized by IE - it's a bug fix *****/

#rightside {
	width: 670px;
	position: relative;
	float: left;
	white-space: normal;
	z-index: 10;
	margin: 40px 40px 0px 40px;	
}

#home #rightside {
	width: 730px;
	background: transparent url(../images/homeWelcome.jpg) no-repeat 0 0;
	margin: 0px 0px 0px 2px;
}

#quote #rightside {
	margin-left: 150px;
}
p {
	text-align: justify;
	font-size: 12px;
	line-height: 1.5;
}
.productPage p,
#custom p,#products p, #contact p, #news p, #about p {
	padding-right: 40px;
	padding-left: 40px;
}
#waveguide p, #fm p, #flex p, #coax p {
	padding-right: 30px;
	padding-left: 30px;
}	
#contact p {
	text-align: center;
}
#rightside ul {
	list-style-type: none;
	font-size: .7em;
	font-weight: bold;
	margin: 5px 0px 10px 60px;
	line-height: 1.5;
	list-style: square;
}

#southBorder {
	clear: both;
	background: transparent url(../images/southBorder.jpg) no-repeat scroll 0 bottom;
	height: 30px;
}
#home #southBorder {
	background: transparent url(../images/southBorder.jpg);
}
#southBorder img {
	float: right;
	margin-right: 30px;
	margin-top: 2px !important;
}

/*****************  header area ***********************************/

#header {
  float: left;
	width: 100%;
	background-image: url(../images/header_960.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 956px;
	margin-left: 5px;
}
#headerNav {
	margin-bottom: 10px;
	position: relative;
	display: block;
	margin-right: 20px;
	float: right;
	margin-top: 30px;	
	width: 300px;
}
#searchForm {
	float: right;
	margin-bottom: 10px;
}
#headerNav a {
	color: #0A3867;
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin-right: 65px;
	margin-top: 7px;
	padding-left: 10px; 
	background-image: url(../images/blueBullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}
#headerNav a:hover {
	color: #990000;
}

#content {
	width: 956px;
	float: left;
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

/**************  Here's all the page title images **********************/

#about #content {
	background-image: url(../images/aboutTitle.jpg);
}
#about #welcome {
	background: url(../images/aboutWelcome.jpg);
}

#news #content {
	background-image: url(../images/newsTitle.jpg);
}
#contact #content {
	background-image: url(../images/contactTitle.jpg);
}
#coax #content {
	background-image: url(../images/coaxTitle.jpg);
}
#products #content {
	background-image: url(../images/productTitle.jpg);
}
#waveguide #content {
	background-image: url(../images/waveguideTitle.jpg);
}
#fmCoaxial #content,
#fm #content {
	background-image: url(../images/fmTitle.jpg);
}
#flex #content {
	background-image: url(../images/flexTitle.jpg);
}	
#quote #content {
	background-image: url(../images/quoteTitle.jpg);
}	
#custom #content {
	background-image: url(../images/customTitle.jpg);
}	
/************************************************** NAVIGATION ******************************************************/

/*** VERY IMPORTANT: have to use z-index for IE to put the pull out menus on top. However, it ignore z-index unless you put "white-space: normal"  *****/

#nav {
	position: relative;
	float: left;
	background-color: #E6E6E6;
	background-color: #949691;
	z-index: 1000;
	white-space: normal;
	width: 176px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	background-color: #D7D7D7;
}

#nav a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
  padding-left: 5px;

}

#topLevel {
	list-style-type: none;
	margin-left: 0;	
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 175px;
	padding-top: 1px !important;
}

#topLevel li {
  display: block;
	position: relative;
	width: 173px;
	height: 27px;
	border-top: 1px solid #FFFFFF;
  border-left: 4px solid #A60000;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1px;
}

/* this button has a sub menu - show it with an arrow */
#topLevel li.arrow {
  background-image: url(../images/buttonArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
	
#topLevel li a {
	padding: 5px 10px 5px 3px;
}

/* this is the topLevel menu (level 1 menu) navigation - change border color when hovered over*/
#topLevel li:hover {
	border-left: 4px solid #0A3867;
}

/** If one of the topLevel buttons is expanded, give it special styling here ***/
#topLevel li.menuIsExpanded {
	background-image: none;
	height: auto;
	margin-bottom: 0;
}

#topLevel li.menuIsExpanded .arrow {	/* the products on the sidebar that have submenus*/
	background-image: url(../images/menuArrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#topLevel ul.expanded {
	margin: 0;
}

#topLevel ul.expanded li {
	background-image: none;
	border-left: none;
	font-weight: normal;
	height:auto;
	margin-left: 0;
}
#topLevel ul.expanded li a {
	font-weight: bold;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
}

/*********************** MENU SIZE AND POSITIONING ******************************************/

/* here's a level 2 menu ***/
ul#mainProducts.fly li {
  width: 175px;
	height: auto;
}

/* the product flyout menu needs to be wider for longer words */
ul.products .fly li {
	width: 230px;
	height: auto;
	margin-bottom: 0;
}

li.arrow ul#mainProducts {
  top: -33px;		/* because of the transparent border */
	left: 100%;
}

li.arrow ul.products.fly{		/* positioning when it's a flyout menu */
	top: -40px;					/* because of the transparent border on top ***/
	left: 100%;
	border-right: 30px solid transparent;
}
.expanded ul.products {	/* positioning when it's an expanded menu */
	top: -41px;
}


.expanded li:hover a { 	/* hover property on menu expanded on the side bar **/
  color: #FFFFFF;
	background-color: #0A3867;
}
#nav ul.products.expanded li a {	/* the individual products on the sidebar - use #nav to give it higher ranking here*/
	color: #0A3867;
	background-color: transparent;
	padding-left: 17px;
	padding-right: 2px;						/* no arrows, so we can go smack up to the right edge */
	margin-left: 2px;							/* this is so the hover arrow doesn't connect to the left border */
}

/** this works - style when the individual products are hovered over on the side menu */
#nav ul.products.expanded li:hover a {
	text-decoration: underline;
	background-image: url(../images/redArrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#nav ul.products.expanded li.currentLink a {
	color: #CC0000;
}

/*********************** FLYOUT MENU PROPERTIES ***************************************/
ul#mainProducts li.arrow {
  background-image: url(../images/menuArrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}


/*** All flyout sub menus inherit these styles***/

#nav ul ul.fly {
	visibility: hidden;
	position: absolute;
	background-color: transparent;
	margin:0;
}

/* give the flyout menu's a transparent upper border so if the mouse lingers a bit over the top, the menu's don't go away ***/

#nav ul ul.fly {
	background-color: transparent;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}


/* make the level 2 menu visible when hovering over main level */
#topLevel li:hover ul.fly {
	visibility: visible;
}

#nav ul.fly li {
	border-left: 1px solid #666666; /*		 KEEP this here ! this styles the left border on the flyout menus */
	border-right: 1px solid #666666;
	padding-top: 0;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0;
}
/* here's the anchor text styles in the fly out menu's */
#nav ul.fly li a  {
	display: block;
	font-size: 10px;
	font-weight: normal;
  padding: 5px 3px 5px 15px;
	margin: 0;
}

.fly li:hover a {  								/* hover property on all flyout menu items */
  color: white;
	background-color: #0A3867;
}

/* color to change to when you hover over the products flyout menu */

#nav ul.products.fly li:hover a{
  color: #464646;
	background-color: #FFFFFF;
	border-right: 4px solid #A60000;
	border-left: 4px solid #A60000;
}
li.top {
	border-top: 2px solid #FFFFFF;
}

li.bottom {
	border-bottom: 2px solid #FFFFFF;
}
/* keep 3rd level menu hidden when you hover on the first level, but only if it's supposed to be a
flyout menu */
#nav ul :hover ul ul.fly {
	visibility: hidden;
}
/* hovering on second level - make the 3rd level menu visible, if it's supposed to be a flyout menu */

#nav ul :hover ul :hover ul.fly {
	visibility: visible;
}

/***************************************** CONTENT SPECIFIC PROPERTIES  **************************************/

/**************************************************** HOME PAGE ***********************************************/
#frontPageNews {
	width: 176px;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-left: 1px;
	color: #000000;
	background-image: url(../images/newsHeader.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 44px;	
}

.frontPageItem {
	background-image: url(../images/newsBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 8px;
	padding-bottom: 15px;
}

#frontPageNews .frontPageItem p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 3px;
	margin: 0 3px;
}
#frontPageNews .frontPageItem a {
	text-decoration: underline;
	font-size: 11px;
	padding-left: 0;
}
#frontPageNews .frontPageItem.lastItem {
	background-image:url(../images/newsBackgroundLast.jpg);
	
}

#frontPageNews a.learnMore {
	font-size: 10px;
	padding-left: 90px;
	padding-bottom: 5px;
}

#frontPageNews a:hover {
	color: #A60000;
}

#frontPageNews strong {
	color: #003366;
}


#featuredProduct {
	clear: both;
	float: left;
	width: 100%;
	margin-left: 0px;
	padding-bottom: 40px;
	background-image: url(../images/featureHeader.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#featuredProduct h2 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-top: 40px; /* to account for the upper background image */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#featuredProduct img {
	float: left;
	display: block;
	margin: 10px 10px 0px 15px;
}
#featuredProduct p {
	padding-right: 60px;
}
#featuredProduct a.articleTitle {
	float: left;
	margin-left: 80px;
}
/*********************************************************************************************************************/
#centeredList {
	width: 400px;
	margin: 0 auto;
}
#centeredList h2 {
	text-align: center;
}
#centeredList ul {
	margin-left: 90px;
	list-style-image: url(../images/arrowBullet.gif);
}

#centeredList li {
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 3px;
}
/**********************************  PRODUCT PAGE & Custom applications page **************************/

.productCat {
	clear: both;
	float: left;
	border-top: 1px solid #666666;
	margin: 20px 10px;
}

#custom .productCat {
	width: 95%;
}
.productCat img {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

#custom .productCat p {
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}
#custom .productCat h3 {
	float: left;
}

.productCat p {
  margin: 0px;
	padding: 0px 5px 5px 5px;
	float: left;
	width: 300px;
}

.productCat h2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	color: white;
	background-image: url(../images/tableHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#gallery {
	float: left;
	margin-left: 35px;
	display:inline;
}

#gallery img {
	float: left;
	margin-right: 10px;
}
/************************************************* footer area *************************************************/
div#ISO {
	display: block;
	width: 320px;
	float: left;
	border: 2px solid #999999;
	margin-left: 320px;
	margin-bottom: 5px;
}
div#ISO img {
	display: block;
	margin: 0 auto;
}

div#ISO p {
	font-size: 10px;
	padding: 5px 8px;
	color: #000000;
	margin-top: 0;
	line-height: normal;
}


#footer {
  clear: both;
	width: 970px;
	margin: 0 auto;
}
#footer a {
  color: #003366;
}
#footer a:hover {
  color: #A60000;
}
#footer h3#cageCode52564,
#footer h3#cageCode0G9Y7 {
	float: right;
	font-size: 11px;
	text-align: left;
	margin: 0;
}
	
#footer h3#cageCode52564 {
	height: 100px;
	width: 210px;
  background-image: url(../images/mti.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 50px 0px 0px 0px;
	margin-top: 10px;
	color: #990000;
}

#footer p {
	display: block;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
}
#footer img {
	float: left;
	margin-top: 0px;
}

/******************************************* styles for CONTACT pages **********************************************/
#address {
	position: relative;
  font-size: 12px;
	line-height: 1.2;
	margin: 0 auto;
	width: 200px;
	text-align: center;
}
#address #employeeMail {
	font-weight: normal;
	text-decoration: underline;
}

#address em {
	font-weight: bold;
	font-size: 125%;
	font-style: normal;
	color: #003366;
	text-align:center;
	text-transform: uppercase;
}
#map {
	margin: 20px 10px 20px 100px;
	float:  left;
}
#contact .subContent {
	float: left;
	margin-left: 50px;
}
#contact a {
	font-size: 12px;
	font-weight: bold;
}

#contactForm {
	float: right;
	width: 100%;
	padding: 10px 0;
}
#contactForm p {
	font-size: 11px;
	margin-left: 20px;
}

#contactForm h2 {
	text-align: left;
	margin-left: 20px;
	margin-top: 5px;
}
#contactForm fieldset {
	background-color: #E8E8E8;
	border-width: 0;
	}
	
#contactForm .label {
	float: left;
	width: 150px;
	background-color: #CCCCCC;
	text-align: right;
	padding: 5px 3px 5px 0px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 10px;
}

#contactForm .input {
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding: 3px 0 3px 3px;
}	
#contactForm span.radio {
	font-weight: bold;
	font-size: 10px;
	padding: 0;
}

#subButton {
	padding: 2px 4px;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
	border-width: 0;
	margin: 10px 0px 20px 0px;
	cursor: pointer;
}
#confirmMail {
	background-color: #CCCCCC;
	border: 2px solid #990000;
	font-size: 12px;
	color: #970607;
	padding: 15px 30px;
	margin: 50px 40px 100px 40px;
	width: 60%;
	float: right;
}

#quote p.note {
	padding: 5px 30px;
}
#quote p.note em {
	text-decoration: underline;
}
.error {
	color: #970607;
	font-weight: bold;
}

/************* news page styles ******************************************************/
.newsItem {
	width: 95%;
	border-bottom: 1px solid #999999;
}
.newsItem h2 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 20px;
}

a.newsItem,
a.articleTitle {
	display:block;
	font-size: 12px;
	font-variant: small-caps;
	color: #0A3867;
	text-decoration: underline; 
	font-weight: bold;
}
a.articleTitle {
	display: block;
	background: no-repeat left url(../images/pdficon_small.gif);
	margin: 10px 0px 15px 20px;
	padding-left: 20px !important;
}
.newsItem a:hover,
.articleTitle a:hover {
	color: #A60000; 
}
	
#rightside .newsItem p  {
	font-size: .7em;
	margin-top: 5px;
	padding-left: 30px;
}

.subContent{
	background-image: url(../images/contentBackground.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#news h1 {
	background-color: #CCCCCC;
	margin:0;
	padding: 3px 0;
}
#adsGallery,
#ads {
	float: left;
	width: 176px;
	margin-left: 5px;
	margin-top: 40px;
}
#adsGallery img {
	z-index: 5000;
}
#adsGallery a:hover img{
	opacity: .75;
	cursor: pointer;
}

#ads a {
	display:block;
	width: 26px;
	height: 26px;
	margin-top: 174px;
	margin-left: 150px;
}
#ads a {
	background-image: url(../images/Advertisements/magnifier.gif);
}
#ads a img {
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0px;
}
#ads1 a:hover img, #ads2 a:hover img, #ads3 a:hover img {
	display: block;
	position:absolute;
	top: 50px;
	left: 120px;
	width: auto;
	height:auto;
	overflow: auto;
	border: 1px solid #000000;
	z-index: 5000;
	white-space: normal; /* to make z-index work in IE */

}
#ads1, #ads2, #ads3 {
	width: 176px;
	height: 200px;
	float: left;
	margin-bottom: 20px;
	background-position: left bottom;
	float: left;
}

#ads1 {
	background-image: url(../images/Advertisements/LHC-CC-small.jpg);
}
#ads2 {
	background-image: url(../images/Advertisements/LHC%20CC%20qtr%20ad-small.jpg);
}
#ads3 {
	background-image: url(../images/Advertisements/Tri-Fold-small.jpg);
}
ul#adsArchive {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul#adsArchive li {
	float: left;
	padding: 15px;
}

/*** abandoned styles - check and delete this ****/
#rightside .left {
	text-align: left;
	padding-left: 20px;
}

