/* CSS Document */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

a:link {
	text-decoration: none;
	color: #fff;
}

body {
	background-color:#262626;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.6;
}

#branding {
	height: 92px;
	background-image: url(http://www.line-x.com/images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	height: 294px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#footer {
	clear: both;
	height: 30px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	color: #FFFFFF;
	line-height: 30px;
}

#footer p {
	margin-left: 12px;

}

/* The Core Technique
================================= */

.clear {
  clear: both;
}

#wrapper {
	width: 930px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #222;
	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper-main {
	width: 930px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg_wrapper_main.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


#content {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


#content-inner {
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
}


#content-main {
	width: 904px;
		margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 0px;
}


#content-inner-main {
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-right {
	width: 570px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 2.2em;
	font-size: 1.2em;
	color: #555;
}

#content-right a:link {
	color: #0033CC;

}

#content-right h1 {
	font-size: 1.5em;
	color: #444;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#content-right p {
	margin-bottom: 1.8em;
}

table.dealer {
	line-height: 1.8em;
	font-size: 1em;
	border-collapse: collapse;
	width: 560px;
	border: 1px solid #999999;
	white-space: normal;


}

table.dealer a, table.dealer a:link, table.dealer a:visited {
	color: #0033CC;
	text-decoration: none;
}

table.dealer a:hover {
	color: #0033CC;
	text-decoration: underline;

}


table.dealer th, td {
	line-height: 1.6em;
	font-size: 1em;
	padding-top: 1em;
	padding-right: 0.1em;
	padding-bottom: 1em;
	padding-left: 0.1em;

}


table.dealer thead {
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #a5a5a5;
}

table.dealer thead tr {

	background-image: url(images/features_bg.gif);
	background-repeat: repeat-y;
	background-position: left middle;
}

table.dealer col {
  border-right: 1px solid #999;
}

table.dealer tr td.name {
	color: #993300;
	font-weight: bold;
}

table.dealer tr td.state {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: left;
}


table.dealer thead span {
	font-size: .7em;
	color: #fff;
	margin-top: 2px;


}

table.dealer .odd {
	background-color: #f4ffbe;
}







/* Add some padding 
================================== */

#mainNav {
	height: 50px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_mainnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#mainNav-inner {
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
#mainNav-inner  ul
{
	padding-left: 0;
	margin-left: 0px;
	color: White;
	width: 100%;
	margin-right: 0px;
	text-align: center;
	height: 50px;
}

#mainNav-inner  ul li {
	display: inline;
}

#mainNav-inner  ul li a
{
	color: White;
	text-decoration: none;
	line-height: 46px;
	padding-right: 1.4em;
	padding-left: 1.4em;
	font-size: 1.1em;
	background-image: url(images/bg_mainnav_div.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	height: 46px;
	float: left;
}

#mainNav-inner  ul li.last a
{
	
	background-image: none;
}

#mainNav-inner  ul li.current a
{
	color: #f8e54c;

}

#mainNav-inner  ul li a:hover
{
	color: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f8e54c;
}


#mainNav * {
  padding-left: 0px;
  padding-right: 0px;
}

#mainNav * * {
	padding-left: 0;
	padding-right: 0;
	font-size: 1em;
	line-height: 1em;
	color: #333333;
}

#content * {
  padding-right: 0px;
}

#content * * {
  padding-right: 0;
}

.splashbox {
	width: 268px;
	background-image: url(images/bg_splashbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 220px;
	float: left;
	margin-right: 10px;
	display: inline;
}


.splashbox h2 {
	color: #f8e54c;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 2em;
	margin-right: 0px;
}

.splashbox-inner {
	width: 230px;
	margin-right: 10px;
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.linksbox  {
	color: #f8e54c;
}

.linksbox ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.linksbox li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet-arrow.gif);
	display: inline;
}

