/* REDEFINED HTML TAGS */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background: #393E43 url(../img/bg_gradient.jpg) repeat-x top left;
	color: black;
	padding:0;
	margin:0;
}
h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	padding:0;
	font-weight:bold;
	font-size: 1.2em;
}
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	padding:0;
	font-weight: bold;
	font-size: .9em;
}
h4, h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	padding:0;
	font-weight: bold;
	font-size: .8em;
}
p {
	margin:0;
	padding:0 0 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #EE3424;
}
a:hover, a:active {
	text-decoration: underline;
	color: #EE3424;
}
/* CONTAINER-LAYOUT STYLES */
#shadow {
	width:100%;
	overflow: hidden;
	min-width: 772px;
	background: url(../img/bg_shadow.gif) no-repeat top center;
}
#container {
	width:772px;
	padding:0;
	margin: 0 auto 15px;
	background-color: white;
	color: black;
}

#header {
	float:left;
	clear:left;
	width:100%;
	height: 82px;
	padding-bottom: 10px;
	background: url(../img/gray_head_border.gif) no-repeat bottom left;

	}
/*	#header div#header-logo {
		float:left;
		width:506px;
	}*/
	#header div#header-search {
		float:right;
		width:195px;
		height:82px;
		margin:0;
		padding:0;
	}
	#header h1#logo{
		padding:0;
		margin:0;
		clear:left;
		float:left;
	}
	#header h1#logo a {
		display:block;
		text-indent:-9999px;
		overflow: hidden;
		width: 218px;
		height: 82px;
		margin:0;
		padding:0;
		background-image: url(../img/ampro_logo.gif);
		background-repeat:no-repeat;
		background-position:center right;
	}
	#header h2#tagline {
		float:left;
		margin: 0 0 0 20px;
		padding:0;
		width: 268px;
		height: 82px;
	}
	#header h2#tagline span{
		display:block;
		text-indent:-9999px;
		overflow: hidden;
		color: #818588;
		background-color: #fff;
		width: 268px;
		height: 82px;
		margin: 0;
		padding:0;
		background-image: url(../images/tagline.jpg);
		background-repeat:no-repeat;
		background-position:center left;
}
#menu {
	float:left;
	clear:left;
/*	width:577px;*/
	width:100%;
	height: 34px;
	background: url(../img/menu_bg_left.gif) repeat-x top left;
}
#menu ul#ddmenu{
		clear:left;
		float:left;
		text-align: left;
		margin:0; 
		padding:0;
		list-style:none;
		width:577px;
		height: 34px;
	}
	#menu ul#ddmenu li{
		float:left;
		margin:0;
		padding:0;
		position: relative;
		list-style:none;
	}
	#menu ul#ddmenu li.last{
		border-right: 0;
	}
	#menu ul#ddmenu li ul{
		display: none;
		position: absolute; 
		float:none;
		z-index:9996;
		margin:34px 0 0 -1px;
		padding:0 0 0;
		left:0;
		top: auto;
		border-bottom: 1px solid gray;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
	}
	
*:first-child+html #menu ul#ddmenu li ul {
clear:left;
margin-top:0;
}

	/* Second Level Menu */
	#menu ul#ddmenu li ul li{
		clear:left;
		float:left;
		margin:0;
		padding:0;
		border-right: 0;
		}
		html>body #menu ul#ddmenu li ul li{
			background-image: url(../img/alpha-bg-menu.png);
		}
		* html #menu ul#ddmenu li ul li{
			background-color: #F2ECDD;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
		}

		#menu ul#ddmenu li ul li a:link, #menu ul#ddmenu li ul li a:visited { 
			clear:left;
			float:left;
			color: #333333;
			border-top: 1px solid #DCC071;
			padding: 4px 10px;
			margin:0;
			font-weight:normal;
			width:165px;
			height: auto;
		}
		#menu ul#ddmenu li ul li a:active, #menu ul#ddmenu li ul li a:hover { 
			color: black;
			background-color: #DCC071;
			background-image: none;
	}
			#menu ul#ddmenu li ul li a.indented:link, #menu ul#ddmenu li ul li a.indented:visited {
				padding-left: 29px;
				width: 146px;
				background: url(../img/arrow-right.gif) no-repeat  9px 50%;
			}
			#menu ul#ddmenu li ul li a.indented:active, #menu ul#ddmenu li ul li a.indented:hover { 
				color: black;
				background: #DCC071 url(../img/arrow-right-black.gif) no-repeat  9px 50%;
			}
	#menu ul#ddmenu li > ul {
		top: auto;
		left: auto;
	}
	#menu ul#ddmenu li:hover, #menu ul#ddmenu li.over { 
		background: url(../img/menu_bg_hover.gif) repeat-x top left;
	}
	#menu ul#ddmenu li:hover ul, #menu ul#ddmenu li.over ul { display: block; } /* Show the menu CSS style. */
	#menu ul#ddmenu li.first{
		border-left: 1px solid gray;
	}
	#menu ul#ddmenu li a.arrow:link, #menu ul#ddmenu li a.arrow:visited {
		background: url(../img/menu_arrow.gif) no-repeat center right;
		padding-right: 18px;
	}
	#menu ul#ddmenu li a.arrow:active, #menu ul#ddmenu li a.arrow:hover {
		background: url(../img/menu_arrow.gif) no-repeat center right;
		padding-right: 18px;
	}
	#menu ul#ddmenu li a:link, #menu ul#ddmenu li a:visited {
		display:block;
		float:left;
		padding: 9px 10px 0;
		height: 25px;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		color: white;
	}
	#menu ul#ddmenu li a:active, #menu ul#ddmenu li a:hover {
		background: url(../img/menu_bg_hover.gif) repeat-x top left;
	}

		
