/* PRESENTATION STYLES SHEET */

body {font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:75%; color:#FFF; padding:0; margin:0;}

.footer { border-top:1px solid #d4d4d4; border-bottom:1px solid #ccc; font-size:85%; }

.hidden {display:none}

h2 {font-size:1.2em; margin-bottom:5px;}

/* === POSITIONING STYLES ==== */
.margin_t20 { margin-top:20px;}
.margin_t40 { margin-top:40px;}
.margin_b20 { margin-bottom:20px;}
.margin_b40 { margin-bottom:40px;}
.margin_r20 { margin-right:20px;}
.margin_l20 { margin-left:20px;}

.text_right {text-align:right;}
.text_left {text-align:left;}
.text_center { text-align:center;}

.width45 { width:45%;}
.fleft {float:left;}
.fright {float:right;}
#fleft {float:left;}
#fright { float:right;}

.mandatory { color:#FF0099;}
.small { font-size:80%;}
.bold { font-weight:bold;}

/* ======== MENU ======== */

ul#menu { margin:0; padding:0; height:21px; width:500px; background:url(../images/skeleton/nav_tile.gif);}
	li#menu { margin:0; list-style-type:none; float:left; padding: 0 5px 0 5px; }

a.menu_home,  a.menu_about, a.menu_services, a.menu_technology, a.menu_customers, a.menu_contact
	{ font-size:95%; color: #FFFFFF; text-decoration:none; font-weight:bold; float:left; padding:4px 0 0 0; }

a.menu_home:hover, a.menu_about:hover, a.menu_services:hover, a.menu_technology:hover, a.menu_customers:hover, a.menu_contact:hover
	{ color: #2D3F4B; background:url(../images/skeleton/nav_hovertile.gif);  height:17px;}

#home a.menu_home, #about a.menu_about, #services a.menu_services, #technology a.menu_technology, #customers a.menu_customers, #contact a.menu_contact
{ color:#2D3F4B; text-decoration:none}

#home a.menu_home:hover, #about a.menu_about:hover, #services a.menu_services:hover, #technology a.menu_technology:hover, #customers a.menu_customers:hover, #contact a.menu_contact:hover
{ text-decoration:none;}

/* ======== FORM ======== */
#EmailFrom, #Subject2, #Message {background: #475463; border: 1px inset #999999; color: #CCCCCC; font-size:1em; font-family:Arial, Helvetica, sans-serif} 