body, td, th, input, textarea, select, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body, td, th, a {
	color:white;
}

form {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
}

p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

pre {
	font-size: 11px;
	font-family: "Courier New", "Courier", monospace;
}

img{
	border: 0;
	display:block
}

a {
	color: white;
}

a:visited {
	color: white;
}

a:active {
	color:white;
}

h1 {
	font-size: 14px;
	color: #9d080d;
    text-align: left;
	margin: 10px 0px;
}

h2 {
	color: #9d080d;
	font-size: 12px;
}

/* used for product name */
h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ed040d;
}


ul,ol {
	margin-left: 15px;
	margin-bottom: 11px;
}

.product h3 {
	color: #9d080d;
}

.static {
    margin: 0px 4px;
}


h4 {
	font-size: 12px;
	margin-bottom: 0px;
	color: #37559d;
}

/* used for box title */
h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: -0.05em;
	margin-top: 10px;
	margin-bottom: 0px;
	/*color: #94191c;*/
	color: white;
}
/*
.product h5 {
	color: white;
}
	*/

/* mailing list */
h6 {
   font-size: 12px;
   margin-top: 0px;
   margin-bottom: 3px;
   color: #ed040d;
}



/* default form processing */

label {
    color: white;
    padding: 0;
}

input, textarea, select {
	color: black;
}

input.text, input.texttext, textarea {
  border: 1px solid #949ba2;
  padding: 2px;
}

select {
  border: 1px solid #949ba2;
}

table.formtable {
	padding: 0;
	margin: 0 0 8px;
}

/* Cap letters in arial seem to have a extra pixel in front of them 
to make our titles line up with our form labels */
table.formtable td {
	padding: 2px 4px 2px 1px;
}
/* end default form processing */

body {
	margin:0;
	padding:0;
	background-color: #313131;
}

body.splash {
	background-color: black;
}

#innersplash {
	position: relative;
	width: 836px;
	padding:0;
	margin: 0 auto;
}

#splash_cols {
	position: relative;
	padding-bottom: 10px;
}

#splash_cols ul {
	margin:4px 0;
	padding:0;
}

#splash_cols li {
	margin: 0;
	padding-bottom: 1px;
}

#tourmaster_splash_logo {
	position: absolute;
	left: 31px;
	top: 7px;
}

#cortech_splash_logo {
	position: absolute;
	right: 227px;
	top: 6px;
}

#splash_col1 {
	width: 265px;
	float:left;
	padding-left: 210px;
}

#splash_col2 {
	padding-left: 149px;
	width: 212px;
	float:right;
}

#splash_cols a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#splash_cols li {
	list-style-type: none;
}



#innerbody { 
	width: 760px;
	padding:0;
	margin: 0 auto;
}


#background_gray {
	margin-top: 3px;
	min-height: 300px;
	border-left: solid #282828 1px;
	background: #191919 url(/images/layout/gray_line.gif) no-repeat;
	padding-top: 1px;
}

#background_gray.product {
	background: #494949 url(/images/layout/gray_line.gif) no-repeat;
}

* html {
	height: 300px;
}

#bottom_bar {
	height: 9px;
	background: url(/images/layout/bottom_back.gif) no-repeat;
}

/* ------------------ 760px ------------------- */
/* -- 122 + 3 -- */     /* ---- 628 + 3 --------*/
                  /* 4 */


#column1 {
	float: left;
	width: 122px;
	display: inline;
	padding: 3px 0px 3px 3px;
}

#column2 {
	float: right;
	width: 628px;
	display: inline;
	padding: 3px 3px 3px 0px;
}


.gray_box {
	border: solid #383838 1px;
	background: #494949;
	padding: 5px 6px;
	position:relative;
}

.skinny_gray_box {
	border: solid #383838 1px;
	background: #494949;
	position:relative;
}


.product .gray_box {
	background: #1b1b1b;
}

.black_box {
	background: black;
	padding: 6px 5px;
}

.related_box {
	padding: 6px 5px;
	border: 1px solid black;
}

.menu  {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu li {
	padding: 0;
	margin: 0;
	line-height: 10px;
	margin-bottom: 4px;
	padding-top: 3px;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color:white;
}

.menu a.sectionSelected {
	color: #ed040d;
}

.product .menu a.sectionSelected {
	color: #9d080d;
}


.menu li ul li {
	padding-left: 9px;
	background: url(/images/layout/bullet.gif) 1px 9px no-repeat;
	margin-bottom: 1px;
	padding-top: 4px;
}

.menu li ul li.sectionSelected {
	background-image: url(/images/layout/bullet_light_red.gif);
}

.product .menu li ul li.sectionSelected {
	background-image: url(/images/layout/bullet_dark_red.gif);
}

.menu li ul li a {
	text-transform: none;
}


.features  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.features li {
	font-size: 8px;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	padding-left: 9px;
	background: url(/images/layout/bullet.gif) 0px 4px no-repeat;
}

.features a {
	line-height: 10px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#find_product_box {
	height: 125px;
	background: black;
}

#silo_holder {
	position: relative;
	overflow: hidden;
	height: 226px;
}

