/* CSS Document */

/* framework */

#frame { width: 740px; height: 600px; margin: 0px auto 0px auto; background: url(../images/bkg-planet.gif) no-repeat; }
#frame-top { height: 74px; background: url(../images/different-logo.gif) no-repeat; }
#frame-navbar { height: 23px; width: 740px; background: url(../images/bkg-nav.gif) no-repeat; }
#frame-navbar a { text-indent: -9999px; }
#frame-content { height: 273px; background: url(../images/bkg-content.gif) no-repeat; margin-bottom: 10px; }
#frame-buttons { height: 130px; }
#frame-testimonials { background: url(../images/bkg-testimonials.gif) repeat-y; margin-top: 20px; }
#frame-testimonials p { float: left; width: 226px; padding: 0px 10px; }


/* generic */
* { margin: 0px; padding: 0px; background: #990000; }
li { list-style: none; float: left; }
.clearer { clear: both; }
form { background: none; }
input { width: 100px; background: #FFFFFF; margin: 2px 0px 0px 150px; }
a { background: none; }


/* text*/
p { font-family: Arial, Helvetica, sans-serif; font-size: 70%; color: #FFFFFF; background: none; line-height: 140%; }
.signature { color: #B3C7E6; background: none; }


/* buttons */
 
.but-home a { display: block; width: 92px; height: 23px; background: url("../images/but-home.gif") 0 0 no-repeat; }
.but-home a:hover { background-position: -92px 0; }

.but-about a { display: block; width: 92px; height: 23px; background: url("../images/but-about.gif") 0 0 no-repeat; }
.but-about a:hover { background-position: -92px 0; }

.but-contact a { display: block; width: 92px; height: 23px; background: url("../images/but-contact.gif") 0 0 no-repeat; }
.but-contact a:hover { background-position: -92px 0; }

