
html, body {
	
	padding:0px;
	margin:0px;
	height:100%;
	font-family: "Helvetica Neue", Verdana;
	font-size:12px;
	color: #58595b;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	background-color: #f4f0ec;
	margin-bottom:50px;
}

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

a:hover {
	color: #58595b;
	text-decoration: underline;
}

img {
	border:none;
}

h1 {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:18px;
	font-family:Futura;
	font-weight: normal;
	color:#58595b;
}

h2 {
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	margin-bottom:15px;
	font-size:18px;
	font-family:Futura;
	font-weight: normal;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	text-align:right;
}

h3 {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-size:20px;
	font-family:Futura;
	font-weight: normal;
	color:#91c831;
	text-align:center;
}

h4 {
	padding:0px;
	margin:0px;
	font-size:18px;
	font-family:Futura;
	font-weight: normal;
	color:#FFFFFF;
}

h5 {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:18px;
	font-family:Futura;
	font-weight: normal;
	color:#58595b;
	border-bottom:3px dashed #91c831;
	width:90%;
}

h6 {
	padding:0px;
	margin:0px;
	font-size:14px;
	font-family:Futura;
	font-weight: normal;
	color:#FFFFFF;
}

.form{
	font-family:Futura, "Helvetica Neue", Verdana;;
	color: #58595b;
	font-size: 14px;
	border: 1px solid #91c831;
	background-color: #f4f0ec;
	width: 210px;
	padding: 3px;
	position: relative;
}

input .button {
	margin-top:20px;
	
}

checkbox {
	width:20px;
}

hr {
  border: 2px dashed #91c831;
  color:#FFFFFF;
  width: 100%;
  margin:20px 0px 20px 0px;
  
}

#success {
	padding:10px;
	background:#91c831;
	color:#FFFFFF;
}

#error {
	padding:10px;
	background:#e15204;
	color:#FFFFFF;
}

#main {
	width:900px;
	text-align:justify;
	margin:auto;
}

#top{
	padding-top:20px;
	font-family: "Helvetica Neue", Verdana;
	font-size:25px;
}

#top .logo {
	float:left;
	margin-top:-50px;
}

#top .lang {
	font-size:12px;
	text-align:right;
	margin-right:135px;
	margin-top:35px;
}

#top .lang a {
	color:#58595b;
}

#top .signup {
	position:absolute;
	left:50%;
	top:140px;
	margin-left:200px;
}

#top .button {
	width: 120px;
	height:120px;
	background:url(../img/signup.png);
}

#top .button:hover {
	background:url(../img/signuphover.png);
}


#navbar {
	height:80px;
	margin-top:5px;
	width:900px;
}

#navbar .menu{
	font-family: Futura, "Helvetica Neue", Verdana;
	font-size:20px;
	margin-left:180px;
	padding-top:25px;
	color: #c9c6bf;
}

#navbar .menu a {
	color: #58595b;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}

#navbar .menu a:hover {
	color: #f1ede6;
	text-decoration:none;	
}

#navbar .c a {
	border:none;
}

#content {
	width:900px;
	text-align:justify;
	margin:auto;
	margin-top:100px;
}

#slide {
	float:left;
	width: 500px;
	margin-right:20px;
	padding:10px;	
}

#lb {
	float:left;
	width: 495px;
	margin-right:20px;
	background:#ffffff;
	border:1px solid #c9c6bf;
	padding:10px;	
	margin-bottom:10px;
	height:350px;
	overflow:auto;
	padding-right:15px;
}

#r {
	float:left;
	width: 220px;
}


#upcoming {
	width:210px;
	background:#c9c6bf;
	padding:5px;
	border:1px solid #f4f0ec;
	font-family:Futura;
	margin-top:-5px;
	border-left:1px solid #c9c6bf;
	border-right:1px solid #c9c6bf;
	text-transform:uppercase;
}

#upcoming .day {
	color: #91c831;
	font-size:12px;
}

#upcoming .week {
	color: #f1ede6;
	font-size:10px;
}

#upcoming .time {
	color: #58595b;
	float:right;
	font-size:11px;
}

#upbox {
	width: 200px;
	background:url(../img/calendar.png) no-repeat #91c831;
	border:1px solid #c9c6bf;
	color:#FFFFFF;	
	margin-bottom:5px;
	text-align:justify;
	letter-spacing: 0.1em;
	padding:10px;
	background-position:right;
}

#upbox a {
	text-decoration:none;
}

#upbox:hover {
	background:url(../img/next.png) no-repeat #000;
	background-position:right;
	text-decoration:none;
}



#box {
	width: 200px;
	background:#91c831;
	border:1px solid #c9c6bf;
	color:#FFFFFF;	
	margin-bottom:5px;
	text-align:justify;
	letter-spacing: 0.1em;
	padding:10px;
}

#box a {
	display: inline-block;
	text-decoration: none;
	color:#FFFFFF;
	width:100%;
}

#box a:hover {
	text-decoration: none;
	color:#58595b;
}


#r .getintouch {
	width: 230px;
	height:25;
	background:url(../img/getintouch.png);
}

#r .getintouch:hover {
	background:url(../img/getintouchhover.png);
}

#classes {
	border:1px solid #000000;
	color:#000000;
}

#classes a {
	color:#000000;
	text-decoration:none;
}

#classes a:hover {
	color:#000000;
}

#classes .day {
	background:#91c831;
	border-bottom:1px solid #000000;
	font-weight:bold;
	padding:4px;
	height:16px;
}

#classes .c1 {
	background: #f4f0ec;
	padding:4px;
	border-bottom:1px solid #000000;
	padding-left:30px;
	display: block;
}

#classes .c1:hover{
	background:#91C831;
}

#classes .c2 {
	background: #c9c6bf;
	padding:4px;
	border-bottom:1px solid #000000;
	padding-left:30px;
}
#classes .c2:hover{
	background:#91C831;
}
#classes .start {
	width:200px;
	margin-right:30px;
}

#classes .type {
	width:300px;
	padding-left:30px;
	border-left:1px dashed #000000;
}

#classes .prev {
	float:left;
	width:150px;
}

#classes .next {
	float:right;
	text-align: right;
	width:150px;
}

#footer {
	width:100%;
	background:#91c831;
	position:fixed;
    bottom:0px;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
}


