.clear {
	clear: both;
}

body, div {
	box-sizing: border-box;
	line-height: 120%;
}

body {
	background: #fff;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff url("/assets/images/interface/bg_pageBody.gif") top center no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	color: #725535;
	font-weight: 400;
	line-height: 120%;
}

h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-size: 28px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-size: 21px;
	padding-top: 6px;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-size: 19px;
	margin: 0px 0px 10px 0px;
}

a {
	color: #61A3D5;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	text-decoration: none;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.texture_one {
	background-image: url(../assets/images/interface/bg_fixedHeaderBase.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 45px;
	position: relative;
	clear: both;
}

.texture_one .container {
	background: url("/assets/images/interface/bg_fixedHeaderSearch.png") top right no-repeat;
	min-height: 45px;
}

.texture_two {
	/*
	background-image: url(../assets/images/top_texture_02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	position: relative;
	z-index: 20;
	clear: both;
	*/
	height: 70px;
}

.main {
	background-image: url(../assets/images/interface/bg_subPageShadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
	min-height: 400px;
	position: relative;
	clear: both;
}

.footer {
	margin-top: 30px;
}

.nav_links {
	float: right;
	clear: both;
	margin: 4px 30px 0px 0px;
}

.nav_links li {
	display: inline-block;
	text-align: right;
	margin: 9px 0px 5px 5px;
}

.texture_one .nav_links a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 10px;
	background: #61A3D5;
	border-radius: 10px 1px;
	padding: 5px 15px;
	background-image: linear-gradient(to bottom, #61a3d5, #488cbd);
	text-transform: uppercase;
}

.texture_one .nav_links a:hover {
	color: #fff;
	background-image: linear-gradient(to bottom, #7fb9e3, #61a3d5);
}

.logo {
	display:table-cell;
	height: 70px;
	vertical-align:middle;
}

.footer .container {
	background-image: url("/assets/images/interface/footerBackground.gif");
	background-repeat: repeat-x;
	background-position: top;
	min-height: 40px;
}

.footer .nav_links {
	margin: 0px 30px 20px 0px;
}

.footer .nav_links li {
	margin: 10px 0px 5px 10px;
}

.footer .nav_links a {
	color: #fff;
	font-size: 11px;
}

.footer .nav_links a:hover {
	color: #ccc;
}

.footer .footer_bottom {
	clear: both;
	color: #666;

	font-size: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}

.g4_col1 {
	width: 220px;
	margin: 10px;
	float: left;
	padding: 10px;
}

.g4_col2 {
	width: 460px;
	margin: 10px;
	float: left;
	padding: 10px;
}

.g4_col3 {
	width: 700px;
	margin: 10px;
	float: left;
	padding: 10px;
}

.pnlTechDocSearch label {
	display: block;
	margin: 5px 0px;
	/*
	color: #fff;
	font-size: 12px;
	*/
}

.pnlTechDocSearch input {
	display: block;
	color: #333;
	font-size: 12px;
	margin: 5px 0px;
	background-color: #eee;
	border: 0px;
	padding: 10px;
	width: 90%;
}

.lnkBtnTechDocSearch {
}
.lnkBtnTechDocSearch:hover {
}

.btn_gradient {
	display: inline-block;
	color: #333;
	margin: 4px 0px;
	padding: 10px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#cccccc 100%);
}

.btn_gradient:hover {
	color: #666;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#f5f5f5 100%);
}

.dark_gradient {
	background: #222222;
	background: -moz-linear-gradient(top,  #222222 0%, #171717 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#171717));
	background: -webkit-linear-gradient(top,  #222222 0%,#171717 100%);
	background: -o-linear-gradient(top,  #222222 0%,#171717 100%);
	background: -ms-linear-gradient(top,  #222222 0%,#171717 100%);
	background: linear-gradient(to bottom,  #222222 0%,#171717 100%);
}

.light_gradient {
	background: linear-gradient(to bottom,  #fafafa 0%, #ddd 100%);
}

.drp_shadow {
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
}

.container_new_brand {
	border-top: 1px solid #eee;
}

p {
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

.larger_body p {
	font-size: 13px;
}

.larger_body ul {
	list-style: disc;
	list-style-position: inside;
	line-height: 140%;
}

.pnlContact {
	padding: 12px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}

.divider {
	background-image: url(../assets/images/divider.png);
	height: 2px;
	background-repeat: repeat-x;
}

.amstd_logo {
	display: block;
	text-align: center;
}

.amstd_logo img {
	/* margin: 40px 0px 0px 0px; */
	background: #f4c400;
	padding: 0px 10px;
	width: 100%;
	height: auto;
}

.custProdForm td {
	padding: 4px 4px 4px 0px;
}

.custFormValidator {
	color: #f00;
	display: none;
}

.techListPad img {
	margin-top: 3px;
	padding-right: 5px;
}

.techListPad p {
	padding-bottom: 0px;
	margin-top: 5px;
}

.techListPad ul {
	padding-top: 5px;
	padding-bottom: 20px;
}
.techListPad li {
	margin-bottom: 5px;
	margin-left: 15px;
}