/* CSS Document */

/* HTML */
body {}
h1,h2,h3,h4,h5,h6 { font-weight:bold; margin-bottom:2%; font-family:"Times New Roman", Times, serif;}
h1,h3,h5 { color:#006B1D;}
h2,h4,h6 {color:#669B6D;}
h1 {font-size:150%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}
p{font-size:100%; margin-bottom:1%;}
li {font-size:100%; margin-bottom:1%;}
/* ANCHOR */
a{ text-decoration:none; color:inherit;}
/* LIST */
ol,ul { margin-left:3%;}
/* FORM */
input[attr='text'] {}
textarea {}

/* GENERIC CLASSES */
.hide {display: none;}
.show {display: block;}
.inline {display:inline;}
.block {display:block;}
.both {clear:both;}
img.left { float:left; }
img.right { float:right}
.copyright { font-size:85%; margin-top:1%;}

/* GLOBAL LAYOUT */
/* WRAPPER */
div#wrapper {}
div#sub-wrapper {}
/* HEADER */
div#header {}
/* CONTENT */
div#content {}
div#sub-content {}
/* FOOTER */
div#footer {clear:both;}
div#footer .title{display:none;}
div#footer ol.navigation { display:none;}
/* MAIN-NAVIGATION */
div#main-navigation .title{display:none;}
div#main-navigation ol.navigation { display:none;}
div#legal .title {display: none;}
/**/
img.product { clear:both;}