﻿/* Demartek_style_new01.css */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: small;
}
.twoColFixLtHdr #container { 
	width: 975px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container h1 {
	font-size: 20px;
	color: #0E457C; 
}
.twoColFixLtHdr #container h2 {
	font-size: 16px;
	color: #0E457C; 
} 
.twoColFixLtHdr #container h3 {
	font-size: 14px;
	color: #0E457C; 
} 
.twoColFixLtHdr #homeLink {
	height: 90px;
  width: 250px;
}
.twoColFixLtHdr #table {
	padding-right: 50px;
	padding-top: 12px;
	align: right;
} 
  html>body .twoColFixLtHdr {
  width:300px;
} 
.twoColFixLtHdr #news {
	width:140px;
}
.twoColFixLtHdr #testing {
	width: 56px;
}
.twoColFixLtHdr #events{
	width: 158px;
}
.twoColFixLtHdr #fc {
	width: 23px;
}
.twoColFixLtHdr #iscsi {
	width: 57px;
}
.twoColFixLtHdr #nvme {
	width: 43px;
}
.twoColFixLtHdr #ssd {
	width: 55px;
}
.twoColFixLtHdr #rss {
	padding-right: 6px;
	width: 30px;
}
.twoColFixLtHdr #header {
	background: white;
	position: fixed;
	z-index: 100000;
	width: 975px;
  height: 62px;
	} 
.twoColFixLtHdr #headerMenu {
	font-weight: bold;
	color: white;
	width: 975px;
  height: 62px;
	background-image: url(/images_slider/Header_Background3.png);
} 
.twoColFixLtHdr #headerMenu a {
  color: #000;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 80%;

}
.twoColFixLtHdr #headerMenu a:link {
	height: 20px;
	text-decoration: none;
	color: white;

}
.twoColFixLtHdr #headerMenu a:visited { 
	text-decoration: none; 
	color: white;

}
.twoColFixLtHdr #headerMenu a:active { 
	text-decoration: none; 
	outline:none;
	color: white;

}
.twoColFixLtHdr #headerMenu a:hover {
	outline:none;
	color: red;

}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0E457C; 
}
.twoColFixLtHdr #bannerFullWidth {
	width: 975px;
	padding: 90px 0px 0px 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; 
	background: white; 
	padding: 0px 15px 15px 0px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-image:url(/images/diamond.png);
	list-style-position: outside;
	line-height: 18px;
}
.twoColFixLtHdr #sidebar1 a:link {
	text-decoration: none;
	color: #0E457C; 
}
.twoColFixLtHdr #sidebar1 a:visited { 
	text-decoration: none; 
	color: #800080; 
}
.twoColFixLtHdr #sidebar1 a:active { 
	text-decoration: none; 
	color: #0E457C; 
}
.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr #sidebar1_homepage {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; 
	background: white; 
	padding: 90px 15px 15px 15px;
	border-right-color: #cc0000;
	border-right-width: thin;
	border-right-style: solid;
}
.twoColFixLtHdr #sidebar1_homepage li {
	list-style-image:url(/images/diamond.png);
	line-height: 18px;
}
.twoColFixLtHdr #sidebar1_homepage a:link {
	text-decoration: none;
	color: #0E457C; 
}
.twoColFixLtHdr #sidebar1_homepage a:visited { 
	text-decoration: none; 
	color: #800080; 
}
.twoColFixLtHdr #sidebar1_homepage a:active { 
	text-decoration: none; 
	color: #0E457C; 
}
.twoColFixLtHdr #sidebar1_homepage a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page. */
	padding-top: 0px;
	padding-left: 15px;
	border-left-color: #cc0000;
	border-left-width: thin;
	border-left-style: solid;
	list-style: ?;
} 
.twoColFixLtHdr #mainContent li {
	list-style-image:url(/images/diamond.png);
	line-height: 18px;
}
.twoColFixLtHdr #mainContent a:link {
	text-decoration: none;
	color: #0E457C; 
}
.twoColFixLtHdr #mainContent a:visited { 
	text-decoration: none; 
	color: #800080; 
}
.twoColFixLtHdr #mainContent a:active { 
	text-decoration: none; 
	color: #0E457C; 
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr #mainContent_homepage {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page. */
	padding-top: 5px;
	padding-left: 15px;
	list-style: ?;
} 
.twoColFixLtHdr #mainContent_homepage li {
	list-style-image:url(/images/diamond.png);
	line-height: 18px;
}
.twoColFixLtHdr #mainContent_homepage a:link {
	text-decoration: none;
	color: #0E457C; 
}
.twoColFixLtHdr #mainContent_homepage a:visited { 
	text-decoration: none; 
	color: #800080; 
}
.twoColFixLtHdr #mainContent_homepage a:active { 
	text-decoration: none; 
	color: #0E457C; 
}
.twoColFixLtHdr #mainContent_homepage a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr #news_float {
	float: left;
	background: url(Demartek_home_news_float.png) no-repeat; 
	width: 320px;
	height: 350px;
	margin: 0px 10px 0px 10px;  /* top right bottom left */
	padding: 0px 5px 0px 5px;  /* top right bottom left */
}
.twoColFixLtHdr #news_float a:link {
	text-decoration: none;
	color: #0E457C; 
}
.twoColFixLtHdr #news_float a:visited { 
	text-decoration: none; 
	color: #800080; 
}
.twoColFixLtHdr #news_float a:active { 
	text-decoration: none; 
	color: #0E457C; 
}
.twoColFixLtHdr #news_float a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr #speaking_float {
	float: right;
	background: url(Demartek_home_speaking_float.png) no-repeat; 
	width: 320px;
	height: 350px;
	margin: 0px 10px 0px 10px;  /* top right bottom left */
	padding: 0px 5px 0px 5px;  /* top right bottom left */
}
.twoColFixLtHdr #speaking_float a:link {
	text-decoration: none;
	color: #0E457C; 
}
.twoColFixLtHdr #speaking_float a:visited { 
	text-decoration: none; 
	color: #800080; 
}
.twoColFixLtHdr #speaking_float a:active { 
	text-decoration: none; 
	color: #0E457C; 
}
.twoColFixLtHdr #speaking_float a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr #bottom_float {
	float: left;
	margin: 0;
	padding: 10px 0px 0px 0px;  /* top right bottom left */
}
.twoColFixLtHdr #bottom_float a:link {
	text-decoration: none;
	color: #0E457C; 
}
.twoColFixLtHdr #bottom_float a:visited { 
	text-decoration: none; 
	color: #800080; 
}
.twoColFixLtHdr #bottom_float a:active { 
	text-decoration: none; 
	color: #0E457C; 
}
.twoColFixLtHdr #bottom_float a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr #footer { 
	padding: 1px 0px 0px 5px;
	background: white; 
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC0000;
}
.twoColFixLtHdr #footer a:link {
	text-decoration: none;
	font-size: 10px;
	color: #0E457C; 
}
.twoColFixLtHdr #footer a:visited { 
	text-decoration: none; 
	font-size: 10px;
	color: #800080; 
}
.twoColFixLtHdr #footer a:active { 
	text-decoration: none; 
	font-size: 10px;
	color: #0E457C; 
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #CC0000; 
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #pt-demartek-acquisition { 
	width: 975px; 
	background: red;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-style: solid;
	border-color: white;
	border-width: 4px 0px 2px 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-weight: bold;
}
