/*
CSS document for Western Roller Corporation
http://www.westernroller.com
Created by Nate Hibma, Industrial Quick Search, 2010
Last Edited: 7/29/2010
COLORS:
deep red: #c20e17;
*/

@import "reset.css";

/* ******************************** */
/*				GENERAL				*/
/* ******************************** */

html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	display: block;
	height: auto;
	width: auto;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 12px;
}

h1 {
	font-size: 2.4em;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.6em;
	margin: 10px 0 5px;
	color: #c20e17;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p {
	color: #000;
	line-height: 2em;
	margin-bottom: 20px;
}

p.single {
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 5px 0 20px;
}

p.largerBolder {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.3em;
}

p.description {
	display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.1em;
	width: auto;
	margin: 5px auto 0;
}

p.intro {
	font-size: 1.2em;
	font-weight: bold;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	border: none;
}

img {
	border: 2px solid #000;
}

img.float-right {
	float: right;
	margin: 20px;
}

#mainImage {
	border: none;
}

#mainContent ul li {
	margin: 10px;
}

#mainContent ul.condensed {
	list-style: disc;
	margin: 20px;
}

#mainContent ul.condensed li {
	margin: 10px;
	line-height: 1.3em;
}

#mainContent ul.larger li {
	margin: 20px;
	line-height: 1.3em;
	font-size: 1.3em;
}

#mainContent ul.largerBolder li {
	margin: 20px;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: 600;
}

.brightRed {
	color: #f00;
}

img.large {
	display: block;
	margin: 20px auto;
}

img.no-border {
	border: none;
}

sup {
	font-size: .5em;
	text-transform: uppercase;
}

ul {
	list-style: disc;
	margin-bottom: 20px;
}

ul li {
	line-height: 1.5em;
}

ul.box {
	display: block;
	border: 2px solid #333;
	padding: 10px 10px 10px 20px;
	width: 90%;
	margin-left: 20px;
	font-size: 1.4em;
	text-transform: uppercase;
}

.largeBold {
	font-weight: 700;
	font-size: 1.2em;
}

.boldRed {
	font-size: 1.1em;
	color: #c20e17;
}

/* ******************************** */
/*		PRIMARY ARCHITECTURE		*/
/* ******************************** */
body {
	background-color: #555;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	position: relative;
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #fff;
	/*cursor: pointer;*/
}

/*	MAIN CONTENT
----------------------------*/
#mainContentWrapper {
	position: relative;
	float: left;
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #333;
}

#mainContent {
	position: relative;
	float: left;
	height: auto;
	width: 960px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#columnLeft {
	position: relative;
	float: left;
	width: 600px;
	margin: 20px 0 20px 20px;
}

#columnLeft.thicker {
	width: 700px;
	font-weight: bold;
}

#columnLeft.thicker2 {
	width: 640px;
}

#columnLeftMain {
	position: relative;
	float: left;
	width: 910px;
	margin-left: 20px;
	margin-right: 20px;
}

#columnLeftMain h1{
	font-size:26px;
}

#singleColumn {
	width: 920px;
	min-height: 600px;
	margin: 10px 20px;
}

#columnLeft.products {
	position: relative;
	float: left;
	width: 649px;
	margin: 20px 0 20px 20px;
}

#columnLeft.products2 {
	position: relative;
	float: left;
	width: 800px;
	margin: 20px 0 20px 20px;
}

#bottomRow{
	width:900px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	position: relative;
	top:-170px;
	height:3160px;
}

#columnRight {
	float: right;
	width: 300px;
	margin: 80px 20px 0;
	position:relative;
	top:-200px;
	z-index:100;
}


#columnRight.thickTopMargin {
	float: left;
	width: 200px;
	margin: 200px 20px 0;
}


#columnRight.thinner {
	float: left;
	width: 200px;
	margin: 80px 20px 0;
}

#columnRight.thinner2 {
	float: left;
	width: 254px;
	margin: 80px 20px 0;
}

#columnRight.thinner img {
	display: block;
	margin: 0 auto 20px;
	position: relative;
}

#columnRight.thinner2 img {
	display: block;
	margin: 0 0 20px auto;
	position: relative;
}

#columnRightMain {
	float: left;
	width: 0px;
	margin: 0px 0px;
}

#columnRight.products {
	float: left;
	width: 150px;
	margin: 20px;
}

#columnRight.products img {
	display: block;
	margin: 20px auto;
}

#contactLeft {
	position: relative;
	float: left;
	width: 330px;
	margin: 20px;
	height: 600px;
}

#contactLeft p {
	font-size: 15px;
}

#contactRight {
	position: relative;
	float: left;
	width: 500px;
	margin: 70px 20px 20px 10px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

/*	VARIOUS IMAGES CONTROLS
----------------------------*/
.imageColumn {
	float: left;
	width: 265px;
	text-align: center;
	margin: 20px;
	font-weight: bold;
}

.extraLeftMargin {
	margin-left: 70px;
}

.textColumn {
	float: left;
	width: 405px;
	text-align: left;
	margin: 40px 20px 20px 20px;
	font-weight: bold;
	font-size: 18px;
}

