.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body{
	margin:0;
	padding:0;
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
	position:relative;
	line-height:1.4;
	text-align:center;
	font-size:17px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

h1,h2,h3,p{
	padding-left:10px;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 64px;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 27px;
	text-transform: uppercase;
}

::selection {
	background: #cacaca;
	color: #161616;
}

::-moz-selection {
	background: #cacaca;
	color: #161616;
}

.caps {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

a{
	text-decoration:none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

div#wrapper{
	position:relative;
	width:1000px;
	height:335px;
	top:35px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


div.formline{
	margin-top:10px;
	height:42px;
	line-height:43px;
}

div.gray {
	background-color: #f8f8f8;
}

div.formleft{
	float:left;
	width:493px;
	height:40px;
	border: 1px dotted #f8f8f8;
	padding-left:10px;
}

div.formleft:hover{
	border: 1px dotted #000;
}

div.formright{
	float:left;
	width:493px;
	height:40px;
	border: 1px solid #f8f8f8;
}

div.formright:hover{
	border: 1px dotted #000;
}

label{
	width:100px;
	font-size:17px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	/*border-left:10px solid #000000;*/
	padding:0 0 0 10px;
	display:inline-block;
}


input{
	margin-left:5px;
	border:0px;
	/*border-bottom:1px dotted #aaaaaa;*/
	background-color:transparent;
	/*height:40px;*/
	padding:2px 2px 2px 2px ;
	text-decoration:none;
	position:relative;
	line-height:1.4em;
	color:#888888;
	font-size:17px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

input.half{
	width:330px;
}

input.full{
	width:825px;
}

input:focus {
	background-color: #fff;
}

span#label_description{
	/*border-left:10px solid #000000;*/
	padding:0 0 0 20px;
	height:40px;
	display:inline-block;
}

textarea{
	display:block;
	border:0;
	/*border-left:10px solid #000000;*/
	margin:0 0 0 10px;
	padding:0 5px 0 10px;
	background-color:transparent;
	text-decoration:none;
	position:relative;
	line-height:50px;
	width:930px;
	height:200px;
	resize:none;
	background:url(../images/textarea-bg.gif) 100% 40px no-repeat;
	color:#888888;
	font-size:17px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.form-error {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 40px;
}

a.submit {
	position:relative;
	font-size:20px;
	margin-left:10px;
	width: 970px;
	background-color: #f8f8f8;
	color: #000;
	padding:10px;
}

a:hover.submit {
	color:#ffffff;
	text-decoration:none;
}

div#details{
	position:relative;
	clear:both;
	margin-left:10px;
	font-size:17px;
	padding-top:40px;
	margin-bottom: 110px;
}

div.featured{
	clear:both;
}

a.thumb{
	float:left;
	display:block;
	width:300px;
	height:0;
	padding:0;
	padding-top:189px;
	background-position:0 0;
	background-color:transparent;
	margin-right:32px;
	overflow:hidden;
}

a.thumb:hover{
	background-position: 0 -189px;
}

a.thumb.minifab{
	background-image: url(../images/minifab-tb.png);
}

a.thumb.minifab .minifabhover{
	background: url(../images/minifab-tb.png) no-repeat 0 -189px;
	display: none;
	width: 300px;
	padding-top:189px;
	position: absolute;
	margin-top: -189px;
}

a.thumb.xfc{
	background-image:url(../images/xfc-tb.png);
}

a.thumb.xfc .xfchover{
	background: url(../images/xfc-tb.png) no-repeat 0 -189px;
	display: none;
	width: 300px;
	padding-top:189px;
	position: absolute;
	margin-top: -189px;
}


a.thumb.tateswim{
	background-image:url(../images/tateswim-tb.png);
}

a.thumb.tateswim .tateswimhover{
	background: url(../images/tateswim-tb.png) no-repeat 0 -189px;
	display: none;
	width: 300px;
	padding-top:189px;
	position: absolute;
	margin-top: -189px;
}
