/* CSS Document */

* { padding: 0; margin: 0; }
body {
	/*font: normal 12px/1.5em "Lucida Grande", Verdana, sans-serif; */
	font: normal 12px/1.5em "Lucida Grande", sans-serif, Verdana;
	background: #000000;
	color: white;
	}
		
/* Headings H1-H6 */
h1 {
	font-size:140%;
	padding:5px 0px;
	clear:both;
}

h2 {
	font-size:130%;
	padding:5px 0px;
	clear:both;
}

h3 {
	font-size:120%;
	padding:5px 0px;
	clear:both;
}

h4 {
	font-size:110%;
	padding:5px 0px;
	clear:both;
}

h5 {
	font-size:100%;
	padding:5px 0px;
	clear:both;
}

h6 {
	font-size:80%;
	padding:5px 0px;
	clear:both;
}


/* Paragraph and Link Styles */
p {
	margin: 0;
	color: white;
 }
 
img {
	border: 0px;
} 

a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
	
/* Lists and Navigation */
#navigation {
	float: left;
	width: 780px;
	margin: 0;
	padding: 3px 0px 0px 0px;
	/*border: 2px solid #CCCCCC;*/
	/*background-color: #471315;*/
	background-color: #000000;
	/*background-image: url(../images/laney_pttm_web.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:100px;*/
	background-image: url(../images/navbanner4.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height:110px;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 88px 3px 0px 32px; /* left padding was 35px with Media */
	color: white;
	list-style: none;
}

#navigation li.first {
	margin-left: 42px; /* left margin was 35px with Media */
	border-left: 0px;
}

#navigation a {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
}

#navigation a:link {
}

#navigation a:visited {
}

#navigation a:hover {
	/*background-color: #8B1B1D;*/
}

#navigation a:active {
	/*background-color: #8B1B1D;*/
}

#navigation li.selected {
	font-weight: bold;
}

#search {
	position: absolute;
	top: 15px;
	right: 15px;
	color: white;
	font-size: 85%;
}

#sm {
	position: absolute;
	top: 45px;
	right: 15px;
}

#sm a.smi {
	display:inline;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}
/* Howdy scott, menu header image*/
#prodmenuheader {
	width: 262px;
	height: 62px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	background-image:url(../images/menuheader.jpg);		
	color: black;
	float: right;
}


#prodmenucontent {
	width: 262px;
	height: 100%;
	min-height: 700px;
	/* padding: 2px 1px 8px 6px; */
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: white;
	float: right;
}

#prodmenucontent p {
	padding: 4px 1px 4px 6px;
	color: black;
}

#prodmenucontent p.arttitle {
	text-align: right;
	font-weight: bold;
	padding: 2px 2px 4px 6px; 
	/*background-color: #471315;*/
	/*background-color: #8B1B1D;*/
	background-color: #FFFFFF;
	border-bottom:0px solid #CCCCCC;
	color: #000000;
	width: 97%;
}

#prodmenucontent li {
	padding: 0px 10px 0px 0px;
	list-style: none;
	text-align: right;
	color: black;
	border-bottom:0px solid #CCCCCC;
}

#prodmenucontent h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 2px 1px 8px 6px;
	color: black;
}

#prodmenucontent h3 {
	height: 1em;
	font-size: 90%;
	text-align: right;
	padding: 0px 5px 8px 0px; 
	background-color: #FFFFFF;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
}

#prodmenucontent a:link {
	text-decoration: none;
	color: black;
}

#prodmenucontent a:visited {
	text-decoration: none;
	color: black;
}

#prodmenucontent a:hover {
	/*background-color: #8B1B1D;*/
	color: #8B1B1D;
}

#prodmenucontent a:active {
	/*background-color: #8B1B1D;*/
	color: #8B1B1D;
	
}

#prodlandmenu {
	width: 262px;
	height: 100%;
	/*min-height: 100%;*/
	min-height: 510px;
	/*padding: 2px 1px 8px 6px;*/
	background: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	float: right;
}

#prodlandmenu p {
	padding: 4px 1px 4px 6px;
	color: black;
}

#prodlandmenu li {
	padding: 0px 10px 0px 0px;
	list-style: none;
	text-align: right;
	color: black;
	border-bottom:1px solid #CCCCCC;
}

