/* basic */

BODY
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #425971;
}

TD, TH
{
	padding: 0px;
	font-size: 12px;
}

H1
{
	font-size: 16px;
	color: #950202;
	padding-bottom: 5px;
	border-bottom: 1px solid #d4e4f0;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

H2
{
	font-size: 14px;
	color: #950202;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

H3
{
	font-size: 13px;
	color: #425971;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

H4, H4 A
{
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 10px;
	color: #7f7f7f;
	text-decoration: none;
	text-align: right;
}

H5
{
	font-size: 14px;
	color: #425971;
	border-bottom: 1px solid #d4e4f0;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

P
{
	padding: 0px;
	margin: 0px;
}

UL, OL
{
	margin: 10px 20px;
	padding: 0 20px;
}

UL LI
{
	list-style-image: url('../images/li.gif');
	list-style-position: outside;
}

A
{
	color: #950202;
	text-decoration: none;
}

/* head */

TABLE.head, TABLE.main, TABLE.contactinfo, TABLE.menu, TABLE.project, TABLE.men,
TABLE.projectdetails, TABLE.hcwh, TABLE.cpanel, TABLE.product
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

TABLE.head
{
	height: 177px;
	width: 991px;
}

TABLE.head TD.logo
{
	height: 132px;
	width: 356px;
}

TABLE.head TD.logo IMG
{
	border: 0px;
}

TABLE.head TD.blueline
{
	height: 26px;
	background-image: url('../images/blueline.jpg');
	background-repeat: repeat-x;
}

TABLE.head TD.headsep
{
	width: 1px;
	background-image: url('../images/headsep.jpg');
}

TABLE.head TD.logoicons
{
	height: 19px;
	text-align: right;
}

SPAN.langselect
{
	margin-right: 75px;
}

TABLE.head TD.logoicons IMG
{
	border: 0px;
	margin-right: 20px;
}

TABLE.head TD.headerimage
{
	width: 634px;
	height: 177px;
}

/* head contact info */

TABLE.contactinfo
{
	margin-top: 70px;
	margin-left: 15px;
}

TABLE.contactinfo TD.sep
{
	padding-left: 3px;
	padding-right: 3px;
}

TABLE.contactinfo TD.informatics, TABLE.contactinfo TD.communication
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

TABLE.contactinfo TD.communication
{
	color: #f58a00;
}

TABLE.contactinfo TD.informatics
{
	color: #0e8f01;
}

TABLE.contactinfo TD.bpad
{
	padding-bottom: 7px;
}

/* main */

TABLE.main
{
	width: 991px;
}

TABLE.main TD.mainsep
{
	width: 10px;
}

TABLE.main TD.panelset
{
	width: 180px;
}

TABLE.main TD.projects
{
	width: 791px;
	height: 278px;
}

TABLE.main TD.products,
TABLE.main TD.content
{
	width: 581px;
}

TABLE.main TD.content
{
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/* projects */

TABLE.project
{
	width: 100%;
	height: 100%;
}

TABLE.project TD.projecthead
{
	background-image: url('../images/projectshead.jpg');
	background-repeat: no-repeat;
	height: 35px;
	color: #fff;
	font-weight: bold;
}

TABLE.project TD.projectmain
{
	background-image: url('../images/projectsbg.jpg');
	background-repeat: repeat-x;
	height: 241px;
	width: 100%;
	border: solid 1px #d4e4f0;
}

TABLE.projectdetails
{
	height: 100%;
	width: 100%;
}

TABLE.projectdetails TD#projectpicture
{
	height: 216px;
	width: 401px;
}

TABLE.projectdetails TD#projectpicture IMG
{
	margin-top: 3px;
	margin-left: 3px;
	border: solid 1px #d4e4f0;
}

TABLE.projectdetails TD#projectpager, TABLE.projectdetails TD#projectimgpager
{
	height: 20px;
	color: #950202;
}

TABLE.projectdetails TD#projectpager A, TABLE.projectdetails TD#projectimgpager A
{
	color: #950202;
	text-decoration: none;
}

TABLE.projectdetails TD#projectpager
{
	padding-left: 3px;
}

TABLE.projectdetails TD#projectimgpager
{
	padding-right: 3px;
	text-align: right;
}

TABLE.projectdetails TD#projectdesc
{
	width: 382px;
	padding: 8px;
}

.inactiveimgpager
{
	font-weight: normal;
}

.activeimgpager
{
	font-weight: bold;
}

/* menu */

TABLE.menu
{
	width: 100%;
}

TABLE.menu TD.menuhead
{
	background-image: url('../images/factshead.jpg');
	background-repeat: no-repeat;
	height: 35px;
	color: #fff;
	font-weight: bold;
}

TABLE.menu TD.menuitems
{
	height: 235px;
}

/* panel */

TABLE.cpanel
{
	width: 100%;
	height: 278px;
	margin-top: 15px;
}

TABLE.cpanel TD.cpanelhead
{
	height: 40px;
	color: #950202;
	font-weight: bold;
}

TABLE.cpanel TD.cpanelcont
{
	/*height: 238px;*/
}

TABLE.cpanel P.cpanelhtxt
{
	margin-top: 12px;
}

TABLE.cpanel P.cpaneltitle
{
	padding-top: 5px;
	font-weight: bold;
}

TABLE.cpanel P.cpaneldate
{
	font-style: italic;
}

TABLE.cpanel P.cpaneltext
{
	font-weight: normal;
	margin-top: 5px;
}

TABLE.cpanel P.cpanelpager, TABLE.cpanel P.cpanelpager A
{
	font-size: 15px;
	color: #950202;
}

/* help */

TABLE.hcwh
{
	width: 100%;
	height: 50%;
	margin-top: 13px;
}

TABLE.hcwh TD.hcwhhead
{
	background-image: url('../images/hcwhhead.jpg');
	background-repeat: no-repeat;
	height: 35px;
	color: #fff;
	font-weight: bold;
}

TABLE.hcwh TD.hcwhcont
{
	height: 100px;
}

DIV.htopicsleft
{
	float: left;
}

DIV.htopicsright
{
	float: right;
}

DIV.htopicsleft, DIV.htopicsright
{
	width: 45%;
}

DIV.htopicsleft UL, DIV.htopicsright UL
{
	margin: 0px;
	padding-left: 12px;
}

DIV.htopicsleft LI A, DIV.htopicsright LI A
{
	color: #425971;
	text-decoration: none;
}

/* products */

TABLE.product
{
	width: 100%;
	height: 50%;
}

TABLE.product TD.producthead
{
	background-image: url('../images/hcwhhead.jpg');
	background-repeat: no-repeat;
	height: 35px;
	color: #fff;
	font-weight: bold;
}

TABLE.product TD.productthumb
{
	height: 122px;
	width: 290px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

TABLE.product TD.psep
{
	width: 1px;
	background-image: url('../images/psep.jpg');
}

TABLE.product P.ptitle
{
	font-weight: bold;
	color: #950202;
	margin-top: 20px;
}

TABLE.product P.psub
{
	font-weight: bold;
}

TABLE.product P.ptext
{
	font-weight: normal;
}

IMG.pimage
{
	border: 0px;
	margin-right: 5px;
	float: left;
}

/* common */

.bline
{
	background-image: url('../images/bline.gif');
	background-repeat: repeat-x;
	height: 8px;
}

.ctxtbig
{
	font-size: 12px;
}

IMG.icon
{
	float: left;
	border: 0px;
	margin-right: 2px;
}

DIV#preloader
{
	position: absolute;
	top: 5000px;
	left: 5000px;
}

.bold
{
	font-weight: bold;
}

.normal
{
	font-weight: normal;
}

/* content */



/* ie fix */

P.lheadfix
{
	margin-bottom: 12px;
	margin-left: 5px;
}

P.rheadfix
{
	text-align: right;
	margin-bottom: 12px;
	margin-right: 5px;
}

/* additional classes */

.lh
{
	line-height: 150%;
}

.button {
	width: auto;
	color: #425971;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.textbox, .textarea {
	width: 300px;
	border: solid 1px #425971;
	padding: 2px;
	font-family: arial;
	font-size: 11px;
}

a.categorylink {
	display: block;
	line-height: 19px;
	color: #42586f;
	font-weight: bold;
}

a:hover.categorylink, categorylinkActive {
	background-color: #d0e2f0;
}
