body{
	font-family: Century Gothic, Gothic, helvetica, sans-serif;
	font-size: 13px;
	color: #454D4B;
	background-color: #feeebd;
	margin: 0;
	padding: 0;
/*	overflow: hidden; */
}

/* Layout */

#content{
	width: 600px;
	margin: 20px auto;
	padding: 20px;
	display: none;
	background-color: white;
	border: 1px solid #8e846b;
	-moz-box-shadow: 3px 3px 4px #cccccc;
	-webkit-box-shadow: 3px 3px 4px #cccccc;
	box-shadow: 3px 3px 4px #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#left{
	float: left;
	width: 380px
}
#right{
	float: right;
	width:210px;
	padding: 5px;
}
#footer{
	width: 600px;
	margin: 0 auto 10px auto;
	padding: 20px;
	background-color: white;
	display: none;
	border: 1px solid #8e846b;
	-moz-box-shadow: 3px 3px 4px #cccccc;
	-webkit-box-shadow: 3px 3px 4px #cccccc;
	box-shadow: 3px 3px 4px #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#clients{
	width: 100%;
}
#clients img{
	padding: 10px;
	text-align: center;
}
#dialog{
	display: none;
}
#contact_image{
	width: 150px;
	padding: 10px 0;
}
.bottom{
	 width: 100%;
	 clear: both;
	 padding:0;
	 text-align: center;
}
.bottom img{
	margin-bottom: -21px;
}
#contact_form{
	display: none;
}

/* Elements */
a{
	border: 0;
	color: #AB2E2E;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0;
	bottom: 0;
}
label{
	font-size: 11px;
}
input[type=text]{
	padding: 5px;
	width: 200px;
}
input[type=text]:focus{
	background-color: #fff9cf;
}
textarea{
	width: 370px;
	padding: 5px;
}
textarea:focus{
	background-color: #fff9cf;
}

