/* 

STYLE SHEET FOR www.iconografiatavolelegno.it WEB SITE
Created by www.21twentyone.it

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
       }

body {
        background-color:#FFFFFF;
		background-image:url(../images/back1.png);
		font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: normal;
	    color: #000000;
	    text-align: left;
	    margin: 0px;
	    padding: 0px; 
        }
		
/*  --------- 2. structure  --------- */

#wrapper {
		}
		
#masthead {
        				
		}
		
#logo {
		}
		
#navContainer {
        font-family: Verdana, Arial, sans-serif;
	    font-size: 10pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #333333;
	    margin: 0px;
	    padding: 0px;
		}

#content {
		}

#footer {
        font-family: Arial, sans-serif;
	    font-size: 8pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #333333;
	    text-align: center;
	    border: none;
		margin: 0px;
	    padding: 0px;
		}

.separator {
        clear: both;
	    height: 0;
		}

.td1 {
        font-family: Verdana, Arial, sans-serif;
		font-size: 9pt;
        font-style: normal;
        font-weight: normal;
        color: #000000;
        text-align: justify;
		border: 1px solid #996600;
        margin: 0px;
		padding: 6px;
        }
		
.td2 {
        font-family: Verdana, Arial, sans-serif;
		background-image:url(../images/back3.gif);
		background-position:top;
		background-repeat:no-repeat;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: normal;
	    color: #000000;
	    text-align: right;
		margin: 0px;
		padding: 6px;
        }
		
.dx_bar {
        font-family: Verdana, Arial, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight: bold;
        color: #000000;
        text-align: right;
		margin: 0px;
		padding: 4px;
        }
		
.tav1 {
        font-family: Verdana, Arial, sans-serif;
		font-size: 9pt;
        font-style: normal;
        font-weight: normal;
        color: #000000;
        text-align: justify;
		margin: 0px;
		padding: 0px;
		}
		
div.boxcode {
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: normal;
	    color: #333333;
	    text-align: justify;
		width:360px;
		height:180px;
		overflow:auto;
	    }
		
.stile1 {
        color: #993333;
		font-weight: bold;
		}

/* ---------- 3. links and navigation ---------- */

A:link {
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #993333;
        }

A:visited { 
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #993333;
        }
		
A:hover {  
        font-family: Verdana, Arial, sans-serif; 
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #993333;
        }

A:active {
	    font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #993333;
	    text-decoration: underline;
        }

.dx_bar A:link {
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #996600;
        }

.dx_bar A:visited { 
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #996600;
        }
		
.dx_bar A:hover {  
        font-family: Verdana, Arial, sans-serif; 
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #996600;
        }

.dx_bar A:active {
	    font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #996600;
	    text-decoration: underline;
        }

#navigation {
		}

#navigation a {
		}

#navigation ul {
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
        }

h2 {
        }

h3 {
        font-family: Georgia, Times New Roman;
	    font-weight: bold;
	    font-size: 11pt;
		color:#996600;
	}
		
h4 {
		}

p {
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
