@charset "UTF-8";

/*--begin structure--*/
#sitewrapper {
	margin-top: 25px;
	margin-left: 5px;
	}
#header {
	height: 20px;
	display: block;
	margin-left:200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
#nav {
	margin-top: 30px;
	width: 185px;
	/*position:absolute;*/
}
#content {
	top: 80px;
	position:absolute;
	left:205px;
}
#columnA {
	position: absolute;
	width: 420px;
}
#columnB {
	position: absolute;
	width: 420px;
	left:470px;
}

#opener #columnA { /* wider  */
	width: 500px;
}	

#style2text #columnA { /* wide text column */
	width: 700px;
}	

#style1text #columnA { /* narrow text column */
	width: 420px;
}

#style3 #columnA { /* column gets wider to accomodate 5 thumbs in a row */
	width: 520px;
}

.hideMessage {
	position: absolute;
	top: 190px;
	left: 120px;
	height: 35px;
	padding: 0px;
	display: none;
}

.showMessage {
	z-index: 100000;
	position: absolute;
	top: 190px;
	left: 120px;
	height: 35px;
	padding: 0px;
	display: block;
}

/*--header--*/

#header {
	font-size: 10px;
}
#header a, #header a:hover {
	color:#000;
}
#sitename {
	font-size: 1.5em;
	font-weight: bold;
	float: left;
	line-height: 1.15em;
}
#emailaddress, #address, #url {
	float: left;
	padding-left: 10px;
	line-height: 2em;
}
#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	}
#logo a{
	display:block;
	width: 115px;
	height: 32px;
	color: #FFFFFF;
	text-decoration: none;
}
#logo a:hover {
	background-position:0 -32px;
	padding-bottom:10px;
}
.rollover {
	background: url("http://www.excellenttooth.com/resources/poweredby10.gif") no-repeat right top;
}

/*  menus  */

ul {
	display:block;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 0px;
	}
ul li {
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	padding-left: 20px;
	margin-left: 0px;
	width: 175px;
}
ul li a {
	display:block;
	color: #333333;
	text-decoration: none;
}
ul li a:hover {
	color: #CCC;
}
.arrow {
	color: #5065a2;
	background: url("../resources/plus2.gif") no-repeat left top;
}
ul li.selectedmain a {
	color: #5065a2;
	/* background: url("../resources/submenu_arrow.gif") no-repeat left top; */
}
li.menu_head {
	color: #999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#5065a2;
	padding-left:20px;
	margin-bottom:5px;
	margin-top: 25px;
	width: 165px;
}
li.submenu a {
	font-weight: normal;
	color: #AAA;
}
li.submenu a:hover {
	background: #fff;
	color: #5065a2;
}
li.currentsub a {
	font-weight: normal;
	color: #5065a2;
}

/*  buttons embedded in top of image border: styles 2, 3  */

#image_btns { 
	margin-left:300px;
	width: 100%;
}
#image_btns ul {
	margin:0;
	padding:0;
	list-style:none;
}
#image_btns li {
	margin:0;
	padding:0;
	float:left;
	width: 80px;
	height: 20px;
	color:#FFFFFF;
}
#image_btns a{
	display:block;
	color:#FFFFFF;
}
#image_btns a:hover {
	background-position:0 -20px;
	padding-bottom:10px;
}
#image_btns img {
	border-style:none;
}
.previous {
	background: url("../resources/previous.gif") no-repeat left top;
}
.next {
	background: url("../resources/next.gif") no-repeat left top;
}

/*  arrows for image navigation: styles 6,7,9,10  */

#image_arrows {
	margin-left: 0px;
	margin-top: 20px;
}
#image_arrows a{
	padding: 5px;
	color: #000;
}
#image_arrows a:hover {
	text-decoration: underline;
}
#image_arrows p { 
	font-family: Courier, monospace;
	font-size: 12px;
	letter-spacing: .1em;
}

/*--style3--*/
#style3 #thumbwrapper {
	margin-top: 30px;
}

/*--descrip--*/
#style1 #descrip {
	margin-top: 15px;
}
#style10 #descrip {
	margin-top: 60px;
}
#style9 #descrip {
	margin-top: 30px;
}

#descrip a, #imagetext a{
	color: #000000;
	text-decoration: underline;
}

/*--image text variations--*/

#imagetext {
	padding-top: 0px;
}
#style6 #imagetext {
	margin-top: 120px;
}
#style7 #imagetext {
	margin-top: 0px;
}
#style8 #imagetext {
	margin-top: 30px;
	padding-right:30px;
}
#style9 #imagetext {
	margin-top: 120px;
	padding-right:30px;
}
#style10 #imagetext {
}

/*-- text and general tags--*/
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	font-size: 1em;
	line-height: 1.6;
}
p.caption {
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: .05em;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#000;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: normal;
	margin-top: 0px;
}
h2 {
	font-size: 10px;
	font-style:italic;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
}
h4 { /*--- caption ---*/
	font-size: 10px;
	margin-top: 5px;
	padding-top: 0px;
	font-weight: normal;
	font-style:normal;
}

/*-- images--*/

a img {
	border-style:none;
}
#bigimage {
	text-align:center;
	padding: 10px;
	border: 1px solid #EEE;
}
#style2 #bigimage, #style3 #bigimage { /*  changes necessary for making room for buttons above  */
	margin-top:7px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width:420px;
}
div.thumb a img{
	padding: 5px;
	opacity: .8;
}
div.thumb a:hover img{
	padding: 5px;
	opacity: 1;
}
.thumb {
	text-align:center;
	width: 85px;
	height: 85px;
	float: left;
	padding: 5px;
}
.clear {
	clear:both;
}#imagetable {
	height: 400px;
	vertical-align: middle;
	border-spacing: 0px;
}
#imagetable td {
	width: 420px;
	padding: 0px;
	text-align: center;
}

/*-- menu expand/collapse --*/

.hide {
	display: none;
}

.show {
	display: block;
}