@charset "UTF-8";
/* CSS Document */



#outer_container {
	position:relative;
	top:-0px;
	display: block;
	width:800px;
	height:auto;
	background-color:#999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	padding-bottom:23px;
	z-index:1;
}
#header_box {
	position:relative;
	width:760px;
	height:auto;
	z-index:2;
	background-color:#2850C0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#000000;
	background:#999999;
}


#body_box {
	display:block;
	position:relative;
	width:756px;
	height:auto;
	z-index:1;
	background-color:white;
	margin:0px;

}

#footer,#a.footer:link,#footer a:link,#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	background-color:#0000CC;

	position:relative;
	width:760px;
	height:auto;
	z-index:3;
	background-color:#2850C0;
	padding-top:2px;
	padding-bottom:5px;
}



#left_fade_box {
	display:block;
	position:relative;
	width:780px;
	height:auto;
	z-index:1;
	background-image:url(../left_fade.gif);
	background-repeat: repeat-y;
	padding: 0px;
	float: none;
	margin:0;
}

#right_fade_box {
	background-image: url(../right_fade.gif);
	background-repeat: repeat-y;
	width:780px;
	height:auto;
	left:20px;
	z-index:1;
	position: relative;
	background-position:right;
	background-color:#8D0916;

}


#outer_container_bottom{
	display: block;
	position:relative;
	top:0px;
	width:762px;
	height:30px;
	z-index:2;
	background: url(../bottom_fade.gif) repeat-x;
	background-image: url(../bottom_fade.gif);
	margin-left: 20px;
	
	z-index:0;
}

#outer_container_bottom_left{
	position:relative;
	width:15px;
	height:28px;
	z-index:2;
	background: url(../bottom_left_fade.gif);
	padding-left: 0px;
	left: -15px;
	top: 0px;
}


#outer_container_bottom_right{
	position:relative;
	width:15px;
	height:28px;
	z-index:2;
	background: url(../bottom_right_fade.gif);
	padding-left: 0px;
	left: 760px;
	top: -28px;
}


#logo {

	position:relative;
	height: 101px;
	width: 215px;
	display: block;
	z-index:100;
	background-image:url(../../images/coredge_networks_logo.jpg);
	background-color: white;
	border-top: 0px solid white;
}

#header_text {
	position:absolute;
	height: 22px;
	width: 534px;
	display: block;
	left: 222px;
	top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

#nav_bar {
	display:block;
	position:absolute;
	left: 215px;
	top: 55px;
	height:30px;
	width:540px;
	z-index:1000;
	background-color:#565656;
	
}


#nav_bar_left {
	position:static;
	height: 30px;
	width: 5px;
	display: block;
	background-image: url(../nav_menu_bottom_left_curve.gif);
	background-color: #565656;
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#nav_bar_right {
	position:absolute;
	display:block;
	height: 30px;
	width: 12px;
	top:  0px;
	left: 529px;
	background-image: url(../nav_menu_top_right_curve.gif);
	background-color:#565656;
	/*left: auto;
	top: 0px;*/
	background-repeat: no-repeat;
	z-index:3000;
	background-position: right top;
}

#white_boxx {
	position:absolute;
	display: block;
	height: 21px;
	width: 550px;
	background-color: white;
	background-image: url(../nav_menu_lower_right_curve.gif);
	background-repeat:no-repeat;
	z-index:1;
	left: 206px;
	top: 85px;
	background-position: right top;
	margin:0;
	padding:0;	
	
	
}


/*This is a section for fonts*/
a {color: #2750c0; text-decoration: underline; }






/*This is used in the product page template to house the header found on all product pages*/
#title_bar{
	position:relative;
	top:0px;
	left:216px;
	background-image:url(../title_curve.jpg);
	background-position:left top;
	background-color: #DDDDDD;
	background-repeat:no-repeat;
	display: block;
	height: auto;
	width: 525px;
	padding-top:5px;
	padding-bottom:5px;

	
}




	
.title_bar_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin-left:14px;
	padding-top:10px;
}

.title_bar_sub_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-bottom:10px;
	margin-left:14px;

}



/*The following CSS is for the sidebar links in the product pages*/
#sidebar {
	position:absolute;
	display:block;
	height:20px;
	width: 10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom:10px;

	
}
#sidebar ul {
		list-style:none;
		margin-left: 0;
		padding-left: 1em;
		border: none;
		
	}
	
#sidebar li {
	border-bottom: 2px solid #FFFFFF;
	margin: 0;
	
	
	}
#sidebar li a {
	list-style: none;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #353535;
	background-color: #FFFFFF;
	color: #8D0916;
	text-decoration: none;
	width: 100%;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	}

html>body #sidebar li a {
	width: auto;
	
	}

#sidebar li a:hover {
	text-decoration:underline;
	border-left: 10px solid #8d0916;
	}
	
/*Product body*/
#product_body{
	display:block;
	position:relative;
	top:0px;
	left:216px;
	height:auto;
	width:527px;
	background-color:white;
	padding-top:12px;
	padding-left:8px;
	padding-bottom:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


/*The following blocks are for the tabular layout template*/
#tabular_layout_body{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	height:auto;
	width:730px;
	background-color:white;
	padding-top:12px;
	margin-left:10px;
	padding-bottom:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#tabular_layout_date{
	display:block;
	position:absolute;
	font-weight:bolder;
}

#tabular_layout_release{
	display:block;
	width:140px;
	top:0px;
	position:relative;
	font-weight:normal;
}

#tabular_layout_link{
	
	top:0px;
	left:155px;
	display:block;
	position:relative;
	width:570px;
}

#tabular_layout_info{
	display:block;
	position:relative;
		width:550px;

}

#tabular_region{
	display:block;
	
	padding-bottom:20px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

.bodyfont{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*This is used in the product page template to house the header found on all product pages*/
#title_bar_tabular{
	position:relative;
	top:0px;
	left:10px;
	background-image:url(../title_curve.jpg);
	background-position:left top;
	background-color: #DDDDDD;
	background-repeat:no-repeat;
	display: block;
	height: auto;
	width: 738px;
	padding-top:5px;
	padding-bottom:5px;

	
}

