/*******************************************************************
 *                        Global                                   *         
 ******************************************************************/


* {
	padding: 0;
	margin: 0;
}

img {
	display: block;
	border: 0;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.alignRight {
	text-align: right;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 0;
	font-size: 0;	/* fixes an IE bug */
}

.containFloat {
	clear: both;
}


html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	margin: 10px;
}

hr {
	color: #CCCCCC;
	height: 1px;
}

ul {
	list-style: none;
	margin: 0 0 1em 0;
}

li {
	display: block;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 0.25em;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 0.5em 0;
}

li li {
	font-size: 1em;
}

li ul {
	margin: 0.5em 0 0.5em 0;
}

input.submitButton {
	color: #C6C;
	font-weight: bold;
	background: #000;
	border: 2px #99C outset
}

li a{
}

li a:hover, #mainNav li a:active {
}




/*******************************************************************
 *                        Typography                               *         
 ******************************************************************/

body, p, a, div, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

td, p, body {
	color: #CCC;
}

input, textarea, select {
	font-size: 0.8em;
	color: #333;
	background-color: #EEE;
}

a:link {  color: #CCC; text-decoration: underline}
a:visited { color: #CCC; text-decoration: underline }
a:hover { color: #99C; text-decoration: underline }
a:active { color: #99C; text-decoration: underline }

p {
	line-height: 120%;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
}

h1 {
	color: #99C;
	font-size: 1em;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 a:link {  color: #99C; text-decoration: underline}
h1 a:visited { color: #99C; text-decoration: underline }
h1 a:hover { color: #F90; text-decoration: underline }
h1 a:active { color: #F90; text-decoration: underline }

h2 {
	color: #C6C;
	font-weight: bold;
	font-style: italic;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 1em;
}

h2 a:link {  color: #C6C; text-decoration: underline}
h2 a:visited { color: #C6C; text-decoration: underline }
h2 a:hover { color: #F90; text-decoration: underline }
h2 a:active { color: #F90; text-decoration: underline }

h3{
	color: #99C;
	font-weight: bold;
	font-style: normal;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 1em;
}

.error, .messages {
	color: #f90;
	font-size: 0.8em;
	font-weight: bold;
}



/*******************************************************************
 *                       Main Structure                            *         
 ******************************************************************/

#header {
	margin: 0 20px 10px 20px;
	text-align: left;
}

#header img {	/* use this rule to apply styles to the logo image */
}

#outerContainerTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#outerContainerCellTL {
	width: 20px;
	height: 20px;
	background: url(images/outerBoxTL.gif) no-repeat;
}

#outerContainerCellT {
	height: 20px;
	background: url(images/outerBoxT.gif) repeat-x;
}

#outerContainerCellTR {
	width: 20px;
	height: 20px;
	background: url(images/outerBoxTR.gif) no-repeat;
}

#outerContainerCellL {
	width: 20px;
	background: url(images/outerBoxL.gif) repeat-y;
}

#outerContainerCellM {
}

#outerContainerCellR {
	width: 20px;
	background: url(images/outerBoxR.gif) repeat-y;
}

#outerContainerCellBR {
	width: 20px;
	height: 20px;
	background: url(images/outerBoxBR.gif) no-repeat;
}

#outerContainerCellB {
	height: 20px;
	background: url(images/outerBoxB.gif) repeat-x;
}

#outerContainerCellBL {
	width: 20px;
	height: 20px;
	background: url(images/outerBoxBL.gif) no-repeat;
}

#mainNav {
	margin: 0 0 3em 0;
	padding: 0;
}

#columnsTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#columnsCellLeft {
	width: 180px;
}

#columnsCellDivider {
	width: 1px;
	background: url(images/bgDots.gif) repeat-y;
}

#columnsCellRight {
	padding-left: 15px;
}

#columnsCellSingle {
}

#footerTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0.5em 0 0 0;
	font-size: 0.9em;
}

#footerCellLeft {
	padding: 0 5px 0 20px;
}

