.clear:after {
	content: ".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

.container {
	width:960px; 
	margin:0 auto;
}

/*LOGO*/

.logo {
	float:left;
}
.logo  { 
	display:block; 
	text-decoration:none;
	background:#393738 url(../img/logo.jpg) no-repeat center left;	
	width: 480px;
	height: 117px;
	margin:30px 0 0 0;
	cursor:pointer;
}

#divlogo1 a { 
    float:left;
    left:0px;
    width: 316px;
   	height: 117px;

}


#divlogo2  a  { 
    float:left;
    width: 164px;
   	height: 117px;

}



/*Menus*/
.menu {
	width:580px;
	float:right;
	margin:36px 0 0 0;
}	
.menu ul {
	width:580px;
	float:right;
}
.menu li {
	float:left;
	margin:0 0 0 2px;
	font-size:14px;
	font-weight:bold;
	vertical-align:bottom;
}
.menu li a:link, .menu li a:visited {
	color:#3F3F3F;
	background:#FFF;
	text-decoration:none;
	width:76px;
	padding:13px 9px 13px 9px;
	font-weight:normal;
	display:block;
	text-align:center;
	font-size:12px;
}
.menu li a:hover {
	color:#FFF; 
	text-decoration:none;
	width:76px;
	padding:13px 9px 13px 9px;
	background:#0e2e58 url(../img/menu-divider.jpg) no-repeat left;
	display:block; 
	font-weight:normal;
	text-align:center;
	font-size:12px;
}
.menu li a.activelink:link, .menu li a.activelink:visited {
	color:#CFDEE9; 
	text-decoration:none;
	width:76px;
	padding:13px 9px 13px 9px;
	background:#0e2e58;
	display:block; 
	font-weight:normal;
	text-align:center;
	font-size:12px;
}


/*Form Style*/

.form{
	font-weight:bold;
	color:#6E625C;
	background:#FFF;
	width:243px;
	padding:10px;
}


.form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float: left;
	width: 192px;
	color:#6E625C;
	height:20px;
	background:#EFE5D9;
	border-style:none;
	padding:5px 5px 0 5px;
} 

.form input.search {
	float: left;
	margin:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	width: 37px;
	text-align:center;
	color:#B74B20;
	height:25px;
	background:#EFE5D9;
	border-style:none;
	font-size:11px;
	padding:3px 0 3px 0;
	cursor:pointer;
}
/*INFOS*/
.infos {
	line-height:18px;
}
.infos ul {
	margin:0 12px 0 0;
	width:300px;
}
.infos ul li {
	margin:0 0 4px 0;
}
.infos a:link, .infos a:visited  {
	color:#294867;
	text-decoration:none;
}
.infos a:hover {
	color:#294867;
	text-decoration:underline;
}
.infos label {	
	display:block;
	font-weight:bold;
	margin-right:3px;
	text-align:left;
	color:#393738;
	float:left;
}
/*FILLUPFORMS*/
.fillupform {
	margin:20px 0 30px 0;	
	width:500px;
}
.fillupform li {
	float:left;
	color:#393738;
	margin:15px 0 0 0;
	width:540px;
}
.fillupform ul li label {
	display:block;
	width:60px;
	padding:8px 8px 8px 0;
	font-weight:bold;
	text-align:left;
	color:#393738;
	float:left;	
}
.fillupform input {
	width:250px;
	border-style:none;
	padding:8px;
	background:#E1E1E1;
	margin:0 0 0 10px;
	float:left;
	color:#393738;
}
.fillupform textarea {
	height:100px;
	width:300px;
	margin:0 0 0 10px;
	padding:8px;
	float:left;
	background:#E1E1E1;
	border-style:none;
	color:#393738;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.fillupform select {
	width:280px;
	border-style:none;
	padding:8px;
	background:#E1E1E1;
	margin:0 0 0 10px;
	float:left;
	color:#393738;
}
.fillupform input.btn {
	color:#393738;
	margin:0 0 0 10px ;
	width:60px;
	padding:0 6px 3px 5px;
	height:27px;
	background:#E1E1E1;
	cursor:pointer;
	float:left;
	text-align:center;
}

/*LABELERROR*/ 
.fillupform ul li label.error {
	color:#FF0000;
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 10px;
	width:120px;
}
/*FOOTER*/
.footer {
	width:960px;
	font-size:14px;
	color:#393738;
	margin:0 0 40px 0;
}	
.footer-menu {
	width: 100%;
	float:left;
	color:#393738;
}
.footer-menu a:link, .footer-menu a:visited {
	color:#393738;
	text-decoration:none;
}
.footer-menu a:hover {
	color:#333;
	text-decoration:underline;
}
.copyright {
	float:right;
	width:450px;
}
.copyright p {
	float:right;
}

.textohead{
	
	font-size: 12px;
	
	font-weight: bold;
	
	color: #0e2e58;
	
}

