@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
#header_menu {
	text-align:right;
	color:#FFFFFF;
}
#header_info_container { /*need to keep this for current site, can remove when php pages are active */
	font-size: 13px;
	/*font-style: italic;*/
	font-weight: 900;
	color: #752022;
	text-align: right;
}

.header_info {
	font-size: 13px;
	/*font-style: italic;*/
	font-weight: 900;
	color: #752022;
	text-align: right;
}

#main_body_container h2 {
	font-size:14px;
	font-weight:600;
	color:#E99519;
	margin-bottom:0px;
}
#main_body_container h2 + p {
	margin-top:0px;
}
#main_body_container ul{
	list-style:outside;
	list-style-type:disc;
	list-style-image:url(../images_new/ips_orange_bullet.gif);
}

#contact_body_container h2 {
	font-size:14px;
	font-weight:600;
	color:#E99519;
	margin-bottom:0px;
}

#product_summary {
	height:65px;
}


#product_summary li{
	margin-left:10px;
	list-style:outside;
	list-style-type:disc;
	list-style-image:url(../images_new/ips_orange_bullet.gif);	
}




#page_footer {
	text-align:center;
	line-height:12px;
	color:#FFFFFF;
}

h4 {
	font-size:13px;
	margin-top:5px;
	color:#E99519;
}
h1.box-title {
	font-size:18px;
	margin:0px;
	font-style:italic;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #752022;
}
a.link_box {
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
a:hover.link_box, a:hover h1.box-title  {
	text-decoration:none;
	color:#0066FF;
	
}
a/*.product_portal_box_container*/ img {
	border:0;
	border-style:none;
}

#main_body_container h3 {
	font-size:13px;
	margin-top:5px;
	color:#752022;
}
table.comparison {
	border-collapse:collapse;
	border: 2px solid #752022;
	border-spacing: 4px 4px;
}
tr.comparison {
	border-bottom:solid 2px #752022;
	border-top:solid 2px #752022;
}
tr.comparison:hover {
	background:#E99519;
}
tr.header:hover{
	background:none;
}
td {
	border-bottom:solid 2px #752022;
	border-top:solid 2px #752022;
	border-right:solid 1px #999999;
	padding: 5px;
}
table.productline {
	background:none;
	border:none;
	border-collapse:collapse;
}
td.productline {
	border:none;
	border-right: solid 1px #999999;
}
td.productline.end {
	border:none;
}
table.productline {
	font-size:10px;
}

table.webinar {
	background:none;
	border-bottom:solid 2px #752022;
	border-top:solid 2px #752022;
}
td.webinar {
	border:none;
}


#product_family_list_headline h4 {
	margin-bottom:0px;
}
.down_arrow {
	position:relative;
	left:50%;
	width:60px;
	height:90px;
	z-index:100;
	margin-top:5px;
	margin-bottom:-40px;
	vertical-align:middle;
}
.required {
	color:#E99519;
	font-size: smaller;
	vertical-align: super;	
}