html {
	height: 100%;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

body {
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #909193;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#center_vertical {
	position: relative;
	width: 100%;
	height: 100%;
}

a:link,
a:active,
a:visited {
	color: #909193;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

a:hover {
	text-decoration: none;
}

a img {
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	border: 0px;
}

h1 {
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

p {
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

.spacer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#center_horizontal {
	position: relative;
	width: 707px;
	height: 707px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#center_horizontal table {
	position: relative;
	width: 100%;
	height: 100%;
}

	#center_horizontal table td {
		position: relative;
		width: 108px;
		height: 108px;
		border: 1px solid #cfd0d1;
	}
	
		#center_horizontal table td .content {
			padding: 12px 10px 12px 10px;
			margin: 0px 0px 0px 0px;
		}
	
			#center_horizontal table td .table_no_borders {
				width: auto;
			}
			
				#center_horizontal table td .table_no_borders td {
					white-space: nowrap;
					height: auto;
					width: auto;
					border: 0px;
				}

	#center_horizontal table .image_link {
		font-size: 0px;
		line-height: 0px;
	}
	
		#center_horizontal table .image_link a {
			position: relative;
		}
		
			#center_horizontal table .image_link a .description {
				position: absolute;
				left: 3px;
				bottom: 3px;
				font-size: 11px;
				color: #ffffff;
				line-height: 10px;
				display: block;
			}

/* START MENU */

.menu_item {
	position: relative;
	width: 108px;
	height: 108px;
	border: 1px solid #cfd0d1;
	background: #bdbec1;
}

	.menu_item a:link,
	.menu_item a:active,
	.menu_item a:visited {
		display: block;
		width: 104px;
		color: #ffffff;
		text-align: right;
		text-decoration: none;
		padding: 0px 4px 4px 0px;
	}
	
	.menu_item a:hover {
		text-decoration: underline;
	}

.menu_item_active {
	position: relative;
	width: 108px;
	height: 108px;
	border: 1px solid #cfd0d1;
	background: #000000;
}

	.menu_item_active a:link,
	.menu_item_active a:active,
	.menu_item_active a:visited,
	.menu_item_active a:hover {
		display: block;
		width: 104px;
		color: #ffffff;
		text-align: right;
		text-decoration: none;
		padding: 0px 4px 4px 0px;
	}

	.menu_item_hidden a:link,
	.menu_item_hidden a:active,
	.menu_item_hidden a:visited,
	.menu_item_hidden a:hover {
    color: #bdbec1;
  }


/* END MENU */

.bg_black {
	color: #ffffff;
	background: #000000;
}

	.bg_black a :link, 
	.bg_black a :active, 
	.bg_black a :visited, 
	.bg_black a :hover { 
		color: #ffffff;
	}

.bg_white {
	color: #bdbec1;
	background: #ffffff;
}

	.bg_white a:link,  
	.bg_white a:active,  
	.bg_white a:visited, 
	.bg_white a:hover { 
		color: #818284; 
	}

/* Pagination */

.pagination {
	position: relative;
	width: 100%;
}

	.pagination .pages_prev {
		width: 44%;
		text-align: right;
		float: left;
	}
	
	.pagination .pages {
		padding: 0px 10px 0px 10px;
		float: left;
	}
	
	.pagination .pages_next {
		float: left;
	}

/* Image details */

.detail_image {
	position: relative;
	width: 100%;
	height: 390px;
	text-align: center;
	margin: 25px 0px 0px 0px;
}

	.detail_image a {
		position: relative;
	}
	
		.detail_image a .enlarge_icon {
			position: absolute;
			bottom: 5px;
			right: 5px;
			width: 18px;
			height: 19px;
			background: url(../images/enlarge_icon.png) left top no-repeat;
			display: block;
		}

.logo {
   padding: 0px 0px;
   margin: 10px auto;
   width: 694px;
}

