/*
	Project: 	Countrymart site 2011/2012
	Author: 	Weber
	©Copyright: 2012 WOOPI
	Note: 		Sorry, don't run in ie6-. Sorry, animations don't work in ie9-
*/

::-webkit-input-placeholder  { color:#000000; }

* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background-image: url(/AMPLI/structure/public/images/amplitudo-teaser.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	min-width: 1000px;
}
p {
	margin-bottom: 20px;
}
input {
	background: none;
	height: 24px;
	font-size: 15px;
}
.inputtext {
	float: left;
	margin-right: 5px;
	background-image: url(/AMPLI/structure/public/images/bg-inputtext.png);
	background-repeat: repeat-x;
	height: 30px;
}
	.inputtext input {
		padding: 3px;
	}
.inputbutton {
	float: left;
	margin-right: 5px;
	background-image: url(/AMPLI/structure/public/images/bg-inputbutton.png);
	background-repeat: repeat-x;
	height: 30px;
}
	.inputbutton input{
		padding: 5px 5px 2px 5px;
		color: #fff;
		cursor: pointer;
	}
#main {
	width: 960px;
	margin: 340px auto 60px auto;
}
#content1 {
	float: left;
	padding: 10px;
	width: 560px;
	font-size: 16px;
}
#content2 {
	float: left;
	border-left: 1px solid #fff;
	padding: 10px;
	width: 340px;
	font-size: 13px;
}
#footer {
	position: fixed;
	bottom: 0;
	font-size: 12px;
	width: 98%;
	padding: 1%;
	background-color: #3a3a3a;
}
