/* 
Smashing jQuery Tab Styles
*/

/* ---------- YUI Reset ---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}

#header {
	font-family: "Century Gothic";
	margin-top: -50px;
	margin-left: 20px;
}

#header h1 {
	color: #560EAD;
	padding-left: 15px;
}

#header p {
	font-size: 17px;
	margin-bottom: 40px;
	padding-left: 15px;
}
.container {
	margin-top: 75px;
	font: 16px "Century Gothic";
}
p {margin: 10px;}

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

/* Navigation - Tabs */

ul#tabs{
	list-style-type: none;
	position: relative;
}

ul#tabs li{
	float: left;
	width: 155px;
	text-align: center;
	position: relative;
	margin: 0 3px;
}

ul#tabs li a.tab-active{
	color: #560EAD;
	background: #fff;
	position: relative;
	top: 1px;
}

ul#tabs li a{
	border-top: 1px solid #9B4C24;
	border-left: 1px solid #9B4C24;
	border-right: 1px solid #9B4C24;
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0;
	
	background: #560EAD;
	padding: 10px 5px 10px 0px;
	display: block;
	text-decoration: none;
	font: bold 14px "Century Gothic";
	color: #fff;
	position: relative;
}

.tab-content{
	border: 1px solid #333;
	background: #fff;
}

.tab{display: none; }


.border {
	border-radius: 15px;
	float: left;
	margin-right: 5px;
}

#content {
	margin-top: 30px;
	margin-left: 20px;
}

.gallery {
	margin-top: 15px;
}

.contactform {
	width: 100%;
	margin-top: 25px;
	border: 1px solid #560EAD;
	padding: 5px;
}

.contactformlabel {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 50px;
	padding-top: 0px;
}

select {
	margin-top: 25px;
	font-family: MySansSerif;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	background-color: #560EAD;
	letter-spacing: 2px;
}

textarea {
	width: 100%;
	border: 1px solid #560EAD;
	padding: 5px;
}

.message {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
	margin-top: 20px;
}

.submit {
	font-family: MySansSerif;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	border: 0px;
	background-color: #560EAD;
	margin-left: 10px;
	margin-top: 5px;
	padding: 10px;
	letter-spacing: 2px;
}

.showhidenext {
	cursor: pointer;
}

.showhidenext + p{
			display: none;
		}

#footer {
	font-family: "Century Gothic";
	text-align: center;
	padding: 50px;
	padding-top: 100px;
	font-size: 13px;
}

.next {
	color: #560EAD;
}

.purple {
	margin-top: 30px;
	color: #560EAD;
	font-weight: bolder;
}