@charset "utf-8";
/* CSS Document */
body {
	background-color: #666666;
	margin:0px;
	padding:0px;
}
#page_container {
	position:relative;
	width:998px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	top:0px;
	z-index:1;
}
#header_top_border {
	position:relative;
	margin-bottom:0px;
	width:998px;
	height:15px;
	z-index:1;
	background-color: #752022;
}
#page_header { /*need to keep this for current site, can remove when php pages are active */
	position:relative;
	width:998px;
	top:0px;
	height:230px;
	margin-top:0px;
	z-index:2;
	background-image:url(../images_new/layout_images/ips_group_header_with_logo_998x230.jpg);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}


#page_header_index_page {
	position:relative;
	width:998px;
	top:0px;
	height:140px;
	margin-top:0px;
	z-index:2;
	background-image:url(../images_new/layout_images/ips_group_header_with_logo_998x140.jpg);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}
#page_header_other_page {
	position:relative;
	width:998px;
	top:0px;
	height:140px;
	margin-top:0px;
	z-index:2;
	background-image:url(../images_new/layout_images/ips_group_header_with_logo_998x140.jpg);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}
#header_menu_container {
	position:relative;
	float:right;
	top:0px;
	margin-top:0px;
	width:460px;
	padding-top:0px;
	min-height:25px;
	z-index:1;
	background-image: url(../images_new/layout_images/ips_header_menu_bg.gif);
	background-repeat: no-repeat;
}
*html #header_menu_container {
	height:25px;
}
#header_menu {
	position:relative;
	width:410px;
	left:40px;
}
/*#logo_container {   removed and added logo image to header image
	position:relative;
	float:left;
	top:15px;
	margin-left:20px;	
	margin-bottom:15px;
	width:365px;
	height:187px;
	z-index:2;
}*/
#header_info_container { /*need to keep this for current site, can remove when php pages are active */
	clear:both; /*added this float clearing when the #logo_container was removed*/
	position:relative;
	float:right;
	margin-top:65px;
	width:322px;
	margin-right:12px;
	z-index:3;
}

#header_info_container_index_page {
clear:both; /*added this float clearing when the #logo_container was removed*/
	position:relative;
	float:right;
	top:5px;
	margin-bottom:-5px;
	width:322px;
	margin-right:12px;
	z-index:3;
}
#header_info_container_other_page {
	clear:both; /*added this float clearing when the #logo_container was removed*/
	position:relative;
	float:right;
	top:5px;
	margin-bottom:-5px;
	width:322px;
	margin-right:12px;
	z-index:3;
}


#header_float_clear {
	clear:both;
	position:relative;	
	left:0px;
	width:998px;
	height:1px;
	z-index:3;
}
#nav_menu_bar {
	position:relative;
	left:0px;
	width:998px;
	padding:0px;
	z-index:3;
	background-color: #752022;
	border-top:solid 1px #E99519;
	border-bottom:solid 1px #E99519;
}
#nav_sub_menu_bar {
	position:relative;
	left:0px;
	width:998px;
	padding:0px;
	z-index:3;
	background-color: #752022;
	/*border-top:solid 1px #752022;*/
	border-bottom:solid 1px #E99519;
}
#main_body_container {
	position:relative;
	left:0px;
	width:998px;
	z-index:4;
	background-color: #FFFFFF;
}

#contact_body_container {
	position:relative;
	top:auto
	/*left:0px;*/
	width:998px;
	background-color: #FFFFFF;
}

#left_column_container {
	position:relative;
	float:left;
	top:20px;
	width:370px;
	margin-left:12px;
	margin-bottom:15px;
	z-index:1;	
}
*html #left_column_container {
	width:345px;
}

#center_right_column_container {
	position:relative;
	float:right;
	margin-top:45px;
	width:580px;
	margin-right:12px;
	margin-bottom:10px;
	padding-bottom:0px;
	z-index:2;
}
*html #center_right_column_container {
	width:565px;
}

