@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Sets the style for unvisited links. */
:link:focus, :visited:focus { /* Prevents dotted focus outline in mozilla browsers */
	-moz-outline: none;
}
body {
	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-family: Tahoma, Geneva, sans-serif;
	background-color: #eeeeee;
	background-image: url(../images/main-bkrnd.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 95px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/main-content-bkgrnd.jpg);
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	color: #696969;
	line-height: 1.5em;
}
.oneColFixCtrHdr #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 */
}
#Logo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/tech-west-logo-bkgrnd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 50%;
	float: left;
}
#MainNav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	float: right;
	text-align: right;
	width: 50%;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #MainNav ul li {
	list-style-type: none;
	float: left;
	width: auto;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.oneColFixCtrHdr #container #MainNav ul {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #MainNav ul li a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #MainNav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #MainNav .navLink {
	padding-top: 15px;
}
#container #header #Logo h1 {
	font-weight: normal;
	color: #dddddd;
}
#container #footer p a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#container #footer p a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #16428B;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent p img {
	padding: 2px;
	border: 1px solid #16428B;
}
.oneColFixCtrHdr #container #mainContent table {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #16428B;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #000000;
	text-decoration: none;
}
#container #mainContent  #ProductLines a {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
#container #mainContent  #ProductLines a:hover {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
/* class styles */
	.fade-box {
	margin-left: 0px;
	position: absolute;
	top: 200;
	width: 815px;
	height: 176px;	
}
	.fade-box p {
	width: 550px;
	padding: 5px 10px 0 10px;
	margin: 0;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
	.fade-box h2 {
	width: 290px;
	margin-top: 0px;
	padding-left: 10px;
	color: #16428B;
	font: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
	#crossfade-container {
	margin: 0px 0px 0px 0px;
	width: 815px;
	height: 176px;
}
			
	/* the boxes that fade */
	#box-1 {
				
}
	#box-2 {
				
}
	#box-3 {
				
}
.featureTable {	
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}#container #mainContent table ul li {
	list-style-type: square;
	font-size: 12px;
	font-weight: normal;
}
#container #mainContent table ul {
	list-style-type: square;
}

