html, body, ul, li
{
	margin: 0;
	padding: 0;
}

body
{
	background: #e4e7ee;
	color: #666;
	font: 12px Arial, Sans-Serif;
	text-align: center;
}

.txt
{
	color: #666;
	font: 12px Arial, Sans-Serif;
}

a:link, a:hover, a:visited, a:active
{
	color: #1f3666;
	text-decoration: none;
}

h1
{
	color: #1e3666;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2
{
	color: #1e3666;
	font-size: 16px;
	margin-bottom: 1px;
}

table, img
{
	border: 0;
}

form
{
	margin: 0;
	padding: 0;
}

input, textarea, select, button
{
	margin-bottom: 5px;
}

input, textarea
{
	background: #e8ebef;
	border: 1px solid #c9cccf;
	font: 11px Arial, Sans-Serif;
	padding: 2px 0 0 2px;
}

input
{
	height: 20px;
}

textarea
{
	height: 100px;
	width: 300px;
}

input.big
{
	width: 300px;
}

button
{
	background: url(../images/button.gif);
	border: 0;
	color: #fff;
	height: 25px;
	margin-right: 5px;
	width: 76px;
}

input.checkbox, input.radio
{
	background: none;
	border: 0;
}

form .label
{
	float: left;
	line-height: 20px;
	padding-top: 5px;
	width: 50px;
}

form .cont
{
	float: left;
	padding-top: 5px;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clear
{
	clear: both;
}

.hide
{
	display: none;
}

#body
{
	margin: 0 auto;
	width: 875px;
}

#head, #main
{
	padding: 40px 0 0;
	text-align: center;
}

#foot
{
	padding: 40px 0;
	text-align: center;
}

#head div, #main div, #foot div
{
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

#head
{
	background: url(../images/bg_top.gif) no-repeat top;
}

	#head .content
	{
		width: 700px;
	}

		#head img
		{
			float: left;
		}

		#head ul
		{
			list-style: none;
			margin-top: 52px;
			padding-left: 10px;
		}

		#head li
		{
			float: left;
			font-size: 14px;
			padding-left: 18px;
		}

		#head li a:link, #head li a:visited, #head li a:active
		{
			color: #8f8f8f;
			font-weight: bold;
			text-transform: uppercase;
		}

		#head li a:hover
		{
			color: #1e3666;
		}

			#head li ul
			{
				border: 1px solid #d4d6e5;
				background: #fff;
				margin: 5px 0 0;
				padding: 0;
				position: absolute;
				width: 175px;
			}

			#head li ul li
			{
				float: none;
				font-size: 11px;
				margin: 0;
				padding: 3px 10px;
			}

#main
{
	background: url(../images/bg_middle.gif) repeat-y;
}

	#main .content
	{
		width: 700px;
	}

		.one_third
		{
			float: left;
			width: 200px;
		}

		.two_third
		{
			float: left;
			width: 450px;
		}

		.scrollingHotSpotLeft
		{
			width: 20px;
			height: 110px;
			position: absolute;
			z-index: 200;
			left: 0;
		}

		.scrollingHotSpotLeftVisible
		{
			background: #fff url(/images/arrow_left.gif) no-repeat center center;
			opacity: 0.35;
			filter: alpha(opacity = 35);
			zoom: 1;
		}

		.scrollingHotSpotRight
		{
			width: 20px;
			height: 110px;
			position: absolute;
			z-index: 200;
			right: 0;
		}

		.scrollingHotSpotRightVisible
		{
			background: #fff url(/images/arrow_right.gif) no-repeat center center;
			opacity: 0.35;
			filter: alpha(opacity = 35);
			zoom: 1;
		}

		.scrollWrapper
		{
			height: 100%;
			position: relative;
			width: 100%;
		}

		#gallery-list
		{
			margin-top: 10px;
			position: relative;
			width: 600px;
		}

		.scrollableArea
		{
			height: 120px;
			position: relative;
			width: 900px;
		}

			#gallery-list img.selected
			{
				margin: 100px 0 0 -50px;
				position: absolute;
			}

			#gallery-list li
			{
				background: none;
				border: 0;
				margin: 0;
				padding: 0;
			}

			#gallery-list .controls
			{
				clear: both;
				margin-top: 10px;
				text-transform: uppercase;
			}

		#gallery-info
		{
			width: 600px;
		}

		#gallery-img
		{
			/*background: url(../images/loader.gif) no-repeat top center;*/
			width: 700px;
		}

			#gallery-img > .book_prev
			{
				background: url(/images/arrow_left.gif) no-repeat center center;
				cursor: pointer;
				float: left;
				height: 300px;
				width: 20px;
			}

			#gallery-img .info
			{
				float: left;
			}

			#gallery-img > .book_next
			{
				background: url(/images/arrow_right.gif) no-repeat center center;
				cursor: pointer;
				float: left;
				height: 300px;
				width: 20px;
			}

			#gallery-img .controls
			{
				clear: both;
			}

				#gallery-img .controls ul
				{
					list-style: none;
				}

					#gallery-img .controls li
					{
						float: left;
						display: block;
						margin: 0 3px 0 0;
						padding: 2px 4px;
					}

						#gallery-img .controls li.selected
						{
							background: #1e3666;
						}

							#gallery-img .controls li.selected a
							{
								color: #fff;
							}

#foot
{
	background: url(../images/bg_bottom.gif) no-repeat bottom;
}

	#foot .content
	{
		color: #1e3665;
		font-size: 10px;
		width: 680px;
	}

		#foot span, #foot p
		{
			float: left;
		}

		#foot ul
		{
			float: left;
			margin: 0 0 0 0px;
			list-style: none;
			padding: 0;
		}

		#foot li
		{
			float: left;
			padding: 0 5px;
		}
		
.layer  	{ color:#000033; background-color:#ffffff; layer-background-color:#ffffff;
        	  position:absolute; top:300px; left:300px; width:220px; height:420px;
			  border-left: #666666 2px solid; 
              border-right: #666666 1px solid; 
              border-top: #666666 1px solid; 
              border-bottom: #666666 2px solid; 
		  z-index:99;  visibility:hidden;}