*{ 
	margin: 0px; 
	padding: 0px;
}

body {
	background-attachment: fixed;
	background-color: rgb( 62, 0, 0 );
	background-attachment: fixed;
	background-image: url( 'images/bodybkg.gif' );
	background-repeat: repeat-x;
	background-position: top left;
	font-family: tahoma, sans-serif; 
	font-size: 11px;
}

p{
	line-height: 1.3em;
	padding-bottom: 1em;
}

img{
	border: 0px;
}

li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: black;
}

a:hover{
	color: rgb( 252, 182, 4 );
}

a img{
	xborder-bottom: 2px dotted transparent;
}

a img:hover{
	xborder-bottom: 2px solid rgb( 252, 182, 4 );
}

#welcome {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin-left: -150px; /* half of width */
	margin-top: -150px;  /* half of height */
	text-align: center;
}

#welcome ul{
	list-style-type: none;
}

#welcome ul li{
	float: left;
}

#welcome a{
	display: inline;
	color: white;
	height: 2em;
	width: 100px;
	display: block;
}

#welcome a:hover{
	color: rgb( 252, 182, 4 );
	background: transparent;
}

#welcome a span{
	display: none;
}

#welcome a:hover span {
	display:inline;
	position: absolute;
	top: 240px;
	left: 0px;
	width: 300px;
	line-height: 1.4em;
}

div.shadow{
	width: 764px;
	background-image: url( 'images/contentbkg.gif' );
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: 50% 0px;
	margin-left: auto;
	margin-right: auto;
}

div.layout{
	margin-left: 2px;
	width: 760px;
}

