@charset "utf-8";

html,body { height: 100%; min-height: 100%; }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px Arial,Helvetica;
	background-color: #fff;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
}

img { border: none; }
.clear { clear: both; }

/* #wrapper {
	height: 100%;
	width: 900px;
	min-height: 500px;
	margin: 0 auto;
	background-image: url(images/sideshadows900-800.jpg);
	background-repeat: repeat-y;
}
*/

#container {
	height: 100%;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	height: 120px;
	width: 100%;
	background-image: url(images/header900.jpg);
	background-repeat: no-repeat;
}

#header p { text-indent: -9999px; margin: 0; padding: 0;}

#menu {
	height: 28px;
	width: 100%;
	background-color: #000;
	clear: both;
}
#highlight_left {
	float: left;
	width: 400px;
	min-height: 250px;
	background-color: #fff;
	background-image: url(images/tri-wide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#highlight_right {
	float: right;
	width: 400px;
	min-height: 250px;
	background-color: #fff;
	background-image: url(images/tri-wide-reverse.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#prod_text {
	float: left;
	width: 475px;
	min-height: 250px;
	background-color:#FFFFFF;
}
#prod_title {
	height: 75px;
	width: 475px;
}

#prod_title img.alignright { float: right; }
#prod_title img.alignleft { float: left; }

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#prod_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 90%;
	padding: 10px;
	padding-bottom: 0;
	margin: 15px 0 0 0;
}

#prod_text p.prod_links {
	font-size: 11px;
	font-weight: normal;
}
#wide_content {
	width: 100%;
	clear: both;

	background-color: #FFFFFF;
}


/* hide from ie on mac \*/
	
	#flashcontent {
		height: 100%;

	}
/* end hide */#home_top {
	width: 640px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home_text p {
	font-size: 14px;
	line-height: 1.5em;
	padding-right: 25px;
	text-align: justify;
}
#home_text {
	float: right;
	width: 640px;
}
#container #wide_content #home_left {
	float: left;
	width: 250px;
}

p.hidden a:link, p.hidden a:visited { color: #fff; }
p.hidden a:hover, p.hidden a:active { color: #000; }