#prodlandmenu h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 2px 1px 8px 6px;
	color: black;
}

#prodlandmenu h3 {
	height: 1em;
	font-size: 90%;
	text-align: right;
	padding: 0px 5px 8px 0px; 
	background-color: #990000;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
}

#prodlandmenu a:link {
	text-decoration: none;
	color: black;
}

#prodlandmenu a:visited {
	text-decoration: none;
	color: black;
}

#prodlandmenu a:hover {
	/*background-color: #8B1B1D;*/
	color: #990000;
}

#prodlandmenu a:active {
	/*background-color: #8B1B1D;*/
	color: #990000;
}

#contactmenu {
	width: 262px;
	height: 100%;
	min-height: 400px;
	/* padding: 2px 1px 8px 6px; */
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: white;
	float: right;
}

#contactmenu p {
	padding: 4px 1px 4px 6px;
	color: black;
}

#contactmenu li {
	cursor:pointer;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 3px 1px 6px; 
	background-color: #FFFFFF;
	border-bottom:0px solid #CCCCCC;
	color: black;
	width:97%;
	height: 25px;
}

#contactmenu a:link {
	text-decoration: none;
	color: black;
}

#contactmenu a:visited {
	text-decoration: none;
	color: black;
}

#contactmenu a:hover {
	/*background-color: #8B1B1D;*/
	text-decoration: none;
	color: #8B1B1D;
}

#contactmenu a:active {
	/*background-color: #8B1B1D;*/
	text-decoration: none;
	color: #8B1B1D;
}

.menutitle{
	cursor:pointer;
	text-align: right;
	font-weight: bold;
	padding: 2px 2px 4px 6px; 
	background-color: #FFFFFF;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom:0px solid #CCCCCC;
	color: black;
	width:97%;
}

.submenu{
	/*margin-top: 0.5em;*/
	background-color: #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.faqtitle{
	cursor:pointer;
	text-align: left;
	font-weight: bold;
	padding: 2px 1px 6px 6px;
	/*border-bottom:1px solid #CCCCCC; */
	color: white;
	width:100%;
}

.subfaq{
	/*margin-top: 0.5em;*/
	background-color: #7497AA;
	border-bottom:1px solid #CCCCCC;
	width: 100%;
}

.menuarttitle{
	cursor:pointer;
	text-align: right;
	font-weight: bold;
	padding: 2px 2px 4px 6px; 
	background-color: #FFFFFF;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom:0px solid #CCCCCC;
	color: black;
	width:97%;
}

.subartmenu{
	/*margin-top: 0.5em;*/
	background-color: #CCCCCC;
	border-bottom:0px solid #CCCCCC;
}



/* Content */
#container {
	position: relative;
	width: 780px; /* real width */
	margin: auto;
	background-color: #000000; /*Change background colour for main content colour scheme*/
}

#header {
	background-color: black;
}

#header h1, #header h2 {
	position:absolute;
	right:1800px;
}

#spacer_top {
	clear: both;
	width: 100%;
	height: 10px;
	float: left;
	background-color: #000000;
	border-bottom: 0px solid #CCCCCC;
}

#spacer_bottom {
	clear: both;
	width: 100%;
	height: 10px;
	float: left;
	background-color: #000000;
	border-top: 0px solid #CCCCCC;
}

#content {
	/*clear: both;*/
	background: #000000;
}



#history {
	clear: both;
	background: #000000;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	background-image: url(../images/history_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 1px 1px 1px 1px;
	
}

#history p {
  	clear: both;
	font-size: 95%;
	color: white;
	padding: 8px 340px 8px 8px;
}

#history p.fullwidth {
  	clear: both;
	font-size: 95%;
	color: white;
	padding: 8px 8px 8px 8px;
}

#history h2 {
clear: both;
	font-size: 150%;
	font-weight: bold;
	width: 260px;
	background-color: #000000;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}


#history a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#history a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#history a:hover {
	background-color: #8B1B1D;
	font-weight: bold;
}

#history a:active {
	background-color: #8B1B1D;
	font-weight: bold;
}

