body {
	margin: 0;
	padding: 0;	
	text-align: center; 
	background-color: #ebf5f8;
	background-image:url(/img/layout/bkg_sliver_page.jpg);
	background-repeat:repeat-x;
}

body, th, td, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0;
}

p {
	margin-top: 0px;
}

a:link, a:visited, a:active
{
	color: #000000;
	color: #3397b9;
	text-decoration: underline;
}

li.proddir a, li.proddir a:link, li.proddir a:active, li.proddir a:visited, li.proddir a:active {
	color: #000000;
}

li.leftnav a, li.leftnav a:link, li.leftnav a:active, li.leftnav a:visited, li.leftnav a:active {
	color: #000000;
}

h3 {
	margin: 0px 0 8px 0;
	color: #3397b9;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper { 
	width: 818px;
	margin: 0 auto; 
	text-align: left; 
	position: relative;
}

#lang_select {
	position: absolute;
	top: 25px;
	left: 500px;
}

/* nav classes */
/* main nav */

#main_nav {
	background-color: #f69a2c;
	background-image:url(/img/layout/nav_sliver.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height: 25px;
	padding-right: 225px;
	padding-top: 1px;
} 

/* left nav */

div#left_nav {
	width: 160px;
	padding: 0 19px 20px 19px;
	background-image:url(/img/layout/left_nav_bkg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin: 0;
	float: left;
}

div#left_nav h2 {
	margin: 0 10px 10px 10px;
	padding: 0;
	color: #3397b9;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#left_nav ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	list-style-type:none;	
}

div#left_nav ul li {
	background: url(/img/layout/left_nav_double_karat.gif) no-repeat 0 2px;
	padding-left: 15px;
	margin-bottom: 3px;
}

div#left_nav ul li ul {
	margin: 5px 0;
	padding: 0;
	list-style-type:none;	
}

div#left_nav ul li ul li {
	background: url(/img/layout/left_nav_single_karat.gif) no-repeat 0 2px;
	padding-left: 15px;
	font-size: 11px;
	margin-bottom: 3px;
}

/* home page classes */

#hm_logo
{
	position: absolute;
	top: 10px;
	left: 633px;
	width: 176px;
	height: 138px;
	background-image:url(/img/layout/aeroflex_logo.png);
	background-repeat:no-repeat;
	z-index: 10;
}

* html #hm_logo
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/layout/aeroflex_logo.png", sizingMethod="image");
}

#hm_header {
	background-image:url(/img/layout/hm_header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height: 318px;	
	padding: 30px 9px 0 9px;
	margin: 0;
}

#hm_hero {
	background-repeat:no-repeat;
	background-position:top left;
	height: 295px;
	padding: 0;
	margin: 0;
	position: relative;	
	clear: left;
}

#hm_hero h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 1.8em;
	left: 25px;
	top: 30px;
	margin: 0;
}

#hm_hero p {
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: absolute;
	top: 115px;
	left: 25px;	
	width: 720px;
}

#hm_hero a:link, #hm_hero a:visited, #hm_hero a:active {
	color: #ffffff;
}

#hm_hero h2 a:link, #hm_hero h2 a:visited, #hm_hero h2 a:active {
	color: #3397b9;
	text-decoration:none;
}

#hm_hero h2 a:hover {
	text-decoration:underline;
}

#hm_content {
	background-image:url(/img/layout/hm_content_sliver.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding: 0 35px 0 35px;	
	margin: 0;
}

#hm_footer {
	background-image:url(/img/layout/hm_footer_bkg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 46px 0 25px 0;
	text-align: center;
	color: #808080;
	font-size: 11px;
}

#hm_footer a:link, #hm_footer a:visited, #hm_footer a:active, #lvl2_footer a:link, #lvl2_footer a:visited, #lvl2_footer a:active {
	color: #808080;
	text-decoration: none;
}

#hm_footer a:hover, #lvl2_footer a:hover {
	text-decoration: underline;	
}

/* Level 2 classes */

#lvl2_header {
/*	border: 1px solid blue;*/
	background-image:url(/img/layout/lvl2_header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height: 210px;	
	padding: 60px 9px 0 9px;
	margin: 0;
	position: relative;
}

#lvl2_header h1 {
	margin: 0px 0 8px 0;
	color: #3397b9;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#lvl2_header h1 a:link, #lvl2_header h1 a:visited, #lvl2_header h1 a:active {
	color: #3397b9;
	text-decoration: none;
}

#lvl2_header h1 a:hover {
	color: #666;
	text-decoration: underline;
}

#lvl2_hero {
	background-repeat:no-repeat;
	background-position:top left;
	height: 186px;
	padding: 0;
	margin: 0;
	position: relative;	
	clear: left;
}

#lvl2_hero p{
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 40px;
	left: 25px;	
	width: 580px;
}

#lvl2_content {
/*	border: 1px solid black;*/
	background-image: url(/img/layout/lvl2_sliver.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0;	
	margin: 0;
}

/*inner wrapper to finish the background fade*/
/*this has to be a table rather than a div since IE6 has trouble layering background images in nested divs*/
table#lvl2_content_fade {
	width: 100%;
}