#footerCellRight {
	padding: 0 20px 0 5px;
	text-align: right;
	white-space: nowrap;
}

#jumpToTop {
	float: right;
	padding: 0 0 0 5px;
}

#jumpToTop a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/arrowUp16.png) 0 0;
	text-indent: -9999px;
	text-align: left;
	outline: 0;
}

#jumpToTop a:hover
,#jumpToTop a:active
,#jumpToTop a:focus
{
	background: url(images/arrowUp16.png) 0 -16px;
}

#messageBox {
	background-color: #333;
	border: 1px solid #F90;
	margin-bottom: 2em;
	font-weight: bold;
	color: #F90;
	font-style: normal; 
	padding: 1em;
}

#messageBox ul {
	margin-bottom: 0;
}

#subNav {
	margin-bottom: 20px;
	font-size: 0.8em;
}





/*******************************************************************
 *                            Home page                            *         
 ******************************************************************/

#homePreviewImg {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}


/* rules for image list boxes */

div.boxContainer {
	float: left;
}

div.boxContent {
}

.boxContainerTable {
	border-spacing: 0;
	border-collapse: collapse;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #333;
}

.boxContainerCellTL {
	width: 16px;
	height: 16px;
	background: url(images/innerBoxTL.gif) no-repeat;
}

.boxContainerCellT {
	height: 16px;
	background: url(images/innerBoxT.gif) repeat-x;
}

.boxContainerCellTR {
	width: 16px;
	height: 16px;
	background: url(images/innerBoxTR.gif) no-repeat;
}

.boxContainerCellL {
	width: 16px;
	background: url(images/innerBoxL.gif) repeat-y;
}

.boxContainerCellContent {
	background: #333;
}

.boxContainerCellR {
	width: 16px;
	background: url(images/innerBoxR.gif) repeat-y;
}

.boxContainerCellBR {
	width: 16px;
	height: 16px;
	background: url(images/innerBoxBR.gif) no-repeat;
}

.boxContainerCellB {
	height: 16px;
	background: url(images/innerBoxB.gif) repeat-x;
}

.boxContainerCellBL {
	width: 16px;
	height: 16px;
	background: url(images/innerBoxBL.gif) no-repeat;
}


/* rules for image lists without thumbs */