#history b.backmap {
	clear: both;
	float: right;
	padding: -20px 5px 0px 0px;
	text-align: right;
	margin-top: -20px;
}

#newscontent {
	background: black;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	
}

#newscontent img {
	float: left;
	padding: 1px;
	border: 0px solid #CCCCCC;
	margin-bottom: 1em;
}

#newscontent p {
	font-size: 95%;
	padding-left: 10px;
}

#newscontent hr {
	clear: both;
	width: 99%;
	margin-bottom: 10px;
	height: 1px;
	border: 1px dashed #CCCCCC;
}

#newscontent h1 {
	font-size: 200%;
	font-weight: bold;
	width: 500px;
	background-color:#000000;
	line-height: 90%;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#newscontent h2 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 3px;
}

#newscontent li {
	list-style: none;
}

#newscontent a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#newscontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#newscontent a:hover {
	background-color: #8B1B1D;
	font-weight: bold;
}

#newscontent a:active {
	background-color: #8B1B1D;
	font-weight: bold;
}



/* Readers Rig */

#contentrig {
	/*clear: both;*/
	background: #000000;
	max-width: 500px;
	
}

#contentrig1 {
	/*clear: both;*/
	background: #000000;
	max-width: 500px;
	align: left;
	
}

#rigcontent {
	clear: both;
	background: #FFFFFF;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	color: #000000;
	}

#rigcontent img {
	float: left;
	padding: 1px;
	border: 0px solid #CCCCCC;
	margin-bottom: 1em;
	padding-bottom: 0px;  /* for new setting go to 0px*/
	padding-right: 10px; /* for new setting go to 10px*/

	}

#rigcontent p {
	font-size: 95%;
	padding-left: 10px;
	color: #000000;	
	width: 95%;
}

#rigcontent hr {
	clear: both;
	width: 99%;
	margin-bottom: 10px;
	height: 1px;
	border: 1px dashed #DDDDDD;
}

#rigcontent h1 {
	font-size: 200%;
	font-weight: bold;
	color:#000000;
	width: 260px;
	line-height: 90%;
	margin: 2px;
	padding: 5px 1px 5px 6px;
}

#rigcontent h2 {
	font-size: 100%;
	font-weight: bold;
}

#rigcontent li {
	list-style: none;
	max-width: 690px;
}

#rigcontent a:link {
	text-decoration: none;
	color: #FF0000;;
}

#rigcontent a:visited {
	text-decoration: none;
	color: #FF0000;
}

#rigcontent a:hover {
	font-weight: bold;
	color:#333333;
}

#rigcontent a:active {
	font-weight: bold;
	color:#333333;
}

/* product banner*/

#prodbannercontent {
	float: left;
	width: 500px;
	background: black;
	border: none;
	padding:3px 3px 3px 3px;
}

#prodbannercontentleft {
position: absolute;
width: 230px;
padding: 0 5px 5px 5px;
border: none;

}

#prodbannercontentleft img {
	border: none;
}

#prodbannercontentleft img.noborder {
	margin: 0px 0px 0px 0px;
	border: 0px;
}

#prodbannercontentleft img.nbf {
	float: right;
	margin: 0px 0px 0px 0px;
	border: 0px;
}


#prodbannercontentright {
margin-left: 250px;
width:230px;
padding: 0 5px 5px 5px;
}


#prodbannercontent p {
	padding: 2px 1px 5px 6px;
}

#prodbannercontent p.tcs {
	padding: 5px 10px 5px 10px;
	font-size: 80%;
}

#prodbannercontent p.backmap {
	padding: -5px 2px 0px 0px;
	text-align: right;
	margin-top: -20px;
}

#prodbannercontent p.fixed {
	padding: 2px 0px 5px 0px;
	width: 228px;
	font-size: 73%;
}

#prodbannercontent p.alt {
	padding: 2px 0px 5px 2px;
	background-color: #7497AA;
	width: 228px;
	font-size: 73%;
}

#prodbannercontent h1 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	width: 260px;
	background-color: #000000;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#prodbannercontent h2 {
	font-size: 110%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#prodbannercontent h3 {
	font-size: 110%;
	font-weight: bold;
	width: 400px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#prodbannercontent h4 {
	font-size: 110%;
	width: 260px;
	line-height: 85%;
	padding: 5px 1px 5px 6px;
}

