/* CSS Document */

#background {
	background-image: url(/images/contact.png);
	background-repeat: no-repeat;
	height: 479px;
	width: 800px;
}

#content {
	position: relative;
	width: 229px;
	left: 267px;
	top: 120px;
	display: block;
	padding: 10px;
	background-image:url(../images/contact-background.png);
	background-repeat:repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	color: #000;
	height: 295px;
}
#email {
	width: 120px;
	color: #FFF1D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	left: 140px;
	top:57px;
}
#email a{
color: #FFE072;
}
#email a:hover{
color: #FF6600;
}

#buttons {
	float:right;
	width: 319px;
	position: relative;
	display: block;
}



.classes {
	position: relative;
	left: 200px;
	background-image:  url("/images/buttons/contact/classes2.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 74px;
	height: 27px;
	margin: 0;
	padding: 0;
	top: 38px;
}

.classes a {
	display: block;
	width: 74px;
	height: 27px;
	float: left;
}

.classes img {
	width: 74px;
	height: 27px;
	border: 0
}

* html a:hover {
	visibility:visible
}

.classes a:hover img {
	visibility: hidden;
}




.location {
	position: relative;
	top: 50px;
	left: 213px;
	background-image:  url("/images/buttons/contact/locations2.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 20px;
	height: 92px;
	margin: 0;
	padding: 0;
}
.location a {
	display: block;
	width: 20px;
	height: 92px;
	float: left;
}

.location img {
	width: 20px;
	height: 92px;
	border: 0
}

.location a:hover img {
	visibility: hidden;
}





.instructor {
	position: relative;
	top: 100px;
	background-image:  url("/images/buttons/contact/instructor2.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 104px;
	height: 36px;
	margin: 0;
	padding: 0;
	left: 210px;
}
.instructor a {
	display: block;
	width: 104px;
	height: 36px;
	float: left;
}

.instructor img {
	width: 104px;
	height: 36px;
	border: 0
}

.instructor a:hover img {
	visibility: hidden;
}



.contact {
	position: relative;
	top: 70px;
	background-image:  url("/images/buttons/contact/workshops2.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 106px;
	height: 35px;
	margin: 0;
	padding: 0;
	left: 100px;
}
.contact a {
	display: block;
	width: 106px;
	height: 35px;
	float: left;
}

.contact img {
	width: 106px;
	height: 35px;
	border: 0
}

.contact a:hover img {
	visibility: hidden;
}





.community {
	position: relative;
	top: 66px;
	background-image:  url("/images/buttons/contact/community2.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 108px;
	height: 28px;
	margin: 0;
	padding: 0;
	right: 5px;
	left: 200px;
}
.community a {
	display: block;
	width: 108px;
	height: 28px;
	float: left;
}

.community img {
	width: 108px;
	height: 28px;
	border: 0
}

.community a:hover img {
	visibility: hidden;
}




.inspiration {
	position: relative;
	top: 74px;
	background-image:  url("/images/buttons/contact/inspiration2.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 91px;
	height: 23px;
	margin: 0;
	padding: 0;
	left: 125px;
}
.inspiration a {
	display: block;
	width: 91px;
	height: 23px;
	float: left;
}

.inspiration img {
	width: 91px;
	height: 23px;
	border: 0
}

.inspiration a:hover img {
	visibility: hidden;
}


.home {
	position: relative;
	left: 40px;
	background-image:  url("/images/buttons/contact/home2.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 40px;
	height: 81px;
	margin: 0;
	padding: 0;
	bottom: 40px;
}
.home a {
	display: block;
	width: 40px;
	height: 81px;
	float: left;
}

.home img {
	width: 40px;
	height: 81px;
	border: 0
}

.home a:hover img {
	visibility: hidden;
}

.ganesh {
	position: relative;
	background-image: url(/images/buttons/contact/ganesh2.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 76px;
	height: 119px;
	margin: 0;
	padding: 0;
	left: 13px;
	top: 165px;
}
.ganesh a {
	display: block;
	width: 76px;
	height: 119px;
	float: left;
}

.ganesh img {
	width: 76px;
	height: 119px;
	border: 0
}

.ganesh a:hover img {
	visibility: hidden;
}

p {
	color: #FFFFFF;
}

input.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 125px;
	height: 11px;
	margin-bottom: 3px;
	border: 1px solid black;
	background:transparent;
	font-weight: bold;
	color: #000; 
	
}
textarea.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 155px;
	margin-bottom: 3px;
	border: 1px solid black;
	background:transparent;
	font-weight: bold;
	color: #000 ;
	
}
input.checkbox {
	background:transparent;
	width: 12px;
	height: 12px;
	border: 1px solid black;
	font-weight: bold;
	color: #000 ;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid black;
	background:transparent;
	font-weight: bold;
	color: #000 ;
	
	
}
