
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: white;
	font-family: 'Times New Roman',Georgia, Arial, Tahoma, Verdana;
	font-size: 13px;
	background-image: url('../i/bg.jpg');
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

a {
	color: white;
	text-decoration: none;
}

a:active {   outline: none; } 

:-moz-any-link:focus {
  outline: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.mainwrap {
	padding-left: 0px;
}

img {
	border: 0px;
}

.div_left {
	float: left;
	width: 160px;
	padding-top: 260px;
}

.div_right {
	/* border: 1px solid red; */
	/*float: left;*/
	/*width: 600px;*/
	/*padding-left: 60px;*/
	padding-left: 0px;
	padding-top: 95px;
	position: relative;
	margin-left: 220px;
	margin-right: 20px;

}

.logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 25px;
	width: 270px;
	height: 75px;
	z-index: 1000;
}

.logo img {
	display: block;
	float: right;
}

.menu {
	text-align: left;
	clear: both;
	width: 120px;
	float: right;
}

.menu ul {
	list-style: none;
}

.menu ul li li {
	font-size: 12px;
	color: gray;
}

.menu ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}

.menu ul .dots {
	background-image: url('../i/menu_underline.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.dots_2 {
	background-image: url('../i/dots.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
}

.dots_top {
	background-image: url('../i/dots.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	margin-top: 4px;
}

.menu ul .dots a {
	padding-bottom: 1px;
}

.menu ul a {
	padding-left: 6px;
}

.menu ul li a {
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	color: white;
}

.menu ul li a:hover {
	text-decoration: none;
	/* background-color: white; */ 
	color: red;
}

.menu_categs li a {
	text-transform: none !important;
	font-weight: bold;
}

.menu_categs li li a {
	font-weight: normal;
}

.menu ul li li a {
	text-transform: capitalize;
	font-size: 12px;
	color: white;
	padding-left: 15px;
}

.div_hr {
	color: white;
	height: 1px;
	background-color: white;
	margin-top: 3px;
	margin-bottom: 3px;
}

.breadcrumb {
	clear: both;
	padding-top: 24px;
	text-transform: uppercase;
	font-size: 15px;
}

.breadcrumb a {
	
}

.content {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 50px !important;
}

.album_thumb, .album_thumb_last {
	float: left;
	padding-top: 89px;
	padding-right: 2px;
	background-image: url('../i/imgbrdr.gif');
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	height: 349px;
}

.album_thumb h3, .album_thumb_last h3 {
	text-align: center;
	padding-top: 7px;
	font-size: 14px;
	font-weight: normal;
	/*text-transform: uppercase;*/
}

.album_thumb_last {
	background-image: none;
	padding-right: 0px;
}

.album_thumb a img, .album_thumb_last a img {
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
}

.album_thumb a:hover img, .album_thumb_last a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.album_imgs {
	min-height: 438px;
	_height: 438px;
	background-image: url('../i/imgbrdr.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 2px;

	/*width: 837px;*/
	display: table-cell;

}

.album_imgs_x {
	min-height: 438px;
	_height: 438px;
	background-image: url('../i/imgbrdr.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
}

.album_imgs_2 {
	/* width: 4000px; */
	height: 438px;
}

.album_pic {
	float: left;
	padding-top: 79px;
	padding-right: 10px;
}

.album_pic h3 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

.admin {
	position: absolute;
	left: 620px;
	top: 5px;
}

.admin a {
	font-size: 11px;
}

.back_button {
	margin-top: 156px;
	margin-left: 40px;
	margin-right: -40px;
}

.back_button li {
	background-image: url('../i/menu_underline_rtl.gif');
	background-repeat: no-repeat;
	background-position: left bottom;

	padding-bottom: 2px;
	padding-right: 2px;
	margin-top: 2px;

	text-align: right;
}
