/* CSS Document
for JACOBS' WEBSITE
created by Jacobs di Giacomo Scarpino */

@import "reset.css";

*{ margin: 0; padding: 0;
   transition: all 0.5s;
   -moz-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;   
   }
html,body{ font-family: Arial,sans-serif; font-weight: normal; font-size: 12px; color: #666666; }
body { font-family: Arial,sans-serif; font-weight: normal; font-size: 12px;}
a{text-decoration: none; color: #7e7e7e;}
a:hover{ color: #ff9432;}

.padding{ margin: 0 auto; width: 800px;}

.tl{ text-align: left;}
.tc{ text-align: center;}
.tr{ text-align: right;}

.fl{ float: left;}
.fr{ float: right;}
.cb{ clear: both;}

strong{ font-weight: bold; color: #cc9933;}

/*--------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------- INDEX.HTML */
/*--------------------------------------------------------------------------------- */

/*------------------------------------------------------ header */

header{ width: 100%; height: 10px;}

h1{color: #666666; font-size: 20px; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 5px;}
.text{line-height: 17px;}
.square{height: 10px; width: 10px; background-color: #ff9432; margin-top: 3px; margin-right: 8px;}

/*------------------------------------------------------ footer */

footer{ width: 100%; height: 50px; }
.footer{ color: #666; width: 100%; height: 50px; padding: 0px; text-align: center; font-size: 12px; }
.footer #design{ font-size: 9px; float: right; }
.footer #design a{ padding: 0; text-decoration: none; font-size: 9px; }



