body {
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
}
h1 {
	font: 24px/26px Verdana, Arial, sans-serif;
	color: #ededed;
}

h2 {
	font: 18px/21px Verdana, Arial, sans-serif;
	color: #ededed;
	padding-top: 30px;
}

h1.sub {
	font: 26px/26px Verdana, Arial, sans-serif;
	text-align: center;
	margin: 20px 0;
}
.top-border {
	background-image: url(images/boxtop.gif);
	background-repeat: none;
}
.mid-border {
	background-image: url(images/boxmid.gif);
	background-repeat: repeat-y;
}
.bottom-border {
	background-image: url(images/boxbottom.gif);
	background-repeat: none;
}
ul.navigation {
	font: 18px/36px verdana, sans-serif;
	list-style: none;
	padding-left: 10px;
}
ul.navigation a {
	color: #dedede;
	text-decoration: none;
}
ul.navigation a:visited {
	color: #ddd;
}
ul.navigation a:hover {
	text-decoration: underline;
	color: #ffda00;
}
ul.navigation .active {
	text-decoration: underline;
	font-weight: bold;
	color: #dedede;
}
.content {
    color: #777777;
    font: 12px/1.4 "helvetica neue",arial,sans-serif;
    margin: 20px auto;
    width: 500px;
}
/*#galleria {
	height:350px;
}*/
.clear {
	clear:both;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#contact
{
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:35px;
}

#contact label
{
	display:inline-block;
	/* float:left; */
	font: 1em Arial, Verdana, sans-serif;
	margin-top: 20px;
}

#contact input,#contact textarea,#contact select
{
	color:#666;
	background:#f5f5f5;
	border:1px solid #ccc;
	font:1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:5px 0;
	padding:5px;
	width:475px;
}

#contact input.checkbox
{
	color:#666;
	background:#f5f5f5;
	border:1px solid #ccc;
	font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:5px 0;
	padding:5px;
	width:30px;
}

#contact input:focus,#contact textarea:focus,#contact select:focus
{
	border:1px solid #999;
	background-color:#fff;
	color:#333;
}

#contact input.submit
{
	cursor:pointer;
	border:1px solid #222;
	background:#ffda00;
	color:#333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 200px;
	margin-top: 20px;
}

#contact input.submit:hover
{
	background:#444;
	color: #fff;
}

#contact form {
	border: none;
}

/*
fieldset
{
	border:1px solid #eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px;
} */

/*
legend
{
	font-weight:700;
	color:#000;
	border:1px solid #eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:7px 10px;
}
*/

#contact #verify {
	/* float: left; */
	width:31px;
	margin-left:7px;
}

#contact span.required
{
	font-size:13px;
	color:red;
}
.error_message
{
	display:block;
	height:22px;
	line-height:22px;
	background:#FBE3E4 url('assets/error.gif') no-repeat 10px center;
	color:#8a1f11;
	border:1px solid #FBC2C4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 0;
	padding:3px 10px 3px 35px;
}

#success_page h1
{
	background:url('assets/success.gif') left no-repeat;
	padding-left:22px;
}

#contact label.checkbox {
	float:left;
}

a.calltoaction {color: #85cbff;}
a.homelink {color: #eee;}
