html , body
{
	margin:0;
}

div
{
	font-family: Verdana;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	margin: 0px 0px 12px 0px;
	color: #0860A8;
	font-family: Verdana;
	line-height: 18px;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	margin: 15px 0px 5px -4px;
}
h3 {
	color: #0860A8;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
}

h4 {
	margin: 15px 0px 5px 0px;
	font-weight: bold;
}
td h4 {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

strong {
	display: inline;
	font-weight: bold;
}


a:link {
	color: #0860A8;
	text-decoration: none;
}
a:visited {
	color: #0860A8;
	text-decoration: none;
}
a:hover {
	color: #8b8b8b;
	text-decoration: none;
}



ul
{
	list-style-type:disc;
	margin: 6px 0px 6px 0px;
}
li
{
	list-style-type:disc;
	margin-left:30px;
}
li li
{
	list-style-type:circle;
}

#flash_piece {
}

#wrapper
{
	background: url('../images/shadow-repeat.gif') top center repeat-y #fff;
}

#header_img {
	width: 960px;
	height: 250px;
	background-color: #ccc;
}

#contentWrapper
{
	margin:0 auto 0 auto;
	width:960px;
	background-color: #fff;
}

#contentHeader
{
	position: relative;
	z-index: 400;

	display: block;

	margin:0 auto 0 auto;
	background-image:url('../images/nav_image2.jpg');
	background-repeat:repeat-x;
	width:960px;
	height:85px;
}

#logo_position
{
	margin:17px 0 0 837px;
	position:absolute;
}

#navigation
{
	position: relative;
	z-index: 1000;
	padding:53px 0 0 15px;
}

#shadow-bottom {
	height: 50px;
	background: url('../images/shadow-bottom.gif') top center no-repeat #fff;
}

#footer {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 22px 0px 0px 0px;
}
#footer div {
	font-size: 10px;
	text-align: center;
	color: #676767;
}


#ecosystem td h2 {
	margin-top: 0px;
}
#ecosystem td img {
	margin-top: 10px;
}

#contentBackground
{
	background-image:url('../images/server_bottom-image.gif');
	width:960px;
	background-repeat:no-repeat;
}


#theme
{
	/*background-image:url('../images/theme.gif');*/
	background-repeat:no-repeat;
	background-position:602px 0;
}

#main_left_left_content_products
{
	float: left;
	width: 120px;
}
#main_left_content_products
{
	float:left;
	color:#000000;
	margin-left:35px;
	@margin-left:18px;
	padding-bottom:8px;
	width:500px;
}


#hp_left_content
{
	float:left;
	color:#000000;
	margin-left:35px;
	@margin-left:18px;
	padding-bottom:8px;
	width:620px;
}
#main_left_content
{
	float:left;
	color:#000000;
	margin-left:35px;
	@margin-left:18px;
	padding-bottom:8px;
	width:900px;
}

#right_content
{
	float:left;
	background-image:url('../images/rightbox.gif');
	background-repeat:no-repeat;
	width:255px;
	height:253px;
	margin-top:12px;
	margin-left:10px;
}


#right_content_title
{
	margin-top:6px;
	margin-left:60px;
}

#right_content_Text
{
	width:220px;
	margin:20px 0 0 30px;
}




/* -------------------------- */
/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	
	display: inline;

	font-size: 10px;
	font-weight: bold;
}

.nav img{
	margin-right: 10px;
	margin-bottom: 13px;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
	
	float: left;
}

ul.nav li ul{
	width: 160px;
}

#prod-table table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #4ca1d3;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

#prod-table table td {
	border-width: 1px;
	padding: 5px;
	color:#000000;
	border-style: solid;
	border-color: #4ca1d3;
	background-color: #FFFFFF;
	-moz-border-radius: 0px;
}


.outlined_div table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #4ca1d3;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.outlined_div table td {
	border-width: 1px;
	padding: 5px;
	color:#000000;
	border-style: solid;
	border-color: #4ca1d3;
	background-color: #FFFFFF;
	-moz-border-radius: 0px;
}


ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
	border: solid 1px #4ca1d3;
	margin-left: 0px;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #4ca1d3;
}

ul.nav li:hover,
.nav ul li a:hover{
	/*background-color: #369;*/
	background-color: #fff;
	color: #ccc;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #fff;
	color: #000;
}


ul.nav,
.nav ul{
	/*border: 1px solid #369;*/
}

.nav a{
	text-decoration: none;
}

.pageNote
{
	line-height: 12px;
	font-size: 9px;
	font-weight: normal;
}

.white_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	top: 33%;
	left: 33%;
	width: 33%;
	height: 33%;
	padding: 25px;
	border: solid 1px #666;
	background-color: #fff;
	z-index:1002;
	overflow: auto;
}


#icc #header_img
{
	width: 960px;
	height: 209px;
	background-color: #ccc;
}

#icc #content
{
	margin-left:35px;
	@margin-left:18px;
	padding-bottom:8px;
	width:875px;
}
.v3comparetab { width:566px; }
.v3comparerowhdr { background-color:#555555; color:#ffffff; }
.v3comparerowhdr th {  font-size:75%; line-height:135%; }
.v3comparerowon { background-color:#ecf0f3; }
.v3comparepad { padding:4px 4px 4px 15px; text-align:left; border-bottom:1px solid #cccccc; background-image:url(http://cache-www.intel.com/plt/cd/table_linerule.gif); background-repeat:repeat-y; background-position:right; }
.v3comparepad2 { padding:4px 4px 4px 10px; vertical-align:top; text-align:left; border-bottom:1px solid #cccccc; background-image:url(http://cache-www.intel.com/plt/cd/table_linerule.gif); background-repeat:repeat-y; background-position:right; }
.v3comparepad3 { padding:4px 15px 4px 10px; vertical-align:top; text-align:left; border-bottom:1px solid #cccccc; }
.v3comparepadtop { width:25%; padding:4px 4px 4px 10px; vertical-align:top; text-align:left; border-bottom:1px solid #cccccc; }