table#lvl2_content_fade td#fade {
	background-image: url(/img/layout/lvl2_fade.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0 35px 0 28px;	
	margin: 0;	
}

#lvl2_footer {
	background-image:url(/img/layout/lvl2_bot_cap.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #EBF5F8;
	padding: 30px 0 25px 0;
	text-align: center;
	position: relative;
	color: #808080;
	font-size: 11px;
}

/* Content classes */

#content_wrapper {
/*	border: 1px solid black;*/
	background-image:url(/img/layout/content_header_bkg_tall.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 60px 9px 0 9px;
	position: relative;
}

#content_wrapper h1 {
	margin: 0px 0 8px 0;
	color: #3397b9;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
.atstitle
{
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 16px;
	color: #3397b9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}

#content_wrapper h1 a:link, #content_wrapper h1 a:visited, #content_wrapper h1 a:active {
	color: #3397b9;
	text-decoration: none;
}

#content_wrapper h1 a:hover {
	color: #666;
	text-decoration: underline;
}

#content_header {
	position: relative;
}

#content_title {
	height: 30px;
	padding: 25px 30px;
	position: relative;	
	clear: left;
}

#content_title h1 {
	margin: 0px 0 8px 0;
	color: #3397b9;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content_hero {
	background-repeat:no-repeat;
	background-position:top left;
	height: 135px;
	padding: 0;
	margin: 0;
	position: relative;	
	clear: left;
}

#content_hero p{
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 30px;
	left: 25px;	
	width: 580px;
}

#content_body {
	padding: 15px;
/*	margin: 15px 15px 0px 15px;*/
}

#content {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	padding: 10px 30px 10px 20px;
	margin-left: 220px;
	width: 530px;
}

div#prodhead {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
}

#content h2, #content h2 a, #content h2 a:visited, #content h2 a:active {
/*	border-bottom: 1px solid #cccccc;*/
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 20px;
	color: #3397b9;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#content h2 a:hover {
/*	border-bottom: 1px solid #cccccc;*/
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 20px;
	color: #3397b9;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

td.content h2, td.content h2 a, td.content h2 a:visited, td.content h2 a:active {
	border-bottom: 1px solid #cccccc;
	margin: 0px 0 10px 0;
	padding-bottom: 5px;
	padding-top: 20px;
	color: #3397b9;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

td.content h2 a:hover {
	border-bottom: 1px solid #cccccc;
	margin: 0px 0 10px 0;
	padding-bottom: 5px;
	padding-top: 20px;
	color: #3397b9;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* content left nav classes */

#content_left_nav {
	width: 160px;
	padding: 0px 19px 20px 19px;
	background-image:url(/img/layout/left_nav_bkg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin: 0px;
/*	height: 1%;*/
}

#content_left_nav h2 {
	margin: 0 10px 10px 10px;
	padding: 0;
	color: #3397b9;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content_left_nav ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	list-style-type:none;	
}

#content_left_nav ul li {
	background: url(/img/layout/left_nav_double_karat.gif) no-repeat 0 2px;
	padding-left: 15px;
	margin-bottom: 3px;
}

#content_left_nav ul li a, #content_left_nav ul li a:visited, #content_left_nav ul li a:active {
	text-decoration: none;
}

#content_left_nav ul li a:hover {
	text-decoration: underline;
}

#content_left_nav ul li ul {
	margin: 5px 0;
	padding: 0;
	list-style-type:none;	
}

#content_left_nav ul li ul li {
	background: url(/img/layout/left_nav_single_karat.gif) no-repeat 0 2px;
	padding-left: 15px;
	font-size: 11px;
	margin-bottom: 3px;
}

#content_left_nav ul li ul li a, #content_left_nav ul li ul li a:visited, #content_left_nav ul li ul li a:active {
	text-decoration: none;
}

#content_left_nav ul li ul li a:hover{
	text-decoration: underline;
}

/* misc classes */

h2#feature_1 {
	position: absolute;
	top: 260px;
	left: 55px;
	vertical-align:middle;
}

h2#feature_2 {
	position: absolute;
	top: 260px;
	left: 440px;
	vertical-align:middle;
}
table#feature_2 {
	position: absolute;
	top: 260px;
	left: 440px;
	vertical-align:middle;
}
table#feature_1 {
	position: absolute;
	top: 260px;
	left: 55px;
	vertical-align:middle;
}
h2#feature_1, h2#feature_3 {
	font-size: 14px;
	color: #3397b9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

table#hm_features {
	width: 749px;
}

table#hm_features tr {
	vertical-align: top;
}

td.fea_teaser_1 {
	padding: 10px 20px;
	width: 321px;
	height: 125px;
	background-color: #e6f2f6;
}

td.fea_teaser_2 {
	background-color: #e6f2f6;
	padding: 8px 20px;
	width: 322px;
	height: 125px;
}
td.fea_gutter {
	width: 26px;
}

td.fea_teaser_1 div.teaser_txt, td.fea_teaser_2 div.teaser_txt {
	float: right;
	display: inline;
	margin-left: 10px;
	width: 	230px;
}

div.teaser_txt h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 0;
}

