.clear:after {
	content: ".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
.container {
	width:960px; 
	margin:0 auto;
	padding:0 0 0 0;	
}

/*LOGO*/

.logo {
	width:210px;
	float:left;
}
.logo a { 
	display:block; 
	text-decoration:none;
	background:url(../img/logo.jpg) no-repeat top left;	
	width:210px;
	height:48px;
	cursor:pointer;
}

/*FILLUPFORMS*/
.fillupform {
	margin:0 0 15px 0;	
	width:589px;
}
.fillupform p {
	margin:0 0 20px 0;	
}
.fillupform li {
	float:left;
	color:#FF0000;
	margin:15px 0 0 0;
	width:589px;
}
.fillupform ul li label {
	display:block;
	width:60px;
	padding:8px 8px 8px 0;
	font-weight:bold;
	text-align:left;
	color:#333;
	float:left;
}
.fillupform input {
	width:280px;
	border-style:none;
	padding:8px;
	background:#FFF url(../img/form-shadow.jpg) repeat-x;
	margin:0 0 0 10px;
	float:left;
	color:#333;
	font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-Serif;
	font-size:12px;
	border:1px solid #CCC;
}
.fillupform textarea {
	height:130px;
	width:330px;
	margin:0 0 0 10px;
	padding:8px;
	float:left;
	background:#FFF url(../img/form-shadow.jpg) repeat-x;
	border-style:none;
	color:#333;
	font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-Serif;
	font-size:12px;
	border:1px solid #CCC;
}
.fillupform input.btn {
	color:#333;
	font-weight:bold;
	margin:0 0 0 10px ;
	padding:6px;
	background:#CCC;
	cursor:pointer;
	float:left;
	width:75px;
	text-align:center;
	text-transform:uppercase;
}
/*LABELERROR*/ 
.fillupform ul li label.error {
	color:#FF0000;
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 10px;
	width:120px;
}
.contact-us ul li a:link,
.contact-us ul li a:visited {
	text-decoration:none;
	font-size:12px;
	color:#333;
	font-weight:normal;
}
.contact-us ul li a:hover {
	text-decoration:underline;
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
}

/*FOOTER*/

.footer {
	font-size:12px;
	color:#FFF;
	width:960px;
	margin:12px 0 0 0;	
}
.footer a:link,.footer  a:visited {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}
.footer a:hover {
	color:#666666;
	text-decoration:underline;
}
.copyright {
	float:left;
	width:600px;
}
.sociables {
	float:right;
	width:110px;
	text-align:right;	
}
.sociables li {
	float:left;
	margin:0 0 0 8px;
}

