/* ******************************************************************** */
/* ebsnet_content.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 for content pages	*/
/*		of the EBSnet website (e.g. products, about us, etc.).			*/
/*																		*/
/* ******************************************************************** */


/* *************** Body text ************************ */

.c_body
{
	position:absolute;
	width:400px;
	height:100%;
	top:237px;
	left:178px;
	/*
	border-top:dashed;
	border-right:dashed;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-width:thin;
	border-right-width:thin;
	*/
}

.c_body table
{
}

.c_body_title
{
	color: #006599; 
	font-weight: bold; 
}

.c_body_title a
{
	color: #006599; 
	font-weight: bold; 
}

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

.c_body_big_title
{
	font-size:16px;
	color: #006599;
	font-weight: bold;
}

.c_body_sub_title
{
	font-size:10px;
	font-style:italic;
}

.c_body_text
{
	font-size:11px;
}

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

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

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

.c_body_text em 
{
	color: #006599;
}

.c_body_lists
{
	position:relative;
	list-style-type:circle;
	font-size:11px;
	margin-left:7px;
}

.c_body_indust li, ul
{
	list-style-type:circle;
	font-size:11px;
	margin-top:0;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0;
	padding: 0; 
}

.c_product_title
{
	font-size:22px;
	color: #006599;
}

.c_perform_title
{
	font-weight:bold;
	color:#FFFFFF;
}

/* *********** Learn More Box ************************ */
.c_learn_more
{
	position:absolute;
	background-image:url(../images/nextstps_03.gif);
	width:155px;
	height:33px;
	left: 371px;
	top: 874px;
}

.c_learn_more_title
{
	position:absolute;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	left: 32px;
	top: 8px;
}

/* *************************************************** */

/* ****************** Download Box ******************* */
.c_download_box
{
	position:absolute;
	width:155px;
	height:145px;
	top: 743px;
	right: 37px;
	text-align:center;
}

/* *************************************************** */

/* ***********  Next Steps Box ************************ */
.c_next_steps_box
{
	position:absolute;
	visibility:visible;
	background-image:url(../images/nextstps_03.gif);
	width:155px;
	height:145px;
	align:center;
	top:203px;
	right: 28px;
	left: 607;
}

.c_next_steps_title
{
	position:absolute;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
	width: 134px;
	top: 8px;
	left: 13px;
}

.c_next_steps_text
{
	position:absolute;
	visibility:visible;
	width:121px;
	height:85px;
	color: #666;
	font-weight: bold;
	line-height:25px;
	left: 26px;
	top: 37px;
}

.c_next_steps_text a
{
	color: #666;
}

.c_next_steps_text a:hover
{
	color:#0099CC;
}

.c_next_steps_text a:visited
{
	color: #666;
}


/* **************************************************** */

/* ***********  News Box ****************************** */

/* NORMAL PAGES */
.c_news_header
{
	position:absolute;
	height:15px;
	width:158px;
	font-weight:bold;
	left: 607px;
	top: 203px;
}