.linksbox li a
{
	color: #f8e54c;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	display: block;
	background-image: url(images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.linksbox li a:link, .linksbox li a:visited
{
	color: #f8e54c;
	text-decoration: none;
}

.linksbox li a:hover
{
	color: #099ae5;
	text-decoration: underline;
}

/*-------------------------------------------------------*/

.sidebar {
	width: 268px;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 220px;
	float: right;
	margin-right: 10px;
	display: inline;
	margin-left: 0px;
}
.sidebar-plain {
	width: 268px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 220px;
	float: right;
	margin-right: 10px;
	display: inline;
	margin-left: 0px;
	margin-top: 20px;
}
.sidebar-xtra {
	background-repeat: no-repeat;
	padding-top: 0px;
	text-align: right;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sidebar-xtra span {
	margin-right: 20px;

}

.sidebar-xtra a, .sidebar-xtra a:link, .sidebar-xtra a:visited {
	color: #0991d8;
	text-decoration: none;	
	}

.sidebar-xtra a:hover {
	text-decoration: underline;


}


.sidebar  h2 {
	color: #f8e54c;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 2em;
	margin-right: 0px;
}

.sidebar-inner {
	width: 230px;
	margin-right: 10px;
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sidebar-links {
	color: #f8e54c;
}

.sidebar-links ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sidebar-links li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet-arrow.gif);
	display: inline;
}

.sidebar-links li a
{
	color: #f8e54c;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	display: block;
	background-image: url(images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.sidebar-links li a:link, .sidebar-links li a:visited
{
	color: #f8e54c;
	text-decoration: none;
}

.sidebar-links li a:hover
{
	color: #099ae5;
	text-decoration: underline;
}


.features {
	font-size: 0.9em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: 1.5em;
	background-color: #5d778b;
	background-image: url(images/features_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.features h3 {
	font-size: 1.4em;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.features-left {
	width: 340px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.diagram table {
	background-image: url(images/features_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-collapse: collapse;

  border: 1px solid #666;
}

.diagram-images {
	border: 1px solid #FFFFFF;
	padding: 3px;
	clear: right;
	display: block;
	margin: 0px;
}

/*-------------------------------------------------------*/

.header-shift {
	padding-left: 12px;
}
.indusbg_con {
	background-image: url(images/indlist_con.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.indusbg_mil {
	background-image: url(images/indlist_mil.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.indusbg_ind {
	background-image: url(images/indlist_ind.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.industriesbox  {
	color: #f8e54c;
	margin-left: 6px;
	margin-right: 6px;
}
.industriesbox ul {
	margin: 0px;
	padding: 0px;

}

.industriesbox li {
	list-style-type: none;
	padding: 0px;
	width: 260px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.industriesbox a
{
	color: #f8e54c;
	display: block;
	padding: 10px;
	margin-bottom: 2px;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
}
.industriesbox a:link, .industriesbox a:visited
{
	color: #f8e54c;
	text-decoration: none;
		margin-bottom: 1px;
	font-size: 1.2em;
	height: 20px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.industriesbox a:hover
{
	color: #099ae5;
}

.industriesbox span, .industriesbox span a, .industriesbox span a:link, .industriesbox span a:hover, .industriesbox span a:visited {
	color: #099ae5;
	text-decoration: none;
	font-size: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}

.gallerybox {
	background-image: url(images/bg_photogallery.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 176px;
	float: left;
	margin-right: 10px;
	display: inline;
	width: 316px;
}

.gallerybox h2 {
	color: #099ae5;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	padding-bottom: 0px;
	padding-top: 3px;
	font-size: 2em;
	margin-right: 0px;
	padding-left: 14px;
}

.gallerybox-inner {
	width: 294px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.gallerybox img {
	float: left;
	border: 2px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 16px;
	margin-bottom: 10px;
	display: inline;
	margin-left: 10px;
}

.gallerybox img a, .gallerybox img a:hover, .gallerybox img a:link, .gallerybox img a:visited {

	border: 2px solid #990000;

}

.warranty-splash {
	background-image: url(images/warranty_alpha _small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	display: block;
	padding-bottom: 10px;
	background-image: url(images/warranty_alpha.gif);
}

.warranty-splash h3, .warranty-splash h3 a, .warranty-splash h3 a:link, .warranty-splash h3 a:visited {
	color: #fff;
	text-decoration: none;
	margin-top: 16px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	margin-right: 10px;
	display: block;
	margin-left: 64px;
}
.warranty-splash span, .warranty-splash span a, .warranty-splash span a:link, .warranty-splash span a:visited, .warranty-splash span a:hover {
	color: ##099ae5;
	display: block;
	font-size: 1.1em;
	float: right;
	width: 100px;
	margin-right: 10px;
}

.pullquote {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-size: 1em;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/pullquote_bg.gif);
	padding-right: 16px;
}

/*-------------------------------------------------------*/

.nav-next {
	float: right;
	color: #333333;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	background-image: url(images/arrow-next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.nav-next a, .nav-next a:link, .nav-next a:visited {
	color: #333333;
	text-decoration: none;
}

.nav-next a:hover {
	text-decoration: underline;
}


.nav-prev {
	float: left;
	color: #333333;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-image: url(images/arrow-prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.nav-prev a, .nav-prev a:link, .nav-prev a:visited {
	color: #333333;
	text-decoration: none;
}
.nav-prev a:hover {
	text-decoration: underline;
}

.warranty {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	line-height: 1.2em;
	text-align: center;
	font-size: 1.5em;
	text-align: center;

}

.warranty-container {
	margin-bottom: 20px;


}


.warranty a, .warranty a:link, .warranty a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.warranty span, .warranty span a, .warranty span a:link, .warranty span a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin-top: 16px;
	text-decoration: none;
}

.warranty span a:hover  {
	text-decoration: underline;

}
.warranty h4, .warranty h4 a, .warranty h4 a:link, .warranty h4 a:visited {
		font-family: Georgia, "Times New Roman", Times, serif;	
		color: #a91520;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