/*-------------------------- BEGIN WEBINAR PAGE ---------------------------*/
#main_webinar_container {
	position:relative;
	float:left;
	width:900px;
	margin-left:12px;
	background-color: #FFFFFF;
}

#left_webinar_container {
	position:relative;
	float:left;
	width:450px;
	margin-left:12px;
	margin-bottom:15px;
}
*html #left_webinar_container {
	width:450px;
}

#right_webinar_container {
	position:relative;
	float:right;
	right:10px;
	width:450px;
	margin-right:12px;
	margin-bottom:15px;
}
*html #right_webinar_container {
	width:450px;
}
/*-------------------------- END WEBINAR PAGE ---------------------------*/


/*--------------------------BEGIN SHOWCASE BOX---------------------------*/

#showcase_box_container {
	width:580px;
	background-image: url(../images_new/layout_images/ips_showcase_box_bg_middle.gif);
	background-repeat: repeat-y;
}
#showcase_box_title {
	z-index:6;
	position:absolute;
	top:-15px;
}
#showcase_box_top {
	left:0px;
	width:580px;
	height:8px;
	margin:0px;
	margin-top:-1px; /*to cover up the first row of bg image in #center_right_column_container*/
	z-index:1;
	background-image: url(../images_new/layout_images/ips_showcase_box_bg_top.gif);
	background-repeat: no-repeat;
}
#showcase_box_headline {
	position:relative;
	margin-top:5px;
	width:560px;
	margin-right:0px;
}

#showcase_box_middle_content {
	padding-left:10px;
	width:305px;
	margin:0px;
	padding-bottom:15px;
	z-index:2;
	background-repeat: repeat-y;
}
#showcase_box_bottom {
	position:absolute;
	bottom:-5px; /*to cover up the last row of bg image in #center_right_column_container*/
	left:0px;
	width:580px;
	height:15px;
	z-index:3;
	background-image: url(../images_new/layout_images/ips_showcase_box_bg_bottom.gif);
	background-repeat: no-repeat;
}
*html #showcase_box_bottom {
	margin-bottom:-5px;
}
#showcase_box_image {
	position:absolute;
	bottom:5px;
	right:15px;
	width:255px;
	height:320px;
	z-index:5;
}
*html #showcase_box_image {
	bottom:1px;
}

/*--------------------------END SHOWCASE BOX---------------------------*/


#full_width_content_container {
	position:relative;
	float:left;
	top:20px;
	width:944px;
	min-height:250px;
	margin-left:32px;
	margin-bottom:45px;
	z-index:1;	
}
*html #full_width_content_container {
	height:250px;
	margin-left:15px;
}

#main_body_container_footer {
	position:relative;
	clear:both;
	left:0px;
	width:998px;
	height:2px;
	z-index:3;
}
#page_bottom_decoration {
	position:relative;
	left:0px;
	width:998px;
	height:25px;
	z-index:5;
	background-image: url(../images_new/layout_images/ips_page_bottom_decoration_bg.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#page_footer {
	position:relative;
	left:0px;
	width:998px;
	padding-top:5px;
	padding-bottom:5px;
	z-index:6;
	background-color: #752022;
}
/*---------------BEGIN Product Portal Page --------------------------------------*/

.product_portal_box_container {
	position:relative;
	clear:both;
	margin-top:30px;
	width:442px;
	min-height:200px;
	margin-bottom:30px;
	padding-bottom:0px;
	z-index:2;	
	background-image: url(../images_new/layout_images/ips_product_portal_box_bg_middle.gif);
	background-repeat: repeat-y;
}
*html .product_portal_box_container {
	height:220px;
}
.box_float_left {
	clear:left;
	float:left;
	margin-right:10px;
	}
