/* CSS Document */

/*
Main colors

Orange = #F7941E

/* Clear everything - universal selector and general html styling*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Sans-serif;
	font-size: 11px;
	color: #333;
	background-color:#FFF;
}

.hidden {
	display: none;		
}

a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #999; text-decoration: none;}

.more_top_padding {
	padding-top: 15px !important;
}

.no_extra_padding {
	font-size: 12px !important;
	padding-left: 0px !important;
	padding-bottom: 10px !important;
	margin: 0 !important;
	line-height: 18px !important;
}

img {
	border:none;
}

.img_wrapper {
	width: 278px;
	padding: 5px 0px 5px 30px;
}

h1 {
	color:#31537D;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 18px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 15px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#999;
}

h2 {
	color:#31537D;
	font-size: 13px;
	padding: 6px;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	padding-left: 90px;
	padding-top: 10px;
}

p {
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: 18px;
}

.normal_body_text {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: 18px;
	color: #333;
}

.date {
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: 12px;
	font-weight: bold;
}

ul {
	padding: 5px 10px 5px 50px;
}

/* Form styling elements */

form {
	margin: 10px;
	padding: 0;
}

/* Custom div styling elements */

/* Put the site_holder css on the specific page */

#site_holder {
	width: 1200px;
	margin:auto;
	background-color: white;
	background:url(../images/background_crane.png);
	background-repeat:no-repeat;
}

#site_holder_hat {
	width: 1200px;
	margin:auto;
	background-color: white;
	background:url(../images/background_yellow_hat.png);
	background-repeat:no-repeat;
}

#site_holder_truck {
	width: 1200px;
	margin:auto;
	background-color: white;
	background:url(../images/background_truck.png);
	background-repeat:no-repeat;
}

#site_holder_radiation {
	width: 1200px;
	margin:auto;
	background-color: white;
	background:url(../images/background_radiation.png);
	background-repeat:no-repeat;
}

#logo_link {
	width: 818px;
	padding-left: 20px;
	height: 35px;
	float: left;
	top: -3px;
	position: relative;
}
	

#content_holder {
	width: 838px;
	margin: auto;
	padding-top: 0px;
}

#header_holder {
	width: 838px;
	height: 72px;
	background:url(../images/header_bg.png) no-repeat;
	margin: 0px;
}

#header_logo {
	width: 320px;
	height: 49px;
	margin: 11px 0px 0px 0px;
	float: left;
}

#header_logo img {
	padding-left: 18px;
}

#header_nav {
	width: 498px;
	height: 49px;
	float: left;
	padding-left: 20px;
}

.header_link {
	float: left;
	width: 80px;
	height: 72px;
	border-left:dotted 1px;
	border-left-color: #999;
	color: #fff;
	margin: 0;
}

.header_link p {
	color: #999;
	font-size: 10px;
	margin: 0;
	padding: 20px 0 0 8px;
	line-height: 14px;
}

.header_link a, a:visited {
	text-decoration: none;
	color: #fff;
}

.header_link a:hover {
	color: #999;
}

/* This is the menu CSS here */


/* This is the main content stuff here */

#content_container {
	width: 838px;
	margin-top: 5px;
	padding: 0px;
	background:url(../images/body_background.png) no-repeat;
}

.three_column_holder {
	width: 278px;
	float: left;
}

.two_column_holder_left {
	width: 556px;
	float: left;
	margin: 0;
	padding: 0;
}

#content_container h1 {
	margin: 15px 30px 15px 25px;
}

#content_container h2 {
	font-size: 13px;
	margin: 15px 30px 15px 25px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color: #CCC;
}

#content_container h3 {
	margin: 15px 30px 5px 30px;
}

#content_container p {
	margin: 0px 30px 5px 25px;
	padding-bottom: 0px;
}

#content_container a {
	font-size: 11px;
	color: #31537D;
	text-decoration: none;
	margin: 15px 30px 15px 30px;
}

#content_container a:hover {
	font-size: 11px;
	color: #31537D;
	text-decoration: none;
	margin: 15px 30px 15px 30px;
}

