/*
	Softtoys CSS, Version 1.01
	Copyright 2005-2007 Softtoys
	all rights reserved
	http://www.softtoys.com
*/

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #017AAB;

	background-image: url(../images/softtoys.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Defines the main page container */
#container {
	padding: 0;
	margin: 0;
	/* min-height: 800px; */
}

/* Banner near top of page that says the name of the whole site - also has crane background image. */
#softtoysBanner {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	/* padding-right: 170px;
	letter-spacing: 5px;
	text-align: right; */
	background-image: url(../images/softtoys.png); 
	/* background-image: url(../images/so_banner.png); */
	background-repeat: no-repeat;
	background-position: top left; 
	background-color: #017AAB;
	height: 60px;
	color: #FFFFFF;
	margin-top: 2px;
	/* background-attachment: fixed; */
}

/* The header of the page */
h1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	margin-right: 0;
	font-size:  120%; /* x-large; */ /* 17px; */
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 0;
	font-weight: normal;
	border-top: 1px #33CCFF solid;
	border-bottom: 4px #33CCFF solid;
	color: #000000; 
	background-color: #33CCFF; /* #017AAB; */ 
	height: 31px;
}

#mainMenuArea {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	margin-right: 0;
	font-size: 80%; /* normal; */ /* .9em; */
	font-weight: bold;
	padding-top: 12px;
	border-bottom: 3px #ffffff solid;
	color: #ffffff;
	background-color: #017aab;
	height: 30px; 
}
#mainMenuArea a:link, #mainMenuArea a:visited {
	color: #f3f3f3;
	text-align: center;
	padding-right: 20px;
	border-bottom: 3px transparent solid;
}

#mainMenuArea a:hover, #mainMenuArea a.current {
	color: #33CCFF;
	border-bottom: 1px #33CCFF solid;
	background-color: #3399FF;
}

/* Styles for the main text area on the page */
#contentArea {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	margin-right: 340px; /*315px;*/
	padding-right: 15px;
	background-color: #f3f3f3;
	padding-top: 20px;
	padding-left: 10px;
	border-left: 2px #33CCFF solid;
	border-right: 2px #33CCFF solid;
	min-height: 500px;
}
#contentArea2 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	margin-right: 20px; /*315px;*/
	padding-right: 15px;
	background-color: #f3f3f3;
	padding-top: 20px;
	padding-left: 10px;
	border-left: 2px #33CCFF solid;
	border-right: 2px #33CCFF solid;
	min-height: 500px;
}
/* general definitions */
p, ul, ol, table {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: 80%; /* small; */ /* .7em; */
	line-height: 1.9em;
}

ol, ul {
	margin-left: 20px;
}

ul.tiny {
	margin-left: 10px;
	font-size: 60%; 
	text-align: left;	
}

h2 {
	font-size: 110%; /* medium;*/ /* .9em; */
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 110%; /* medium;*/ /* .9em; */
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	/*color: #33CCFF;*/
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	/* border-bottom: 2px #33CCFF solid; */
}

p.tiny {
	font-size: 60%; /* x-small; *//*.6em;*/
	font-weight: normal;
	text-align: justify;
	color: #B0C4DE;
	padding-bottom: 10px;
}
p.tiny_attention {
	font-size: 60%; /* x-small; */
	font-weight: normal;
	text-align: justify;
	color: #FF0099;
}
p.attention {
	font-weight: normal;
	text-align: justify;
	color: #FF0099;
}
p.small {
	font-size: 80%; /* small; */ 
	font-weight: normal;
	text-align: justify;
	color: #B0C4DE;
}

/* Definition of the navigation index on the left side of the page */
#leftIndex {
	position: absolute;
	top: 153px; 
	left: 0px;
	width: 160px;
	text-align: right;
	font-size: 85%; /* x-small; */
	font-weight: bold;
	padding-top: 20px; 
	border-top: 4px #33CCFF solid;
	background-color: #017AAB;
}

#leftIndex a:link, #leftIndex a:visited {
	display: block;
	color: #F3F3F3;
	text-align: right;
	font-size: 85%; /* x-small; */
	padding-right: 10px;
	/* padding-bottom: 8px;
	padding-top: 8px; */
	border-bottom: 1px transparent solid;
}

#leftIndex a:hover {
	color: #33CCFF;
	background-color: #3399FF;
	border-bottom: 1px #33CCFF solid;
}

#leftIndex p.current {
	color: #F3AAAA;
	font-size: 85%; /* x-small; */
	text-align: right;
	font-style: italic;
	padding-right: 9px;
	border-bottom: 1px transparent solid;
}

/* Definition for the column containing the pictures on the right side */
#pictureColumn {
	position: absolute;
	top: 153px;
	right: 0;
	width: 327px;
	margin-right: 10px;
	background-color: #017aab;
	border-top: 4px #33CCFF solid;
}

#pictureColumn p {
	font-style: italic;
	font-size: 80%; /* small; */
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
}

#pictureColumn p.instruction {
	color: #FFFFFF;
	text-align: right;
	font-size: 80%; /* small; */
	font-weight: normal;
	font-style: italic;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#footerContainer {
	padding: 0;
	margin: 0;
	background-color: #33CCFF;
	border-top: 1px #33CCFF solid;
}

#footerLeft {
	position: absolute;
	left: 0px;
	width: 150px;
	text-align: left;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 75%; /* x-small; */
	margin-top: 0;
	padding-left: 10px;
}

#footerRight {
	position: absolute;
	right: 0px;
	width: 100%;
	margin-left: 160px;
	margin-right: 340px;
	text-align: right;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 75%; 
	margin-top: 0;
	padding-right: 10px;
}

#footerRight a:link, #footerRight a:visited, #footerLeft a:link, #footerLeft a:visited {
	color: #000000;
}

#footerLeft a:hover, #footerRight a:hover {
	color: #FFFFFF;
	border-bottom: 1px #33CCFF solid;
}
/* Lightbox extensions */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
