#content h1	{
	color: #7dc6ff;
	font-family: 'futura';
	font-size: 24px;
	text-shadow: -1px -1px 2px #151515;
	margin-bottom: 10px;
}
#content h2	{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 5px;
	color: #69ba37;
}

.startBox, .one_third, #big, #prev, #next, .gallery	{
	display: inline-block; vertical-align: top;
}
.startBox	{ width: 220px; height: 115px; margin: 0px 10px 10px 10px; }
.startBox > img.sbImg	{
	margin: 0px;
	display: block;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.startBox > img.shad	{
	position: absolute;
	bottom: -8px;
	right: 0px;
}
.startBox > span	{
	display: block;
	padding: 3px 10px;
	width: 200px;
	background-image: url('../img/dot.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2978b5;
	color: #ffffff;
	font-family: 'futura';
	font-size: 14px;
	text-shadow: -1px -1px 2px #1f1f1f;
	text-align: center;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

a.pdf	{
	display: inline-block;
	padding: 3px 3px 3px 36px;
	background: url('../img/pdf.png') no-repeat left center;
	color: #ffffff !important;
	text-align: left;
}
a.pdf > span	{ color: #db1a20; }

.one_third	{ width: 310px; margin-right: 10px; }

#map	{ width: 340px; height: 230px; }

input[type="text"], input[type="email"], textarea	{
	padding: 5px 8px;
	margin: 3px;
	width: 284px;
	background: #191919;
	border: 1px solid #5d5d5d;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
}
input[type="submit"]	{
	padding: 5px 20px;
	background: url('../img/bgsub.png') repeat-x top;
	color: #000000;
	font-weight: bold;
	border: 0px;
	border-top: 1px solid #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
input[type="radio"]	{ margin: 0px 5px; vertical-align: middle; cursor: pointer; }
input[type="checkbox"]	{ margin: 0px 5px; }
label	{ display: block; cursor: pointer; }
.alert	{ display: none; color: red; }
.inactive	{ /*color: #ebebeb;*/ opacity: 0.5; }
.NOTFILLED	{ border: 2px solid red !important; margin: 2px !important; }
textarea	{
	height: 110px;
	font-family: Arial, Verdana, sans-serif;
}
form > div	{ margin: 10px 0px; }
.last	{ padding-bottom: 20px; border-bottom: 1px solid #131313; }

#big	{ border: 1px solid #474747; margin: 35px 0px; background: url('../img/loading.gif') no-repeat center center; }
#big > img	{ display: block; }
#next, #prev	{
	margin: 35px 0px;
	vertical-align: middle;
	width: 75px;
	height: 357px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('../img/prev.png');
	cursor: pointer;
}
#next	{
	background-image: url('../img/next.png');
	background-position: right center;
}
.gallery	{ border: 1px solid #000000; margin: 15px; }
.gallery > img	{ display: block; }