/*
Theme Name: Scholle Custom Theme
Theme URI: http://www.scholle.com
*/



/* Primary Tags and Containers */

html {
	height: 101%;
}

body,ul,li,img,form,p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

a {
	color: #ed174f;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	padding-bottom: 16px;
}

h1 {
	color: #ed174f;
	padding-bottom: 16px;
}

.home_h1 {
	font-size: 28pt;	
}

h2 {
	color: #999999;	
	font-size: 12pt;
	padding-bottom: 8px;
	padding-top: 8px;
}

h3 {
	font-size: 12pt;
	overflow: auto;
	padding-bottom: 6px;
	color: #666666;
}

h3 img {
	padding: 0 6px 0 0;
}

h4 { /* Home tout headings */
	font-weight: normal;
	font-size: 14pt;
	color: #999999;
	padding-bottom: 3px;
}

.h4_red {
	border-bottom: 2px solid #ed174f;
}

.h4_blue {
	border-bottom: 2px solid #00b5dc;
}

.h4_green {
	border-bottom: 2px solid #8ccf34;
}

.h4_orange {
	border-bottom: 2px solid #ffa200;
}

h5 /* Gray Headings used in leftnav and right column content */ {
	color: #666666;
	font-size: 12pt;
	padding-bottom: 4px;
}

h6 { /* Heading used for About section nav */
	font-size: 12pt;
	padding-bottom: 4px;
	color: #666666;
}

#header {
	width: 100%;
	background-image: url(/design/topbar_bg.jpg);
	background-repeat: repeat-x;	
}

/* Logo Area, Search and Nav */

#logo_area {
	padding-top: 20px;
	padding-bottom: 30px;
	width: 940px;
	margin: auto;
}

#logo_area form {
	float: right;
}

#logo_area td {
	vertical-align: middle;
	padding-left: 4px;
}

.search_field {
	height: 19px;
	width: 150px;
	border: 1px solid #cccccc;
}

/* Top Nav */

#nav {
	margin: auto;
	width: 940px;
	padding-bottom: 16px;
	overflow: hidden;
}

#nav img {
	float: left;
}

a.nav_home {
	display: block;
	float: left;
	width: 59px;
	height: 16px;
	text-decoration: none;
	background: url("/design/nav_home.jpg");
}

a.nav_home:hover {
	background-position: -59px 0;
}
	
a.nav_about {
	display: block;
	float: left;
	width: 94px;
	height: 16px;
	text-decoration: none;
	background: url("/design/nav_about.jpg");
}

a.nav_about:hover {
	background-position: -94px 0;
}
	
a.nav_locations {
	display: block;
	float: left;
	width: 105px;
	height: 16px;
	text-decoration: none;
	background: url("/design/nav_locations.jpg");
}

a.nav_locations:hover {
	background-position: -105px 0;
}
	
a.nav_news {
	display: block;
	float: left;
	width: 53px;
	height: 16px;
	text-decoration: none;
	background: url("/design/nav_news.jpg");
}

a.nav_news:hover {
	background-position: -53px 0;
}

a.nav_blog {
	display: block;
	float: left;
	width: 50px;
	height: 16px;
	text-decoration: none;
	background: url("/design/nav_blog.jpg");
}

a.nav_blog:hover {
	background-position: -50px 0;
}

a.nav_careers {
	display: block;
	float: left;
	width: 88px;
	height: 17px;
	text-decoration: none;
	background: url("/design/nav_careers.jpg");
}

a.nav_careers:hover {
	background-position: -88px 0;
}

a.nav_contact {
	display: block;
	float: left;
	width: 94px;
	height: 17px;
	text-decoration: none;
	background: url("/design/nav_contact.jpg");
}

a.nav_contact:hover {
	background-position: -94px 0;
}
	
.displace {
	position: absolute;
	left: -5000px;
}

/* Applications Left Nav */

#leftnav {
	float: left;
	width: 181px;
	background-image: url(/design/leftnav_bg.jpg);
	background-repeat: repeat-y;
	font-size: 11pt;
	overflow: auto;
}

#leftnav a {
	color: #999;
	text-decoration: none;
}

#leftnav a:hover {
	color: #ed174f;
}

#leftnav .current_page_item a {
	color: #ed174f;
	font-weight: bold;
}

#leftnav ul {
	padding-left: 10px;	
	padding-bottom: 30px;
}

#leftnav li {
	padding-top: 10px;
}

.leftnav_video {
	font-size: 9pt;	
	color: #999999;
	width: 160px;
}

/* Content */

