/* RW McCollum Layout */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

.print {
	display: none;
}

a {
	color: #0335BB;
	cursor: pointer;
	outline: none;
}

a:hover
{
	color: #000;
}

hr {
	margin-bottom: 2em;
	margin-top: 0;
	width: 100%;
}

#container {
	margin: 0 auto;
	width: 93em;
}

#header {
	float: left;
	margin-bottom: 1em;
	margin-top: 1em;
}

#header p {
	margin-bottom: 0;
}

#header span {
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	padding-left: 1em;
	position: relative;
	top: -.1em;
}

#outer_wrapper {
	background-image: url(../images/transparent_grey.png);
	border: 1px solid #fff;
	clear: both;
	float: left;
	padding: 1em;
	width: 91em;
}

#inner_wrapper {
	background-color: #fff;
	clear: both;
	float: left;
	padding: 2em;
	width: 87em;
}

/* Main Navigation */
#navigation {
	background-image: url(../images/horizontal_gradient.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	margin-bottom: 2em;
	padding-bottom: .4em;
	width: 87em;
}


 
/* Image Navigation */
#image {
	clear: both;
	float: left;
	height: 285px;
	margin-bottom: 2em;
}

.slide {
	position: absolute;
}

#image img {
	border: 0;
	clear: none;
	display: block;
	float: none;
	height: 28.5em;
	margin: 0;
	padding: 0;
	width: 87em;
}

#border{
	clear: both;
	float: left;
	position: relative;
	/*top: -285px;*/
	z-index: 5;
}

#border .left{
	background-image: url(../images/transparent_blue.png);
	clear: both;
	float: left;
	height: 28.5em;
	width: 2em;
}

#border .middle_container{
	float: left;
	height: 28.5em;
	width: 83em;
}

#border .top{
	background-image: url(../images/transparent_blue.png);
	float: left;
	height: 2em;
	width: 83em;
}

#border .middle{
	float: left;
	height: 24.5em;
	width: 83em;
}

#border .bottom{
	background-image: url(../images/transparent_blue.png);
	float: left;
	height: 2em;
	width: 83em;
}

#border .right{
	background-image: url(../images/transparent_blue.png);
	float: left;
	height: 28.5em;
	width: 2em;
}

#transparent_column {
	-moz-opacity: 0.50;
	background-color: #000;
	filter: alpha(opacity=50);
	float: left;
	height: 24.5em;
	opacity: .50;
	width: 20em;
}

#image ul {
	float: left;
	list-style-type: none;
	margin: 0;
	left: -20em;
	padding: 0;
	position: relative;
	z-index: 10;
}

#image ul li {
	border-bottom: 1px solid #fff;
	clear: both;
	display: block;
	float: left;
	width: 20em;
}

#image ul li.last {
	border: none;
}

#image ul li a{
	color: #fff;
	display: block;
	font-size: 1.2em;
	height: 2.85em;
	line-height: 2.85em;
	padding-left: 2em;
	text-decoration: none;
	text-transform: uppercase;
	width: 14.7em;
}

/* Left Column */

#left_column {
	clear: both;
	float: left;
	margin-bottom: 2em;
	width: 21em;
}

#left_column .gradient {
	background-image: url(../images/ul_gradient.jpg);
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: .3em;
	width: 100%;
}

#left_column ul {
	background-image: url(../images/ul.jpg);
	background-position: right;
	background-repeat: repeat-y;
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 2em;
	width: 19em;
}

#left_column ul li{
	clear: both;
	float: left;
}

#left_column ul.subnav li a {
	background-image: url(../images/li.jpg);
	background-position: left 50%;
	background-repeat: no-repeat;
	clear: both;
	color: #000;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3em;
	height: 3em;
	padding-left: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
}


#left_column ul.subnav li a:hover {
	color: #0335BB;
}

#left_column ul.elements {
	padding-bottom: 1em;
}