#prodbannercontent a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#prodbannercontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#prodbannercontent a:hover {
	background-color: #8B1B1D;
}

#prodbannercontent a:active {
	background-color: #8B1B1D;
}

#prodbannercontent a.none {
	text-decoration: none;
	background-color: black;
}

#prodbannercontent li {
	float: left;
	margin: 8px 0px 2px 15px;
	padding: 0px 5px 4px 0px;
	color: white;
	list-style: none;
}

#prodbannercontent li.alt {
	float: left;
	background-color: #496778;
	margin: 8px 0px 2px 15px;
	padding: 0px 5px 4px 2px;
	color: white;
	list-style: none;
}

#prodbannercontent li.dist {
	float: left;
	margin: 8px 10px 2px 15px;
	padding: 0px 5px 4px 2px;
	color: white;
	list-style: none;
}

#prodbannercontent hr {
	clear: both;
	width: 500px;
	margin-bottom: 5px;
}

/* Lincoln's coding end....*/

/* Dealer CSS elements */


#dealercontent {
	float: left;
	width: 770px;
	background: black;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	padding:3px 3px 3px 3px;
}

#dealercontent img {
	border: none;
}

#dealercontent img.noborder {
	margin: 3px 0px 0px 5px;
	border: 0px;
}

#dealercontent img.nbf {
	float: right;
	margin: 0px 0px 0px 5px;
	border: 0px;
}

#dealercontent p {
	padding: 2px 1px 5px 6px;
}

#dealercontent p.tcs {
	padding: 5px 10px 5px 10px;
	font-size: 80%;
}

#dealercontent p.backmap {
	padding: -5px 2px 0px 0px;
	text-align: right;
	margin-top: -20px;
}

#dealercontent p.fixed {
	padding: 2px 0px 5px 0px;
	width: 228px;
	font-size: 73%;
}

#dealercontent p.alt {
	padding: 2px 0px 5px 2px;
	background-color: #7497AA;
	width: 228px;
	font-size: 73%;
}

#dealercontent h1 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	width: 260px;
	background-color: #000000;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#dealercontent h2 {
	font-size: 110%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#dealercontent h3 {
	font-size: 110%;
	font-weight: bold;
	width: 400px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#dealercontent h4 {
	font-size: 110%;
	width: 260px;
	line-height: 85%;
	padding: 5px 1px 5px 6px;
}

#dealercontent a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#dealercontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#dealercontent a:hover {
	background-color: #8B1B1D;
}

#dealercontent a:active {
	background-color: #8B1B1D;
}

#dealercontent a.none {
	text-decoration: none;
	background-color: black;
}

#dealercontent li {
	float: left;
	margin: 8px 0px 2px 15px;
	padding: 0px 5px 4px 0px;
	color: white;
	list-style: none;
}

#dealercontent li.alt {
	float: left;
	background-color: #496778;
	margin: 8px 0px 2px 15px;
	padding: 0px 5px 4px 2px;
	color: white;
	list-style: none;
}

#dealercontent li.dist {
	float: left;
	margin: 8px 10px 2px 15px;
	padding: 0px 5px 4px 2px;
	color: white;
	list-style: none;
}

#dealercontent hr {
	clear: both;
	width: 768px;
	margin-bottom: 5px;
}

/* Dealer CSS elements end*/
#artcontent {
	float: left;
	width: 770px;
	background: black;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	padding:3px 3px 3px 3px;
}

#artcontent img {
	border: 1px solid #CCCCCC;
}

#artcontent img.noborder {
	margin: 3px 0px 0px 5px;
	border: 0px;
}

#artcontent img.nbf {
	float: right;
	margin: 0px 0px 0px 5px;
	border: 0px;
}

#artcontent p {
	padding: 2px 1px 5px 6px;
	}

#artcontent p.tcs {
	padding: 5px 10px 5px 10px;
	font-size: 80%;
}

#artcontent p.backmap {
	padding: -5px 2px 0px 0px;
	text-align: right;
	margin-top: -20px;
}

#artcontent p.fixed {
	padding: 2px 0px 5px 0px;
	width: 228px;
	font-size: 85%;
}

