﻿@charset "utf-8";
/* CSS Document */
html, body {
		margin: 0;
		padding: 0; 
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	
	background-image:url('../images/background/repeating-background.jpg');
	background-repeat:repeat;
}

.hidden {
		display: none;
}
#specs {
	width: 808px;
}
#container #view-cart div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}
#container #view-cart div a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #view-cart div a:hover {
	color: #D20000;
	text-decoration: underline;
}


#footer {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 13px 25px;
	line-height: 18px;
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

	margin-right: auto;
	margin-left: auto;
	clear: both;
	
}
#main-nav {
	background-repeat: no-repeat;
	background-image:url(../images/main.jpg);
	height: 41px;
	width: 585px;
	float: left;
}
#view-cart {
	background-image: url(../images/cartbackground.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 238px;
	float: right;
}
#sub-nav {
	background: rgb(219,223,223); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNjM2NDZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjYzNjNWNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjYzVjOGNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjNjM2NDZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzYTZiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(219,223,223,1) 0%, rgba(99,100,109,1) 1%, rgba(195,197,207,1) 19%, rgba(197,200,207,1) 83%, rgba(99,100,109,1) 98%, rgba(163,166,181,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,223,223,1)), color-stop(1%,rgba(99,100,109,1)), color-stop(19%,rgba(195,197,207,1)), color-stop(83%,rgba(197,200,207,1)), color-stop(98%,rgba(99,100,109,1)), color-stop(100%,rgba(163,166,181,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,223,223,1) 0%,rgba(99,100,109,1) 1%,rgba(195,197,207,1) 19%,rgba(197,200,207,1) 83%,rgba(99,100,109,1) 98%,rgba(163,166,181,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,223,223,1) 0%,rgba(99,100,109,1) 1%,rgba(195,197,207,1) 19%,rgba(197,200,207,1) 83%,rgba(99,100,109,1) 98%,rgba(163,166,181,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,223,223,1) 0%,rgba(99,100,109,1) 1%,rgba(195,197,207,1) 19%,rgba(197,200,207,1) 83%,rgba(99,100,109,1) 98%,rgba(163,166,181,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(219,223,223,1) 0%,rgba(99,100,109,1) 1%,rgba(195,197,207,1) 19%,rgba(197,200,207,1) 83%,rgba(99,100,109,1) 98%,rgba(163,166,181,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdfdf', endColorstr='#a3a6b5',GradientType=0 ); /* IE6-8 */

	background-repeat: no-repeat;
	float: left;
	height: 51px;
	width: 702px;
	padding-right: 15px;
	padding-top: 15px;
	
}

#sub-nav-old {
	background-image: url(../images/index-sub-nav2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 51px;
	width: 702px;
	padding-right: 15px;
	padding-top: 15px;
}

#footer #altnav {
	text-align: center;
}

#footer a {
		color: #ffffff;
		text-decoration: none;
}

#footer a:hover {
		color: #FF0000;
}

#footer #copyright {
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
}

#header {
	height: 102px;
	background: url(../images/header-product-pages2.jpg) no-repeat;
	width: 823px;
	float: right;
}
#contact-info {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #000000;

	float: right;

	margin-top: 15px;

	

	text-align: center;

	/* [disabled]width: 228px; */

	display: inline;

	margin-right: 15px;

	margin-bottom: 5px;

}

#container #header #contact-info a {

	color: #FFFFFF;

	text-decoration: none;

	font-weight: bold;

}

#container #header #contact-info a:hover {
	color: #0099FF;
}


#tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 80px;
	margin-left: 15px;
	display: inline;
}


#tv {
	background-image: url(../images/tv.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 143px;
	width: 132px;
}


#title {
	background-color: #FFFFFF;
	width: 717px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 501px;
	float: left;
	display: inline;
}

ul#navlist
{
	padding-left: 0;
	white-space: nowrap;
	margin-top: 12px;
	margin-bottom: 10px;
	float: left;
	margin-left: 12px;

}

#sub-nav-list li
{
display: inline;
list-style-type: none;
}


#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover
{
	color: #D20000;
	text-decoration: none;
}

ul#sub-nav-list
{
	padding-left: 0;
	white-space: nowrap;
	margin-top: 10px;
	
	margin-bottom: 10px;
	float: left;
	
	margin-left: 5px;

}

#sub-nav-list a {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

#sub-nav-list a:link, #sub-nav-list a:visited
{
	color: #333333;
	text-decoration: none;
}

#sub-nav-list a:hover
{
	color: #FF0000;
	text-decoration: none;
}
#shopping-summary {
	background-image: url(images/cart-summary.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 238px;
}


/* CSS Document */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
}



#container {
	width: 955px;
	margin: auto;

	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#shopping-cart-img {
	float: right;
}
@charset "UTF-8";
* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}
#container #header #contact-info {
	color: #FFFFFF;
}
.red {
	color: #930000;
}
#container #header #contact-info #contact-info2 .red strong {

	color: #06C;

}

#container #adv div ul .style85 .style86 {

	text-align: left;

}

#youtube {
	background-color: #FFF;
	height: 390px;
	width: 480px;
}
#youtube {
	background-color: #FFF;
	height: auto;
	width: auto;
	float: left;
	padding-left: 3px;
}
#youtube2 {
	background-color: #FFF;
	float: right;
	height: auto;
	width: auto;
	padding-left: 5px;
}
#twovideobox {
	background-color: #333;
	height: 390px;
	width: 960px;
}
#smallyoutube {
	background-color: #FFF;
	float: right;
	height: 390px;
	width: 425px;
}
#youtubecontainer {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 955px;
}
#lightboxcontainer {
	background-color: #FFF;
	float: none;
	height: auto;
	width: 191px;
}
#container #youtubecontainer #youtube p {
	font-family: Georgia, Times New Roman, Times, serif;
}

.blog a {
	font-weight:bold; text-decoration:none;
	}
.blog a:link {
	color: red;
	}
.blog a:visited {
	color:white;
	}
.blog a:hover {
	color:green; text-decoration:underline;
	}
.blog a:active;

.blog a:focus {
	color:yellow;
	}