#left_column ul.elements li a {
	background-repeat: no-repeat;
	clear: both;
	display: block;
	float: left;
	height: 5.3em;
	line-height: 5.3em;
	margin-left: 2em;
	margin-top: 1em;
	outline: 0;
	text-decoration: none;
	text-indent: -9999px;
	width: 16.6em;
}


#left_column ul.elements li a.news_and_promos {
	background-image: url(../images/news_and_promos_off.jpg);
}

#left_column ul.elements li a.news_and_promos:hover {
	background-image: url(../images/news_and_promos_on.jpg);
}

#left_column ul.elements li a.parts {
	background-image: url(../images/parts_off.jpg);
}

#left_column ul.elements li a.parts:hover {
	background-image: url(../images/parts_on.jpg);
}

#left_column ul.elements li a.service_and_repairs {
	background-image: url(../images/service_and_repairs_off.jpg);
}

#left_column ul.elements li a.service_and_repairs:hover {
	background-image: url(../images/service_and_repairs_on.jpg);
}

/* Right Column */

#right_column {
	float: left;
	margin-left: 2em;
	width: 64em;
}

#right_column h1 {
	color: #0335bb;
	font-size: 2.4em;
	margin-top: 0;
}

#right_column h2 {
	color: #0335bb;
	font-size: 1.8em;
	margin-top: 0;
}

#right_column h3 {
	color: #0335bb;
	font-size: 1.6em;
	margin-top: 0;
}

#right_column ul {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 2em;
	margin-top: 0;
}

#right_column ul li {
	margin-bottom: 1em;
}

#right_column p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 1.5em;
	margin-top: 0;
}

#right_column a.read {
	font-size: 1.2em;
	margin-bottom: 2em;
}

#right_column img {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

#right_column table img {
	float: none;
}

#right_column img.top_slide{
	float: none;
	margin: 0;
	position: absolute;
}

#right_column #bottom_images img{
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 2em;
}

#right_column #border{
	clear: both;
	float: left;
	position: relative;
	/*top: -285px;*/
	width: 640px;
	z-index: 5;
}

#right_column #border .left{
	background-image: url(../images/transparent_blue.png);
	clear: both;
	float: left;
	height: 285px;
	width: 20px;
}

#right_column #border .middle_container{
	float: left;
	height: 285px;
	width: 600px;
}

#right_column #border .top{
	background-image: url(../images/transparent_blue.png);
	float: left;
	height: 20px;
	width: 600px;
}

#right_column #border .middle{
	float: left;
	height: 245px;
	width: 600px;
}

#right_column #border .bottom{
	background-image: url(../images/transparent_blue.png);
	float: left;
	height: 20px;
	width: 600px;
}

#right_column #border .right{
	background-image: url(../images/transparent_blue.png);
	float: right;
	height: 285px;
	width: 20px;
}

#right_column .collapsed p {
	margin-bottom: .1em;
	text-align: left;
}

#right_column table#team {
	clear: both;
	float: left;
	margin-bottom: 2em;
}



#right_column table.parts, #right_column table#parts_nav, #right_column table#contact_us  {
	clear: both;
	float: left;
	margin-bottom: 2em;
	margin-left: .1em;
	margin-top: .1em;
}

#right_column table#parts_nav ul li{
	margin-bottom: 0;
}

#right_column table.parts td{
	padding: 2em;
}

#right_column table.parts td p{
	text-align: center;
	width: 100%;
}

#right_column table {
	border-collapse: collapse;
}

#right_column table.parts td {
	border: 1px solid #000;
}

#right_column table.parts td img{
	margin-top: 1em;
}

#right_column table.parts td ul {
	margin: 2em;
	padding-left: 2em;
}

/* Accordion */
#accordion {
	clear: both;
	float: left;
}

#accordion .ac_toggler {
	background-image: url(../images/li.jpg);
	background-position: left 50%;
	background-repeat: no-repeat;
	clear: both;
	cursor: pointer;
	float: left;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-left: 2em;
	text-decoration: underline;
}

#accordion .ac_elements {
	clear: both;
	float: left;
}

