@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin:0pt;
	padding:0pt;
}

fieldset, img, abbr {
	border:0pt none;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style:normal;
	font-weight:normal;
}

body  {
	font-family:"Helvetica Neue", "Lucida Grande", helvetica, Arial, sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	background: #000000;
	background-image: url(images/img_bg.jpg);
	background-repeat: no-repeat;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

ul {
    margin-bottom:.3em;
	padding: .3em 0 0 0;
	font-size:1.4em;
	line-height:1.5em;
}

h1 {
	font-size: 3em;
	font-weight: normal;
	letter-spacing: .01em;
	color: #DFE5E1;
}
h2 {
	text-transform: none;
	font-size: 1.9em;
	font-weight: normal;
	color: #BBBBBB;
	
	
}
h3 {
	text-transform: none;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.01em;
	padding:1em 0 0 0;
	color: #669999;


}

p {
	margin-bottom:.3em;
	padding: .3em 0 0 0;
	font-size:1.4em;
	line-height:1.5em;
}

a {
	color:#999966;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	
}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
position:relative;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:200px;
} 
.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 */
}

#media {
	position:absolute;
	display: block;
	right:0px;
	width: 542px;
	height: 173px;
	text-align:right;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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 */
	padding: 15px 0px 15px 115px;
	
}

#sidebar1 p {
font-size:1.6em;
}

.twoColFixLtHdr #mainContent { 
	margin: 18px 0 15px 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #newsContent { 
	margin: 18px 0 15px 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #newsContent img {
	float:left;
	width: 200px;
	margin: 10px 15px 15px 0;
	border:#CCCCCC solid 1px;
	
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:dashed 1px #666666;
	
} 
#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: 8px 0 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:1.3em;
	
	
}
.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: 15px;
}
.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;
}
.disc_container {
	padding: 0px 0 12px 0;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.disc_containerLAST {
	padding: 0px 0 18px 0;
	margin-bottom: 8px;
	
}

#viewCART {
	background-color:#333333;
	width:auto;
	}
	
.box2col {
	width:250px;
	float:left;
	display: block;
	margin: 10px 0 0 0;
	padding:0 23px 17px 0;	
