/* 
teal: #679d96
gray: #868684
Dark gray: #757575
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b8b8b;
	background-color:#f8f8f3;
}



h1, h2, h3 {
	font-weight: normal;
	color: #87aba7;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 140%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
  
  li > ul {
	top: auto;
	left: auto;
	}
li:hover ul { display: block; }

a:link {
	color: #679d96;
	text-decoration:none;
}

a:visited {
	color: #679d96;
		text-decoration:none;

}
a:hover {
	text-decoration: none;
	color: #415451;
}

#wrapper {
	width: 965px;
	margin: 0 auto;
	}

#header {
	width: 965px;
	height: 65px;
	margin: 0 auto;
	margin-top:60px;
	margin-bottom:30px;
	border-bottom: 1px solid #cecece;
}

#logo {
	float: left;
	width: 260px;
	height:56px;
	background:url(images/logo.jpg) no-repeat;

}

#logo a {
	text-decoration: none;
}
#menu {
	float: right;
	width: 533px;
}

/*

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
		height:42px;

}

#menu li {
	display: inline;
		height:42px;

}

#menu a {
	display: block;
	float: right;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	padding:35px 58px 0px 15px;
	font-size: 114%;
	color: #757575;
}

#menu a:hover {
	color: #87aba7;
}
*/
#splash {
	width: 770px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	background: url(images/img3.jpg) no-repeat;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

/* editable content/text in page*/

#page {
	width: 965px;
	margin: 0 auto;
	margin-bottom:30px;
}

#page p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8b8b8b;
	line-height:2em;
	}
	
	
#content h1 {
	margin-bottom: 0px;
	color:#87aba7;
	font-size:28px;
	}

#page h2 {
	margin-bottom: 10px;
	font-size:18px;
}
#content {
	float: left;
	width: 390px;
	height:500px;
	padding-right:35px;
	padding-bottom:20px;

}



#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 533px;
	padding-bottom:15px;

}



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 0px 0;
	padding: 0 0 00px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	width: 50px;
	height: 17px;
	padding: 0 10px;
	background: #ED2024 url(images/img4.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 1px solid #cecece;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}


/* Basic code - don't modify */
/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; float:right; width:533px;}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 195px; float:right; }
#nav ul ul { left: 133px; }

/* Everything else is theming */
 
#menu { height: 42px;float:right; 	}
#nav *:hover { background-color: none; }

#nav a { display: block;
	float: left
;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	padding:30px 0px 0px 15px;
	font-size: 114%;
	color: #868684;
	letter-spacing: 1px;
	
	}
	
#nav li.hover a {	color: #679d96;
}

#nav ul { top: 65px; }

#nav ul li a { background-color: #f7f8f9;}

#nav ul a.hover { background-color: #5b6b69; }

#nav ul a { border-right: none; opacity: 1; }





#sub a { display: block;
	float: right;
	text-decoration: none;
	font-size: 12px;
	color: #679d96;
	width:180px;
	height:20px;
	padding-bottom:5px;
	padding-top:10px;
	padding-left:15px;
	padding-right:0px;
	background: none;
	
		}
	
		
#sub li.hover a {	color: #87aba7;
}

#sub ul { 
	top: 60px;
	padding-top:50px;
}

#sub ul li a { background-color: #CCCCCC; }

#sub ul a.hover { background-color: #FFFFFF; 	padding-top:50px;
}

#sub ul a {  border-right: none; opacity:1; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/*sub2*/
#sub2 a { display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #679d96;
	width:112px;
	height:20px;
	padding-bottom:5px;
	padding-top:10px;
	padding-right:0px;
	background: none;
	
		}	
#sub2 li.hover a {	color: #87aba7;
}

#sub2 ul { 
	top: 60px;
	padding-top:50px;
}

#su2b ul li a { background-color: #CCCCCC; }

#sub2 ul a.hover { background-color: #FFFFFF; 	padding-top:50px;
}

#sub2 ul a {  border-right: none; opacity:1; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

.about {
	width:125px;
}

.collection {
	width:167px;
}
.location {
width:120px;
}
.contact {
width:120px;
}


#thumbs{
vertical-align:bottom;
float: left;
	padding-bottom:15px;
	
	}


.leftcolumn img {
	border: solid 1px #ccc;
	width: 82px;
	height: 82px;
	padding: 4px;
}
.leftcolumn img:hover {
	border-color: #62b3ba;
}

/*Carousel*/

.anyClass{
float:left;
}

.anyClass ul li a{
padding: 3px 3px 3px 3px;
height:86px;
width:86px;
}

.next{
 float:right;
 background-image:url(images/next.gif);
 width:10px;
 height:23px;
 margin-top:31px;
 margin-left:5px;

 }
 
.prev{
float:left;
 background-image:url(images/prev.gif);
 width:10px;
 height:23px;
  margin-top:31px;
  margin-right:5px;

}

#thumbs a{
	color: #FFFFFF;
	text-decoration:none;
}

#thumbs a:hover {
	color: #87aba7;
	text-decoration:none;
}

/*thumbnail pages*/

.thumb_left {
width:260px;
height:325px;
font-size:70%;
}

#sidebar .thumb_left .pic{padding-bottom:5px;}
#sidebar .thumb_left .pic a{
	color: #FFFFFF;
	padding-bottom:8px;}
	
#sidebar .thumb_left .pic a:hover {
	color: #87aba7;
	padding-bottom:8px;}

.thumb_right {
width:260px;
height:325px;
font-size:70%;
float:right
}

#sidebar .thumb_right .pic{padding-bottom:5px;}
#sidebar .thumb_right .pic a{
	color: #FFFFFF;
	padding-bottom:8px;}


#sidebar .thumb_right .pic a:hover {
	color: #87aba7;
	padding-bottom:8px;}

#content .mainpage{
font-size: 160%;
}

#content2 .mainpage{
font-size: 160%;
}

#content2 {
	float: left;
	width: 390px;
		width: 965px;
	padding-bottom:20px;

}

#content3 {
	float: left;
	width: 390px;
	padding-right:35px;
	padding-bottom:20px;
	padding-top:40px;

}

#sidebar .buttons{
	float: right;
	width: 533px;
	padding-bottom:15px;
	margin-top:40px;
		border-left: 1px solid #cecece;


}