#container {
	width: 940px;
	margin: auto;
	background-image: url(/design/content_bg.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

#content {
	background-image: url(/design/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px;
	overflow: auto;
}

.page {
	float: right;
	padding-left: 39px;
	padding-top: 10px;
	overflow: hidden;
	width: 660px;
}

.page ul {
	padding-left: 24px;	
	padding-bottom: 16px;
}

.page ul li {
	list-style-type: disc;	
}

.page ul li ul li {
	list-style-type: circle;	
}

.page ul li ul li ul li {
	list-style-type: square;	
}

/* Home Page */

.home_tout_icon {
	height: 94px;
	text-align: center;
	padding-top: 14px;
}

.home_tout_text {
	font-size: 9pt;	
	height: 180px;
}

.home_tout_text strong {
	color: #000000;	
}

.home_tout_more {
	font-size: 11pt;
	text-align: right;
}

.home_tout_more a {
	color: #000000;	
}

.home_tout_more img {
	float: right;
	padding: 2px 0 0 4px;
}

/* Application Pages */

.fitments {
	background-image: url(/design/fitments_bg.jpg);
	background-repeat: repeat-y;
	width: 419px;
	padding: 4px 12px 4px 12px;
}

.case_studies {
	width: 419px;
	padding: 4px 12px 16px 12px;
}

.fitments_top {
	width: 443px;
	height: 8px;
	background-image: url(/design/fitments_top.jpg);
	color: #fff;
}

.fitments_bottom {
	width: 443px;
	height: 8px;
	background-image: url(/design/fitments_bottom.jpg);
	color: #fff;
	margin-bottom: 16px;
}

.fitments_item {
	overflow: auto;
}

.fitments_item img {
	float: left;
	padding-right: 10px;
}

.fitments_line {
	background-image: url(/design/fitments_line.jpg);
	height: 1px;
	margin: 12px 0 12px 0;
	background-repeat: repeat-x;
	color: #fff;
}

.app_video {
	overflow: auto;	
	height: 160px;
}

/* Locations Page */

.locations {
	font-size: 9pt;	
}

.locations td {
	vertical-align: top;
}

.locations_region {
	padding-bottom: 16px;	
}

.locations_region td {
	width: 147px;
}

.locations_region p {
	padding-bottom: 8px;
}

.locations_region img {
	padding-bottom: 8px;
}

.locations_pad1 {
	padding-left: 4px;	
}

.locations_item {
	overflow: auto;	
}

.locations_picture {
	padding-bottom: 8px;
}

/* Right Area */

.right_container {
	width: 217px;
	float: right;
	overflow: auto;
}

.right {
	width: 180px;	
	padding: 0 0 40px 37px;
	color: #777777;
	overflow: hidden;
	font-size: 9pt;
}

.right a:hover {
	text-decoration: none;	
}

.right p {
	padding-bottom: 8px;	
}

/* Right Area About Us Nav */

.about_nav .current_page_item a {
	font-weight: bold;	
}

.about_nav .current_page_item ul li a {
	font-weight: normal;	
}

.about_nav ul li ul {
	padding-left: 10px;
}

.about_nav ul li ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.about_nav li {
	padding-bottom: 6px;
}

/* Right Area for Locations Key */

.locations_key {
	font-size: 8pt;
}

.locations_key td {
	padding: 0 10px 4px 0;
}

/* Misc Properties */

.alignright {
	float: right;
	margin: 0 0 12px 12px;
}

.alignleft {
	float: left;
	margin: 0 12px 12px 0;
}

.clear {
	clear: both;
	color: #ffffff;
}

.red {
	color: #ed174f;	
}

/* Application tables */
.wp-table-reloaded {
	width: 440px;	
	padding-bottom: 16px;
	white-space: nowrap;
}


/* Slider
---------------------------------------------------------*/

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}

#slider{
	width: 200px;
	overflow:hidden;
	float: right;
	margin: 0 0 20px 20px;
}

#slider li{ 
	width:200px;
	height:200px; 
	}
	
#slider_nav img {
	float: right;
	margin-top: 8px;
	margin-right: 16px;
}

/* Footer */

#footer {
	width: 930px;
	padding: 0 10px 80px 10px;
	margin: auto;
	color: #999999;
}

#footer a {
	color: #999999;
}

.footer_companies a {
	margin-right: 14px;	
}

a.jw_automarine {
	display: block;
	float: left;
	width: 55px;
	height: 30px;
	text-decoration: none;
	background: url("/design/jw_automarine_logo.jpg");
}

a.jw_automarine:hover {
	background-position: -55px 0;
}

a.scholle_chemical {
	display: block;
	float: left;
	width: 57px;
	height: 30px;
	text-decoration: none;
	background: url("/design/scholle_chemical_logo.jpg");
}

a.scholle_chemical:hover {
	background-position: -57px 0;
}

a.vacumet {
	display: block;
	float: left;
	width: 79px;
	height: 30px;
	text-decoration: none;
	background: url("/design/vacumet_logo.jpg");
}

a.vacumet:hover {
	background-position: -79px 0;
}