.box_float_right {
	clear:right;
	float:right;
	margin-left:10px;
}
.product_portal_box_title {
	z-index:6;
	position:absolute;
	top:-15px;
	background-color:#FFFFFF;
}
.product_portal_box_top {
	left:0px;
	width:442px;
	height:8px;
	margin:0px;
	margin-top:-1px; /*to cover up the first row of bg image in #center_right_column_container*/
	z-index:1;
	background-image: url(../images_new/layout_images/ips_product_portal_box_bg_top.gif);
	background-repeat: no-repeat;
}
.product_portal_box_headline {
	position:relative;
	text-align:center;
	margin-top:5px;
	width:272px;
	margin-right:-205px;
}

.product_portal_box_middle_content {
	padding-left:10px;
	width:272px;
	margin:0px;
	padding-bottom:15px;
	z-index:2;
	background-repeat: repeat-y;
}
.product_portal_box_bottom {
	position:absolute;
	bottom:-5px; /*to cover up the last row of bg image in #center_right_column_container*/
	left:0px;
	width:442px;
	height:15px;
	z-index:3;
	background-image: url(../images_new/layout_images/ips_product_portal_box_bg_bottom.gif);
	background-repeat: no-repeat;
}
*html .product_portal_box_bottom {
	margin-bottom:-5px;
}
.product_portal_box_image {
	position:absolute;
	bottom:5px;
	right:12px;
	width:150px;
	height:220px;
	z-index:5;
}
*html .product_portal_box_image {
	bottom:1px;
}

/*---------------End Product Portal Page --------------------------------------*/
/*------------------------------Begin PRODUCT DETAIL PAGE - PRODUCT FAMILY MENU--------------------*/
.full_width_shadow_box_container {
	position:relative;
	clear:both;
	float:left;
	margin-top:20px;
	width:944px;
	min-height:150px;
	margin-bottom:35px;
	padding-bottom:0px;
	z-index:2;	
	background-image: url(../images_new/layout_images/ips_product_family_list_bg_middle.gif);
	background-repeat: repeat-y;
}
*html .full_width_shadow_box_container {
	height:150px;
}
.full_width_shadow_box_title {
	z-index:6;
	position:absolute;
	top:-15px;
	background-color:#FFFFFF;
}
.full_width_shadow_box_top {
	left:0px;
	width:944px;
	height:8px;
	margin:0px;
	margin-top:-1px; /*to cover up the first row of bg image in #center_right_column_container*/
	z-index:1;
	background-image: url(../images_new/layout_images/ips_product_family_list_bg_top.gif);
	background-repeat: no-repeat;
}
.full_width_shadow_box_headline {
	position:relative;
	text-align:left;
	margin-top:5px;
	width:650px;
	margin-right:-205px;
}

.full_width_shadow_box_middle_content_container {
	padding-left:10px;
	width:944px;
	margin:0px;
	padding-bottom:15px;
	z-index:2;
	background-repeat: repeat-y;
}
#full_width_shadow_box_content{
	padding-right:25px;
}
.full_width_shadow_box_bottom {
	position:absolute;
	bottom:-5px; /*to cover up the last row of bg image in #center_right_column_container*/
	left:0px;
	width:944px;
	height:15px;
	z-index:3;
	background-image: url(../images_new/layout_images/ips_product_family_list_bg_bottom.gif);
	background-repeat: no-repeat;
}
*html .full_width_shadow_box_bottom {
	margin-bottom:-5px;
}

.full_width_shadow_box_image {
	position:absolute;
	bottom:5px;
	top: 20px;
	right:100px;
	width:150px;
	height:220px;
	z-index:5;
}
*html .full_width_shadow_box_image {
	bottom:1px;
}


/*------------------------------Begin PRODUCT DETAIL PAGE - LEFT SIDE MENU--------------------*/

