body {text-align: center;
	margin: 0;
	color: #111111;
	font-family: Arial, Verdana;
	text-align: justify;
		font-size: 12px;
	}



//////////////////////////////////////////////////////////////////////////


.mainbar {
	font-family: Arial;
	font-size: 20px;
	color: #eeeeee;
	text-decoration: none;
	text-indent: 50px;
}

.error {
	font-family: Arial;
	font-size: 12px;
	color: #970808;
	text-decoration: none;
	text-align: center;
}

div.text-colection
{
	color: #6C4E32;
    font-size: 42px;
    font-weight: bold;
    line-height: 1em;
    overflow: hidden;
    text-transform: uppercase;

/* Rotate div */
transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-webkit-transform:rotate(-90deg); /* Safari and Chrome */
}

a.button-collection{
	width:100px;
	height:40px;
	padding:10px 15px;
	background-color:#fff;
	float:left;
	text-align:center;
	border:1px solid #6C4E32;
	color: #6C4E32 !important;
    font-size: 18px;
	line-height: 20px;
    font-weight: bold;
	border-radius:5px;
	margin:0 5px;
}

a.button-collection:hover{
	text-decoration:none;
	background-color:#6C4E32;
	color: #FFF !important;
}

a.button{
	width:100px;
	height:40px;
	padding:10px 15px;
	background-color:#fff;
	text-align:center;
	border:1px solid #6C4E32;
	color: #6C4E32 !important;
    font-size: 16px;
	line-height: 20px;
    font-weight: bold;
	border-radius:5px;
	margin:10px 5px;
}

a.button:hover{
	text-decoration:none;
	background-color:#6C4E32;
	border:1px solid #FFF;
	color: #FFF !important;
}

input{
	border:1px solid #6C4E32;
	height:22px;
	border-radius:5px;
}
textarea{
	border:1px solid #6C4E32;
	height:132px;
	border-radius:5px;
}

.btn-submit{
	width:100px;
	height:22px;
	padding:0px 15px;
	background-color:#fff;
	text-align:center;
	border:1px solid #6C4E32;
	color: #6C4E32 !important;
    font-size: 14px;
	line-height: 20px;
    font-weight: bold;
	border-radius:5px;
	margin:2px;
	cursor:pointer;
}

.captcha input{
	border-radius: 0px 5px 5px 0px;
}

#menu-list{
	height:40px;
	list-style:none;
	margin:0;
}
#menu-list li{
	float:left;
	width:108px;
	border:1px solid #a78e70;
	border-bottom:0px solid;
	height:35px;
	text-align:center;
	padding:0px 0;
	margin-left:2px;
	border-radius:5px 5px 0 0;
	background-image:url("images/bg-menu.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	margin-top:5px;
}

#menu-list li:hover,#menu-list li.selected{
	height:40px;
	margin-top:0;
	
}

#menu-list li a{
	color:#FFF !important;
	float: left;
    padding-top: 8px;
	padding-bottom:8px;
    width: 108px;
}

#menu-list li a:hover{
	color:#FFF !important;
	text-decoration:none;
}

.btn-submit:hover{
	text-decoration:none;
	background-color:#6C4E32;
	border:1px solid #FFF;
	color: #FFF !important;
}

span {
color: #3A2313;
font-size: 20px;
font-weight: bold;
}

.main {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
	line-height: 1.5em;
	text-align: justify;
}

.footer {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.5em;
}

a.footer:link {color:#ffffff;
		text-decoration: none;}  

h2 {
font-size:20px;
           color: #527488;
           margin-top:0px;
           margin-bottom: 0px;
		   padding: 5px;
      }
	 
	 
h4 {
font-size:15px;
           color: #527488;
           margin-top:-5px;
           margin-bottom: 0px;
		   		   padding: 5px;
      }
	  
a:link {color:#111111;
		text-decoration: none;}  
a:visited {color:#111111;
		text-decoration: none;}  
a:hover {color:#0085b1;
		text-decoration: underline;}  
a:active {color:#111111;
		text-decoration: underline;} 
		

		
a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0;}


a.linkopacity:hover img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
-khtml-opacity: 0.8; }