@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: #cccccc;
	margin: 0;
	padding: 0;
	color: #797979;
}
a {
	color: #797979;
}
a:hover {
	color: #ce0f0f;
}
h1 {
	color: #999999;
	font-weight: normal;
	font-size: 1.8em;
}

h2 {
	color: #ce0f0f;
	font-weight: normal;
	font-size: 1.4em;
}

h3 {
	color: #999999;
	font-weight: normal;
	font-size: 1.5em;
	margin: 22px 0 15px 0;
	padding: 0;
	line-height: 1.5em;
}

p {
	margin: .4em 0 1.5em 0;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	position: relative;
}
#address {
	font-size: 1.1em;
	position: absolute; left: 30px; top: 85px;
}
#email {
	font-size: 1.1em;
	position: absolute; left: 30px; top: 208px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 5px 10px 15px 20px;
}
#mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px;
	font-size: 1.2em;
	border-left: 1px solid #999999;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#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 */
}
.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;
}


ul {
	margin: 0;
	padding: 0;
   }
ul li {
   display:block;
   float:left;
   list-style-type:none;
   }
ul li a {
   display:block;
   height:75px;
   background:transparent url(/images/header.jpg) no-repeat 0 0;
   text-indent:-9009px;
   }
ul li#header1 a {
   width:386px;
   background-position: 0 0;
   }
ul li#header1 a:hover {
   background-position: 0 -75px;
   }
ul li#header2 a {
   width:64px;
   background-position: -386px 0;
   }
ul li#header2 a:hover {
   background-position: -386px -75px;
   }
body#memory ul li#header2 a {
   background-position: -386px -75px;
   }
ul li#header3 a {
   width:22px;
   background-position: -450px 0;
   }
ul li#header3 a:hover {
   background-position: -450px -75px;
   }
ul li#header4 a {
   width:52px;
   background-position: -472px 0;
   }
ul li#header4 a:hover {
   background-position: -472px -75px;
   }
body#flash ul li#header4 a {
   background-position: -472px -75px;
   }
ul li#header5 a {
   width:22px;
   background-position: -524px 0;
   }
ul li#header5 a:hover {
   background-position: -524px -75px;
   }
ul li#header6 a {
   width:70px;
   background-position: -546px 0;
   }
ul li#header6 a:hover {
   background-position: -546px -75px;
   }
body#storage ul li#header6 a {
   background-position: -546px -75px;
   }
ul li#header7 a {
   width:22px;
   background-position: -616px 0;
   }
ul li#header7 a:hover {
   background-position: -616px -75px;
   }
ul li#header8 a {
   width:150px;
   background-position: -638px 0;
   }
ul li#header8 a:hover {
   background-position: -638px -75px;
   }
body#promotional ul li#header8 a {
   background-position: -638px -75px;
   }
ul li#header9 a {
   width:112px;
   background-position: -788px 0;
   }
ul li#header9 a:hover {
   background-position: -788px -75px;
   }
#sidebar1 ul li {
	float: none;
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 1.2em;
}
#sidebar1 ul li a {
	display:inline;
	list-style: none;
	background: none;
	text-indent:0px;
	text-decoration: none; 
}
