/* CSS Document */

.trans { behavior: url(/include/iepngfix.htc); }
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../gfx/bkgd-body-gray.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#737373;
	margin:0 auto;
}
#outer{
	width:875px;
	background-image: url(../gfx/bkgd-greenStripes.gif);
	background-repeat: repeat-y;
	background-color: #003028;
	background-position: right;
	min-height:100%;
	margin:0 auto;
	margin-bottom:-20px;
	border-left: solid 2px #c39e02; 
	border-right: solid 2px #c39e02; 
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background: #809900;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#left p, 
#right p {padding:3px}
#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #406700;
	text-align:center;
	position:relative;
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	/*margin:0 -1px; moz fix*/
	color: #000;
}
/* css stuff below is just for presentation and not needed for the demo */
#logo {
	position: relative;
	z-index: 100;
	top: 10px;
	left: 20px;
	margin-bottom:-15px;
}

#langBar {
	background-color:#c39e02;
	text-align:right;
	font-size:9px;
	text-transform: uppercase;
	letter-spacing:1px;
	padding:2px 0;
	clear:both;
	border-top:#828282 solid 7px;
	margin:0; 
	height:10px;
}
#langBar li {
	display:inline;
}
#langBar li a {
	padding:0 10px;
	border-left:solid 1px #000000;
	text-decoration:none;
	color:#000;
}
#langBar li a.first {
	border-width:0px;
}

#lowerMenu {
	width:605px;
	height:20px;
	position:relative;
	top:0px;
}

#bigButtons {
	position:absolute;
	top:-48px;
	z-index:90;
}
#bigButtons img { margin:0; padding:0; z-index:90; }

#address {
	width:750px;
	z-index:50;
	background-image:url(../gfx/bkgd-intro-address.png);
	background-repeat:no-repeat;
	padding:10px 15px;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:.1em;
	position:relative;
	bottom:0px;
	left:0;
}

#address a { color:#000000; }




#hmFlash { z-index:10; height:297px; }


html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#introContent { position:relative; left:20px; top:30px; width:550px; line-height:20px; color:#FFFFFF; font-size:12px; clear:both; margin:20px 0; }

#stripe1{ position:absolute; top:85px; width:875px; z-index:0; }
#stripe2{ position:absolute; top:460px; width:875px; z-index:0; }

#footer { 
	width:865px; 
	background-color:#878787; 
	border-top: solid 1px #c39e02; 
	height:20px; 
	font-size:9px; 
	color:#FFFFFF;
	text-align:left;
	padding:5px;
	position:relative;
	bottom:-20px;
}

#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */