/* ********************************************************* */
/* ** UNIVERSAL STYLES **************************************** */
/* ********************************************************* */
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul
{
	font-family: geneva, helvetica, arial, sans serif;
	font-size: 12px;
}

body
{
	padding: 0;
	cursor: default;
	margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	font-family: geneva, helvetica, arial, sans serif;
	color: black;
}

h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

html
{
	margin: 0;
	padding: 0;
}


input
{
	cursor: auto;
	font-family: geneva, helvetica, arial, sans serif;
}

pre
{
	/* */
	margin-left: 0;
	white-space: pre;
}

textarea
{
	cursor: text;
	font-family: geneva, helvetica, arial, sans serif;
	font-size: 12px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

td, th { padding: 0; }
td { margin-left: 0; }

th
{
	font-weight: bold;
	text-align: center;
	margin-left: 0;
}

/* Here are the things you might want to change or remove */
/* This controls the color and font of standard text */
a:link
{
	color: #999999;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:active
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: underline;
}

/* BODY ELEMENTS */
.bodyblack
{
	color: #ffffff;
	background-color: #333333;
}

.bodyblack p, h1, h2, h3, h4, h5, h6 { font-family: geneva, helvetica, arial, sans serif; }

div#clearer { clear: both; }

label
{
	width: 175px;
	float: left;
	text-align: right;
	padding: 4px 2px 0 0;
	height: 14px;
	vertical-align: bottom;
}

/* ********************************************************* */
/* ** TOP NAVIGATION **************************************** */
/* ********************************************************* */
div#navigation
{
	padding: 0px 0px 0px 0px;
	background-color: #333333;
	clear: both;
	height: 100px;
}

ul#nav0
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 860px;
	background-color: #333333;
	clear: both;
}

ul#nav0 li
{
	margin: 0px;
	float: left;
	text-align: center;
	white-space: nowrap;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

ul#nav0 li a
{
	float: left;
	display: block;
	margin: 0px 0px 1px 0px;
	height: 25px;
	/* 37 */
	color: #666666;
	font-weight: bold;
	line-height: 10px;
	/* 14 */
	text-decoration: none;
}

/* the first anchor link */
ul#nav0 li a.first
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 600px;
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

/* the first anchor link */
ul#nav0 li a.cart
{
	margin: 0px;
	padding: 5px 0px 2px 5px;
	width: 75px;
	font-size: 10px;
	text-align: left;
	height: 10px;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

ul#nav0 li a.isearch
{
	margin: 0px;
	padding: 5px 0px 2px 70px;
	width: 90px;
	font-size: 10px;
	text-align: right;
	height: 10px;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

ul#nav0 li a:hover { color: #999999; }

ul#nav0 li a.cart:hover { color: #999999; }

/* span used for padding around text, circumvent box
	model issues if padding placed directly in A tag */

ul#nav0 li a span { display: block; }

ul#nav0 li a span.logo
{
	padding-top: 10px;
	letter-spacing: 1px;
	/* 18 */
}

/* ********************************************************* */
/* ** PRIMARY NAVIGATION **************************************** */
/* ********************************************************* */
ul#nav1
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 860px;
	background-color: #333333;
	clear: both;
}

ul#nav1 li
{
	float: left;
	margin: 0px;
	text-align: center;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

ul#nav1 li a
{
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 127px;
	height: 25px;
	color: #666666;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: dotted;
	padding: 0 0 5px 0;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

/* the first anchor link */
ul#nav1 li a.first
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 200px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
}

/* class used to highlight current section */
ul#nav1 li a.current
{
	height: 26px;
	/* 38 */
	color: #999999;
	border-right: gray;
	border-bottom: gray;
	border-left: gray;
	border-width: 0 1px 1px 1px;
	border-style: dotted;
}

/* the first anchor link */
ul#nav1 li a.last
{
	height: 26px;
	/* 38 */
	color: #666666;
	border-width: 1px 1px 0px 0px;
	border-style: dotted;
	border-color: gray;
}

ul#nav1 li a:hover { color: #999999; }
ul#nav1 li a.current:hover { color: #999999; }

/* span used for padding around text, circumvent box
	model issues if padding placed directly in A tag */

ul#nav1 li a span
{
	display: block;
	padding: 0px 5px 0px 5px;
}

ul#nav1 li a span.logo
{
	padding-top: 10px;
	letter-spacing: 4px;
	/* 18 */
}

ul#nav1 li a span.line1
{
	padding-top: 10px;
	/* 18 */
}

ul#nav1 li a span.line2 { padding-top: 4px; }

ul#nav1 li a.info
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 400px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
}

div#breadcrumb
{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

/* ********************************************************* */
/* ** SECONDARY NAVIGATION ********************************* */
/* ********************************************************* */
ul#nav2
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 860px;
	clear: both;
	background-color: #333333;
}

ul#nav2 li
{
	float: left;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

ul#nav2 li a
{
	float: left;
	display: block;
	margin: 0px 0px 10px 0px;
	width: 150px;
	height: 25px;
	color: #666666;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	padding: 0 0 5px 0;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

/* the first anchor link */
ul#nav2 li a.first
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 200px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
	border-style: none;
}

/* class used to highlight current section */
ul#nav2 li a.current
{
	height: 26px;
	/* 38 */
	color: #999999;
}

/* class used to highlight current section */
ul#nav2 li a.spacer
{
	height: 26px;
	/* 38 */
	color: #999999;
	width: 10px;
}

/* the first anchor link */
ul#nav2 li a.last
{
	height: 26px;
	/* 38 */
	width: 167px;
	color: #999999;
	border-width: 0px 1px 1px 0px;
	border-style: dotted;
	border-color: gray;
}

ul#nav2 li a:hover { color: #999999; }
ul#nav2 li a.current:hover { color: #999999; }

/* span used for padding around text, circumvent box
	model issues if padding placed directly in A tag */

ul#nav2 li a span
{
	display: block;
	padding: 0px 5px 0px 5px;
}

ul#nav2 li a span.logo
{
	padding-top: 10px;
	letter-spacing: 4px;
	/* 18 */
}

ul#nav2 li a span.line1
{
	padding-top: 10px;
	/* 18 */
}

ul#nav2 li a span.line2 { padding-top: 4px; }

ul#nav2 li a.info
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 400px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
}

/* ********************************************************* */
/* ** PAGE ELEMENTS **************************************** */
/* ********************************************************* */

div#portIndexContainer
{
	width: 830px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}


div#indexInfo
{
	margin: 0 0 0 10px;
	text-align: left;
	width: 290px;
	float: right;
	color: #cccccc;
	white-space: normal;
}

div#indexInfo a:link
{
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

div#indexInfo a:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

div#indexInfo a:active
{
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

div#indexInfo a:hover
{
	color: #999999;
	text-decoration: underline;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}

div#indexInfo a.subindexInfo:link
{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

div#indexInfo a.subindexInfo:visited
{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

div#indexInfo a.subindexInfo:active
{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

div#indexInfo a.subindexInfo:hover
{
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	font-style: italic;
}

/* **************************************************************** */
/* ** PORTFOLIO INDEX   ********************************* */
/* ***************************************************************** */
span#portImgL
{
	width: 120px;
	float: left;
	text-align: center;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

span#portImgR
{
	width: 120px;
	float: right;
	text-align: center;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

div#portIndexTxt
{
	width: 830px;
	float: left;
	margin: 40px 0 0 0;
	color: #cccccc;
	white-space: normal;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

/* **************************************************************** */
/* ** PORTFOLIO IMAGE  NAVIGATION  ********************************* */
/* ***************************************************************** */
div#gallerytitle
{
	font-size: 14px;
	color: #666666;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 12px 0;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid;
	float: left; */
}

div#gallerytitle a:link
{
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

div#gallerytitle a:visited
{
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

div#gallerytitle a:active
{
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

div#gallerytitle a:hover
{
	color: #999999;
	text-decoration: underline;
	font-style: italic;
}

span#portLnk
{
	font-size: 10px;
}

span#portLnk a.current
{
	color: #999999;
}

td#portImg
{
	border-width: 0px;
	margin: 0px;
	text-decoration: none;
}

/* creates image border */
td#portImg img
{
	border-width: 2px;
	margin: 0px;
	text-decoration: none;
	border-color: black;
	border-style: solid;
}

/*
td#portImg a:link
{
	border-width: 2px;
	margin: 0px;
	text-decoration: none;
	border-color: #000000;
}

td#portImg a:visited
{
	border-width: 2px;
	margin: 0px;
	text-decoration: none;
	border-color: #000000;
}

td#portImg a:active
{
	border-width: 2px;
	margin: 0px;
	text-decoration: none;
	border-color: #000000;
}

td#portImg a:hover
{
	border-width: 2px;
	margin: 0px;
	text-decoration: none;
	border-color: #000000;
}
*/
A.gallerylink:link
{
	color: #999999;
	text-decoration: none;
	font-style: italic;
}

A.gallerylink:visited
{
	color: #999999;
	text-decoration: none;
	font-style: italic;
}

A.gallerylink:active
{
	color: #999999;
	text-decoration: none;
	font-style: italic;
}

A.gallerylink:hover
{
	color: #666666;
	text-decoration: underline;
	font-style: italic;
}

.paragraphtitle
{
	font-size: 16px;
	color: #666666;
	font-weight: 900;
	text-decoration: none;
	float: left;
	clear: both;
	margin: 6px 0 6px 0;
}

div#portImageIndex
{
	width: 820px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

div#portImageIndex ul
{
	/* added float so mozilla shows bgcolor */
	width: 820px;
	float: left;
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	white-space: nowrap;
}

div#portImageIndex li.left
{
	width: 355px;
	float: left;
	text-align: center;
	vertical-align: middle;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

div#portImageIndex li.right
{
	width: 355px;
	float: right;
	text-align: center;
	vertical-align: middle;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

/* the first anchor link */
div#portImageIndex li a { }

div#portImageIndex li img
{
	margin: 10px 0 10px 0;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

div#portImageIndex li img.vr { margin: 10px 12px 10px 0; }
div#portImageIndex li img.vl { margin: 10px 0px 10px 12px; }

.imgL
{
	float: left;
	margin-left: 0px;
}

.imgR
{
	float: right;
	margin-right: 0px;
}

div#portImageIndex li a.left
{
	float: left;
	margin-left: 0px;
}

div#portImageIndex li a.right
{
	float: right;
	margin-right: 0px;
}

ul#nav2 li { float: left; }

div#portImageContainer
{
	width: 580px;
	/*height: 600px;*/
	float: left;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
	clear: both;
}

div#portImageContainerVW
{
	width: 800px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

div#portImage
{
	width: 510px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#portImage table { text-align: center; }

div#portImage p
{
	text-indent: 10px;
	text-align: left;
	padding: 10px 0 0 0;
	color: #999999;
	font-style: italic;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#portImageVW
{
	width: 510px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#portImageVW p
{
	text-indent: 10px;
	text-align: left;
	padding: 10px 0 0 0;
	color: #999999;
	font-style: italic;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#portImageVW img
{
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

div#assemImageContainer
{
	width: 880px;
	/*height: 560px;*/
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

div#assemImage
{
	width: 675px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#assemImage img
{
	float: left;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
	margin: 25px 25px 25px 0;
}

div#assemImage p
{
	text-indent: 10px;
	text-align: left;
	padding: 10px 0 0 0;
	color: #000000;
	font-style: italic;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#assemnav
{
	width: 140px;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px 10px 10px 10px;
	border-left: gray;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
	
}

div#assemnav a:link
{
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}

div#assemnav a:visited
{
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}

div#assemnav a:active
{
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}

div#assemnav a:hover
{
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
div#assemnav a.selected { text-decoration: underline; }




div#portImagenav
{
	margin: 0 0 0 10px;
	text-align: center;
	width: 50px;
	float: right;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#portImagenav a:link
{
	color: #666666;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
	padding: 2px 0 0 0;
}

div#portImagenav a:visited
{
	color: #666666;
	text-decoration: none;
}

div#portImagenav a:active
{
	color: #666666;
	text-decoration: none;
}

div#portImagenav a:hover
{
	color: #999999;
	text-decoration: underline;
}

div#portImagenav a.selected
{
	color: #999999;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding: 0px 2px 0px 2px;
}

div#portImagenavVW
{
	margin: 0 0 0 10px;
	text-align: center;
	width: 50px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#portImagenavVW a:link
{
	color: #666666;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
	padding: 2px 0 0 0;
}

div#portImagenavVW a:visited
{
	color: #666666;
	text-decoration: none;
}

div#portImagenavVW a:active
{
	color: #666666;
	text-decoration: none;
}

div#portImagenavVW a:hover
{
	color: #999999;
	text-decoration: underline;
}

div#portImagenavVW a.selected
{
	color: #999999;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding: 0px 2px 0px 2px;
}

span#portPgR
{
	float: right;
	font-style: italic;
}

span#portPgR a:link
{
	color: #666;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
	padding: 2px 0 0 0;
}

span#portPgR a:visited
{
	color: #666666;
	text-decoration: none;
}

span#portPgR a:active
{
	color: #666666;
	text-decoration: none;
}

span#portPgR a:hover
{
	color: #999999;
	text-decoration: underline;
}



/* ********************************************************* */
/* ** IMAGE PRICE TABLE ************************************* */
/* ********************************************************* */
div#imageprice
{
	width: 500px;
	color: #999999;
	float: left;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#imageprice p { padding: 5px 0 10px 10px; }

div#imageprice ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 500px;
	float: left;
	font-style: italic;
}

div#imageprice li
{
	float: left;
	margin: 0px;
	text-align: left;
	height: 18px;
	padding: 3px 0 0 0;
	white-space: nowrap;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#imageprice li.desc
{
	width: 160px;
	margin: 0 0 0 10px;
}

div#imageprice li input
{
	margin: 0px 0 0 0;
}

/*
div#imageprice li a
{
	color: #666666;
	text-decoration: none;
	border-color: red;
	border-width: 1px;
	border-style: solid;
}

*/

div#assemimageprice
{
	width: 500px;
	color: #999999;
	float: left;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#assemimageprice p { padding: 5px 0 10px 10px; }

div#assemimageprice ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 500px;
	float: left;
	font-style: italic;
}

div#assemimageprice li
{
	float: left;
	margin: 0px;
	text-align: left;
	height: 18px;
	padding: 3px 0 0 0;
	white-space: nowrap;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#assemimageprice li.desc
{
	width: 160px;
	margin: 0 0 0 10px;
}

div#assemimageprice li input
{
	margin: 0px 0 0 0;
}
/* ********************************************************* */
/* ** PAGE CONTENT  **************************************** */
/* ********************************************************* */

/* HEADER NAV WHITE BACKGROUND*/
/* INLINE ELEMENTS */
.imageWIN
{
	border-color: #000;
	border-width: 2px;
}

/* MAIN BLOCK ELEMENTS */
div#photoblock
{
	width: 860px;
	float: left;
	padding: 0px 0px 15px 30px;
	margin: 20px 0px 30px 0px;
	color: #cccccc;
	background-color: #333333;

	/* border-color: yellow;
	border-width: 1px;
	border-style: dashed; */
}

div#photoblock p
{
	clear: both;
	margin: 0 0 12px 0;
}

div#assemblock
{
	width: 860px;
	float: left;
	padding: 0px 0px 15px 30px;
	margin: 20px 0px 30px 0px;
	color: #cccccc;

	/* border-color: yellow;
	border-width: 1px;
	border-style: dashed; */
}

div#textbox
{
	width: 780px;
	padding: 0px 30px 0px 40px;
	margin: 20px 0 20px 40px;
	border-width: 0px 0px 0px 1px;
	border-color: #666666;
	float: left;
	border-style: solid solid solid dotted;

	/*border-color: red;
	border-width: 1px;
	border-style: solid; */
}

div#textbox p
{
	clear: both;

/*	border-color: red;
	border-width: 1 px;
	border-style: solid;
	*/
}

div#textbox table
{
	width: 790px;
	padding: 0px;
	margin: 0px;
	float: left;
/*	border-color: red;
	border-width: 1 px;
	border-style: solid;
	*/
}

div#textbox td { 
	padding: 0 10px 0 0;
	}

div#textL
{
	width: 450px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0 0px 0px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid; */
}

div#textL p
{
	clear: both;
	float: left;
}

div#textL table
{
	width: 400px;
	padding: 0px;
	margin: 0px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#textbox td { padding: 0 10px 0 0; }


div#textRhdr
{
	width: 250px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0 0px 10px;
	height: 100px;
	float: right;
	border-width: 0px 1px 0px 0px;
	border-color: #666;
	border-style: none dotted none none;
	/*border-color: red;
	border-width: 1px;
	border-style: solid; */
}

div#textRtahoehdr
{
	width: 780px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0px 0px;
	height: 100px;
	float: left;
	border-width: 0px 1px 0px 0px;
	border-color: #666;
	border-style: none dotted none none;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#textR
{
	width: 290px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0 0px 10px;
	height: 500px;
	float: right;
	border-width: 1px 0px 1px 1px;
	border-color: #666;
	border-style: dotted solid dotted dotted;

/*	border-color: red;
	border-width: 1px;
	border-style: solid; */
}

div#textRtahoe
{
	width: 190px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0 0px 10px;
	height: 1850px;
	float: right;
	border-width: 1px 0px 1px 1px;
	border-color: #666;
	border-style: dotted solid dotted dotted;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#textR h4
{
	font-style: italic;
	padding: 0px 0 0 0;
}

div#textRtahoe h4
{
	font-style: italic;
	padding: 0px 0 0 0;
}

div#textR p.gallery
{
	font-style: italic;
	font-weight: 400;
}

.galink
{
	font-size: 13px;
	font-weight: 400;
}

/* PRICE TABLE */
#priceTbl
{
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	float: left;
	clear: both;
	margin: 0 0 12px 0;
}

#priceTbl td
{
	border-color: gray;
	border-width: 0 0px 1px 0px;
	border-style: dotted;
	padding: 0 10px 0 10px;
	text-align: right;
}

#priceTblHd td
{
	border-bottom: #666666;
	border-width: 0 0 3px 0;
	border-style: none none solid none;
	text-align: center;
	font-weight: 700;
}

/* INFO PAGE */

div#infoblock
{
	width: 375px;
	float: left;
	padding: 0px 20px 15px 30px;
	margin: 20px 0px 30px 0px;
	color: #cccccc;
	background-color: #333333;

	/* border-color: yellow;
	border-width: 1px;
	border-style: dashed; */
}

div#infoblock h3
{
	color: gray;
	font-size: 16px;
	font-weight: 400;
	clear: both;
}

div#infoblock h4
{
	color: gray;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}

.close
{
	float: right;
	margin: 0 0 18px 0;
	clear: both;
}


table#infotable
{
	width: 200px;
	float: left;
	clear: both;
	margin: 12px 0 25px 0;
}

table#infotable td.u
{
	border-bottom: gray;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
}

table#infotable tr
{
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	width: 200px;
}

table#infotable td { text-align: center; }

/* **************************************************************** */
/* ** PHOTOGRAPHER / COMMERCIAL_PHOTOGRAPHY PORTFOLIOS  *********** */
/* ***************************************************************** */

table#oldporttable
{
	width: 800px;
	float: left;
	clear: both;
	margin: 12px 0 25px 25px;
}

table#oldporttable p
{
	float: left;
}

table#oldporttable img
{
	border-color: black;
	border-width: 2px;
	border-style: solid;
	margin: 15px;
	text-align: center;
}

table#oldporttable h3
{
	margin: 40px 0 0 0;
	color: gray;
}

table#oldporttable td.maint
{
	clear: both;
	text-align: center;
}

table#oldporttableL
{
	margin: 0 0 0 25px;
	float: left;
}





/* **************************************************************** */
/* ** IMAGE ARCHIVE/SEARCH  ********************************* */
/* ***************************************************************** */

div#ImgCataIndex
{
	width: 280px;
	float: left;
	margin: 0 10px 0 0;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#ImgCatTxt
{
	width: 520px;
	float: right;
	padding: 0 0 0 15px;
	border-left: gray;
	border-width: 0px 0px 0px 1px;
	border-style: none none none dotted;
}


div#archiveTitleL
{
	width: 250px;
	font-size: 14px;
	color: #666666;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 12px 0;
	float: left;
	clear: both;
	border-bottom: gray;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

div#archiveTitleR
{
	width: 450px;
	font-size: 14px;
	color: #666666;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 12px 0;
	border-bottom: gray;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	float: left;
	clear: both;
}

span.search
{
	border-color: #39F;
	border-width: 1px;
	border-style: solid;
	color: gray;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 2px;
	float: right;
}


table#ImgCatTbl
{
	width: 500px;
	float: left;
	clear: both;
	border-color: gray;
	border-width: 1px 0px 0px 0px;
	border-style: dotted none none none;
	padding: 15px 0 0 15px;
	margin: 12px 0 12px 0;
}

table#ImgCatTbl td
{
	padding: 15px 0 0 15px;
	margin: 12px 0 12px 0;
	text-align: center;
}

table#ImgCatTbl img
{
	border-color: black;
	border-width: 2px;
	border-style: solid;
}


/* ***************************************************** */
/* ******** QUICKTIME - ANIMATION ************** */
/* ***************************************************** */

fieldset#qt
{
	width: 775px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

div#qtImageIndex
{
	width: 555px;
	float: left;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
	border-right: gray;
	border-width: 0 1px 0 0px;
	border-style: none dotted none dotted;
	padding: 0 20px 0px 0px;
	clear: left;
}

div#qtImageIndex ul
{
	/* added float so mozilla shows bgcolor */
	width: 556px;
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	white-space: nowrap;
	clear: left;
}

div#qtImageIndex li.left
{
	width: 265px;
	float: left;
	text-align: center;
	vertical-align: top;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

div#qtImageIndex li.right
{
	width: 265px;
	float: right;
	text-align: center;
	vertical-align: top;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

div#qtImageIndex img
{
	margin: 10px 0 10px 77px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

div#qtImageIndex li img
{
	margin: 10px 0 10px 0;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

div#qtImageIndex li img.nb
{
	margin: 10px 0 10px 0;
	border-width: 0px;
	border-style: none;
	border-color: transparent;
}

div#qtImageIndex li a
{

}

div#qttext
{
	float: left;
	width: 150px;
	margin: 0 0 0px 20px;
	clear: right;
}

div#qtImageContainer
{
	width: 580px;
	height: 560px;
	float: left;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
	clear: both;
}


/* **************************************************************** */
/* ** FOOTER                     ********************************* */
/* ***************************************************************** */

#F1G
{
	width: 860px;
	float: left;
	padding: 0px;
	margin: 0px;
	clear: both;

	/*	border-color: yellow;
	border-width: 1px;
	border-style: dashed; */
}

#f1rG
{
	vertical-align: middle;
	color: gray;
	font-size: 10px;
	float: right;
	padding: 0px 15px 0px 0px;

	/*	border-color: yellow;
	border-width: 1px;
	border-style: dashed;  */
}

#fAddthis
{
	float: left;
	padding: 0 0 0 50px;
	font-size: 10px;
	/*	border-color: yellow;
	border-width: 1px;
	border-style: dashed; */
}


/* Tahoe Resources Page */

div#rsclinks
{
	width: 400px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
}

div#rsclinks a:link
{
	color: #666666;
	text-decoration: none;
}

div#rsclinks a:visited
{
	color: #666666;
	text-decoration: none;
}

div#rsclinks a:active
{
	color: #666666;
	text-decoration: none;
}

div#rsclinks a:hover
{
	color: #999999;
	text-decoration: underline;
}

div#rsclinks p
{
	display: block;
	text-indent: -50px;
	margin: 0 0 10px 50px;
}

div#rsclinks span
{
	padding: 0 0 0 2px;
	font-style: italic;
}


div#toc
{
	width: 400px;
	float: left;
}

div#dot table
{
	width: 400px;
	float: left;
	text-align: left;
}

div#dot td
{
	text-align: left;
	vertical-align: top;
}

div#dot td.r
{
	width: 10px;
	margin: 0px 2px 0px 0px;
	text-align: right;
	vertical-align: top;
}

div#top
{
	width: 400px;
	float: left;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}

div#top p
{
	width: 400px;
	float: left;
}

div#dot
{
	width: 400px;
	float: left;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: dotted;
	margin: 0px 0 0px 0px;
	padding: 15px 0 0px 0px;
}

div#dot h4
{
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

div#dot ul
{
	float: left;
	clear: both;
}

div#bookseller p
{
	margin: 0;
}

div#bookseller span { margin: 0 0 0 5px; }

p#tahoethumb
{
	vertical-align: top;
	text-align: left;
	white-space: normal;
}

p#tahoethumb img
{
	vertical-align: top;
	margin: 0 10px 0 0;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	float: left;
}


/* A Vagabond World */

div#vwtxt table
{
	width: 635px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
}

div#vwtoc
{
	width: 250px;
	float: left;
	clear: both;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
	padding: 0px;
	margin: 0px;
}

div#vwtoc table
{
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px;
}

table#vwtoc td
{
	text-align: left;
	vertical-align: top;
}

table#vwtoc td.r
{
	width: 10px;
	margin: 0px 2px 0px 0px;
	text-align: right;
	vertical-align: top;
}

div#vwPhoIdx
{
	width: 450px;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#vwPhoIdx img
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#emailImg
{
	width: 510px;
	float: left;
	margin: 0 10px 0 0;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

div#linkIndx
{
	width: 250px;
	float: right;
	margin: 0;
	border-color: gray;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	padding: 0 0 0 10px;
}


/* ********************************************************* */
/* ** GOOGLE AD BOX **************************************** */
/* ********************************************************* */
div#gglebx
{
	width: 120px;
	height: 600px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: right;

	/*border-color: blue;
	border-width: 1px;
	border-style: solid;*/

}

div#gglebx p
{
	color: #666666;
	font-size: 10px;
	font-weight: 700;
	text-decoration: underline;
	text-align: center;
}

div#gglebx p.chron
{
	color: #666666;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

div#gglebx p.chron span
{
	font-size: 10px;
	text-align: left;
	font-style: italic;
	font-weight: 700;
}


/* ********************************************************* */
/* ** GOOGLE AD BOX BLOG**************************************** */
/* ********************************************************* */
div#ggleblg
{
	width: 120px;
	height: 600px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;

	/*border-color: blue;
	border-width: 1px;
	border-style: solid;*/

}

div#ggleblg p
{
	color: #666666;
	font-size: 10px;
	font-weight: 700;
	text-decoration: underline;
	text-align: center;
}

div#ggleblg p.chron
{
	color: #666666;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

div#ggleblg p.chron span
{
	font-size: 10px;
	text-align: left;
	font-style: italic;
	font-weight: 700;
}





/* ********************************************************* */
/* ** FOOTER NAVIGATION **************************************** */
/* ********************************************************* */
ul#footnav
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 860px;
}

ul#footnav li
{
	float: left;
	margin: 0px;
	text-align: center;
}

ul#footnav li a
{
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 140px;
	height: 25px;
	/* 37 */
	color: #666666;
	font-weight: 400;
	line-height: 10px;
	/* 14 */
	text-decoration: none;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 0 0 5px 0;
}

ul#footnav li a:hover { color: #999999; }

/* span used for padding around text, circumvent box
	model issues if padding placed directly in A tag */

ul#footnav li a span { display: block; }

ul#footnav li a span.line1
{
	padding-top: 10px;
	/* 18 */
}

ul#footnav li a span.line2 { padding-top: 4px; }

/* OLD LINK ELEMENTS */
#imageborder:link { color: #000000; }
#imageborder:visited { color: #000000; }
#imageborder:active { color: #000000; }
#imageborder:hover { color: #666666; }

A.logonamesand:link
{
	font-family: arial, sans serif;
	font-size: 16px;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}

#imageborder img
{
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

/* Tahoe Proposal */
A.tahoesideindex:link
{
	color: #663366;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

A.tahoesideindex:visited
{
	color: #663366;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

A.tahoesideindex:active
{
	color: #663366;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

A.tahoesideindex:hover
{
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 600;
}

A.tahoesidesubindex:link
{
	color: #663366;
	text-decoration: none;
	font-size: 10px;
	font-weight: 400;
}

A.tahoesidesubindex:visited
{
	color: #663366;
	text-decoration: none;
	font-size: 10px;
	font-weight: 400;
}

A.tahoesidesubindex:active
{
	color: #663366;
	text-decoration: none;
	font-size: 10px;
	font-weight: 400;
}

A.tahoesidesubindex:hover
{
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
	font-weight: 400;
}

.indextable
{
	font-family: geneva, helvetica, arial, sans serif;
	margin-left: 15px;
	padding-left: 15px;
	width: 125px;
	text-align: left;
	word-spacing: 3px;
	color: #666666;
	line-height: 13px;
	border-top: 0px solid #999999;
	border-right: 1px solid #333333;
	font-size: 16px;
}

.T1
{
	/* */
	margin-left: 10%;
	color: #663366;
}

.T3
{
	/* */
	margin-left: 10%;
	color: #663366;
}

.T4
{
	/* */
	margin-left: 0%;
	color: #663366;
}

.underline { border-bottom: 1px solid #333333; }


/* ********** Tahoe Pricing Table ************* */
#tahoePricing 
{
}

#tahoePricing tr.top
{
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	font-weight: bold;
}

#tahoePricing tr.top td
{
	text-align: center;
	line-spacing: 14px;
}

#tahoePricing tr td
{
	padding: 3px;
	text-align: center;
}

#tahoePricing tr.odd
{
background-color: #eee;
}

/*  ************** Contracts *********** */

#contractPay td
{
	width: 300px;
	float: left;
}

#tocContract ul
{
list-style: none;
}

.tocChptr
{
	width: 260px;
	margin: 0 20px 0 10px;
	float: left;
}