#artcontent p.alt {
	padding: 2px 0px 5px 2px;
	background-color: #7497AA;
	width: 228px;
	font-size: 85%;
}

#artcontent h1 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	width: 260px;
	background-color: #000000;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#artcontent h2 {
	font-size: 110%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#artcontent h3 {
	font-size: 110%;
	font-weight: bold;
	width: 400px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#artcontent h4 {
	font-size: 110%;
	width: 260px;
	line-height: 85%;
	padding: 5px 1px 5px 6px;
}

#artcontent a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#artcontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#artcontent a:hover {
	background-color: #8B1B1D;
}

#artcontent a:active {
	background-color: #8B1B1D;
}

#artcontent a.none {
	text-decoration: none;
	background-color: black;
}

#artcontent li {
	float: left;
	margin: 8px 0px 2px 15px;
	padding: 0px 5px 4px 0px;
	color: white;
	list-style: none;
}

#artcontent li.alt {
	float: left;
	background-color: #496778;
	margin: 8px 0px 2px 15px;
	padding: 0px 5px 4px 2px;
	color: white;
	list-style: none;
}

#artcontent li.dist {
	float: left;
	margin: 8px 10px 2px 15px;
	padding: 0px 5px 4px 2px;
	color: white;
	list-style: none;
}

#artcontent hr {
	clear: both;
	width: 768px;
	margin-bottom: 5px;
}

.box {
  width:500px;
  /*background-color: #496778;*/
  /*border:solid #496778;
  border-top-width:1.5em;*/
}

.box-title {
	float: left;
	width: 200px;
	background-color: #496778;
	padding-left: 2px;
}

.left {
	clear: both;
  	float:left;
  	width: 100px;
  	margin-left:.2em;
  	/*margin-top:.3em;*/
  	color:#FFFFFF;
}

.leftsmall {
	clear: both;
  	float:left;
  	width: 100px;
  	margin-left:.2em;
	/*margin-top:.3em;*/
  	color:#FFFFFF;
}

.leftfull {
	clear: both;
  	float:left;
  	width: 600px;
  	margin-left:.2em;
  	/*margin-top:.3em;*/
  	color:#FFFFFF;
}


.right {
  	float: right;
  	width: 350px;
  	padding-top:-1em;
  	margin-left:2px;
  	padding-right:.2em;
  	/*padding-bottom:.2em;*/
}

.rightsmall {
  	float: right;
  	width: 350px;
  	padding-top:-1em;
  	margin-left:2px;
  	padding-right:.2em;
  	/*padding-bottom:.2em;*/
}

#maincontent {
	width: 500px;
	height: 100%;
	min-height: 100%;
	background: #000000;
	border-left: 0px solid #CCCCCC;
	/*padding: 2px 1px -1px 6px;*/
	padding-bottom: -1px;
	float: left;
	
}

#maincontent img {
	/*margin: 3px 0px 0px -1px;*/
	/*margin: 3px 0px 3px 5px;
	border: 1px solid #CCCCCC;*/
}

#maincontent img.noborder {
	margin: 3px 0px 0px 5px;
	border: 0px;
}

#maincontent img.nbf {
	float: right;
	margin: 0px 0px 5px 25px;
	border: 0px;
}

#maincontent p {
	padding: 2px 1px 5px 6px;
}

#maincontent p.product {
	padding: 2px 1px 5px 6px;
	/*background-image: url(../images/40_logo.png);
	background-repeat: no-repeat;*/
}

#maincontent br {
	padding-top: -5px;
}

/*#maincontent strong.highlight {
	font-weight: bold;
	width: 260px;
	background-color: #8B1B1D;
	padding: 1px 5px 1px 2px;
}*/

#maincontent p.centre {
	padding: 2px 1px 5px 6px;
	text-align: center;
}

#maincontent h1 {
	font-size: 150%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #000000;
	line-height: 90%;
	margin: 2px;
	padding: 5px 1px 5px 6px;
}

#maincontent h2 {
	padding: 5px 1px 5px 6px;
}

#maincontent h2.highlight {
	font-size: 110%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#maincontent h3 {
	font-size: 150%;
	font-weight: bold;
	width: 300px;
	/*background-color: #471315;*/
	background-color: #000000;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#maincontent a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#maincontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#maincontent a:hover {
	background-color: #8B1B1D;
}