#ddproduct {
	position:relative;
	width: 195px;
	float:left;
	height: 34px;
	background: url(../img/menu_bg_right.gif) repeat-x top left;
}
#ddproduct a#ddbutton:link, #ddproduct a#ddbutton:visited{
	background: url(../img/ddproductlist.gif) no-repeat center center;
	display:block;
	width: 195px;
	height:34px;
	float:left;
	clear:both;	
	text-indent: -9999px;
	overflow: hidden;
}
	#ddproduct #ddlist {
			position:absolute;
			display:none;
			margin-top: 34px;
			margin-left: 5px;
			left:0;
			top: 0;
			height: 300px;
			width: 183px;
			z-index:9999;
	}
		html>body #ddproduct #ddlist
		{
			padding-right: 10px;
			padding-bottom: 10px;
			height: 300px;
			background-image: url(../img/alpha-bg-shadow.png);
			background-position: bottom right;
			background-repeat: no-repeat;
		}
		* html #ddproduct #ddlist
		{
			border: 1px solid gray;
			border-right: 1px solid black;
			border-bottom: 1px solid black;
			background-color: #F2ECDD;
			color: black;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
		}
	#ddproduct #ddlist ul{
		margin:0;
		padding: 0 0 10px 5px;
		list-style: none;
	}
	#ddproduct #ddlist #ddul {
		height: 290px;
		width: 173px;
		overflow: auto;
		border-top: 1px solid white;
		border-left: 1px solid white;
		margin:0;
		padding: 5px;
		list-style: none;
	}
	#ddproduct #ddlist #ddul h4 {
		color: black;
		background-color: #DCC071;
		padding: 3px 0 3px 4px;
	}
	#ddproduct #ddlist li {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1.2em;
	}
	#ddproduct #ddlist li li {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: .7em;
		color: black;
	}
	#ddproduct #ddlist li li li {
		font-weight: normal;
		font-size: .9em;
		background: url(../img/prod_bullet.gif) no-repeat center left;
		padding-left: 10px;
}
	#ddproduct #ddlist li li a:link,
	#ddproduct #ddlist li li a:visited {
		text-decoration: none;
		color:black;
	}
	#ddproduct #ddlist li li a:active,
	#ddproduct #ddlist li li a:hover {
		text-decoration: underline;
		color: #EE3424;
	}
	#ddproduct #ddlist li li li a:link,
	#ddproduct #ddlist li li li a:visited {
		color: #EE3424;
	}


#masthead {
	float:left;
	clear:left;
	width: 100%;
	height: 154px;
	border-top: 1px solid #393E43;
	border-bottom: 1px solid #393E43;
	}
	#masthead #applications {
		float:left;
		width:576px;
		border-right: 1px solid black;
	}
	#masthead #applications img {
		display:block;
	}
	#masthead #randomquote {
		float:left;
		width: 195px;
		height:154px;
		color: black;
		background-color: #FFFFFF;
	}
	#masthead #randomquote p.quote-credit {
		background: url(../img/quotestart.gif) no-repeat center left;
		font-size: .8em;
		font-weight: normal;
		height: 43px;
		padding: 5px 10px 5px 47px;
		margin: 10px 0 5px 10px;
		color: #7C4C13;
	}
	#masthead #randomquote p.quote {
		font-size: .88em;
		padding: 0 10px 10px;
		margin:0;
		color: #7C4C13;
		line-height: 160%;
	}
	
	#masthead #randomquotetemp {float:left; width:195px; height:154px; color: black; background-color: #DCC071;}
	#masthead #randomquotetemp p {font-size:.88em; padding:0 10px 10px; margin:0;width: auto !important; width:170px;}
		
