/* CSS Document */

.indentBlock {
padding-left:50px;
}


.footer {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
	text-align:right;
	color:#999999;
}

 .formNiceFont {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color:#531103;
}

.buttonContact {
    width: 80px;
    height: 15px;
    padding: 0px 0 0;
    margin: 0;
    border: 0;
    background: transparent url( ./images/btn_send.gif ) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.homebutton a {
display: block;
width: 55px;
height: 55px;
background: transparent url(./images/framework/home_off.jpg) no-repeat;
}

.homebutton a:hover {
background: transparent url(./images/framework/home_on.jpg) no-repeat;
}

.contactbutton a {
display: block;
width: 55px;
height: 55px;
background: transparent url(./images/framework/mail_off.jpg) no-repeat;
}

.contactbutton a:hover {
background: transparent url(./images/framework/mail_on.jpg) no-repeat;
}

body {
color:#936a61;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
background-color:#350b02;



background-image: url(./images/framework/bord.jpg); background-repeat: no-repeat;
background-position: 877px 235px;
background-attachment: fixed;

}

.menu {
font-size:16px;
letter-spacing:1px;
color:#fefefe;
padding-bottom:10px;
padding-left:50px;
background-repeat: no-repeat;
}

.myTitle {
font-size:17px;
color:#f2740e;
}

.title {
font-size:16px;
color:#fefefe;
padding-bottom:15px;
}

.subtitle {
font-size:14px;
color:#ffffff;
padding-bottom:15px;
}

a {
text-decoration:none;
}

img {
border-style:none;
}

.menu a:link { 
	color: #FEFEFE;
	}
.menu a:visited { 
	color: #FEFEFE;
	}
.menu a:active { 
	color: #333333;
	}
	
.menu a:hover { 
	color: #f2740e;
	}	

.submenu a:link { 
	color: #696968;
	}
.submenu a:visited { 
	color: #696968;
	}
.submenu a:active { 
	color: #696968;
	}
	
.submenu a:hover { 
	color: #f2740e;
	}	

.menu a:hover { 
	color: #f2740e;
	}	

a:link { 
	color: #a93c24;
	}
a:visited { 
	color: #a93c24;
	}
a:active { 
	color: #696968;
	}
	
a:hover { 
	color: #f2740e;
	}	
	
.content {
line-height:25px;
font-size:14px;
padding-left:10px;
} 