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


* {
	padding: 0;
	margin: 0;
}

img {
	display: block;
	border: 0;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.alignRight {
	text-align: right;
}

.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 1.5em 0;
	padding: 0;
}

#mainNav ul {
	list-style: none;
}

#mainNav li {
	display: inline;
	white-space: nowrap;
	background: none;
}

#mainNav li a{
	padding: 0 0.8em 0 9px;
	margin-left: -15px;
	color:#ccc;
	font-weight: normal;
	line-height: 120%;
	text-decoration: none;
	background: url(images/iconArrowRightOff.gif) no-repeat 0 50%;
}

#mainNav li a:hover, #mainNav li a:active {
	color: #f90;
	background: url(images/iconArrowRightOn.gif) no-repeat 0 50%;
	text-decoration: underline;
}

/*
#mainNav ul {
	list-style: none;
}

#mainNav li {
	display: inline;
	white-space: nowrap;
	background: none;
}

#mainNav li a {
	font-weight: normal;
	line-height: 120%;
	border-left: 1px solid #333;
	margin: 0;
	padding: 0 0.75em;
	margin-left: -15px;
}

#mainNav li.start a {
	border-left: none;
	padding-left: 0;
}

#mainNav li a:link, #mainNav a:visited {
	color: #333;
	text-decoration: none
}

#mainNav li a:hover, #mainNav a:active {
	color: #000;
	text-decoration: underline
}
*/

#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;
}

#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;
}

#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;
}




/*******************************************************************
 *                          DHTML menu                             * 
 ******************************************************************/

/* Level 0 (root) */

/* Styles for table tag, all states */
.m0tablemout, .m0tablemover, .m0tablemdown {
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto td {
	padding-left: 10px;
	background: url(images/iconArrowRightOff.gif) no-repeat 0 50%;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero td {
	padding-left: 10px;
	background: url(images/iconArrowRightOn.gif) no-repeat 0 50%;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno td {
	padding-left: 10px;
	background: url(images/iconArrowRightOn.gif) no-repeat 0 50%;
}
/* Style for inner tag, mout (mouse out) state */
.m0mouti {
	font-size: 0.8em;
	text-decoration: none;
}
/* Style for inner tag, mover (mouse over) state */
.m0moveri {
	font-size: 0.8em;
	text-decoration: underline;
	color:#F90;
}
/* Style for inner tag, mdown (mouse down) state */
.m0mdowni {
	font-size: 0.8em;
	text-decoration: underline;
	color:#F90;
}



/* Level 1+ */

/* Styles for table tag, all states */
.m1table {
	border: 1px solid #99C;
}
/* Style for outer tag, mout (mouse out) state */
.m1mouto td {
	padding-left: 15px;
	background: url(images/iconArrowRightOff.gif) no-repeat 5px 50% #000;
}
/* Style for outer tag, mover (mouse over) state */
.m1movero td {
	padding-left: 15px;
	background: url(images/iconArrowRightOn.gif) no-repeat 5px 50% #000;
}
/* Style for outer tag, mdown (mouse down) state */
.m1mdowno td {
	padding-left: 15px;
	background: url(images/iconArrowRightOn.gif) no-repeat 5px 50% #000;
}
/* Style for inner tag, mout (mouse out) state */
.m1mouti {
	font-size: 0.8em;
	text-decoration: none;
}
/* Style for inner tag, mover (mouse over) state */
.m1moveri {
	font-size: 0.8em;
	text-decoration: underline;
	color: #F90;
}
/* Style for inner tag, mdown (mouse down) state */
.m1mdowni {
	font-size: 0.8em;
	text-decoration: underline;
	color: #F90;
}





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

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

div.boxContainer {
	float: left;
}

div.boxContent {
}

div.boxContent h3 {	/* use this rule to apply styles to titles in list boxes */
}

div.boxContent ul {	/* use this rule to apply styles to lists in list boxes */
}

.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;
}




/*******************************************************************
 *                    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 {	/* use this rule to apply styles to the slideshow links */
}

#jumpMenuLimitWrapper {
	float: right;
	padding-left: 20px;
}

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

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

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

#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 */
}




