html,body 
{
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
	text-align: center;
	background: white;
	
	width: 100%;
	height: 100%;
	position: relative;
}

a
{
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

#scrollable1
{
font-size: 10px;
}

#menu_container
{
	height: 54px;
	width: 100%;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	background: #E9E9E9;
	
	position: absolute;
	top: 256px;
	left: 0px;
	
	text-align: center;
	
	z-index: 1000; /*menu zawsze na gorze! */
}

.menu_inside
{
	height: 54px;
	width: 846px; /*to jest szerokosc calego kontentu i tego sie trzymamy!*/
	text-align: left;
	margin: 0 auto;
	line-height: 54px;
	vertical-align: middle;
	background: url('../img/menu_bg.jpg') no-repeat 0% 50%;
	padding-left: 15px;
	position: relative;
	
	z-index: 1000; /*menu zawsze na gorze! */
}

.menu_inside a
{
	font-weight: bold;
	color: #656565;
	display: inline-block;
}

.menu_inside .separator
{
	display: inline-block;
	background: url('../img/menu_separator.gif') no-repeat 50% 0%;
	width: 12px;
	height: 12px;
}

/* to czerwone cos pod menu */
#red_thing
{
	background: url('../img/red.gif') repeat-x;
	height: 7px;
	position: absolute;
	top: 47px;
	left: 0px;
}

/*wybor jezyka*/
#language_select
{
	position: absolute; 
	bottom: 130px;
	right: 50px;
	color: red;
	font-weight: bold;
	z-index: 1001;
	height: 20px;
}

#language_select a
{
	color: red;
	font-weight: bold;
}

#language_select a:hover
{
	color: black;
	font-weight: bold;
}

/*nad menu jest bialy div ktory wypelnia przestrzen ponad menu*/
#white_canvas_above_the_sky
{
	background: white;
	z-index: 1000;
	position: absolute;
	width: 100%;
	left: 0px;
	height: 283px;
}

#content_container
{	
	height: 283px;
	width: 846px;
	/*background: url('../img/temp.png') no-repeat 50% 50%;*/
	z-index: 1; /*to jest z kolei pod wszystkim*/
	position: absolute;
	
	/*background: red;*/
}

#content_blindfold
{	
	height: 383px;
	width: 846px;
	background: url('../img/gradient.png') no-repeat 100% 100%;
	z-index: 1000; /*blindfold musi byc nad*/
	position: absolute;
}

.main_photo
{
	border-bottom: 3px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 95px;
	height: 63px;
	position: absolute;
	z-index: 1;
}

.category_photo
{
	width: 274px;
	height: 164px;
	z-index: 15;
	position: absolute;
	cursor: pointer;
}

.category_div
{
	width: 274px;
	height: 164px;
	z-index: 16;
	position: absolute;
	cursor: pointer;
	background: red;
}

.category_description
{
	position: absolute;
	z-index: 16;
	color: gray;
	width: 274px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
	letter-spacing: 1px;
	color: #656565;
}

#main_frame
{
	width: 99px;
	height: 71px;
	position: absolute;
	z-index: 9;
}

#category_container
{	
	height: 283px;
	width: 846px;
	/*background: url('../img/temp.png') no-repeat 50% 50%;*/
	z-index: 10; /*to jest nad glowna animacja*/
	position: absolute;
	/*background: yellow;*/
}

#paginator_container
{
	background: #FAFAFA;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	height: 54px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	color: #FD0000;
	font-size: 12px;
	z-index: 50;
}

#arrow_right
{
	height: 54px;
	width: 32px;
	background: url('../img/arrow_right.jpg') no-repeat;
	background-position: 0% 0%;
	cursor: pointer;
	z-index: 50;
}

#arrow_left
{
	float: right;
	height: 54px;
	width: 32px;
	background: url('../img/arrow_left.jpg') no-repeat;
	background-position: 0% 0%;
	cursor: pointer;
	z-index: 50;
}

.single_photo_container
{
	width: 119px;
	height: 88px;
	background: url('../img/thumbnail_box.jpg') no-repeat;
	position: absolute;
	text-align: center;
	z-index: 10;
}

.single_photo_anchor
{

}

.single_photo
{
	margin-top: 7px;
	margin-left: 0px;
	z-index: 10;
	border: 0px;
}

#main_text_container {
	width: 600px;
	height: 170px;
	position: absolute;
	right: 0px;
	top: 40px;
	/*clear: both;*/
}

.scroll_scrollable {
	width: 580px;
	height: 160px;
	padding: 2px;
	overflow: hidden;
	float: left;
	text-align: left;
	color: #979797;
	line-height: 17px;
	letter-spacing: 1px;
}

.scroll_container {
	width: 7px;
	background: #4B4B4B;
	float: right;
	height: 166px;
}

.scroll_track {
	width: 7px;
	height: 120px;
	background: #CCCCCC;
	cursor: pointer;
}	

.main_header {
	background: url('../img/gradient.jpg') no-repeat 0% 100%;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 600px;
	font-weight: bold;
	color: #FD0000;
	text-align: right;
	padding-bottom: 10px;
}

.return_button {
	position: absolute;
	top: 15px;
	left: -17px;
	width: 100px;
	padding-bottom: 10px;
}

.return_button a
{
	color: red;
	font-weight: bold;
}

.return_button a:hover
{
	color: black;
	font-weight: bold;
}

#project_description {
	width: 844px;
	height: 165px;
	margin: 0 auto;
	overflow: visible;
	margin-top: 5px;
}

.project_scroll_scrollable {
	float: left;
	color: #979797;
	width: 830px;
	height: 165px;
	overflow: auto;
	text-align: left;
	font-size: 10px;
}

.project_scroll_track {
	width: 7px;
	height: 112px;
	background: #4B4B4B;
	float: right;
}

.project_scroll_handle {
	width: 7px;
	height: 72px;
	background: #CCCCCC;
	cursor: pointer;
}	