#scroll_right, #scroll_left {
	position: absolute;
	top: 175px;
	display: none;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#scroll_right {
	right: 0px;
}


.silos {
	position: absolute;
	left: 0px;
	width: 32000px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 17px;
}

.silos li {
	height: 159px;
	background: url(/images/layout/product_box.gif) 0px 25px no-repeat;
	width: 122px;
	float:left;
	padding-right: 3px;
}

.silos a {
	height: 159px;
	display: block;
	position: relative;
}

.silos img {
	position: absolute;
	width: 110px;
	height: 115px;
	left: 7px;
	top: 30px;
}

.silos label {
	position: absolute;
	display: block;
	left: 7px;
	bottom: 132px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	width: 110px;
}

.silos a {
	text-decoration: none;
	text-transform: uppercase;
}

.vista {
	padding: 1px 0 0;
}

/* ------------- 628px  -------------*/
/* ------ 370 -------*/ /* --- 255 --- */
                    /* 3 */

.inner_column1 {
	float: left;
	width: 370px;
	display: inline;
}

.inner_column2 {
	float: right;
	width: 255px;
	display: inline;
}


.details {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.details li {
	height: 120px;
	width: 88px;
	float:left;
	margin-left: 5px;
}

.details img {
	width: 88px;
	height: 88px;
} 

.details li.first {
	margin-left: 0px;
}

.related_products {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.related_products li {
	padding: 5px 0px;
}

.related_products img {
	display: inline;
}

.related_products a {
	text-decoration: none;
}


.thermom {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.thermom li {
	float:left;
	width: 117px;
	text-align: center;
	padding-right: 15px;
}

.thermom li a {
	text-decoration: none;
}

.thermom_small {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.thermom_small li {
	float:left;
	width: 58px;
	text-align: center;
	padding-right: 15px;
}

.thermom_small li a {
	text-decoration: none;
}

.guide {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.guide li {
	float:left;
	width: 117px;
	height: 199px;
	background: url(/images/layout/guide_frame.gif) no-repeat center;
	text-align: center;
    padding-top: 120px;
	margin-right: 15px;
	margin-top: -60px;
}

.guide li a {
    font-size: 16px;
    font-weight: bold;
}

.search_sort {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.search_sort li {
    float: left;
    font-size: 12px;
}

.search_sort li a {
    float: left;
    font-size: 12px;
    padding-left: 2em;
}

.search_sort img {
    float: left;
    margin: 0;
    padding: 0;
}


.color_column {
	float: left;
	width: 220px;
	display: inline;
}

.control_column {
	float: right;
	width: 150px;
	display: inline;
}

.colors {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 220px;
}

.colors li {
	float:left;
	width: 110px;
	text-align: center;
	padding-right: 0px;
}

.colors li a {
	text-decoration: none;
}

.button {
	display: block;
	padding: 2px;
	border: 1px solid white;
	background-color: #9d080d;
	color: white;
	text-decoration: none;
	text-align: center;
	width: 100px;
}

.button_float {
    display: inline;
	padding: 2px;
	border: 1px solid white;
	background-color: #9d080d;
	color: white;
	text-decoration: none;
	text-align: center;
	width: 100px;

}

.border {
    border: 1px solid white;
    border-collapse: collapse;
}

.border td {
    font-size: 12px;
    border: 1px solid white;
    padding: 2px;
}

.border .title {
    text-align: center;
    background: #fff;
    color: #000;
    font-weight: bold;
    vertical-align: bottom;
}

.border .subtitle {
    text-align: center;
    background: #444;
    color: #fff;
    font-weight: bold;
}

.border_small {
    border: 1px solid white;
    border-collapse: collapse;
}

.border_small td {
    font-size: 9px;
    border: 1px solid white;
    padding: 2px;
}

.border_small .title {
    text-align: center;
    background: #fff;
    color: #000;
    font-weight: bold;
    vertical-align: bottom;
}

.static .border {
    color: #000;
    background: #fff;
}

.static .border .title {
    background: #ccc;
}
.static .border .subtitle {
    background: #eee;
}
.static .border td {
    color: #000;
    border: 1px solid black;
}

.static .border_small {
    background: #fff;
}


.static .border_small .title {
    background: #ccc;
}
.static .border_small .subtitle {
    background: #eee;
}
.static .border_small td {
    color: #000;
    border: 1px solid black;
}

.static td {
	text-align: center;
}
.static .left {
	text-align: left;
}

.static .left td {
	text-align: left;
}

.static .right {
	text-align: right;
}

.product_box {
	display: block;
	height: 345px;
	width: 370px;
	position: relative;
}

.product_box .button {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.button_box {
	display: block;
	height: 20px;
	width: 150px;
	position: relative;
}

.button_box .button {
	position: absolute;
	right: 0px;
}

p.footer { 
	text-align: left;
	margin-top: 5px;
}

p.footer #credit {
	float:right;
}

.search_results {
  width: 80%;
    padding: 10px;
	padding-left: 0;
}
.search_results .bothsides {
    clear: both;
}
.search_results .leftside {
    float: left;
    margin-bottom: 10px;
	margin-right: 10px;
    width: 110px;
}

.locator {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

.locator img {
	display: inline;
	padding-right: 2px;
}

.locator td, .locator th {
	border: 1px solid black;	
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
}

.locator th {
	background-color: black;
	color: white;
}

.boundary {
	height: 0px;
	position: relative;
}
.legend {
  border: 1px solid black;
  padding: 2px;
  margin: 0px;
  width: 305px;
  right: 0px;
  top: 0px;
  position: absolute;
}

.legend * {
  float:left;
  padding: 0;
  margin:0;
}

.legend dd {
  padding: 10px 20px 10px 5px;
  font-size: 12px;
}

.carttable {
	border-collapse: collapse;
}


.cartrow td {
	border: 1px solid black;
}

div.invoice td {
	color:black;
}

div.invoice table {
	padding:5px;
}

.testimonial {
	position: relative;
   padding: 4px 2px 18px 2px;
}
.testimonial_nav .prev {
   padding-right: 12em;
}
.testimonial_nav .next {
   padding-left: 12em;
}

.testimonial .silos {
	padding-top:0
}

.testimonial .droptext {
	display: block;
	height: 155px;
}
.submitter {
   padding-left: 2em;
}

.ticker_data, .ticker_data a {
	font-size: 14px;
}
.ticker_data p {
	display: inline;
	padding-right: 20px;
	margin-right: 20px;
}

.ticker_table {
	margin-bottom: 3px;
	border-top: solid #383838 1px;
	border-bottom: solid #383838 1px;
}

.mailgo img {
   padding: 2px;
}

.mailingdiv {
   padding: 8px 15px;
}

.maillist li {
   list-style:none;
}

/* clearing */
	.stretch,
	.clear {
		clear:both;
		height:1px; 
		margin:0; 
		padding:0;
		font-size: 1px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */


/* Start of CMSMS style sheet 'menu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
/*   background-color: #ECECEC;*/
	height: 14px;	
	margin-top: 4px;
	padding-left: 30px;
	background: url(/images/layout/nav_back.gif);
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 170px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}

#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
   z-index: 10;
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
   height: 14px;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative;
   z-index: 10;
   background-color: #94080C;
   height: 20px;
}

#primary-nav li.parent {
   background-image: url(/images/layout/nav_arrow.gif);
   background-position: 162px 5px;
   background-repeat: no-repeat;
}

#primary-nav  li.hover { 
   background-color: #79060A;
}

#primary-nav ul a { 
	width: 156px; 
}

#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 2px 7px; 
	color: white;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none; 
}

#primary-nav li li a { 
   padding: 4px 7px; 
}

#primary-nav li.menuactive a { 
   color: #84be2b; 
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul,
#primary-nav li.hover ul ul
{
   display: none; 
}

#primary-nav li.hover ul,
#primary-nav li.hover ul li.hover ul
{
   display: block; 
}

#menuwrapper dfn {
display: none;
}



/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 14px; 
}
/* End of 'menu' */


#google_map {
	width:612px;
	height:500px;
	color:black;
	border: 1px black solid;
	margin-bottom: 15px;
}
#google_map a {
	color:black;
}

#banner {
	margin: 50px 0 0 32px  ;
}

#helmethouse {
	position: absolute;
	right: -75px;
	top: 15px;
}

#youtube {
	position: absolute;
	right: -45px;
	top: 90px;
}

#medialink {
	text-transform: uppercase;
	font-size: 14px;
	color: #FAD407;
	position: absolute;
	right:-55px;
	top:190px;
}
.botbanner {
	position:absolute;
	right:30px;
	top: 600px;
}
