/* ******************************************************************** */
/* home_page.css														*/  
/*																		*/
/* EBSnet Website - CSS Styles						 					*/
/* 																		*/
/* Copywrite EBSnet Inc., 2009											*/
/* All rights reserved.                                                 */
/* This code may not be redistributed in source or linkable object form */
/* without the consent of its author.                                   */
/*                                                                      */
/* Module Description: This file contains CSS Styles of the home page   */
/* for the EBSnet website...											*/
/*																		*/
/* ******************************************************************** */

.home_frame
{
	margin:0px auto;
	position:relative;
	width: 800px;
	height:600px;
}

.home_frame_lb
{ 
	position:absolute;
	background-image:url(../images/new/left_border.gif);
	width:10px;
	height:600px;
	top:0;
	left:0;
}

.home_frame_rb
{
	position:absolute;
	width:17px;
	height:600px;
	background-image:url(../images/new/right_border.gif);
	right: 0px;
	top: 0px;
}

.home_frame_bb
{
	position:absolute;
	display:block;
	width:773px;
	height:14px;
	background-image:url(../images/bottom_border.gif);
	left: 10px;
	top: 572px;
	z-index: 1;
}

#msfwlogo
{
	position:absolute;
	left: 658px;
	top: 195px;
	z-index:5;
}

.title_box
{
	position:absolute;
	width:756px;
	height:40px;
	/*font-family: "Arial Narrow"; */
	font-size: 34px;
	/*font-weight: bold; */
	color:#006699;
	left: 8px;
	top: 191px;
	z-index:1;
}

.pline_title_box
{
	position:absolute;
	width:519px;
	height:16px;
	font-size: 14px;
	color:#666666;
	left: 10px;
	top: 232px;
	z-index:1;
}

.news_title_box
{
	position:absolute;
	width:100px;
	height:16px;
	left: 552px;
	top: 233px;
	z-index:1;
}

.title_hr
{
	position:absolute; 
	width:781px;
	height:2px;
	left: 10px;
	top: 250px;
	z-index:1;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

.column_left
{
	position:absolute;
	background-image:url(../images/leftside.gif);
	width:225px;
	height:384px;
	left: 10px;
	top: 190px;
}

.column_center_top
{
	position:absolute;
	background-image:url(../images/new/middle_01.gif);
	width:296px;
	height:168px;
	left: 235px;
	top: 190px;
}

.column_center_middle
{
	position:absolute;
	display:block;
	background-image:url(../images/new/productrollover_02.gif);
	width:296px;
	height:126px;
	left: 235px;
	top: 357px;
}

.column_center_middle a
{
	display: block;
	width:296px;
	height:126px;
	left: 238px;
	top: 321px;
}

.column_center_middle img
{
	width:296px;
	height:126px;
	border:0;
}

.column_center_middle span
{
	font-size: 13px;
	/*font-family: "Arial Narrow";*/
	letter-spacing: 4px;
	color:#FFFFFF;
	width:154px;
	position: absolute;
	left: 123px;
	top: 107px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 

* html a:hover
{
visibility:visible;
}

.column_center_middle a:hover span
{
	color:#0E3872;
}

.column_center_middle a:hover img
{
visibility:hidden;
}

.column_center_bottom
{
	position:absolute;
	background-image:url(../images/new/middle_03.gif);
	width:296px;
	height:90px;
	left: 235px;
	top: 483px;
}

.column_right
{
	position:absolute;
	background-image:url(../images/rightside.gif);
	width:252px;
	height:384px;
	left: 532px;
	top: 190px;
}

.event_title_box
{
	position:absolute;
	width:100px;
	height:16px;
	left: 20px;
	top: 216px;
}

.events_hr
{
	position:absolute;
	width:253px;
	height:2px;
	left:7px;
	top:232px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

/* ********************* Content ***************************** */
/* Product line list */
.product_line 
{
	position:absolute;
	text-align:left;
	font-size: 14px;
	line-height:23px;
	color:#006699;
	font-weight: bold;
	top: 75px;
	width: 224px;
	left: 0px;
}

.ipv6_ready_logo
{
	position:absolute;
	width: 112px;
	left: 56px;
	height: 135px;
	top: 205px;
}

.ipv6_ready_logo_info
{
	position:absolute;
	width:auto;
	height:auto;
	left: 56px;
	top: 345px;
	font-size:11px;
	color:#666666;
}

.ipv6_ready_logo_info a
{
	text-decoration:underline;
	color:#666666;
}

.ipv6_ready_logo_info a:visited
{
	text-decoration:underline;
	color:#666666;
}

.ipv6_ready_logo_info a:active
{
	text-decoration:underline;
	color:#666666;
}

.ipv6_ready_logo_info a:hover
{
	color:#0099CC;
	text-decoration:underline;
}
	
/* FOCAL POINT ******************* */
.support_title
{
	position:absolute;
	/*font-family: "Arial Narrow";*/
	font-size:13px;
	color:#666;
	width:62px;
	text-align:left;
	left: 80px;
	top: 121px;
}

.support_links
{
	position:absolute;
	font-size:9px;
	color:#666;
	width:100px;
	text-align:left;
	line-height:14px;
	left: 171px;
	top: 125px;
	color:#666666;
	text-decoration:underline;
}

a.support_links_link
{
	color:#666666;
	text-decoration:underline;
}

a.support_links_link:hover
{
	color: #0099CC;
	text-decoration:underline;
}

a.support_links_link:visited
{
	color:#666666;
	text-decoration:underline;
}

a.support_links_link:active
{
	color:#666666;
	text-decoration:underline;
}

.integration_title
{
	position:absolute;
	/*font-family: "Arial Narrow";*/
	font-size:13px;
	color:#666;
	text-align:left;
	width:120px;
	left: 79px;
	top: 9px;
}

.integration_link
{
	position:absolute;
	font-size:9px;
	color:#666;
	text-align:left;
	width:50px;
	left: 206px;
	top: 26px;
	text-decoration:underline;
}

a.integration_link_link
{
	color: #666;
	text-decoration:underline;
}	

a.integration_link_link:hover
{
	color: #0099CC;
	text-decoration:underline;
}

a.integration_link_link:visited
{
	color: #666;
	text-decoration:underline;
}	

a.integration_link_link:active
{
	color: #666;
	text-decoration:underline;
}	


/* END FOCAL POINT ******************* */

/* The news and event headers ******** */
.news_event_header 
{
	font-size: 14px;
	font-weight: bold;
	color:#812B2B;
}

/* News and Event titles */
.news_event_title
{
	font-size: 11px;
}

/* News and Event info */
.news_event_info
{
	font-size: 10px; 
	color: #666666;
}

.news_box
{
	position:absolute;
	height: 147px;
	width: 245px;
	overflow: auto;
	left: 7px;
	top: 62px;
}

.h_news_artical_box
{
	display:block;
	height:auto;
	width:215px;
	margin-bottom:5px;
}

.h_news_article_title_box
{
	margin-left:13px;
}

.event_box
{
	position:absolute;
	height: 125px;
	width: 245px;
	overflow: auto;
	left: 7px;
	top: 237px;
}

a.news_info
{
	font-size: 10px; 
	color: #666666;
}

a.news_info:hover 
{
	text-decoration:none;
	color: #0099CC;
}

a.news_info:visited
{
	font-size: 10px; 
	color: #666666;
}

a.news_info:active
{
	font-size: 10px; 
	color: #666666;
}

/* END NEWS EVENTS ************** */
