@import url("/Global/assets/js/jquery.fancybox/jquery.fancybox.css");
@import url("/Industrial/assets/css/tooltip.css");
@import url("/Industrial/assets/css/formStyles.css");
@import url("/Industrial/assets/css/buttons.css");
@import url("/Industrial/assets/css/footer.css");
@import url("/Industrial/assets/css/listings.css");
@import url("/Industrial/assets/css/PrimaryLinks.css");
@import url("/Industrial/assets/css/products.css");
@import url("/Industrial/assets/css/tabs.css");
@import url("/Industrial/assets/css/nav.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	background-image: url(/Industrial/assets/images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4B4B4B;
}

#Wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#ContentBody {
	width: 950px;
	background-color: #FCFCFC;
	text-align: left;
	padding: 5px;
}


.TwoThirdsContainer {
	float: left;
	width: 635px;
	margin-right: 5px;
	text-align: left;
}
.clear_me {
	clear: both;
}
.spaceLeft {
	margin-left: 10px;
}
.OneThirdContainer {
	float: left;
	width: 310px;
}
ul.noBulletsList {
	list-style-type: none;
}


.window {
	padding: 5px;
}

h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 24px;
	font-weight: normal;
}
h2.pageHeader {
	color: #333;
	background-image: url(/Industrial/assets/images/layout/drop_shadow.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	margin-top: 10px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

table.centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

*html h2.pageHeader {
	color: #333;
	background-image: url(/Industrial/assets/images/layout/drop_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	margin-top: 10px;
}


#SearchContainer {
	background-image: url(/Industrial/assets/images/layout/gradient_blue_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	background-position: left bottom;
	margin: 0px;
	color: #FFF;
}

.dropShadow_oneThird {
	background-image: url(/Industrial/assets/images/layout/drop_shadow_290.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
}
*html .dropShadow_oneThird {
	background-image: url(/Industrial/assets/images/layout/drop_shadow_290.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}



.scrollable_layer {
	background-image: url(/Industrial/assets/images/layout/scrollableBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: 610px;
}
h3.smalltext {
	font-size: 14px;
}
