html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	width: 100%;
}

img{
 border: 0;
 }

#mainWrapper {
	height: 100%;
}
#MainTemplateBG {
	position: relative;
	padding: 50px 50px 0 300px;
	top: 0px;
	left: 0px;
	height: 152px;
	background: url("images/main/backgroundTile.gif") top left repeat-x;
	z-index: 310;

}
#LogoMenu {
	position:absolute;
	top: 0px;
	left: 35px;
	z-index: 400;

}
#menuBG-Block {
	position: fixed;
	top: 0px;
	left: 35px;
	width: 238px;
	height: 100%;
	font-size: 13pt;
	text-decoration: none;
	background: url(images/main/menubg.gif) repeat-y; 
}
* html #menuBG-Block {
	position: absolute;
}
#text-heightSafety {
	position:absolute;
	top: 55px;
	left: 280px;
	font-size: 27pt;
	font-weight: bold;
	text-decoration: none;
	color: #A6ADB7;
	z-index: 310;
}
#text-telePhone {
	position:absolute;
	top: 60px;
	left: 770px;
	font-size: 19pt;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 310;
}
.OrangeMenuLinks {
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.OrangeMenuLinks:hover {
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	text-decoration: underline;
	color: #0069B1;
}
#text-home {
	position:absolute;
	top: 117px;
	left: 340px;
	font-size: 13pt;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 310;
}
#text-home a {
	margin-right: 20px;
}
#logos {
	position:absolute;
	top: 638px;
	left: 741px;
	z-index:310;
	text-align: center;
	width: 247px;
}
#logos img {
	border: none;
}
#photoPlacer {
	position:absolute;
	top: 158px;
	left: 741px;
	z-index:310;
}
#textPlacer {
	position:absolute;
	top: 168px;
	left: 340px;
	z-index:310;
	font-size: 10pt;
	color: #002e4e;
	text-decoration: none;
	padding-right: 20px;
}

#textPlacer h1, h2, h3{ 
 color: #da4b09;
 margin-bottom: 10px;
 font-weight: normal;
 }

#textPlacer h1{
 font-size: 13pt;
 }

#textPlacer h2{
 font-size: 12pt;
 }

#textPlacer h3{
 font-size: 11pt;
 }

#textPlacer ul{
 list-style-type: square;
 padding-left: 15px;
 }

#textPlacer ul li{
 margin-bottom: 4px;
 }

#menu1 {
	position:absolute;
	top: 0px;
	padding-top: 175px;
	left: 35px;
	width: 300px;
	background-image:url("images/main/man.gif"/*tpa=http://www.a2msafety.com/images/main/man.gif*/);
	background-position: 238px -790px;
	font-size: 13pt;
	text-decoration: none;
	color: #000000;
	z-index: 100;
	background-repeat: no-repeat;
}

#menu1 li{
 color: #0069b1;
 list-style-type: none;
 margin: 5px 0 0 18px;
 }

#menu1 a {
	padding: 3px 0 3px 8px;
	margin-left: 10px;
	display: block;
	width: 212px;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
#menu1 a:hover, .activeMenu {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fa994a;
}
textarea, input {
	font-family: Tahoma;
	font-size: 10pt;	
}

table.price{
 width: 100%;
 }

table.price tr.dark td{
 background: #e7e7e7;
 }

table.price td{
 border: 1px solid #DDDDDD;
 padding: 5px 10px;
}


