* {
    margin: 0;
    padding: 0;
}

body {
    /*background: #FFFEF5 url(images/img01.gif);*/
    background-color: #eee;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    /*font-family: Georgia, "Bitstream Charter", serif;*/
    /*color: #767941;*/
    color:#301e22;
}

h1, h2, h3 {
    /*color: #F08F02;*/
    color:#301e22;
}

h1 {
}

h2 {
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: 1.2em;
}

.center{
    color: #F08F02;
    text-align:center;

}

h3 {
    margin-bottom: 1.5em;
    text-transform: uppercase;
    font-size: .8em;
}

p, blockquote, ul, ol {
    margin-bottom: 1.5em;
}

p {
    font-size:14px;
    text-align:justify;
}

blockquote {
    margin-left: 2em;
    padding-left: 1em;
    border-left: 2px solid #F08F02;
    font-style: italic;
}

ul, ol {
    margin-left: 3em;
}

ul {
}

ul li {
}

.elenco
{
    font-size:14px;
}

ol {
}

ol li {
    font-size:14px;
}

pre, code {
}

pre {
}

code {
}

a:link {
    color: #F08F02;
}

a:hover {
    text-decoration: none;
}

a:visited {
}

img {
}

.image-left {
    float: left;
    margin-right: 1em;
}

.image-right {
    float: right;
    margin-left: 1em;
    width:160px;
    height:162px;
}

.image-pintor{
    float: right;
    margin-left: 1em;
    width:300px;
    height:190px;
border:0px
}

.image-link{
text-decoration:none;


}

/*** form elements */

form {
    /*margin:10px; */
    margin-left:0px;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
    padding: 0 5px;
    border: 1px solid #b2b2b2;
    background-color: #FAFAFA;
}
label {
    display:block;
    font-weight:bold;
    margin:5px 0;
}
input {
    padding:2px;
    border:1px solid #b2b2b2;
    font: normal 12px;
}
textarea {
    width:400px;
    padding:2px;
    border:1px solid #b2b2b2;
    height:100px;
    display:block;
}
input.button { 
    margin: 0;
    font: bolder 12px Arial, Sans-serif;
    border: 1px solid #b2b2b2;
    padding: 2px 3px;
    background: #FFF;
    color:#301e22;
}

#container{
width: 1024px;
margin: 0 auto;
border: 1px;
border-color: #b2b2b2;
border-style:solid;
}

/* Header */

#header {
    width:1024px;
    height: auto;
    background-color:#fff;
    border-bottom:20px;
}

#header h1{
	padding-left:20px;
	
    float:left;
    font-size: 2.5em;
}

#header h1 a {
    /*color: #767941;*/
    color:#301e22;
}

#header h2 {
    float: right;
    letter-spacing: -.05em;
    font-style: italic;
    font-size: 0.8em;
    padding-top: 22px;
    padding-left:20px;
    padding-right: 20px;
}


#header a {
    text-decoration: none;
}

div .testimonial{
	width: 1024px;
	height: 32px;
	background-color:#301e22;
	
}

div .testimonial p{
color: #fff;
text-align:center;
font-size: 18px;
font-weight:bolder;
padding-top: 5px;
}

#headerIndex {
    width:1024px;
    height: 200px;
    background-color:#fff;
    border-bottom:20px;
}

/* Logo */

#flag{
    height: 20px;
    margin-left:20px;
}

img .flag
{
    text-align:left;
}

a .flag
{
    text-decoration:none;
    color:#FFFFFF;
}

#logo {
    height: 260px;
    margin-top:22px;
    border-top: 4px;
    border-top-color:#301e22;
    border-top-style:solid; 
    /*border-bottom: 32px;
    border-bottom-color:#301e22;
    border-bottom-style:solid;*/
    /*background: url(images/front-tarot.png) no-repeat;
    background-position:right;*/
    text-transform: lowercase;
    width: auto;
}

#logo h1 {
    padding-left:20px;
    padding-top:95px;
    float:left;
    /*margin-right:20px;*/
    letter-spacing: -.1em;
    font-style: italic;
    font-size: 2.5em;
}

#logo a img{
    border: 0px;
}

#logo h1 a {
    /*color: #767941;*/
    color:#301e22;
    text-decoration:underline;
}

#logo h2 {
    float: left;
    letter-spacing: -.05em;
    font-style: italic;
    font-size: 1em;
    padding-left:20px;
}


#logo a {
    text-decoration: none;
}

/* Wrapper */

#wrapper {
    width:1024px;
    margin-right: 100px;
    /*background: url(images/img05.jpg) repeat-y 330px 0;*/
    background-color: #fff;
}

/* Sidebar */

#sidebar {
    float: left;
    /*padding-top:30px;*/
    width: 220px;
}

/* Content */

#content {
    margin-left: 220px;
    padding: 30px;
    /*border-left: 1px;
    border-left-color:#b2b2b2;
    border-left-style: solid; */
}

/* Menu */

#menu {
padding-top: 14px;
}

#menu h2 {
    display: none;
}

#menu ul {
    margin: 0;
}

#menu li {
    display: inline;
    
}

#menu a {
    display: block;
    height: 22px;
    padding: 16px 0 0 30px;
    /*background: url(images/img04.jpg) repeat-x;*/
    text-decoration: none;
    font-size: 1em;
    /*color: #767941;*/
    color:#301e22;
    /*border-bottom: 1px;
    border-bottom-color:#b2b2b2;
    border-bottom-style: solid; */
}

#menu a.selected
{
    color: #F08F02;
}

#menu a:hover {
    color: #F08F02;
}

/* Testimonial */

/*#testimonial {
    padding: 30px;
}

#testimonial blockquote {
    margin-left: 0;
}*/

/* Welcome */

#welcome {
    margin-top: 0px;
}

/* Footer */

#footer {
    width:1024px;
    /*background: url(images/footer.jpg);*/
    color: #301e22;
    background-color: #fff;
    border-top: 4px;
    border-top-color:#301e22;
    border-top-style:solid; 
}



#footer p {
    text-align:center;
    padding-bottom:20px;
    padding-top:15px;
    margin: 0;
    font-size: .8em;
}

#footer a {
    color: #301e22
}

#email h2 {
    color:#301e22;
    font-size:12px;
}

.breadcrumb
{
    margin: 0px;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width:1024px;
    color: #F08F02;
}

.breadcrumb a
{
    color: #F08F02;
    text-decoration: none;
}

.breadcrumb a:hover
{
    color: #F08F02;
    text-decoration: underline;
}


.clear {
    clear:both;
    overflow:hidden;
}