#maincontent a:active {
	background-color: #8B1B1D;
}

#maincontent a.none {
	text-decoration: none;
	background-color: black;
}

#maincontent li {
	float: left;
	margin: 8px 0px 2px 4px;
	padding: 0px 5px 4px 0px;
	color: white;
	list-style: none;
}

#maincontent p.range {
	width: 200px;
	padding: 2px 1px 5px 6px;
	text-align: center;
}

#maincontent li.range {
	float: left;
	margin: 10px 0px 2px 15px;
	padding: 0px 0px 4px 12px;
	color: white;
	list-style: none;
	min-height: 200px;
}

#maincontent table {
	padding: 2px 0px 5px 10px;
}

#maincontent td {
	padding-left: 2px;
}

#archive {
	width: 500px;
	height: 100%;
	min-height: 100%;
	background: #000000;
	/*border-left: 2px solid #CCCCCC; */
	/*padding: 2px 1px -1px 6px;*/
	padding-bottom: 5px;
	float: left;
}

#archive p.leftsmall {
	padding: 0px 0px 0px 15px;
	margin-bottom: -10px;
}

#archive p.rightsmall {
	padding: 0px 0px 0px 15px;
	margin-bottom: -10px;
}

#archive p {
	padding: 2px 1px 5px 6px;
}

#archive h1 {
	font-size: 150%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #000000;
	line-height: 90%;
	margin: 2px;
	padding: 5px 1px 5px 6px;
}

#archive h2 {
	font-size: 110%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#archive a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#archive a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#archive a:hover {
	background-color: #8B1B1D;
}

#archive a:active {
	background-color: #8B1B1D;
}

#archive a.none {
	text-decoration: none;
	background-color: black;
}

#archive li {
	float: left;
	margin: 8px 0px 2px 4px;
	padding: 0px 5px 4px 0px;
	color: white;
	list-style: none;
}



#prodcontent {
	width: 500px;
	height: 885px;
	min-height: 100%;
	background: #000000;
	/*border-left: 1px solid #CCCCCC;*/
	padding-bottom: -1px;
	float: left;
}

#prodcontent img {
	float: right;
	margin: 0px 0px 0px 15px;
}

#prodcontent img.left {
	clear: both;
	float: left;
	padding: 5px 0px 5px 0px;
}

#prodcontent img.lefthigh {
	clear: both;
	float: left;
	margin-right: 200px;
	border: 1px solid #CCCCCC;
}

.left {
	clear: both;
	float: left;

}

#prodcontent img.highlight {
	float: right;
	margin: -45px -10px 5px 17px;
	border: 1px solid #CCCCCC;
}

#prodcontent img.nohighlight {
	clear: both;
	float: right;
	margin: -90px -5px 0px 5px;
}

#prodcontent p.sound {
	padding-right: -70px;
	background-image: url(../images/speaker.png);
	background-repeat: no-repeat;
	background-position: right;
}

#prodcontent p {
	padding: 4px 1px 5px 6px;
	text-align: justify;
	width: 260px;
}

#prodcontent p.right {
width:200px;
	float: right;
	clear: both;
}

#prodcontent p.prod {
	padding: 8px 1px 5px 16px;
}

#prodcontent p.full {
	padding: 4px 10px 5px 6px;
}

#prodcontent p.highlight {
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	padding: 5px 1px 5px 6px;
}

#prodcontent h1 {
	font-size: 110%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	margin: 2px;
	padding: 5px 1px 5px 6px;
}

#prodcontent h2 {
	font-size: 100%;
	font-weight: bold;
	width: 260px;
	/*background-color: #471315;*/
	background-color: #8B1B1D;
	line-height: 90%;
	margin: 2px;
	padding: 5px 1px 5px 6px;
}

#prodcontent h2.blue {
	font-size: 100%;
	font-weight: bold;
	width: 260px;
	background-color: #000000;
	line-height: 90%;
	margin: 2px;
	padding: 5px 1px 5px 6px;
}

#prodcontent a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#prodcontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#prodcontent a:hover {
	background-color: #8B1B1D;
}