#content_container a:link {
	font-size: 11px;
	color: #31537D;
	text-decoration: none;
	margin: 15px 30px 15px 30px;
}

#content_container a:visited {
	font-size: 11px;
	color: #31537D;
	text-decoration: none;
	margin: 15px 30px 15px 30px;
}
	

.two_column_holder_right {
	width: 278px;
	float: left;
	padding: 0;
	margin: 0;
}

.two_column_holder_right h2 {
    margin: 50px 25px 15px 25px;
}

.two_column_holder_right a {
	margin: 0 0 0 0 !important;
}


.two_column_holder_right a:link {
	margin: 0 0 0 0 !important;
}


.two_column_holder_right a:visited {
	margin: 0 0 0 0 !important;
}

.two_column_sidebar_listing_holder {
	width: 250px;
	margin: 5px 5px 65px 25px;
	padding-bottom: 30px;
}

.three_column_sidebar_listing_holder {
	width: 250px;
	margin: 5px 5px 65px 25px;
	padding-bottom: 50px;
}

.two_column_sidebar_listing_left_icon {
	width: 50px;
	float: left;
	margin: 8px 0 0 0;
}

.two_column_sidebar_listing_left_icon a:link {
	margin: 0 0 0 0 !important;
}

.two_column_sidebar_listing_left_icon a {
	margin: 0 0 0 0 !important;
}

.two_column_sidebar_listing_left_icon a:visited {
	margin: 0 0 0 0 !important;
}

.two_column_sidebar_listing_right_text {
	width: 200px;
	float: left;
}

.two_column_sidebar_listing_right_text a {
	margin: 0 30px 5px 30px !important;
}

.two_column_sidebar_listing_right_text a:link {
	margin: 0 30px 5px 30px !important;
}


.two_column_sidebar_listing_right_text a:visited {
	margin: 0 30px 5px 30px !important;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


	

/* Special formatting for sections */

#in_line_photo {
	width: 112px;
	float: left;
	padding: 0 10px 5px 30px;
}

/**** Home page photo section ****/

#home_page_photo_area_holder {
	width: 838px;
	padding: 15px 0px 0px 0px;
}

.home_page_photo_holder {
	width: 207px;
	float: left;
	padding: 10px 0px 30px 0px;
}

.home_page_photo {
	width: 207px;
	padding-top: 15px;
}

.home_page_photo img {
	text-align:center;
}

.home_page_photo_text {
	width: 207px;
	padding: 5px 15px 5px 28px;
	line-height:15px;
}

.home_page_photo_text a:link {
	margin:0px;
	padding:0px;
}

.home_page_photo_text a {
	margin:0px !important;
	padding:0px;
}

/* Footer CSS goes here */

#footer_holder {
	width: 838px;
	margin-top: 25px;
}

#footer_tag {
	width: 838px;
	height: 16px;
	float: left;
}

#footer_tag h3 {
	color:#31537D;
	font-size: 14px;
	padding: 0 0 0 6px;
}

#footer_more_info_holder {
	width: 838px;
	height: 49px;
	background:url(../images/footer.png) no-repeat;
	float:left;
}

#footer_text {
	width: 278px;
	float: left;
}

#footer_text p {
	font-size: 10px;
	padding: 15px 0 0 15px;
	color: white;
}

#footer_text a {
	font-size: 10px;
	padding: 15px 0 0 15px;
	color: white;
	text-decoration: none;
}

#footer_text a:hover {
	font-size: 10px;
	padding: 15px 0 0 15px;
	color: white;
	text-decoration: none;
}

#footer_text a:link {
	font-size: 10px;
	padding: 15px 0 0 15px;
	color: white;
	text-decoration: none;
}

#footer_text a:visited {
	font-size: 10px;
	padding: 15px 0 0 15px;
	color: white;
	text-decoration: none;
}

#footer_images {
	float:left;
margin:0 0 0 305px;
padding:12px 0 0;
width:246px;
}

#footer_images a {
	font-size: 10px;
	color: #666;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	line-height: 8px;
}