div.teaser_txt h3 a:link, div.teaser_txt h3 a:visited, div.teaser_txt h3 a:active  {
	text-decoration: none;
}

div.teaser_txt a:link, div.teaser_txt a:visited, div.teaser_txt a:active  {
	color: #000000;
}

.tabs a:link, .tabs a:visited, .tabs a:active  {
	color: #000000;
}

.tabs a:hover {
	color: #FFFFFF;
}

div.teaser_txt h3 a:hover  {
	text-decoration: underline;
}

div.teaser_txt p {
	margin: 0 0 5px 0;
}

p.teaser_link {
	text-align: right;
}

p.teaser_link a:link, p.teaser_link a:visited, p.teaser_link:active {
	color: #000000;
}

img.go_btn {
	vertical-align:text-top;	
}

td.fea_desc {
	padding: 8px 35px;
}

td.fea_desc p {
	margin: 0;
	width: 275px;
}

td.fea_btn {
	padding: 12px 20px;
	text-align: right;
}

td.fea_btn div {
	background-image:url(/img/layout/btn_sliver.gif);
	background-repeat:repeat-x;
	background-position: top;
	float: right;
	height: 24px;
	font-size: 12px;
}

td.fea_btn div img {
	vertical-align: middle;
	border: 0;
	padding-bottom: 1px;
}

td.fea_btn a:link, td.fea_btn a:visited, td.fea_btn a:active {
	font-weight: bold;
	text-decoration: none;
	border: 0;
	color: #000000;
}

td.fea_btn a:hover {
	color: #ffffff;
}

form.search_form {
	margin: 0;
	float: right;
}

input.search_qry {
	width: 125px;
	font-size: 10px;
	margin-top: 2px;
}

input.search_btn {
	vertical-align: bottom;
	padding-bottom: 2px;
}

div#right_content {
	margin-left: 220px;
	width: 530px;
}

div#right_content h2 {
	border-bottom: 1px solid #cccccc;
	margin: 0px 0 10px 0;
	padding-bottom: 5px;
	padding-top: 20px;
	color: #3397b9;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.two_column {
	width: 530px;	
}

table.two_column tr {
	vertical-align: top;	
}

table.two_column td {
	width: 50%;	
	padding-bottom: 10px;
}

table.two_column td div.teaser_txt {
	float: right;
	display: inline;
	margin-left: 5px;
	margin-right: 10px;
	width: 	165px;
}

table.two_column td div.teaser_txt h3{
	font-size: 12px;
}

div#product_locator {
	background-color: #e6f2f6;
	padding: 5px 10px 15px 15px;
}

div#product_locator form {
	margin: 0;
}

.prod_select {
	width: 300px;
	margin-right: 5px;
	font-size: 11px;
}

/*div#product_locator form select.prod_select {
	width: 300px;
	margin-right: 5px;
	font-size: 11px;
}*/

.clear {
	clear: both;
}

/* classes for presenting data in a table: header and alternating row colors */

table.data {
	border: 1px solid black;
	border-collapse: collapse;
}

table.data th {
	text-align: left;
	font-weight: bold;
	background-color: #3397B9;
	color: white;
}


table.data td a, table.data td a:active, table.data td a:visited{
	color: #3397B9;
	text-decoration: none;
}

table.data td a:hover{
	color: #3397B9;
	text-decoration: underline;
}

tr.subhead {
	background-color: #93c8da;
	color: black;
}

tr.data1 {
	background-color: #FFFFFF;
	color: black;
}

tr.data2 {
	background-color: #E6F2F6;
	color: black;
}

.error{
	color: red;
	font-weight: bold;
}


/* classes for tabs on product pages */

td.tab_back div{
	background-image:url(/img/layout/tab_white_sliver.gif);
	background-repeat:repeat-x;
	background-position: top;
	float: right;
	height: 24px;
	font-size: 12px;
}

td.tab_back div img {
	vertical-align: middle;
	border: 0;
	padding-bottom: 1px;
}

td.tab_back a:link, td.tab_back a:visited, td.tab_back a:active {
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

td.tab_back a:hover {
	color: #ffffff;
}

td.tab_front div{
	background-image:url(/img/layout/tab_sliver.gif);
	background-repeat:repeat-x;
	background-position: top;
	float: right;
	height: 24px;
	font-size: 12px;
}

td.tab_front div img {
	vertical-align: middle;
	border: 0;
	padding-bottom: 1px;
}

td.tab_front a:link, td.tab_front a:visited, td.tab_front a:active {
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

td.tab_front a:hover {
	color: #ffffff;
}

.productbox{
	border: 1px solid #f6ac30;
	width: 100%;
	padding: 4px;
	float: left;
}

.small{
	font-size: 10px;
}

form input{
	font-size: 11px;
}

form select{
	font-size: 11px;
}

form textarea{
	font-size: 11px;
}

select{
	font-size: 11px;
}

.titlebar{
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: #3397B9;
	padding: 1px;
}
/* Chris Harmon tags*/
.blue_12px{
	color: #03F;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}
.white_B12px{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}
.smallestTag { font-size: xx-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largestTag { font-size: xx-large; } 

/* End of CH tags*/
