@charset "utf-8";
/* CSS Document */

body {
	margin:  0;
	padding: 0;
	background-color: #033638;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #705825;
}

img
{  border-style: none;
}

a {

	color:#B03E00;
}

a:hover {
	color:#017a85;
}

#main p {

	padding-left:25px;
	padding-right:25px;
}

#signup {
		
}


#signup a {
	color:#ffffff;
	font-size:14px;
}

#signup P {
	color:#ffffff;
	font-size:14px;
	padding-left:25px;
	padding-right:15px;
}


#footer {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a{
	color:#B03E00;
}
.tag {
	text-align:right;
	font-style:italic;
	font-size:14px;
	color:#007B86;
}

h1 {
	
	font-size:17px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #B03E00;
	margin-left:25px;
	margin-right:35px;
	color:#B03E00;
}

h2 {
	
	font-size:15px;
	margin-left:25px;
	color:#007B86;
}

#testimonial {
	color:#B03E00;
	padding-left:25px;
	padding-right:25px;
	font-style:italic;
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(images/right_base.JPG);
}

.author {
	color:#033638;
	font-weight:bold;
}

#workshops {
	margin-left:30px;
	width:90%;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #551c00;
	border-bottom-color: #551c00;
}

#contact {
	margin:auto;
	width:350px;
	padding:10px;
}
							/*  navmenu */
					
							.displaynone { 
								display: none; 
								}
							
							ul.nav {
								margin: 0;
								padding: 0;
								list-style: none;
								position: relative;
								float: left;
								z-index: 1000;
							}
							
							.nav li {
								margin: 0 0 0px;
								padding: 0 0 0 0px;
							}
							
							ul.nav a.home {
								height: 31px;
								width: 175px;
								display: block;
								position: relative;
								background-image: url(images/nav/home_nav.jpg);
								background-repeat: no-repeat;
								margin-left:15px;
					
							}
							
							ul.nav a.home:hover {
								height: 31px;
								width: 175px;
								background: url(images/nav/home_nav.jpg) -180px 0 no-repeat;
							}
							
							ul.nav a.abou_sb {
								height: 31px;
								width: 175px;
								display: block;
								position: relative;
								background-image: url(images/nav/abou_sb_nav.jpg);
								background-repeat: no-repeat;
								margin-left:15px;
								
							}
							
							ul.nav a.abou_sb:hover {
								height: 31px;
								width: 175px;
								background: url(images/nav/abou_sb_nav.jpg) -180px 0 no-repeat;
							}
							
							ul.nav a.work {
								height: 31px;
								width: 175px;
								display: block;
								position: relative;
								background: url(images/nav/bead_wks_nav.jpg) 0 0 no-repeat;
								margin-left:15px;
							}
							
							ul.nav a.work:hover {
								height: 31px;
								width: 175px;
								background: url(images/nav/bead_wks_nav.jpg) -180px 0 no-repeat;
								
							}
							
							ul.nav a.stor {
								height: 31px;
								width: 175px;
								display: block;
								position: relative;
								background: url(images/nav/stor_nav.jpg) 0 0 no-repeat;
								margin-left:15px;
							}
							
							ul.nav a.stor:hover {
								height: 31px;
								width: 175px;
								background: url(images/nav/stor_nav.jpg) -180px 0 no-repeat;
							}
							ul.nav a.ab_deb {
								height: 31px;
								width: 175px;
								display: block;
								position: relative;
								background: url(images/nav/ab_deb_nav.jpg) 0 0 no-repeat;
								margin-left:15px;
							}
							
							ul.nav a.ab_deb:hover {
								height: 31px;
								width: 175px;
								background: url(images/nav/ab_deb_nav.jpg) -180px 0 no-repeat;
							}
							
							ul.nav a.up_come {
								height: 31px;
								width: 175px;
								display: block;
								position: relative;
								background: url(images/nav/up_come_nav.jpg) 0 0 no-repeat;
								margin-left:15px;
							}
							
							ul.nav a.up_come:hover {
								height: 31px;
								width: 175px;
								background: url(images/nav/up_come_nav.jpg) -180px 0 no-repeat;
							}
							ul.nav a.cont {
								height: 31px;
								width: 175px;
								display: block;
								position: relative;
								background: url(images/nav/cont_nav.jpg) 0 0 no-repeat;
								margin-left:15px;
							}
							
							ul.nav a.cont:hover {
								height: 31px;
								width: 175px;
								background: url(images/nav/cont_nav.jpg) -180px 0 no-repeat;
							}



							ul.nav a.gift {
								height: 31px;
								width: 175px;
								display: block;
								position: relative;
								background: url(images/nav/gift_nav.jpg) 0 0 no-repeat;
								margin-left:15px;
							}
							
							ul.nav a.gift:hover {
								height: 31px;
								width: 175px;
								background: url(images/nav/gift_nav.jpg) -180px 0 no-repeat;
							}
												