div.imageListNoThumbsWrapper {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.boxContainer div.imageListNoThumbsWrapper {
	float: none;
	margin-right: 0;
	margin-bottom: 0;
}


/* rules for horizontal image list thumbs */

div.imageListHorizontal {
	margin: 0 0 10px 0;
}

div.boxContent div.imageListHorizontal {	/* don't need margin if using box container */
	margin: 0;
}

ul.imageListThumbsHorizontal {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.imageListThumbsHorizontal li {
	float: left;
	background: none;
	margin: 0 10px 10px 0;
	padding: 0;
}

ul.imageListThumbsHorizontal img {
	margin: 0 0 5px 0;
}

ul.imageListThumbsHorizontal li span {
	display: block;
	clear: left;
	font-weight: bold;
	margin: 0 0 15px 0;
}

ul.imageListThumbsHorizontal li span a {
	text-decoration: none;
}

ul.imageListThumbsHorizontal li span a:hover {
	text-decoration: underline;
}

ul.imageListThumbsHorizontal li span.hidden {
	display: none;
}


/* rules for vertical image list thumbs */

div.imageListVertical {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}

div.boxContainer div.imageListVertical {
	float: none;
	margin: 0;
}

ul.imageListThumbsVertical {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.imageListThumbsVertical li {
	clear: left;
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.imageListThumbsVertical li img {
	margin: 0 0 5px 0;
}

ul.imageListThumbsVertical li span {
	display: block;
	clear: left;
	font-weight: bold;
	margin: 0 0 15px 0;
}

ul.imageListThumbsVertical li span a {
	text-decoration: none;
}

ul.imageListThumbsVertical li span a:hover {
	text-decoration: underline;
}

ul.imageListThumbsVertical li span.hidden {
	display: none;
}




/*******************************************************************
 *                    Image gallery thumbnails                     *         
 ******************************************************************/

#thumbLayoutTable {
	border-spacing: 0;
	border-collapse: collapse;
}

/*
div.thumbContainer {
	float: left;
}
*/

div.thumbContent {
}

div.thumbContent.frameless {
	margin-right: 15px;
	margin-bottom: 15px;
}

.thumbContainerTable {
	border-spacing: 0;
	border-collapse: collapse;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #333;
}

.thumbContainerCellTL {
	width: 16px;
	height: 16px;
	background: url(images/innerBoxTL.gif) no-repeat;
}

.thumbContainerCellT {
	height: 16px;
	background: url(images/innerBoxT.gif) repeat-x;
}

.thumbContainerCellTR {
	width: 16px;
	height: 16px;
	background: url(images/innerBoxTR.gif) no-repeat;
}

.thumbContainerCellL {
	width: 16px;
	background: url(images/innerBoxL.gif) repeat-y;
}

.thumbContainerCellContent {
	background: #333;
}

.thumbContainerCellR {
	width: 16px;
	background: url(images/innerBoxR.gif) repeat-y;
}

.thumbContainerCellBR {
	width: 16px;
	height: 16px;
	background: url(images/innerBoxBR.gif) no-repeat;
}

.thumbContainerCellB {
	height: 16px;
	background: url(images/innerBoxB.gif) repeat-x;
}

.thumbContainerCellBL {
	width: 16px;
	height: 16px;
	background: url(images/innerBoxBL.gif) no-repeat;
}

div.thumbContent h3 {	/* use this rule to apply styles to the thumb titles */
	color: #CCC;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 0;
}

div.thumbContent h3 a:link { color: #CCC; text-decoration: none; }
div.thumbContent h3 a:visited { color: #CCC; text-decoration: none; }
div.thumbContent h3 a:hover { color: #F90; text-decoration: underline; }
div.thumbContent h3 a:active { color: #F90; text-decoration: underline; }

div.thumbContent p {	/* use this rule to apply styles to the thumb category links */
	margin-top: 0;
	margin-bottom: 0;
}

div.thumbContent p a:link {  }
div.thumbContent p a:visited {  }
div.thumbContent p a:hover {  }
div.thumbContent p a:active {  }

.thumbContent img {
	border: 1px solid #CCC;
}






/*******************************************************************
 *                           Gallery                               *         
 ******************************************************************/

h1#galleryTitle {	/* use this rule to apply styles to the main title */
}

#slideshowLinks {
	float: right;
	list-style: none;
	padding: 0 0 0 20px;
}

#slideshowLinks li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
}

#slideshowLinks li.small {
	margin-top: 4px;
}

#slideshowLinks li.small a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/play16.png) 0 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	outline: 0;
}

#slideshowLinks li.small a:hover
,#slideshowLinks li.small a:active
,#slideshowLinks li.small a:focus
{
	background: url(images/play16.png) 0 -16px;
}

#slideshowLinks li.large a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(images/play24.png) 0 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	outline: 0;
}

#slideshowLinks li.large a:hover
,#slideshowLinks li.large a:active
,#slideshowLinks li.large a:focus
{
	background: url(images/play24.png) 0 -24px;
}

#jumpMenuLimitWrapper {
	float: right;
	padding-left: 10px;
	clear: both;
}

#subcatThumbLayoutTable {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 2em;
}

#searchNavTop {
	font-size: 0.8em;
	margin-bottom: 1.5em;
	text-align: center;
	clear: both;
}

#searchNavTop span.noLink {
	padding: 8px;
}

#searchNavTop a {
	padding: 8px;
}

#searchNavTop a:hover {
	padding: 7px;
	background: #333;
	border: 1px solid #666;
}

#searchNavBottom {
	font-size: 0.8em;
	margin: 1.5em 0;
	text-align: center;
	clear: both;
}

#searchNavBottom span.noLink {
	padding: 8px;
}

#searchNavBottom a {
	padding: 8px;
}

