/* ROBOTICS */

/* Layout Table */
#layout { width:100%; height:100%; }
#cell1 { vertical-align:top; text-align:center; border:1px none #FFFFFF; }
#cell2 { vertical-align:top; border:1px none #FFFF00; }
#cell3 { vertical-align:top; width:70%; border:1px none #FFFF00; }

#picture { margin:5px 0px 0px 10px; height:250px; }

#container2 { width:350px; padding:0px 0px 0px 0px; margin:10px 10px 0px 10px; border:1px none #FFFFFF; }
#container3 { width:560px; margin:4px auto 0px auto; border:1px none #FFFFFF; }

#bigtitle { color:#FFFFFF; font-size:25px; font-weight:bold; padding:0px 10px 3px 10px; text-align:center; border:1px none #FFFFFF; }
.title { color:#44B7EE; font-size:20px; font-weight:bold; padding:0px 10px 0px 10px; border:1px none #FFFFFF; }
.text { color:#FFFFFF; font-size:12px; padding:0px 10px 10px 10px; }

/* Transparent Image */
#container2, #container3 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/robotics/trans.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#container2[id], #container3[id] {
  background-image:url(images/robotics/trans.png);
}

.title a { color:#44B7EE; }
.title a:visited { color:#44B7EE; }
/* .menus a:hover{ color:#EAEAEA; text-decoration:none; } */
.title a:hover{ color:#FFFFFF; }

#motoman { text-decoration:none; }
#motoman a { text-decoration:none; }
#motoman a:visited { text-decoration:none; }
#motoman a:hover { text-decoration:none; }