div.fullcontent{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.header{
	background-color: rgb( 105, 46, 32 );
	position: relative;
	background-position: top;
	background-repeat: no-repeat;
	height: 160px;
}

div.gheader {
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}

div.header img,
div.header.logo
{
	position: absolute;
	left: 15px;
	top: 8px;
}

div.navigator{
	position: relative;
}

div.navigator ul.menu {
	background-image: url( 'images/trias_logo_middle.gif' );
	background-position: left top;
	background-repeat: no-repeat;
	background-color: rgb( 105, 46, 32 );
	height: 36px;
	list-style-type: none;
	padding-left: 210px;
	overflow: hidden;
}

div.navigator ul li
{
	float: left;
	font-family: 'trebuchet ms';
	font-weight: bold;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0px;
	color: white;
}

div.navigator ul li img{
}

div.navigator ul li a
{
	color: white;
	text-decoration: none;
}

div.navigator ul li a.current{
	color: rgb( 245, 179, 1 );
}

div.navigator ul li a:hover {
	color: rgb( 252, 182, 4 );
}

div.navigator ul.flags{
	position: absolute;
	right: 0px;
	top: 0px;
}

div.bottom {
	height: 24px;
	background-color: white;
	background-image: url( 'images/pagebkg.gif' );
	background-position: left;
	background-repeat: repeat-y;
	margin: 30px 0px 0px 0px;
	position: relative;
}

div.bottom ul {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 285px;
	background-color: rgb( 105, 46, 31 );	
	list-style-type: none;
}

div.bottom ul li {
	margin: 0px;
	float: left;
}

div.bottom ul li a {
	height: 18px;
	padding-top: 6px;
	width: 95px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
}

div.bottom ul li a:hover
{
	color: rgb( 252, 182, 4 );
}

div.content
{
	background-color: white;
}

table, tr, td{ 
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td.menu
{
	background-repeat: no-repeat;
	background-image: url( 'images/comp_menu_bkg.gif' );
	background-position: top left;
	background-color: #fef1e0;
	width: 190px;
	padding-top: 20px;
	vertical-align: top;
}

td.menu ul{
	list-style-type: none;
}

td.menu ul.menu li
{
	margin-left: 5px;
	padding-left: 12px;
}

td.menu h1{
	padding-left: 10px;
	background-image: url( 'images/menu_h1_current.gif' );
	background-repeat: no-repeat;
	background-position: 0% 10px;
}

td.menu h1.current{
	background-image: url( 'images/menu_h1.gif' );
}

td.menu ul.submenu {
	margin-left: 0px;
	padding: 0px 0px 1em 0px;
}

td.menu ul.submenu li {
	margin-left: 24px;
	padding: .2em 0px .2em 12px;
	background-image: url( 'images/menu_h2.gif' );
	background-repeat: no-repeat;
	background-position: 0% 50%;
	list-style-type: none;
	color: rgb( 105, 46, 32 );
	font-size: 100%;
	font-weight: normal;
}

td.menu a{
	color: rgb( 105, 46, 32 );
	text-decoration: none;
}

td.menu h1.current a{
	color: rgb( 247, 180, 1 );
}

td.menu a:hover{
	color: rgb( 252, 182, 4 );
}

.page
{
	background-color: white;
	background-image: url( 'images/pagebkg.gif' );
	background-position: left;
	background-repeat: repeat-y;
	width: 570px;
	height: 100%;
}

div.pagecontent{
	padding: 20px 10px 10px 10px;
}

.page h1,
.page h2
{
	font-family: 'trebuchet ms', serif;
	color: rgb( 105, 46, 32 );
	margin-left: 10px;
}

.page h1
{
	font-size: 200%;
	font-weight: bold;
}

.page h2
{
	font-size: 120%;
	font-weight: normal;
}

.page ul
{
	list-style-type: none;
	height: 2em;
	margin-left: 10px;
	padding-bottom: 0px;
}

.page ul li
{
	float: left;
	margin-right: .5em;
}

.page table{
	width: 100%;
}

.page td{
	vertical-align: top;
	width: 50%;
}

div.news {
	margin: 0px 1em 0px 10px;
	overflow: auto;
}

div.top{
	border-top: 1px solid black;
}

div.news h1 {
	color: rgb( 105, 46, 32 );
	font-size: 140%;
	padding-top: 10px;
	margin: 0px;
}

div.news h2 {
	margin: 0px;
	padding: .5em 0px .5em 0px;
	font-size: 90%;
	font-weight: bold;
	color: rgb( 246, 183, 7 );
}

div.news p {
}

div.news a {
	border-bottom: 1px dotted;
	color: rgb( 105, 46, 32 );
	text-align: right;
	text-decoration: none;
}

div.news img {
	border: 1px solid #dddddd;
	float: left;
	margin-bottom: .5em;
	margin-right: 1em;
	padding: .5em;
}

div.news h1 img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: none;
}

div.news img.press {
	float: none;
}

div.categorydiv{
	padding: 0px 20px 0px 10px;
	text-align: center;
}

div.categorydiv img.snap{
}

div.categorydiv h1{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
}

div.categorydiv h1 img{
	margin-left: -4px;
}

div.categorydiv h2{
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
}

div.categorydiv p{
	text-align: left;
	line-height: 1.3em;
}

div.categorydiv img{
}

div.categorydiv a{
	color: black;
	text-decoration: none;
}

div.categorydiv a:hover{
	color: rgb( 252, 182, 4 );
}

div.productdiv{
	visibility: hidden;	
	margin: 0px 10px;
	text-align: center;
	background-color: white;
}

div.productdiv img{
	background-color: white;
}

div.productdiv h1{
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
	background-color: white;
}

div.productdiv h1 img{
	margin-left: -2px;
	background-color: white;
}

div.productdiv h2{
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
	background-color: white;
}

div.productdiv p{
	text-align: left;
	padding-bottom: 0px;
	background-color: white;
}

div.productdiv p.text{
	padding-bottom: 1em;
	background-color: white;
}

div.bodytext{
	padding: 1em;
}

div.bodytext h1,
div.bodytext h2{
	margin: 0px;
	padding: 0px;
}

div.bodytext h2{
	margin-top: 1em;
}

div.bodytext img.right{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.bodytext p{
}

.iealfa{
	zoom: 1;
	background-color: white;
}

ul.bc img{
	vertical-align: middle;
}

form{
	border: 1px solid gray;
	padding: 1em;
	margin-bottom: 1em;
}

form p{
	position: relative;
}

form p span{
	font-weight: bold;
	color: rgb( 62, 0, 0 );
}

form p select,
form p textarea,
form p input{
	position: absolute;
	left: 200px;
	width: 300px;
	top: 0px;
	font-family: tahoma;
	font-size: 11px;
}

form p textarea{
	height: 4em;
	overflow: auto;
}

form input.button{
	margin-left: 200px;
	font-family: tahoma;
	font-size: 11px;
	padding: 1em;
}