#prodcontent a:active {
	background-color: #8B1B1D;
}

#prodcontent li {
	float: left;
	margin: 8px 0px 2px 4px;
	padding: 0px 5px 4px 0px;
	color: white;
	list-style: none;
}

#prodcontent li.prod {
	clear: both;
	float: left;
	margin: 1px 0px 1px 0px;
	padding: 0px 1px 1px 0px;
	color: white;
	list-style: none;
}

#prodcontent ul.prod {
	clear: both;
	width: 160px;
}

#prodcontent ul.thumb {
width:200px;
	float: right;
	clear: both;




}

#prodcontent li.thumb {
	float: right;
	padding: 0px 2px 4px 0px;
	color: white;
	list-style: none;
}

#quote {
	margin: 25px 0px 0px 55px;
	height: 200px;
	background-image: url(../images/artists/quote.png);
	background-repeat: no-repeat;
}

#quote p{
	width: 320px;
	padding: 40px 0px 0px 45px;
	text-align: center;
	color: black;
	font-size: 9px;
}


.MainImg img {
	float: right;
	margin: 0px 0px 0px 5px;
	/*border: 1px solid #CCCCCC;*/
}

#TipLayer {
	visibility:hidden; 
	position:absolute; 
	z-index:1000; 
	top:-100;
	border: 1px solid #CCCCCC;
}

#TipLayer b {
	padding-left: 2px;
}

#TipLayer p {
	font-size: 90%;
	padding: 2px 0px 0px 2px;
}

#subprod {
	clear: both;
	width: 500px;
	height: 75px;
	background: #000000;
	border-left:1px solid #CCCCCC;
	/*padding-bottom: -1px;*/
	float: left;	
}

#secondcontent {
	width: 262px;
	height: 100%;
	min-height: 100%;
	/* padding: 2px 1px 8px 6px; */
	background: #000000;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	color: black;
	float: right;
}

#secondcontent p {
	padding: 2px 1px 8px 6px;
	color: black;
}

#secondcontent li {
	padding: 0px 10px 6px 20px;
	list-style: none;
	color: black;
}

#secondcontent li.contact {
	clear: both;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
	padding: 10px 1px 10px 6px; 
	background-color: #496778;
	border-bottom: 0px solid #CCCCCC;
	color: black;
	width: 97%;
	height: 25px;
}

#secondcontent h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 2px 1px 8px 6px;
	color: black;
}

#secondcontent h3 {
	height: 1em;
	font-size: 90%;
	text-align: right;
	padding: 0px 5px 8px 0px; 
	background-color: #FFFFFF;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
}

#secondcontent a:link {
	text-decoration: none;
	color: black;
}

#secondcontent a:visited {
	text-decoration: none;
	color: black;
}

#secondcontent a:hover {
	background-color: #8B1B1D;
}

#secondcontent a:active {
	background-color: #8B1B1D;bor
}

#thirdcontent {
	width: 100%;
	background-color: black;
	border-bottom: 0px solid #CCCCCC;
	color: white;
	float: right;
}

#thirdcontent h3 {
	height: 1em;
	font-size: 90%;
	text-align: right;
	padding: 0px 5px 8px 0px; 
	background-color: #000000;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
}

#thirdcontent p {
	font-size: 80%;
	padding: 2px 1px 8px -6px;
	color: white;
}

#fourthcontent {
	width: 100%;
	background-color: black;
	color: white;
	float: right;
}

#fourthcontent h3 {
	height: 1em;
	font-size: 90%;
	text-align: right;
	padding: 0px 5px 8px 0px; 
	background-color: #FFFFFF;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
}

#fourthcontent h4 {
	font-size: 95%;
	padding: 2px 2px 1px 3px;
}

#fourthcontent h5 {
	font-size: 90%;
	text-align: right;
	padding: 0px 5px 15px 0px;
}

#fourthcontent p {
	font-size: 80%;
	padding: 2px 1px 10px -6px;
	color: white;
}

#fourthcontent a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#fourthcontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#fourthcontent a:hover {
	background-color: #8B1B1D;
}

#fourthcontent a:active {
	background-color: #8B1B1D;
}

#fourthcontent li {
	/*float: left;*/
	margin: 0;
	padding: 10px 5px 0px 10px;
	color: white;
	list-style: none;
}

