/* JH - Embedded Systems */
#allcontent {
	position: relative;
	margin-top: 10px;
	font-size: 12px;
}
#allcontent a:link { color: #1F79A5; font-size: 12px; text-decoration: none; }
#allcontent a:visited { color: #1F79A5; font-size: 12px; text-decoration: none; }
#allcontent a:hover { color: #1F79A5; font-size: 12px; text-decoration: underline; }
#allcontent a:active { color: #ff0000; font-size: 12px; text-decoration: none; }
#tablecenter { text-align: center; margin: 0px auto; }
#first_block {
	padding-left: 10px;
	width: 525px;
	margin-bottom: 20px;
}
#first_block p { font-size: 12px; }
#first_block h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#second_block {
	width: 535px;
	margin-bottom: 20px;
}
#second_block .header {
	background: url(/defense/graphics/sub_headerbk.jpg) no-repeat top left #fff;
	width: 100%;
}
#second_block .header h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#all_products {
	margin-left: 0px;
	margin-top: 10px;
}
#all_products .product {
	width: 258px;
	vertical-align: top;
	font-size: 10px;
	margin-bottom: 10px;
}
#all_products .product span {
	font-size: 12px;
	font-weight: bold;
}
#all_products .product span a:link { text-decoration: none; font-size: 12px; color: #227AAB; }
#all_products .product span a:visited { text-decoration: none; font-size: 12px; color: #1C6288; }
#all_products .product span a:hover { text-decoration: underline; font-size: 12px; color: #227AAB; }
#all_products .product span a:active { text-decoration: none; color: #ff0000; padding-left: 0px; font-size: 12px; }
#all_products .product img {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* right nav */
#r_content {
	position: absolute;
	width: 202px;
	top: 0px;
	right: 10px;
	margin-left: 10px;
}
#r_img { padding-bottom: 10px; }
#r_info {
	width: 180px;
	font-size: 12px;
	border: 1px solid #227AAB;
}
#r_info h3 {
	text-align: center;
	color: #fff;
	background-color: #227AAB;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	width: 180px;
}
#r_info UL {
	list-style-type: none;
}
#r_info UL LI {
	padding-bottom: 4px;
}