.imageColumnSmaller {
	float: left;
	width: 200px;
	text-align: center;
	margin: 14px;
	font-weight: bold;
}

.imageColumnSmaller p, .imageColumn p {
	line-height: 1.7em;
}

.imageColumnSmaller img {
	border: 2px solid #000;
	height: 180px;
	width: 180px;
}

.largerImage {
	height: 250px;
	width: 250px;
}

.smallerImage {
	height: 100px;
	width: 100px;
}

.imageColumn img {
	border: 2px solid #000;
}

.imageColumn ul.condensed {
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
}

.imageColumn ul.condensed li {
	margin: -20px 0 0 0;
	padding: 0;
	height: 10px;
}

.imageContainer {
	float: right;
	margin: 20px;
	width: 240px;
	color: #555;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	clear: right;
}

#nips-description-container {
	position: relative;
	height: auto;
	width: 700px;
	margin: -40px auto 20px;
	position: relative;
	background-image: url(images/nips-description-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 28px 0 0 0;
	border: none;
}

p#nips-description {
	display: block;
	position: relative;
	width: 680px;
	margin: 15px 0 0;
	padding: 0 10px;
	background-image: url(images/nips-description-middle.gif);
	background-repeat: repeat-y;
}

#nips-description-container img {
	border: none;
	width: 700px;
}

/*	LOWER CONTENT
----------------------------*/
#lowerContent {
	float: right;
	width: 960px;
	background-color: #ccc;
	background-image: url(images/middle_bg_tile.jpg);
	background-repeat: repeat-x repeat-y;
}

/*	FEATURED PRODUCTS		
----------------------------*/
#products {
	position: relative;
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
}

#products .container {
	position: relative;
	float: left;
	height: 290px;
	width: 190px;
	margin: 5px 0 15px 20px;
	padding: 10px;
	border: 2px solid #555;
	line-height: 1.5em;
	font-size: 1em;
	text-decoration: none;
	color: #000;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	vertical-align: top;
	background-color: #f9f9f9;
}

#products .container:hover {
	border-color: #c20e17;
	background-color: #fff;
}

#products .container a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	height: 364px;
	width: 214px;
}

#products .container h4 {
	display: block;
	position: relative;
	top: 0;
	height: auto;
	width: 190px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#products .container:hover h4 {
	color: #c20e17;
}

#products .container img {
	position: relative;
	display: block;
	height: 110px;
	width: 140px;
	margin: 10px auto;
	border: 2px solid #000;
}

#products .container:hover img {
	border-color: #c20e17;
}

#products .container p {
	position: relative;
	display: block;
	height: auto;
	width: 190px;
	margin: 10px auto;
	line-height: 1.3em;
}

#products .container:hover p {
	color: #c20e17;
}

/*	IMAGES W/ DESCRIPTIONS
----------------------------*/

.imageDescContainer {
	position: relative;
	float: left;
	clear: both;
	height: auto;
	width: 900px;
	margin: 0 20px 20px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.imageDescContainer h3 {
	font-size: 1.4em;
}

.imageDescContainer .left {
	position: relative;
	float: left;
	width: 270px;
}

.imageDescContainer .right {
	position: relative;
	float: left;
	width: 600px;
	font-size: 14px;
}

/*	BOTTOM CONTENT
----------------------------*/
#contentBottom {
	position: relative;
	height: 100%;
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background-color: #ccc;
	background-image: url(images/bottom_bg_tile.jpg);
	background-repeat: repeat-x repeat-y;
}

/* ******************************** */
/*		SECONDARY ELEMENTS			*/
/* ******************************** */

/*	CONTAINER SHADOWS
----------------------------*/
#container #shadowLeft {
	position: absolute;
	top: 0;
	left: -7px;
	height: 100%;
	width: 7px;
	background-image: url(images/bg_shadow_left.png);
	background-repeat: repeat-y;
}

#container #shadowRight {
	position: absolute;
	top: 0;
	right: -7px;
	height: 100%;
	min-height: 100%;
	width: 7px;
	background-image: url(images/bg_shadow_right.png);
	background-repeat: repeat-y;
}

/*	SECTION TABS
----------------------------*/
.sectionTab {
	position: relative;
	float: left;
	height: auto;
	width: auto; /*set as auto when content */
	margin: -10px 500px 10px 10px;
	padding: 0 0 0 8px;
	background-image: url(images/tab_left.png);
	background-position: left;
	background-repeat: no-repeat;
	border-right: 1px solid #61070b;
}

.sectionTab:hover {
	/*cursor: help;*/
}

.sectionTab h3 {
	display: block;
	height: 25px; /* takes padding and bottom border into account */
	width: auto;
	margin: 0 0 0 -1px;
	padding: 2px 10px 0 11px;
	background-color: #c20e17;
	border-bottom: 1px solid #61070b;
	border-left: 1px solid #61070b;
	color: #fff;
	font-weight: normal;
	font-size: 1.6em;
	font-family: "Arial Black", arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: #000 1px 1px;
}