#fifthcontent {
	width: 100%;
	background-color: black;
	border-bottom: 0px solid #CCCCCC;
	color: white;
	float: right;
}

#fifthcontent h3 {
	height: 1em;
	font-size: 95%;
	text-align: right;
	padding: 0px 5px 8px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
}

#fifthcontent p {
	font-size: 80%;
	padding: 2px 1px 6px -6px;
	color: white;
}

#fifthcontent li {
	float: left;
	margin: 0;
	padding: 10px 5px 0px 10px;
	color: white;
	list-style: none;
}
		
#footer {
	clear: both;
	padding: 0px;
	font-size:11px;
	background-image:url(../images/footnotebanner.jpg);
	/*line-height: 1.4em;*/
	text-align: center;
	position: center;
	border: 0px;
	color: #FFFFFF;
	
}

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

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

#footer a:hover {
	background-color: #8B1B1D;
	font-weight: bold;
}

#footer a:active {
	background-color: #FFFFFF;
	font-weight: bold;
}



/* Forms */
form.contact {
	padding: 2px 0px 5px 6px;
	margin: 0 0 2px 0;
}

form.contact label {
	font-size: small;
	color: white;
	line-height: 150%;
}

form.contact label.fixedwidth {
	display: block;
	width: 90px;
	float: left;
}

form.contact label.padded {
	display: block;
	padding-top: 10px;
}

form.contact fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

form.contact legend {
	font-weight: bold;
	font-size: small;
	color: white;
	padding: 5px;
}

form.contact .buttonarea {
	display: block;
	padding-top: 10px;
}

form.products {
	padding: -10px 0px 0px -5px;
	/*margin: 0 0 2px 0;*/
}

form.products fieldset {
	border: none;
	text-align: right;
	padding: 2px 10px 2px 20px;
}

form.dealers label.padded {
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}



/*Positioning */

 #ThumbImgs { 
 	border: 1px solid red; 
 	padding: 2px; 
 } 
/*
#container, #header, #maincontent, #secondcontent, #content, #navigation {
	border: 1px solid red;
	padding 2px
}*/

/* LX CAMO SPECIAL */

#camocontent {
	float: left;
	height: 582px;
	width: 700px;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	background-image: url(../images/special/camobg.png);
	background-repeat: no-repeat;
	padding-left: 460px;
	padding-right: 10px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	}

#camocontent img {
	float: left;
	padding: 1px;
	border: 0px solid #CCCCCC;
	margin-bottom: 1em;
}

#camocontent p {
	font-size: 8px;
			}


			
#camocontent hr {
	clear: both;
	width: 99%;
	margin-bottom: 5px;
}

#camocontenth1 {
	font-size: 200%;
	font-weight: bold;
	width: 260px;
	background-color:#000000;
	line-height: 90%;
	margin: 2px;
	padding: 5px 1px 5px 6px;
}

#camocontent h6 {
font-size: 16px; 
color: #FF0000;
font-weight: bold;
			}

#camocontent h1 {
color: #FFFFFF;
font-size: 16px;
font-weight: bold; 
			}

#camocontent h2 {
font-size: 14px; 
color: #FF0000;
			}

#camocontent h4 {
	font-size: 70px;
	font-weight: bolder;
	color: #FF0000;
	line-height:55px;
}


#camocontent h3 {
	font-size: 29px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 30px;
}


#camocontent li {
	list-style: none;
}

#camocontent a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#camocontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#camocontent a:hover {
	background-color: #8B1B1D;
	font-weight: bold;
}

#camocontent a:active {
	background-color: #8B1B1D;
	font-weight: bold;
}
#container #rigcontent .header {
	font-weight: bold;
	width: 80px;
	position: absolute;
}
#container #rigcontent .content {
	left: 80px;
	position: relative;
	max-width: 400px;
}

#container #rigcontent .rriText {

	padding-left: 220px;
	width:550px;

}

#container #rigcontent .rriLeft {

	margin-left:5px

}
#container #content #prodcontent .smIcon {
	clear: none;
	float: none;
}
#container #content #prodcontent #myspacepostto a {
	padding-left: 6px;
}