#content {
	float:left;
	clear:left;
	width:772px;
	min-height: 400px;
	height: auto !important; /* FireFox */
	height:400px; /* IE6 - Hacks are painful */
	color:black;
}
.interiorpage {
	background: url(../img/interior_side_bg3.gif) repeat-y top right;
/*	background: url(../img/contentbg_col2.gif) repeat-y top left;*/
}
.homepage {
	background: url(../img/contentbg_col2.gif) repeat-y top left;
}
#content p,
#content h2, #content h3, #content h4 {
	margin:5px 10px 5px;
}
#content h3 {color: #EE3424;}
#content p, #content ul li {
	font-size: .8em;
}
#content ul.brownarrows,
#content ul.grayarrows {
		padding:10px;
		margin:0;
		list-style: none;
	}
	#content ul.brownarrows li {
		padding: 0 0 3px 15px;
		margin:0;
		background: url(../img/b_arrow_bullet.gif) no-repeat 5px left;
	}
	#content ul.grayarrows li {
		padding: 0 0 3px 15px;
		margin:0;
		height: 15px;
		background: url(../img/g_arrow_bullet.gif) no-repeat 2px left;
	}
	#content ul.brownarrows li a:link, #content ul.brownarrows li a:visited,
	#content ul.grayarrows li a:link, #content ul.grayarrows li a:visited {
		color: black;
	}
	#content ul.brownarrows li a:active, #content ul.brownarrows li a:hover,
	#content ul.grayarrows li a:active, #content ul.grayarrows li a:hover {
		color: #EE3424;
}
#content h2.gray,
#content h2.brown_industry,
#content h2.brown,
#content h2.yellow,
#content h2.green,
#content h2.red,
#content h2.blue {
	display:block;
	height:16px;
	margin:0;
	padding: 5px 0 5px 10px;
	color: white;
	font-weight:bold;
	font-size: 1em;
}
#content h2.gray {background-color: #ACACAC; border-bottom: 2px solid #848484;}
#content h2.brown_industry {
	background-color: #A4743B;
	/*background-image: url(../img/industry_header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 94px;*/
	border-bottom: 2px solid #740;
}
#content h2.brown {background-color: #A4743B; border-bottom: 2px solid #7C4C13;}
#content h2.yellow {background-color: #CFAD3F; border-bottom: 2px solid #A78517;}
#content h2.green {background-color: #539337; border-bottom: 2px solid #2B6B0F;}
#content h2.red {background-color: #BF281C; border-bottom: 2px solid #970000;}
#content h2.blue {background-color: #4961AA; border-bottom: 2px solid #213982;}
#content h2 a:link, #content h2 a:visited {color: white;}

#content h2.brown a:link, #content h2.brown a:visited { font-weight:normal;}

#content .col1 {
	float:left;
	clear:left;
	width: 576px;
/*	border-right: 1px solid black;*/
	margin-right: 1px;
	}
	#content .col2 {
		float:left;
		width: 195px;
}