.c_news_line
{
	position:absolute;
	height:4px;
	width:176px;
	left: 607px;
	top: 220px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

.c_news_box
{
	position:absolute;
	height:200px;
	width:176px;
	left: 607px;
	top: 227px;
}
/* END NORMAL PAGES */

/* PRODUCT PAGES */
.c_news_header_prod
{
	position:absolute;
	height:15px;
	width:158px;
	font-weight:bold;
	left: 607px;
	top: 376px;
}

.c_news_line_prod
{
	position:absolute;
	height:4px;
	width:176px;
	left: 607px;
	top: 393px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

.c_news_box_prod
{
	position:absolute;
	height:200px;
	width:176px;
	left: 607px;
	top: 400px;
}
/* END PRODUCT PAGES */

.c_news_artical_box
{
	display:block;
	height:auto;
	width:166px;
}

.c_news_article_title_box
{
	display:block;
	width:50px;
	margin-left:20px;
}

.c_news_title
{
	font-size:10px;
}

.c_news_title a:link
{
	text-decoration:underline;
	color:#999;
}

.c_news_title a:active
{
	text-decoration:underline;
	color:#999;
}

.c_news_title a:visited
{
	text-decoration:underline;
	color:#999;
}

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

/* ***********  Current Page Indicator **************** */

/* Section title (eg. Company) */
.c_sec_title_box
{
	position:absolute;
	width:400px;
	height:33px;
	left: 178px;
	top: 203px;
}

.c_sec_title
{
	font-size: 20px;
	color:#666666;
	font-weight:bold;
}

.c_sec_title a
{
	font-size: 20px;
	color:#666666;
	font-weight:bold;
}

.c_sec_title a:link
{
	font-weight:bold;
	color:#666666;
}

.c_sec_title a:hover
{
	color: #0099CC;
}

.c_sec_title a:visited
{
	font-weight:bold;
	color:#666666;
}

/* The title divider */
.c_title_div
{
	font-size: 20px;
	color: #666666;
}

/* Sub-section title (eg. About) */
.c_sub_title
{
	font-size: 20px;
	color: #666666;
}

.c_sub_title a
{
	font-size: 20px;
	color: #666666;
}

.c_sub_title a:hover
{
	color: #0099CC;
}

.c_sub_title a:visited
{
	font-size: 20px;
	color: #666666;
}

/* Sub-section 2 (eg. Features) */
.c_sub_title_div
{
	font-size: 20px;
	color:#999999;
}

.c_sub_title_2
{
	font-size: 20px;
	color:#999999;
}

.c_sub_title_2 a
{
	font-size: 20px;
	color:#999999;
}

.c_sub_title_2 a:hover
{
	color: #0099CC;
}

.c_sub_title_2 a:visited
{
	font-size: 20px;
	color:#999999;
}

/* ######### NAVIGATION ######### */
.sub_nav_height
{
	width:158px;
	height:600px;
}

/* Sub navigation menu */
.sub_nav
{
	position:absolute;
	width:158px;
	height:100%;
	left:10px;
	top: 203px;
}

/* Sub navigation top */
.sub_nav_top
{
	position:relative;
	/*font-family: "Arial Narrow";*/
	letter-spacing: 1px;
	background-image:url(../images/nav_top_rollover.JPG);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 158px;
	height: 38px;
	margin: 0; 
	padding: 0; 
}

.sub_nav_top a 
{
	display: block;
	font-size: 12px;
	color:#FFF;
	width: 158px;
	height: 38px;
	display: block;
	float: left;
	text-decoration: none;
}

.sub_nav_top img {width: 158px; height: 38px; border: 0; }
* html a:hover {visibility:visible}
.sub_nav_top a:hover img{visibility:hidden}

.sub_nav_top span 
{
	position: absolute;
	left: 15px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 115px;
	height: 14px;
	text-align: left;
	color:#FFF;
}

/* Sub navigation mid */
.sub_nav_mid
{
	position:relative;
	/*font-family: "Arial Narrow";*/
	letter-spacing: 1px;
	background-image:url(../images/nav_mid_rollover.JPG);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 158px;
	height: 32px;
	margin: 0; 
	padding: 0; 
}

.sub_nav_mid a 
{
	display: block;
	font-size: 12px;
	color:#FFF;
	width: 158px;
	height: 32px;
	display: block;
	float: left;
	text-decoration: none;
}

.sub_nav_mid img {width: 158px; height: 32px; border: 0; }
* html a:hover {visibility:visible}
.sub_nav_mid a:hover img{visibility:hidden}

.sub_nav_mid span 
{
	position: absolute;
	left: 15px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 115px;
	height: 14px;
	text-align: left;
	color:#FFF;
}

/* Sub navigation bottom */
.sub_nav_bot
{
	position:relative;
	/*font-family: "Arial Narrow";*/
	letter-spacing: 1px;
	background-image:url(../images/nav_bottom_rollover.JPG);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 158px;
	height: 32px;
	margin: 0; 
	padding: 0; 
}

.sub_nav_bot a 
{
	display: block;
	font-size: 12px;
	color:#FFF;
	width: 158px;
	height: 32px;
	display: block;
	float: left;
	text-decoration: none;
}

.sub_nav_bot img {width: 158px; height: 32px; border: 0; }
* html a:hover {visibility:visible}
.sub_nav_bot a:hover img{visibility:hidden}

.sub_nav_bot span 
{
	position: absolute;
	left: 15px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 115px;
	height: 14px;
	text-align: left;
	color:#FFF;
}

/* End of navigation section...*/
.sub_nav_end img
{
	position:relative;
	white-space: nowrap;
	display: block;
	width: 158px;
	height: 50px;
	margin: 0; 
	padding: 0; 
}

/* Fade out below the navigation bar */
.sub_nav_bel img
{
	position:relative;
	white-space: nowrap;
	display: block;
	width: 151px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	border:none; 
}

/* ***************** View News **************** */
.vn_date
{
	font-size: 10px;
	font-style:italic;
	color:#999999;
}

.vn_title
{
	color: #006599; 
	font-weight: bold; 
}

.vn_info
{
	font-size:11px;
}

.vn_link
{
	font-size: 10px;
	font-style:italic;
	color:#999999; 
}

a.vn_link
{
	text-decoration:underline; 
	color:#000000;  
}

a.vn_link:hover
{
	color:#0099CC;
}
/* ******************************************* */

/* ***************** View Event **************** */
.ve_date
{
	font-size: 10px;
	font-style:italic;
	color:#999999;
}

.ve_title
{
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

.ve_info
{
}

.ve_link
{
	font-size: 10px;
	font-style:italic;
	color:#999999; 
}

a.ve_link
{
	text-decoration:underline; 
	color:#000000;  
}

a.ve_link:hover
{
	color:#0099CC;
}
/* ******************************************* */
/* ******************** Testimonials ****************** */
.c_testi_desc
{
	width:350px;
	margin-left:50px;
}

.c_testi_text
{
	font-size:11px;
	font-style:italic;
}
/* **************************************************** */

/* **************** Customers ************************* */
.c_customer_box
{
	display:block;
	height:auto;
	width:auto;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	/*border-style:dotted;
	border-width:1px;
	border-color:#666666;*/
}

.c_customers_pic
{
	width:auto;
	height:65px;
}

.c_customers_info
{
	width:auto;
	height:100px;
}

.c_customers_title
{
	position:relative;
}

.c_customers_sub_title
{
}

/* **************************************************** */

/* **************** PRESS ***************************** */
.c_press_news_box
{
	display:block;
	height:auto;
	width:auto;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	border-bottom-width:1px;
}
/* **************************************************** */

.c_ipv6_ready_logo
{
	position:absolute;
	top:525px;
	left:639px;
}

.c_tcp_ip_ready_logo
{
	position:absolute;
	top:433px;
	left:462px;
	height: 135px;
}

.c_tcp_ip_ready_logo_link
{
	position:absolute;
	top:574px;
	left:462px;
	font-size:11px;
	color:#666666;
	width: 133px;
}

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

.c_tcp_ip_ready_logo_link a:hover
{
	color:#0099CC;
}

/* **************** Product Downloads ****************** */
.c_manual_box
{
	display:block; 
	width:400px;  
	height:50px; 
	margin-bottom:10px; 
	border-bottom-color:#000000; 
	border-bottom-style:dotted; 
	border-bottom-width:1px;
}
