﻿body         { background-image: url('images/bg_main.gif'); background-position: left top }

.bodytext    { font-family: arial; font-size: 12px; color: #000033; line-height: 120%; text-align: left; vertical-align: top; }

h1    { font-family: arial; font-size: 13px; color: #000033; font-weight: bold;}

h2    { font-family: arial; font-size: 12px; color: #000033; font-weight: bold;}

.topbg         { background-image: url('images/fortus_header_01.gif'); background-position: left top; background-repeat:repeat-x }

.leftedge { background-image: url('images/bg_edge_02.gif'); background-position: right top; background-repeat:repeat-y; text-align:right; vertical-align: top; }

.rightedge { background-image: url('images/bg_edge_05.gif'); background-position: left top; background-repeat:repeat-y; text-align:left; vertical-align: top; }

.bottominfo  {margin-left:37px; text-align: left; vertical-align: middle; font-family: arial; font-size: 10px; color: #000033;}

.leftedgegraphic  {margin-bottom:0px;}a            { color: #9F7800 }

.hometext    { font-family: tahoma; font-size: 8pt; color: #000033; line-height: 120%; text-align: left; vertical-align: top; }



/* tabs */

#tabs {
/*font-size: 90%;
margin: -2px -12px;*/
margin-top: 20px;
border: 1px solid #00446a;
height: 450px;

}

#tabs ul {
padding: 5px;
margin: 0px;
width: 230px;
display: block;
float: left;
/*background: #e3ecd7;*/

}
#tabs li {
list-style: none;
background: #00446a;
margin: 0px;
padding: 0px 20px 0px 0px;
text-align: right;
margin-bottom: 1px;
}

* html #tabs li {
display: block; /* ie6 double float margin bug */
}
#tabs li a {
/*float: left;*/
}
#tabs li {
/*float: left;*/
}
#tabs ul li a {
text-decoration: none;/**/
padding: 10px;
color: #ffffff;
font-weight: bold;
width: 100%;
font-size: 12px;
display: block;
}
#tabs ul li:hover {
	background-color: #081527;
	color: #ffffff;
}
#tabs ul li a:hover {
	color: #ffffff;
}
#tabs ul li.active {
background: #c99a13 url(images/arrow_03.gif) no-repeat top right;/**/
padding-right: 45px;
}
#tabs ul li.active a {
color: #081527;
/*text-decoration: underline;*/
}
#tabs div {
clear: both;
padding: 10px;
float: right;
width: 580px;
/*border: 1px solid #00446a;*/
}
#tabs div img {
	
	margin-left: 15px;
	margin-bottom: 15px;	
	}


#tabs div li {
padding: 0px;
margin: 0px;
background: none;
list-style:disc;
}
#tabs div ul {
	float: none;
	margin-left: 25px;
	background: none;
}
#tabs div ul li.active {
background: none;/**/
}
