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

/*LOGO*/

.logo {
	width:408px;
	padding-top: 12px;
	float:left;
}
.logo a { 
	display:block; 
	text-decoration:none;
	background:url(images/logo.png) no-repeat left;	
	width:408px;
	height:75px;
	cursor:pointer;
}

/*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 {
	width:194px;
}
.infos ul {
	margin:15px 0 0 0;
}
.infos ul li {
	margin:0 0 4px 0;
	display:block;
}
.infos a:link, .infos a:visited  {
	color:#294867;
	text-decoration:none;
}
.infos a:hover {
	color:#294867;
	text-decoration:underline;
}
.infos label {	
	font-weight:bold;
	margin-right:3px;
	text-align:left;
	color:#333;
	float:left;
}

/*contact me form */
contact-me-form ul{
	list-style: none;
}
	.contact-me-form ul li{
		position: relative;
		clear: both;
		width: 205px;
		margin: 0;
	}
		.contact-me-form ul li label{
			float: left;
			display: block;
			text-align: left;
			width: 220px;
			margin: 0 10px 0 0;
		}
		.contact-me-form ul li small{
			display: block;
			padding: 22px 0 0 110px;
		}
		.contact-me-form hr{
			border-top: 1px dashed #3d8bb1;
			border-bottom: none;
			margin: 5px 0;
		}
		.contact-me-form input {font-size: 11px; }
		.contact-me-form textarea {font-size: 11px; line-height: 13px; width: 220px}

/*FILLUPFORMS*/
.fillupform {
	margin:20px 0 30px 0;	
	width:690px;
}
.fillupform li {
	float:left;
	color:#FF0000;
	margin:15px 0 0 0;
	width:690px;
}
.fillupform ul li label {
	display:block;
	width:70px;
	padding:8px 8px 8px 0;
	font-weight:bold;
	text-align:left;
	color:#333;
	float:left;	
}
.fillupform input {
	width:300px;
	border-style:none;
	padding:8px;
	background:#ECECEC;
	margin:0 0 0 10px;
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCC;
}
.fillupform textarea {
	height:130px;
	width:350px;
	margin:0 0 0 10px;
	padding:8px;
	float:left;
	background:#ECECEC;
	border-style:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCC;
}
.fillupform input.btn {
	color:#333;
	margin:0 0 0 10px ;
	width:60px;
	padding:0 6px 3px 5px;
	height:27px;
	background:#ECECEC;
	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 {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 10px;
	width:930px;
	font-size:12px;
	background: url(images/footer-bottom-curve.jpg) no-repeat top;
	color: #286555;
	text-align: left;
}
.footer p {
	line-height: 26px;
}
.footer a {
	color: #34836f;
	text-decoration:none;
}
.footer a:hover {
	color: #34836f;
	text-decoration:underline;
}
.splitcontentleft {
	float: left;
	width: 48%
}
.splitcontentright {
	float: right;
	width: 48%;
}