#searchNavBottom a:hover {
	padding: 7px;
	background: #333;
	border: 1px solid #666;
}

#subcatList {
	margin-bottom: 2em;
}

.advancedSearchTable {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 2em 0;
	font-size: 0.8em;
}

.advancedSearchTable td {
	padding: 0 5px 0 0;
}






/*******************************************************************
 *                           View Image                            *         
 ******************************************************************/

h1#viewImageTitle {	/* use this rule to apply styles to the main title */
}

#viewImageBreadcrumbs {	/* use this rule to apply styles to the breadcrumbs links */
}

#viewImageBreadcrumbs a:link {  }
#viewImageBreadcrumbs a:visited {  }
#viewImageBreadcrumbs a:hover {  }
#viewImageBreadcrumbs a:active {  }

h2#imageDataSubtitle {	/* use this rule to apply styles to the Image Data subtitle */
}

h2#urlSubtitle {	/* use this rule to apply styles to the Associated Links subtitle */
}

p#urlIntro {	/* use this rule to apply styles to the Associated Links intro text */
}

ul#urlList {	/* use this rule to apply styles to the Associated Links themselves */
}

#previewImg {
	border: 1px solid #CCC;
	margin-bottom: 1em;
}

#imgDescription {
	margin-bottom: 1em;
}

#thumbImg {
	border: 1px solid #CCC;
	margin-bottom: 1em;
}

#imageDataTable {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 1em 0;
	font-size: 0.8em;
}

#imageDataTable th {
	border: 1px solid #C6C;
	padding: 5px;
	color: #C6C;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background: none;
	margin-top: 25px;
}

#imageDataTable td.fieldName {
	padding: 5px;
	text-align: right;
	color: #99C;
	font-weight: bold;
	white-space: nowrap;
}

#imageDataTable td.field {
	padding: 5px;
	text-align: left;
}

#detailImagesContainer h2 {
	margin: 30px 0 10px 0;
}

#detailImagesContainer img {
	margin-bottom: 15px;
	border: 1px solid #CCC;
}

table.priceGrid {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 2em 0;
}

table.priceGrid th {
	border: 1px solid #000;
	padding: 5px;
	text-align: right;
	color: #99C;
	font-weight: bold;
	font-size: 0.8em;
	white-space: nowrap;
}

table.priceGrid th.alignCenter {
	text-align: center;
}

table.priceGrid td {
	background: #333;
	border: 1px solid #000;
	padding: 5px;
	text-align: right;
	font-weight: normal;
	font-size: 0.8em;
	white-space: nowrap;
}

table.priceGrid td a:link {  color: #CCC; text-decoration: underline}
table.priceGrid td a:visited { color: #CCC; text-decoration: underline }
table.priceGrid td a:hover { color: #99C; text-decoration: underline }
table.priceGrid td a:active { color: #99C; text-decoration: underline }

table.priceGrid td.footer {
	text-align: center;
	background: none;
}







/*******************************************************************
 *                             Contact                             *         
 ******************************************************************/

table.contact {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

table.contact td {
	border: 0;
	padding: 2px;
}


table.contact td.fieldName h3 {
	text-align: right;
	margin-bottom: 0;
	padding-right: 5px;
}


td.required {
	width: 5px;
	text-align: center;
	color: #f90;
}

td.field {
	text-align: left;
	width:99%;
}

td.field p {
	margin-bottom: 0;
}

td.fieldName {
	white-space:nowrap;
	text-align:right;
}

td.fieldName p {
	text-align:right;
	margin-bottom: 0;
}

td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #f90;
	font-weight: bold;
}

td.fieldNameError p {
	text-align:right;
	color: #f90;
	font-weight: bold;
	margin-bottom: 0;
}





/*******************************************************************
 *                        Custom pages                             *         
 ******************************************************************/

#subpageList {
	margin-bottom: 2em;
}





/*******************************************************************
 *                           Sitemap                               *         
 ******************************************************************/

#sitemapList {	/* use this rule to apply styles to the sitemap list */
}





