@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #006699;
	font-size:1em;
	font-family:"Times New Roman", Times, serif;
	background-color: #fff;
	background-image: url(images/headerfeather.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

a:link, a:visited, a:active{
	font-size:1em;
	color: #006699;
	text-decoration:underline;
}
a:hover{
	color: #666666;
	text-decoration:underline;
}
#textarea {
text-align:justify;
padding-left:10px;
padding-top:34px;
}
.header1{
font-weight:700;
font-size:1.1em;
font-style:italic;

}
.subheader{
font-weight:700;
font-size:1em;

}
.createdby {
font-style:italic;
font-size:.8em;
}

.menu {
text-align:left;
margin-bottom:0;
	padding:0;
	margin-left:0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 24px;
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 24px;
	background-repeat: no-repeat;
}
.home {background-image: url(menu/menu_01d.png); width: 46px;}
.home a {background-image: url(menu/menu_01.png);}
.workshops {background-image: url(menu/menu_02d.png); width: 55px;}
.workshops a {background-image: url(menu/menu_02.png);}
.about {background-image: url(menu/menu_03d.png); width: 70px;}
.about a {background-image: url(menu/menu_03.png);}
.newsletter {background-image: url(menu/menu_04d.png); width: 80px;}
.newsletter a {background-image: url(menu/menu_04.png);}
.travel {background-image: url(menu/menu_05d.png); width: 137px;}
.travel a {background-image: url(menu/menu_05.png);}
.testimonials {background-image: url(menu/menu_06d.png); width: 86px;}
.testimonials a {background-image: url(menu/menu_06.png);}
.store {background-image: url(menu/menu_07d.png); width: 43px;}
.store a {background-image: url(menu/menu_07.png);}
.contact {background-image: url(menu/menu_08d.png); width: 58px;}
.contact a {background-image: url(menu/menu_08.png);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.menu li {
  margin: 0;

}


#contactform input {

 width:140px;
 color: #102132;
 border: 1px solid #69C;
}
#contactform .form-submit {
 background-color: #D7E5F2;
 width:50px;
 color: #102132;
 border: 1px solid #69C;
  cursor:pointer;
}
#contactform textarea {
 color: #102132;
 border: 1px solid #69C;
height: 200px;
width: 400px;
scrollbar-face-color: #317B9C;
scrollbar-track-color: #87B4C9;
scrollbar-arrow-color: #54A1C4;
scrollbar-3dlight-color: #B8D7E6;
scrollbar-shadow-color: #1E6180;
scrollbar-highlight-color: #7CBCDA;
scrollbar-darkshadow-color: #1E6180;
}