#product_detail_menu_container {
	position:relative;
	clear:both;
	float:left;
	margin-top:30px;
	margin-right:10px;
	width:250px;
	min-height:160px;
	margin-bottom:40px;
	padding-bottom:0px;
	z-index:2;	
	background-image: url(../images_new/layout_images/ips_product_detail_menu_bg_middle.gif);
	background-repeat: repeat-y;
}
*html #product_detail_menu_container {
	height:160px;
}
#product_detail_menu_title {
	z-index:6;
	position:absolute;
	top:-15px;
	background-color:#FFFFFF;
}
#product_detail_menu_top {
	left:0px;
	width:250px;
	height:8px;
	margin:0px;
	margin-top:-1px; /*to cover up the first row of bg image in #center_right_column_container*/
	z-index:1;
	background-image: url(../images_new/layout_images/ips_product_detail_menu_bg_top.gif);
	background-repeat: no-repeat;
}
#product_detail_menu_headline {
	position:relative;
	text-align:center;
	margin-top:5px;
	width:220px;
	margin-right:0px;
}

#product_detail_menu_middle_content {
	padding-left:10px;
	width:230px;
	margin:0px;
	padding-bottom:15px;
	z-index:2;
	background-repeat: repeat-y;
}
#product_detail_menu_bottom {
	position:absolute;
	bottom:-5px; /*to cover up the last row of bg image in #center_right_column_container*/
	left:0px;
	width:250px;
	height:15px;
	z-index:3;
	background-image: url(../images_new/layout_images/ips_product_detail_menu_bg_bottom.gif);
	background-repeat: no-repeat;
}
*html #product_detail_menu_bottom {
	margin-bottom:-5px;
}
#product_detail_menu_image {
	position:absolute;
	bottom:5px;
	right:12px;
	width:150px;
	height:220px;
	z-index:5;
}
*html #product_detail_menu_image {
	bottom:1px;
}

/*------------------------------End PRODUCT DETAIL PAGE - LEFT SIDE MENU--------------------*/

/*------------------------------Begin PRODUCT DETAIL PAGE - RIGHT SIDE INFORMATION--------------------*/


#product_detail_box_container {
	position:relative;
	float:right;
	margin-left:10px;
	margin-top:30px;
	width:674px;
	min-height:200px;
	margin-bottom:40px;
	padding-bottom:0px;
	z-index:2;	
	background-image: url(../images_new/layout_images/ips_product_detail_box_bg_middle.gif);
	background-repeat: repeat-y;
}
*html #product_detail_box_container {
	height:200px;
}
#product_detail_box_title {
	z-index:6;
	position:absolute;
	top:-15px;
	background-color:#FFFFFF;
}
#product_detail_box_top {
	left:0px;
	width:674px;
	height:8px;
	margin:0px;
	margin-top:-1px; /*to cover up the first row of bg image in #center_right_column_container*/
	z-index:1;
	background-image: url(../images_new/layout_images/ips_product_detail_box_bg_top.gif);
	background-repeat: no-repeat;
}
#product_detail_box_headline {
	position:relative;
	text-align:center;
	margin-top:5px;
	width:490px;
}

#product_detail_box_middle_content {
	padding-left:10px;
	width:480px;
	margin:0px;
	padding-bottom:15px;
	z-index:2;
	background-repeat: repeat-y;
}
#product_detail_box_middle_content_overview {
	position:relative;
	float:left;
	padding-left:10px;
	width:300px;
	margin:0px;
	padding-bottom:15px;
	z-index:2;
	background-repeat: repeat-y;
}
#product_detail_box_middle_content_install_video {
	position:relative;
	float:left;
	padding-left:20px;
	width:644px;
	margin:0px;
	padding-bottom:15px;
	z-index:2;
	background-repeat: repeat-y;
	
}
#product_detail_box_bottom {
	position:absolute;
	bottom:-5px; /*to cover up the last row of bg image in #center_right_column_container*/
	left:0px;
	width:674px;
	height:15px;
	z-index:3;
	background-image: url(../images_new/layout_images/ips_product_detail_box_bg_bottom.gif);
	background-repeat: no-repeat;
}
*html #product_detail_box_bottom {
	margin-bottom:-5px;
}
#product_detail_box_image {
	position:absolute;
	bottom:5px;
	right:12px;
	width:180px;
	height:220px;
	z-index:5;
}
#product_detail_box_flash {
	position:relative;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	width:320px;
	height:240px;
	z-index:5;
}

*html #product_detail_box_image {
	bottom:1px;
}