
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
  background-color: #1e1f1f;
}

#header {
	background-image: url(../images/header-bg-2.png);
	background-repeat: repeat-x;
	width: 100%;
	margin: auto;
}

#masthead {
	text-align: center;
	margin: auto;
	width: 1024px;
	height: 243px;
	background-image: url(../images/tv-header-2.png);
	background-repeat: no-repeat;
}

#nav {
	float: right;
	margin: 200px 30px 0px 0px;
}

#nav ul {
  padding-bottom: 3px;
  width: 450px;
  margin-right: 30px;
}

#nav ul li {
	display: inline;
	margin-left: 25px;
}

#nav ul li.first {
	display: inline;
	margin-left: 0px;
}

#nav ul li a {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #e8dca0;
	padding-bottom: 3px;
}

#nav li a#current {
	color: #e8dca0;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 3px solid #e8dca0;
}



#wrap {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	width: 100%;
}

#content {
	width: 960px;
	margin: auto;
	padding: 20px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #444444;
	margin-bottom: 15px;
	margin-top: 5px;
}

#content h1 {
	color: #444444;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}

#content h2 {
	color: #444444;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-weight: bold;
}

#content h3 {
	color: #195b34;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}

#content a {
	color: #1c6136;
}

#content a:hover {
	color: #a55200;
}	

#footer {
	height: 153px;
	width: 100%;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
}

#footercontent {
	width: 960px;
	margin: auto;
	padding-top: 60px;
}

#footercontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;	
	line-height: 18px;
}

#footercontent a {
	color: #bbbbbb;	
}

#footercontent a:hover {
	color: #FFFF99;
}

#homebottom {
	width: auto;
	display: block;
	padding: 0 0 0 0;
}

#homebuttons {
	width: auto;
	display: block;
	padding: 0 0 0 0;
	text-align: left;
}

#homeleft {
	width:300px;
	margin-right:30px;
	float:left;
}

#homecenter {
	width:300px;
	margin-right:30px;
	float:left;
}
#homeright{
	width:300px;
	float:left;
}

div.spacer {
	clear:both;
	height:10px;
	display:block;
}

.headerimg {
	margin-bottom: 15px;
	margin-top: 20px;
}

.captionimg {
	margin-bottom: 15px;
}

.subcaptionimg {
	margin-bottom: 10px;
}

.homebottomimg {
	width: 280px;
	margin-bottom: 10px;
	padding: 4px;
	background-color: #0f381e;
}

.homebottomimg:hover {
  background-color: #a55200;
}

.button {
	margin-top: 5px;
}

.clearing { clear: both; }

.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
}

ol.forms input {	
	width: 80%;
	color: #444444;
	font-size: .9em;
}

ol.forms textarea {
	height: 10em; 
	width: 80%; 
	color: #444444;
}

ol.forms input, ol.forms textarea, ol.forms button {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}



ol.community_form {
	float: left;
	list-style: none;
	width: 100%;
}

ol.community_form li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.community_form label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 15%;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 5px;
}

ol.community_form input {	
	width: 80%;
	color: #444444;
	font-size: .9em;
}

ol.community_form input, ol.community_form textarea, ol.community_form button {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

ol.community_forms li.buttons {
	padding-left: 11%;
	width: 89%;
}


#contact {
	width: auto;
	display: block;
	padding: 0 0 0 0;
}

#contact_form {
	width:550px;
	margin-right:0px;
	float:left;
}

#contactright {
	width:350px;
	float:left;
}

#columns {
	width: auto;
	display: block;
	padding: 0 0 0 0;
}

#columnsleft {
	width:390px;
	float:left;
}

#columnsright {
	width:550px;
	float:left;
	margin-left: 20px;
}

.thumbnail
{
  float: left;
  width: 120px;
  margin: 0 5px 15px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #444444;
}

.thumbnail img {
  border: 1px solid #444444;
  margin-bottom: 3px;
  text-align: center;
}

.product-img {
	text-align: center;
}

.thumbnail img:hover {
  border: 1px solid #a55200; 
}

.tn {
  float: left;
  margin: 0;
  width: 260px;
}

.tn img {
  border: 1px solid #444444;
  margin-bottom: 3px;
  text-align: center;
}

.tn img:hover {
  border: 1px solid #a55200; 
}

#content h2.caption {
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
}

.community_thumb
{
  float: left;
  margin: 5px 25px 15px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #444444;
  text-align: center;
  width: 165px;
}

.community_thumb img {
  border: 1px solid #444444;
  margin-bottom: 3px;
  margin-right: 5px;
}

.community_thumb img:hover {
  border: 1px solid #a55200; 
}

.community_news {
  border-bottom: 1px solid #999999; 
  margin-bottom: 15px;
}

.left {
  float: left;
  clear: both;
  margin-right: 15px;
}

community_news_header {
  color: orange;
}

.left500 {
  float: left;
  clear: both;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #999999;
  background-color: white;
}


.center {
	text-align: center;
}

.left-product {
	padding-right: 20px;
}

#columns td {
	padding-bottom: 20px;
	vertical-align: top;
}

#columns .product-price {
	color: #195b34;
	font-family: Arial Black, Helvetica Black, Arial, Verdana;
	font-size: 1.7em;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-bottom: 0;
}

#product-spacer {
	padding-bottom: 15px;
}