#inventory {
	clear: both;
	float: left;
	margin-bottom: 2em;
}

#inventory th {
	color: #fff;
	cursor: pointer;
	padding: 1em;
}

#inventory td {
	padding: 1em;
	text-align: center;
}

#inventory tr.collapsed td {
	padding: 0;
}

#inventory tr {
	background-color: #eee;
	cursor: pointer;
}

#inventory tr.collapsed {
	background-color: #fff;
	cursor: default;
}

#inventory thead tr  {
	background-color: #0335BB;
}

#inventory tr.alt {
	background-color: #ddd;
}

#inventory tr.collapsed.alt{
	background-color: #fff;
}

#inventory tr.collapsed td.details {
	padding-left: 1em;
	padding-right: 1em;
}

/* Utility Navigation */

#utility_nav {
	clear: both;
	float: left;
	margin-bottom: 4em;
	width: 87em;
}

#utility_nav ul{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#utility_nav li {
	float: left;		
}

#utility_nav li a {
	background-image: url(../images/button_off.jpg);
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 5.3em;
	line-height: 5.3em;
	margin-right: 1em;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 16.6em;
}

#utility_nav li a.last {
	margin-right: 0;
}

#utility_nav li a#new_tanks {
	background-image: url(../images/new_tanks_off.jpg);
}

#utility_nav li a#new_tanks:hover {
	background-image: url(../images/new_tanks_on.jpg);
}

#utility_nav li a#used_tanks {
	background-image: url(../images/used_tanks_off.jpg);
}

#utility_nav li a#used_tanks:hover {
	background-image: url(../images/used_tanks_on.jpg);
}

#utility_nav li a#parts {
	background-image: url(../images/parts_off.jpg);
}

#utility_nav li a#parts:hover {
	background-image: url(../images/parts_on.jpg);
}

#utility_nav li a#certified_scales {
	background-image: url(../images/certified_scales_off.jpg);
}

#utility_nav li a#certified_scales:hover {
	background-image: url(../images/certified_scales_on.jpg);
}

#utility_nav li a#news_and_promos {
	background-image: url(../images/news_and_promos_off.jpg);
}

#utility_nav li a#news_and_promos:hover {
	background-image: url(../images/news_and_promos_on.jpg);
}


/* Logos Navigation */
#logos{
	clear: both;
	float: left;
	margin-bottom: 4em;
	width: 87em;
}

#logos ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 54em;
}

#logos ul li {
	float: left;
	margin-right: 2em;
}

#logos ul li.last {
	margin-right: 0;
}


/* Footer Navigation */

#footer {
	background-image: url(../images/horizontal_gradient.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 2em;
	padding-top: 2.4em;
	width: 87em;
}

#footer ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 26em;
}

#footer ul li{
	float: left;
}

#footer ul li a {
	border-right: .1em solid #808080;
	color: #808080;
	font-weight: bold;
	padding-left: .9em;
	padding-right: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

#footer ul li a.first {
	padding-left: 0;
}

#footer ul li a.last {
	border: none;
	padding-right: 0;
}

/* Forms */
label {
	clear: both;
	color: #0335BB;
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 1.5em;
	margin-top: 1em;
}

input[type=text] {
	background-color: #eee;
	border: .1em solid #0335BB;
	clear: both;
	float: left;
	margin-left: 2em;
	margin-top: .5em;
	padding: .5em;
	width: 20em;
}

input[type=submit] {
	background-color: #eee;	border: .1em solid #0335BB;
	clear: both;
	color: #0335BB;
	cursor: pointer;
	float: left;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: .5em;
}

textarea {
	background-color: #eee;
	border: .1em solid #0335BB;
	clear: both;
	cursor: pointer;
	float: left;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 1.1em;
	height: 10em;
	margin-left: 2em;
	margin-top: 1em;
	padding: .5em;
	width: 40em;
}

input[type=submit]:hover{
	background-color: #ddd;
}

td p {
	width: 100%;
}