html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 tahoma, arial, helvetica, sans-serif;
	color: #000;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	
	}

html>body #container {
	height: auto;
	}


#banner {
	margin: 0;
	padding: 0;
	height:50px; /* 42px + 0px + 0px = 42px */
	background: #fff url("../images/headerbg.gif"/*tpa=http://www.pajunk-usa.com/images/headerbg.gif*/) repeat-x;
	/* IE5/Win Hack: The incorrect IE5/Win value is above, while the correct value is below. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:50px; /* the correct height */
	}

/* Be nice to Opera*/
body>#header {height:42px;}

#logo {
	margin: 0;
	padding: 0;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:40px; /* 40px + 0px + 0px = 40px */
	background: #fff url("../images/logobg.gif"/*tpa=http://www.pajunk-usa.com/images/logobg.gif*/) no-repeat;
	/* IE5/Win Hack: The incorrect IE5/Win value is above, while the correct value is below. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:40px; /* the correct height */
	}
	
/* Be nice to Opera*/
body>#logo {height:40px;}

#maincontent {
	background-color: transparent;
			}

#navgradient {
	margin: 0;
	padding: 0;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:40px; /* 40px + 0px + 0px = 40px */
	background: #fff url("../images/navbggradient.gif"/*tpa=http://www.pajunk-usa.com/images/navbggradient.gif*/) no-repeat;
	/* IE5/Win Hack: The incorrect IE5/Win value is above, while the correct value is below. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:40px; /* the correct height */
	}
	
/* Be nice to Opera*/
body>#navgradient {height:40px;}

#navgradient #welcome {
	margin-left: 310px;
	padding-top: 15px;
	font-size: 14px; 
	font-weight: bold;
}

#navgradient #welcome .highlight {
	color: #066;
}

#navigation {
	position:absolute;
	left:0;
	width: 160px;
	padding-top: 1em;
}

#navigation ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
	text-indent: 50px;
	border-bottom: 1px solid #939191;
}

#navigation a {
 	margin: 0;
 	padding: 0;
	font: 11px/22px Tahoma, Arial, Helvetica, sans-serif;
	padding-top:3px;
	display: block;
 	width: 168px;
 	height: 27px;
}


#footer {
	position: absolute;
	bottom: 0;
	/*padding: 10px;*/
	/*background: #fff url(../images/footergradient.gif) repeat-x;*/
	width: 100%;
	}

#footergradient {
	background: #fff url("../images/footergradient.gif"/*tpa=http://www.pajunk-usa.com/images/footergradient.gif*/) repeat-x;
}

#innerfooter h6 {
	font-size: 10px;
	font-weight: bold;
	margin-left: 143px;
	padding-bottom: 0;
	padding-top:15px;
	}

#innerfooter {
	margin-left: 168px;
	height:49px;
	border-left: 1px solid #999;
	background: transparent url("../images/worldmap_sm.gif"/*tpa=http://www.pajunk-usa.com/images/worldmap_sm.gif*/) no-repeat;
}

#innerfooter a {
	color: #000;
}

#copyright {
	background: #fff;
	font-size: 10px;
	}
	
#copyright a {
	color: #000;
}

#footerstripes {
	background: #fff url("../images/footerstripes.gif"/*tpa=http://www.pajunk-usa.com/images/footerstripes.gif*/) repeat-x;
	height: 14px;
}

.imageleft {
	float: left;
	padding: 7px;
	margin-left: 2px;
	margin-right: 6px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}