/*	TABLES
----------------------------*/
#mainTable {
	background-color: #ebebeb;
	border: 2px solid #c20e17;
	text-align: center;
	margin: 20px 0 20px 20px;
	color: #000;
	height: auto;
	width: 95%;	
}

#mainTable td {
	border: 1px solid #c20e17;
	padding: 7px;
	margin: 0;
	vertical-align: top;
	font-size: 1.1em;
}

#mainTable td.leftalign {
	text-align: left;
	padding-left: 10px;
}

#mainTable tr.heading {
	background-color: #ccc;
}

#mainTable .nested {
	width: 100%;
	background-color: #f9f9f9;
}

/* ******************************** */
/*			HEADER					*/
/* ******************************** */
#header {
	position: relative;
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ccc;
	border-bottom: 1px solid #999;
}

#headerElements {
	position: relative;
	height: auto;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	padding: 12px 0 11px 18px;
	border: none;
}

#tagline {
	position: absolute;
	top: 30px;
	left: 340px;
	height: 100px;
	width: 400px;
	text-align: center;
	text-shadow: #fff 1px 1px;
	font-size: 1.7em;
	font-weight: 400;
	font-style: italic;
}

ul#phone {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	height: 100px;
	width: auto;
	padding: 0 10px 0 0;
	text-align: right;
	color: #000;
	font-weight: bold;
	text-shadow: #fff 1px 1px;
}

ul#phone li {
	display: block;
	list-style-type: none;
	margin: 6px;
	font-size: 1.3em;
}

.red {
	color: #c20e17;
}

/* ******************************** */
/*				BANNER				*/
/* ******************************** */
#banner {
	position: relative;
	height: 105px;
	width: 960px;
	background-color: #333;
	margin: 0;
	padding: 0;
	border-top: 2px solid #333;
}

object {
	position: relative;
	height: 105px;
	width: 787px;
	margin: 0 0 0 90px;
}

object#products {
	position: relative;
	height: 105px;
	width: 787px;
	margin: 0 0 0 90px;
}

/* ******************************** */
/*			NAVIGATION				*/
/* ******************************** */
#navigation {
	position: relative;
	height: 34px;
	width: 960px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-shadow: #000 1px 1px 1px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: right;
	background-color: #900;
	z-index: 99;
}

#navigation ul {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation ul li.top a {
	display: block;
	margin: 0;
	padding: 6px 39px; /* the 39 is the max number without row doubling; if more top-level nav items are added, this will have to be readjusted */
	width: auto;
	background-image: url(images/nav_spacer2.png);
	background-repeat: repeat-y;
	z-index: 99;
}

#navigation ul li.top a.white:hover {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

#navigation ul li.top a:hover {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	color: #000;
	text-shadow: none;
}

#navigation ul li.with-sub a:hover {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

#navigation ul a {
	padding: 0;
	color: #fff;
	text-decoration: none;
} 

#navigation ul .item {
	display: none;
	}
	
#navigation ul:hover .item {
	position: relative;
	display: block;
	background-color: #333;
	}

#navigation ul:hover .item a {
	position: relative;
	display: block; /*important, for clicking area */
	height: 20px;
	width: auto;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	}
	
#navigation ul:hover .item a:hover {
	background-color: #222;
	color: #fff;
	}

#navigation ul.submenu {
	position: absolute;
	top: 33px;
	left: 30px;
}

#navigation ul.submenu li.item a {
	display: block;
	height: auto;
	width: 220px;
	background-color: #333;
	border-bottom: 1px solid #555;
	z-index: 99;
}

/*

.with-sub {
	background-image: url(images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

*/

/* ******************************** */
/*				FOOTER				*/
/* ******************************** */
#footer {
	height: auto;
	width: 960px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	background-color: #333;
	overflow:hidden;
}

#footer p {
	display: block;
	line-height: 1.3em;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: #888;
}

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

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

/*	LEANING ROLLER IMAGE
----------------------------*/
#bg_roller {
	position: absolute;
	bottom: 0px;
	right:  -190px;
	width: 225px;
	height: 270px;
	background-image: url(images/bg_roller.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

/*	TESTIMONIALS
----------------------------*/

.testimonialWrapper {
	position: relative;
	height: auto;
	width: 600px;
	margin: 30px auto 0;
	padding: 0;
}

.testimonialContents {
	position: relative;
	background-color: #c20e17;
	background-image: url(images/testimonial-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.testimonialWrapperBottom {
	height: 39px;
	width: 600px;
	margin: 0;
	background-image: url(images/testimonial-bottom.gif);
	background-repeat: no-repeat;
}

p.testimonial {
	color: #fff;
	font-size: 18px;
	line-height: 1.4em;
	display: block;
	width: 560px;
	margin: 0;
	padding: 20px 20px 30px 20px;
	background-image: url(images/testimonial_bubble_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;

}

p.attributed {
	color: #666;
	font-size: 18px;
	background-color: none;
	margin: 0 0 0 15px;
}

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

.superFeedNotes td{
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#firstgray{
position:relative; top:-330px; left:10px;
}