#footer_images a:link {
font-size: 10px;
	color: #666;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	line-height: 8px;
}

#footer_images a:visited {
font-size: 10px;
	color: #666;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	line-height: 8px;
}

#footer_images a:hover {
font-size: 10px;
	color: #666;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	line-height: 8px;
}

#footer_images p {
	padding: 0 0 0 10px;
	line-height: 8px;
	font-size: 12px;
}

#footer_images_text {
	float:left;
margin:7px 0 0 30px;
padding:0;
}

#footer_images_image {
	float:left;
margin:0 0 0 5px;
padding:3px 0 0;

}


.ditto_paging {
    border-top: 1px solid #333;
    padding: 15px; 
    font-size: 86%;
    color: black;
}

#ditto_pages {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.blog_p {
	padding-left: 15px;
}

#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #333; 
    color: white;
} 
#ditto_pages .ditto_off {
    border: 1px solid #333;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #333;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #333; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
} 
#ditto_pages a:hover {
    background-color: #F7941E;
    color: #333;
}

/****** Dave video home page *******/

#video_app_holder {
	margin: auto;
	width: 767px;
	height: 700px;
	padding-top: 15px;
}

#video_app {
	
}
/* RSS Channel css */

.rssChannel {
	display: none;
}


.rssItem {
	color: #333;
	padding:5px 25px 10px 30px;
	text-align: left;
	text-indent: 0;
}	

.rssItemLink a {
	color: #333;
}

.rssItem a:link {
	color: #333 !important;
	margin: 0 5px 0 0 !important;
	padding: 0 10px 0 0 !important;
}

/***************** Product scroller ***********************/

/* root element for scrollable */

#actions { 
	width: 220px;
	height: 20px;
	padding: 5px 0px 5px 25px;
	
	
}

#actions a {
	cursor: pointer;
	margin: 0px;
}

#scroller_holder a, #scroller_holder a:visited, #scroller_holder a:hover {
	margin: 0px;
}

#actions .disabled {
	
	color: #CCC;
}

.next {
	/*float: right;*/
}

.vertical {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 150px;
	width: 240px;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}

.scrollable a, a:visited, a:hover {
	margin: 0;
}

.poster {
	background:url(../images/poster_bullet.png) no-repeat;
	height: 20px;
	padding: 5px 0 5px 25px;
}

.video {
	background:url(../images/video_bullet.png) no-repeat;
	height: 20px;
	padding: 5px 0 5px 25px;
}


/**************** JW Video Player ************************/

/******************** Lightbox Video Player *********************/

#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 0.8;
	opacity:0.80;
	filter: alpha(opacity = 80);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	padding: 16px 16px 35px 16px;
	border: 3px solid #262626;
	background-color: #31527D;
	z-index:1002;
	overflow: hidden;
	background-image:url(../images/lightbox_close_button.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.jwbox_content{

}

.jwbox_content p {
	padding-top: 5px;
}

.hot_button_content_holder {
	padding: 0 0 0 30px;
}

.single_site_video_holder {
	padding: 20px 0 0 60px;
}

/******** Presentation Listing Holder with Disclaimer **********/

.presentation_listing_holder {
	float: left;
    padding: 25px;
    width: 750px;
}

.two_column_presentation_listing_left_icon {
	float: left;
    margin: 8px 0 0;
    width: 50px;
}

.two_column_presentation_listing_left_icon a:link {
	margin: 0 0 0 0 !important;
}

.two_column_presentation_listing_left_icon a {
	margin: 0 0 0 0 !important;
}

.two_column_presentation_listing_icon a:visited {
	margin: 0 0 0 0 !important;
}

.two_column_presentation_listing_right_text {
	 float: left;
    width: 700px;
}

.two_column_presentation_listing_right_text a {
	margin: 0 30px 5px 30px !important;
}

.two_column_presentation_listing_right_text a:link {
	margin: 0 30px 5px 30px !important;
}

.two_column_presentation_listing_right_text a:visited {
	margin: 0 30px 5px 30px !important;
}

p.disclaimer {
	font-size: 11px;
	line-height: 12px;
}
