* { -moz-box-sizing: border-box; }

body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
}

.contentBody {
  margin-left:30px;
}

a img {
	border:0px;
}

.permlink, .permlink:active, .permlink:visited {
	color:#0000FF;
}

/* top_nav */
#top_nav {
	height: 60px;
}

.top_nav_links {
	float:right;
	position:relative;
	top:20px;
	right:10px;
	text-align:right;
}

.top_nav_links a {
	font-size:11pt;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.top_nav_links a:hover {
	color:#000000;
}

/* page_top_banner */
#page_top_banner {
	background-image:url(/images/page_top_banner.jpg);
	background-repeat:no-repeat;
	height:45px;
	width:100%;
	color:#FFFFFF;
}

#breadcrumbs a {
	text-decoration:none;
}

#breadcrumbs a:hover {
	color:#FFF;
	text-decoration:none;
}

#breadcrumbs a:visited {
	color:#DDD;
	text-decoration:none;
}

/* homepage_banner */
#homepage_banner {
	background-image:url(/images/homepage_banner.jpg);
	background-repeat:no-repeat;
	height:151px;
	width:100%;
	color:#FFFFFF;
}

.homepage_banner_large_text {
	position:relative; 
	top:70px; 
	left:20px;
	color:#FFFFFF; 
	font-size:18px;
	font-weight:bold;
}

.homepage_banner_text {
	font-weight: normal; 
	font-size: 18px; 
	color: #555; 
	line-height: 1.8em;
}

.homepage_banner_text a {
	color:#900;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.homepage_banner_text a:hover{
	text-decoration:underline;
}

/* Homepage */
.hpFeaturedProducts {
	padding:15px;
}

.hpFeaturedProducts tr td {
	padding:10px;
	width:33%;
	margin-bottom:30px;
	font-size:13px;
	text-align:left;
	vertical-align:top;
}

.hpFeaturedProducts tr td h1 {
	font-size:18px;
	margin:0px;
}

.hpFeatured_img {
	height:200px; width:200px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.hpFeatured_img img {
	vertical-align:middle;
}

a.red_link {
  text-decoration:none; 
  color:#990000; 
  font-weight:bold;
}

a.red_link:hover {
  text-decoration:underline;
}

a.black_link {
  text-decoration:none; 
  color:#000; 
}

a.black_link:hover {
  text-decoration:underline;
}
.horizontal_line {
	background-color: #DDD;
	height:1px;
	margin: 0px 20px;
}


/* Connectors Page */
table.connectors {
	margin-top:20px;
}

table.connectors tr td h4 {
	margin-top:35px;
	margin-bottom:3px;
	font-size:16px;
	vertical-align:top;
}
/* Footer */
#footer {
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	font-size:10px;
	color:#333333;
}

#footer a, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#333333;
}

#footer a:hover {
	text-decoration:none;
	color:#000000;
}

/* Product Styles */
#breadcrumbs {
	font-weight:bold;
	font-size:12px;
	color:#DDD;
}

#productBody {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-left:30px;
	margin-right:10px;
}

div.relatedProducts {
  font-size:11px;
  color:#999;
}

div.relatedProducts a, div.relatedProducts a:visited {
  color:#999;
  text-decoration:none;
}

div.relatedProducts a:hover {
  text-decoration:underline;
}

div.relatedProducts ul {
  margin:3px 3px 10px 14px;
  padding:0 2px 0 5px;  
}

div.relatedProducts h4 {
  margin: 0px;
}

h1.productTitle {
	margin-top:0px;
	padding-top:0.3em;	
	margin-bottom:0.3em;
	padding-bottom:0px;
	font-size:30px;
}

h2.productSubtitle {
	margin-top:0px;
	padding-top:0px;
	font-size:15px;
	color:#333333;
}

ul.productFeaturesList li, .productDescriptionText,  .productAdditionalResources{
	font-size:12px;
}

ul.productFeaturesList {
  list-style-type: circle;
}

.productDescriptionText {
  line-height:1.6em;
}

div.productAdditionalResources {
	
}

table.productSpecificationsTable {
  border-collapse:collapse;
	border-spacing:0p;
}

table.productSpecificationsTable tr td {
  vertical-align:top;
	padding:5px;
	margin:0px;
	border:1px solid #666666;
	font-size:11px;
}

table.productSpecificationsTable tr td.specificationBold {
  font-weight: bold;
}

table.productSpecificationsTable tr td.specificationTitle {
  background-color:#eee;
  font-weight:bold;
}

/* Order Form Styles */
#orderBody {
	margin-left:10px;
}

#orderBody h3 {
	color:#990000;
	margin-top:10px;
	margin-bottom:7px;
}

#orderBody h4 {
	margin-bottom:5px;
	font-weight:normal;
	font-size:medium;
}

#orderBody .required {
	font-weight:bold;
	color:#FF0000;
	margin-left:10px;
}

#orderBody .requiredText {
	font-weight:bold;
	color:#FF0000;
	font-size:11px;
}

/* Contact Us */
#contactusBody h4 {
	margin-bottom:5px;
}

/* Product Group */
#productGroupBody h4 a {
	text-decoration:none;
	color:#000000;
}

#productGroupBody h4 a:hover {
	text-decoration:underline;
}

.productGroupDescription {
	padding-bottom:20px;
	font-size:14px;
}
