@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #000000;
}
.twoColFixLtHdr #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; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff url(../images/header_car.jpg) 0 0 no-repeat; 
	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: 155px;
} 
.twoColFixLtHdr #header h1 {
	display: none;
}

/* TOP NAV */
.twoColFixLtHdr #navTop {position: absolute; top: 128px; height: 29px; left:2px; width:900px; padding: 0; background:url(../images/navBg.jpg) 0 0 repeat-x;
}
.twoColFixLtHdr #navTop ul { margin: 0;	padding: 0;	display: inline; list-style-type: none;
}
#home_nav, #links_nav, #terms_nav{
	float:left;	margin: 0;	padding: 0;	display: inline; list-style-type: none;
}
#home_nav a {
	display:block; width:124px; height:29px; margin: 0; padding: 0;
	background: url("../images/home_01.jpg") 0 0 no-repeat;
}
#home_nav a:hover, #home_nav a.active{	
	background: url("../images/home_01-over.jpg") 0 0 no-repeat;
}
#links_nav a {
	display:block; width:124px; height:29px; margin: 0; padding: 0;
	background: url("../images/links_01.jpg") 0 0 no-repeat;
}
#links_nav a:hover, #links_nav a.active{	
	background: url("../images/links_01-over.jpg") 0 0 no-repeat;
}
#terms_nav a {
	display:block; width:124px; height:29px; margin: 0; padding: 0;
	background: url("../images/terms_01.jpg") 0 0 no-repeat;
}
#terms_nav a:hover, #terms_nav a.active{	
	background: url("../images/terms_01-over.jpg") 0 0 no-repeat;
}

/*END TOP NAV */

.twoColFixLtHdr #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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0;
	text-align:right;
	line-height:2em;
}
.twoColFixLtHdr #sidebar1 a { color:#6c57a4; text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:hover { color:#000000;
}
.twoColFixLtHdr #sidebar1 li {list-style:none; border-bottom: #cccccc solid 1px; padding:0 0 5px 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* 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 #mainContent h1 {color:#6c57a4; font-size: 1.3em; font-weight:normal; padding: 10px 0 10px 0; border-bottom:#CCCCCC solid 1px;
}
.twoColFixLtHdr #mainContent h2 {color:#222222; font-size: 0.9em; font-weight:bold;
}
.twoColFixLtHdr #mainContent h3 {color:#6c57a4; font-size: 1.2em; font-weight:normal; padding:0; 
}
.twoColFixLtHdr #mainContent a {color:#6c57a4; text-decoration:underline;
}
.twoColFixLtHdr #mainContent a:hover {text-decoration:none;
}
.twoColFixLtHdr #mainContent li {list-style-image:url(../images/bullet.gif);
}
.twoColFixLtHdr #mainContent img {border:0;
}
.greyText {color:#666666;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	color:#666666; 
} 
.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 */
	text-align: right;
	padding: 10px 20px 0 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: 0 8px 0 25px;
}
.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;
}
p, ul, td {font-size:0.8em;}
#skipNav {display:none;}
.noDisplay {display:none;}
.bold {font-weight:bold;}
.red {color:#FF0000; font-weight:bold;
}
.purple { color:#6c57a4;
}
hr {background-color: #cccccc; color: #cccccc; height: 1px; border: 0; margin-left:1em; margin-right:1em;
}
div.image_float_right {	float: right; padding: 15px 0 15px 20px;text-align:center; width: 200px;
}
div.image_float_right img {	margin: 0;	padding: 0; border:0; 
}
div.image_float_right span {display: block;	font-size: 0.8em; text-align: center;
}

#headphones img { border: 0; vertical-align:middle; padding: 0 10px 0 0;
}