#content .col1split {
	float:left;
	clear:left;
	width: 576px;
	}
	#content .col1split .subcol1 {
		float:left;
		clear:left;
		width: 297px;
	}
	#content .col1split .subcol2 {
		float:left;
		width: 278px;
}
#content .col1split_border {
	float:left;
	clear:left;
	width: 576px;
	background: url(../img/contentbg_col2.gif) repeat-y -279px 0;
	}
	#content .col1split_border .subcol1 {
		float:left;
		clear:left;
		width: 297px;
		border-right: 1px solid black;
	}
	#content .col1split_border .subcol2 {
		float:left;
		width: 278px;
}
#footer {
	float:left;
	clear:left;
	width:100%;
	padding: 10px 0 0;
	background: url(../img/gray_head_border.gif) no-repeat top left;
	}
	#footer #footer-a {
		float:left;
		clear:left;
		width: 772px;
		padding: 10px 0 20px;
		background: url(../img/gray_head_border.gif) no-repeat bottom left;
	}
	#footer .inline-footer-nav{ 
		float:left;
		clear:left;
		list-style:none;
		padding:0 0 0 5px;
		margin:0;
		width:500px;
		}
		#footer .inline-footer-nav li {
			float:left;
			margin:0;
			padding:0 5px 0 5px;
			border-right: 1px solid gray;
			font-size: .7em;
		}
		#footer .inline-footer-nav li.last {
			border-right: 0;
		}
		#footer .inline-footer-nav li a:link,
		#footer .inline-footer-nav li a:visited{
			/*text-decoration:none;*/
			color:black;
		}
	#footer .right-footer-195 {
		float:right;
		width:195px;
		text-align:right;
		padding: 0 10px 0 0;
		margin: 0;
		font-size: .7em;
}
/* CLASSES */
a.print:link, a.print:visited {
	float:left;
	padding: 2px 10px 2px 20px;
	margin-left: 5px;
	font-size:10px;
	text-decoration:none;
	color: #A4743B;
	background: white url(../img/ico_print.gif) no-repeat center left;
}
a.forward:link, a.forward:visited {
	float:left;
	padding: 2px 10px 2px 20px;
	font-size:10px;
	text-decoration:none;
	color: #A4743B;
	background: white url(../img/ico_email.gif) no-repeat center left;
}
a.print:active, a.print:hover,
a.forward:active, a.forward:hover {
	text-decoration: underline;
}
.break {clear:left;}
#qs {
		display:block;
		margin:0;
		padding:0;
		clear:left;
		float:left;
		width:100%;
	}
	#qs .txtSearch {
		float:left;
		clear:left;
		border: 1px solid #A4743B;
		background-color: #FFF5DA;
		padding: 2px 4px;
		margin-left: 5px;
		width: 145px;
	}
	#qs .imgSearch {
		float:left;
		padding-left: 5px;
}
.right_mini_menu {
	float:right;
	width:95px;
}
#content td.tdbuttons {
	vertical-align:middle;
	}
	#content td.tdbuttons p {
		margin:0;
		padding:0;
}
.inline-buttons { 
	float:left;
	clear:left;
	list-style:none;
	padding:14px 0 0;
	margin:0 0 14px;
	}
	.inline-buttons li {
		float:left;
		display: inline;
		margin:0;
		padding:0;
}
#content div.col2 td.pdf p { 
	background-image: url(../img/ico_pdf.gif);
	background-position: center right;
	background-repeat:no-repeat;
	padding-right: 15px;
	padding-bottom: 0;
}

#content div.col2 .getstarted {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	letter-spacing: .1em;
}


/* product selector */

table.ps {margin:0 10px 0 10px;}
.pshdr {background-color:#c00;text-align:center;padding:4px;}
.pshdr a:link, .pshdr a:visited, .pshdr a:hover, .pshdr a:active {color:#fff;font-weight:bold;font-size:12px;text-decoration:none;}
.pshdr a:hover {text-decoration:underline;}

.psimgrow td {border-bottom:1px solid #ddd;text-align:center;font-size:10px;padding:6px 0;vertical-align:bottom;}
.psimgrow td.psmenu {border-bottom:0; font-size:10px;text-align:left;vertical-align:top;padding:0 16px 0 0;}

.psimgrow td a:link, .psimgrow td a:visited, .psimgrow td a:hover, .psimgrow td a:active {color:#999;text-decoration:none;}
.psimgrow td a:hover {background-color:#f6f6f6; color:#666; text-decoration:underline;}

.psimgrow td img {display:block;border:0;}

.psmenu div.menulabel {background-color:#c00;color:#fff;padding:2px 4px 2px 4px;font-size:10px;font-weight:bold;margin:2px 0;}
.psimgrow td.psmenu a:link, .psimgrow td.psmenu a:visited, .psimgrow td.psmenu a:hover, .psimgrow td.psmenu a:active {color:#333;text-decoration:none;margin-left:5px;}
.psimgrow td.psmenu a:hover {background-color:#f6f6f6; color:#a00; text-decoration:underline;}

.psimgrow td.psmenu a.current:link, .psimgrow td.psmenu a.current:visited, .psimgrow td.psmenu a.current:hover, .psimgrow td.psmenu a.current:active {color:#a00;text-decoration:none;margin-left:0;padding-left:12px;background:transparent url('/assets/img/ps/arrow.gif') no-repeat 0px 1px;}

