body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Preloader */
.body-preloader {
	background: #ffffff;
	z-index: 20;
}

.body-loader {
	background-color: #000000;
	height: 18px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font: 13px Verdana, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	color: #ffffff;
}

h1 {	
	margin: 0;
	padding: 0;
	width: 300px;
	height: 45px;
	text-indent: -500px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 20px;
	display: block;
}

h2 {
	margin: 0;
	padding: 0;
	width: 330px;
	height: 50px;
	text-indent: -530px;
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: 18px;
	display: block;
}

p {
	font: 16px Courier;
	padding: 12px 30px 2px 30px;
	color: #656565;
}

a {	
	outline: none;
}

a img {
	border: 0;
}

#layout {
	width: 762px;
    height: 575px;    
    position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -287px;
	margin-left: -381px;
	background: url('../img/bg-layout.png') 0px 0px no-repeat;
}

/* @toto: for test */
.layout-links a {
	visibility: hidden;
}

/* Galleries links */
#layout-gallery {
	position: absolute;
	right: 142px;
	bottom: 100px;
	width: 89px;
	height: 119px;
}

#layout-gallery:hover {
	background: url('../img/bg-gallery-links.gif') -4px 0px no-repeat;
}

#gallery-1 {
	position: absolute;
	top: -52px;
	left: -40px;
	background: url('../img/bg-link-1.png') top left no-repeat;
	width: 83px;
	height: 70px;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	outline: none;
}

#gallery-1:hover {
	background-position: top left;
}

#gallery-2 {
	position: absolute;
	top: -38px;
	left: 39px;
	background: url('../img/bg-link-2.png') top left no-repeat;
	width: 81px;
	height: 60px;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	outline: none;
}

#gallery-2:hover {
	background-position: top left;
}

/* Contact links */
#layout-contact {
	position: absolute;
	top: 65px;
	right: 258px;
	width: 66px;
	height: 59px;
}

#layout-contact:hover {
	background: url('../img/bg-contact-links.gif') top left no-repeat;	
}

#contact-1 {
	position: absolute;
	top: -8px;
	left: 5px;
	background: url('../img/bg-link-3.png') top right no-repeat;
	width: 95px;
	height: 58px;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	outline: none;
}

#contact-1:hover {
	background-position: top right;
}

/* Ads links */
#layout-ads {
	position: absolute;
	top: 154px;
	right: 273px;
	width: 47px;
	height: 36px;
}

#layout-ads:hover {
	background: url('../img/bg-ads-links.gif') top left no-repeat;	
}

#ads-1 {
	position: absolute;
	top: 7px;
	left: 5px;
	background: url('../img/bg-link-4.png') right bottom no-repeat;
	width: 114px;
	height: 51px;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	outline: none;
}

#ads-1:hover {
	background-position: right bottom;
}

/* Services links */
#layout-services {
	position: absolute;
	top: 148px;
	left: 255px;
	width: 51px;
	height: 61px;
}

#layout-services:hover {
	background: url('../img/bg-services-links.gif') top left no-repeat;	
}

#services-1 {
	position: absolute;
	top: -12px;
	left: -119px;
	background: url('../img/bg-link-5.png') top left no-repeat;
	width: 155px;
	height: 67px;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	outline: none;
}

#services-1:hover {
	background-position: top left;
}

/* About links */
#layout-about {
	position: absolute;
	left: 219px;
	bottom: 250px;
	width: 109px;
	height: 87px;
}

#layout-about:hover {
	background: url('../img/bg-about-links.gif') top left no-repeat;	
}

#about-1 {
	position: absolute;
	top: 9px;
	left: -57px;
	background: url('../img/bg-link-6.png') top left no-repeat;
	width: 160px;
	height: 65px;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	outline: none;
}

#about-1:hover {
	background-position: top left;
}

/* Paper background */
#layout-main {
	width: 700px;
	height: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -350px;
	background: url('../img/bg-main.png') center center no-repeat;
	display: none;
	z-index: 2;
}

#main-close {
	width: 45px;
	height: 48px;
	display: block;
	position: absolute;
	top: 40px;
	right: -33px;
	background: url('../img/bg-close.png') top left no-repeat;
	text-indent: -150px;
	overflow: hidden;
	cursor: pointer;
}

.main-windows {
	width: 665px;
	height: 390px;
	margin-top: 85px;
	margin-left: 20px;
	display: none;
	z-index: 3;
}

/* Gallery 1 */
#main-photo {
	
}

#main-photo h1 {
	background: url('../img/bg-h1-photo.png') top right no-repeat;
}

.photo-menu {
	position: absolute;
	top: 30px;
	left: -162px;
	background: url('../img/bg-photo-ul.png') top left no-repeat;
	list-style: none;
	margin: 0;
	width: 175px;
	height: 135px;
	padding: 0;
}

.photo-menu:hover {
	background-position: left bottom;
}

.photo-menu li {
	width: 122px;
	height: 28px;
	margin: 3px;
	margin-left: 45px;
	text-indent: -200px;
	overflow: hidden;
	cursor: pointer;
}

.photo-submenu-left, .photo-submenu-right {
	width: 180px;
	position: absolute;
	right: 687px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 80px;
}

.photo-submenu-right {
	top: -1px;
	left: 688px;
	z-index: 1;
}

.photo-submenu-left li, .photo-submenu-right li {
	text-align: right;
	height: 31px;
	color: #919191;
	font: 11px Courier;
}

.photo-submenu-right li {
	text-align: left !important;
}

.photo-submenu-left li span, .photo-submenu-right li span {
	background: url('../img/bg-submenu-li-left.png') top left no-repeat;
	line-height: 38px;
	vertical-align: middle;
	height: 38px;
	padding-top: 7px;
	padding-left: 43px;
	padding-right: 3px;
	padding-bottom: 7px;
	cursor: pointer;
}

.photo-submenu-right li span {
	background: url('../img/bg-submenu-li-right.png') top left no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

.photo-blocks {
	width: 660px;
	height: 335px;
}

.photo-blocks h2 {
}

/* Gallery 2 */
#main-graphic {
	
}

#main-graphic h1 {
	background: url('../img/bg-h1-graphic.png') top right no-repeat;
}

.graphic-menu {
	position: absolute;
	top: 40px;
	left: -162px;
	background: url('../img/bg-graphic-ul.png') top left no-repeat;
	list-style: none;
	margin: 0;
	width: 175px;
	height: 135px;
	padding: 0;
}

.graphic-menu li {
	width: 122px;
	height: 40px;
	margin: 1px;
	margin-left: 45px;
	text-indent: -200px;
	overflow: hidden;
	cursor: pointer;
}

.graphic-submenu-left, .graphic-submenu-right {
	width: 185px;
	position: absolute;
	right: 687px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 90px;
}

.graphic-submenu-left li, .graphic-submenu-right li {
	text-align: right;
	height: 32px;
	color: #919191;
	font: 12px Courier;
}

.graphic-submenu-left li span, .graphic-submenu-right li span {
	background: url('../img/bg-submenu-li-left.png') top left no-repeat;
	line-height: 40px;
	vertical-align: middle;
	height: 40px;
	padding-top: 8px;
	padding-left: 44px;
	padding-right: 5px;
	padding-bottom: 7px;
	cursor: pointer;
}

.graphic-blocks {
	width: 660px;
	height: 335px;
}

.graphic-blocks h2 {
}

.cat-box {	
	width: 330px;
	height: 230px;
	margin-top: 10px;
	margin-left: 150px;
}

.cat-show {
	position: relative;
	text-align: center;
}

.cat-show a {
	width: 330px;
	height: 230px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}

.cat-show a img {
	border: 0;
}

.cat-prev {
	position: absolute;
	top: 350px;
	left: 160px;
	cursor: pointer;
	background: url('../img/bg-prev.png') top left no-repeat;
	display: block;
	width: 180px;
	height: 60px;
	text-indent: -200px;
	overflow: hidden;
}

.cat-prev:hover {
	background-position: left bottom;
}

.cat-next {
	position: absolute;
	top: 350px;
	left: 350px;
	cursor: pointer;
	background: url('../img/bg-next.png') top left no-repeat;
	display: block;
	width: 180px;
	height: 60px;
	text-indent: -200px;
	overflow: hidden;
}

.cat-next:hover {
	background-position: left bottom;
}

/* Photo arts */
#photo-cat4 {
	
}

#photo-cat4 h2 {
	margin-left: 3px;
	background: url('../img/bg-h2-cat1.png') top left no-repeat;
}

/* Photo sports */
#photo-cat5 {
	
}

#photo-cat5 h2 {
	margin-left: 10px;
	background: url('../img/bg-h2-cat2.png') top left no-repeat;
}

/* Photo studios */
#photo-cat6 {
	
}

#photo-cat6 h2 {
	margin-left: 7px;
	background: url('../img/bg-h2-cat3.png') top left no-repeat;
}

/* Photo weddings */
#photo-cat7 {
	
}

#photo-cat7 h2 {
	margin-left: 9px;
	background: url('../img/bg-h2-cat4.png') top left no-repeat;
}

/* Graphic logos */
#graphic-cat8 {
	
}

#graphic-cat8 h2 {
	margin-left: 3px;
	background: url('../img/bg-h2-gra1.png') top left no-repeat;
}

/* Graphic documents */
#graphic-cat9 {
	
}

#graphic-cat9 h2 {
	margin-left: 10px;
	background: url('../img/bg-h2-gra2.png') top left no-repeat;
}

/* Graphic dtp */
#graphic-cat10 {
	
}

#graphic-cat10 h2 {
	margin-left: 7px;
	background: url('../img/bg-h2-gra3.png') top left no-repeat;
}

/* Contact */
#main-contact {
	
}

#main-contact h1 {
	background: url('../img/bg-h1-contact.png') top right no-repeat;
}

#main-contact p img {
	position: absolute;
	top: 45px;
	left: 38px;
}

#main-contact span a {
	position: absolute;
	left: 25px;
	bottom: 35px;
	background: url('../img/bg-link-mail.png') top left no-repeat;
	width: 285px;
	height: 57px;
	text-indent: -300px;
	overflow: hidden;
}

#main-contact div {
	position: absolute;
	top: 170px;
	left: 425px;
	width: 250px;
	height: 250px;
	background: url('../img/bg-contact-div.png') left bottom no-repeat;
}

#main-contact div a {
}

#main-contact div a img {
	border: 0;
	margin-left: -23px;
}

/* Ads */
#main-ads {
	
}

#main-ads h1 {
	background: url('../img/bg-h1-ads.png') top right no-repeat;
}

#main-ads ul {
	width: 400px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 12px;
	float: left;
	margin: 7px 1px;
	font: 13px Courier;
	color: #656565;
}

#main-ads ul li {
	line-height: 22px;
	display: block;
	margin-left: 20px;
	text-indent: -15px;
}

#main-ads a {
	display: block;
	position: absolute;
	right: 20px;
	bottom: -27px;
	width: 211px;
	height: 39px;
	background: url('../img/bg-link-gallery.png') top left no-repeat;
	text-indent: -200px;
	overflow: hidden;
}

#main-ads div {
	position: absolute;
	top: 130px;
	right: 27px;
	width: 254px;
	height: 177px;
}

#main-ads div a {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 254px;
	height: 177px;
}

#main-ads div a img {
	width: 254px;
	height: 177px;
	border: 0;
	display: block;
}

#main-ads span {
	display: block;
	width: 597px;
	height: 200px;
	position: absolute;
	left: 5px;
	bottom: -67px;
	background: url('../img/bg-ads-span.png') top left no-repeat;
}

/* Services */
#main-services {
	
}

#main-services h1 {
	background: url('../img/bg-h1-services.png') top right no-repeat;
}

#main-services ul {
	width: 305px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 12px;
	float: left;
	margin: 7px 1px;
	font: 15px Courier;
	color: #656565;
}

#main-services ul li {
	line-height: 22px;
	display: block;
	margin-left: 20px;
}

#main-services a {
	display: block;
	position: absolute;
	right: 20px;
	bottom: -27px;
	width: 211px;
	height: 39px;
	background: url('../img/bg-link-gallery.png') top left no-repeat;
	text-indent: -200px;
	overflow: hidden;
}

#main-services div {
	position: absolute;
	top: 120px;
	right: 45px;
	width: 319px;
	height: 223px;
}

#main-services div a {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 319px;
	height: 223px;
}

#main-services div a img {
	width: 319px;
	height: 223px;
	border: 0;
	display: block;
}

#main-services span {
	display: block;
	width: 597px;
	height: 200px;
	position: absolute;
	left: -15px;
	bottom: -20px;
	background: url('../img/bg-services-span.png') top left no-repeat;
}

/* About */
#main-about {
	
}

#main-about h1 {
	background: url('../img/bg-h1-about.png') top right no-repeat;
}

#main-about p {
	padding-top: 15px;
	font-size: 11px;
}

#main-about p img {
	position: absolute;
	top: 45px;
	left: 38px;
}

#main-about div {
	position: absolute;
	right: 85px;
	bottom: -45px;
	width: 167px;
	height: 131px;
}

#main-about div a {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 167px;
	height: 131px;
	z-index: 4
}

#main-about div a img {
	width: 167px;
	height: 131px;
	border: 0;
	display: block;
}

#main-about span {
	display: block;
	width: 698px;
	height: 206px;
	position: absolute;
	left: -14px;
	bottom: 25px;
	background: url('../img/bg-about-span.png') top left no-repeat;
}

/*#main-clips {
	position: absolute;
	top: 30px;
	right: -30px;
	width: 183px;
	height: 212px;
	background: url('../img/bg-clips.png') top left no-repeat;
	text-indent: -250px;
	overflow: hidden;
}*/

#opacity {
	position: absolute;
	z-index: 1;
	background: #cdcdcd;
	top: 0;
}

/* Test */
#tlo {
	z-index: 3000;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/bg-tlo.gif') center center no-repeat #000000;
	width: 100%;
	height: 100%;
}

#zoom {
	z-index: 4005;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* IE block */
.body-enabled {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 12;
}

.enabled-message {
	padding: 13px;
	font: 13px Arial, Verdana, Tahoma, sans-serif;
	color: #1f1f1f;
	background: #ffffff;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 442px;
	z-index: 13;
	border: 1px solid #ff0000;
}

.enabled-message span {
	color: #ff0000;
	font-size: 16px;
}

.enabled-message a {
	color: #aa0000;
	margin-left: 120px;
}

.enabled-message a:hover {
	color: #ff0000;
}

/* Admin */
form {
	width: 90%;;
	margin-left: 20px;
}

form label {
	width: 590px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	display: block;
}

form input, form select {
	width: 245px;
	float: left;
	outline: none;
}

form input[type = checkbox] {
	width: 20px;
}

form label span, form label b {
	width: 280px;
	float: right;
	line-height: 22px;
	vertical-align: middle;
}

form label b {
	font-weight: normal;
}

form input.admin-submit, form a.admin-submit {
	width: 91px;
	height: 24px;
	margin-top: 20px;
	margin-left: 13px;
	border: 0;
	display: block;
	float: left;
}

form .error-message {
	width: 590px;
	height: 15px;
	line-height: 15px;
	margin-left: 11px;
	text-indent: 12px;
	vertical-align: middle;
	padding: 1px;
	color: #e6343b;
	float: left;
	background: url('../img/admin-error.png') center left no-repeat;
}

#admin {
	width: 1000px;
	margin: auto;
	margin-top: 15px;
	font: 11px Verdana, Arial, sans-serif;
	background: #f4f4f4;
}

#admin h1 {
	display: none;
}
			
#admin h2 {
	font: 19px Georgia, Verdana, sans-serif;
	font-weight: bold;
	color: #606060;
	margin-top: 8px;
	margin-left: 20px;
	margin-bottom: 0px;
	overflow: visible;
	position: relative;
	top: 0;
	padding: 0;
	text-indent: 0;
	text-shadow: 2px 2px 5px #ffffff;
	line-height: 21px;
	width: 450px;
	height: 25px;
}

#admin-head {
	background: url('../img/admin-head.png') top left no-repeat #282828;
	height: 100px;
	font: 21px Georgia, Verdana, sans-serif;
	color: #c0c0c0;
	text-shadow: 1px 1px 1px #000000;
	position: relative;
}

#admin-head i {
	line-height: 45px;
	vertical-align: middle;
	padding-left: 20px;
	position: absolute;
	top: 30px;
	left: 285px;
	border-left: 1px dotted #c0c0c0;
}

#admin-head a {
	background: #3f3b3b;
	padding: 5px;
	display: block;
	color: #ffffff;
	width: 70px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}

#admin-head a:hover {
	background: #474747;
}

#admin-tabs {
	background: #e4e4e4;
	height: 30px;
	border-top: 1px solid #636363;
	position: relative;
}

#admin-tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-left: 20px;
}

#admin-tabs ul li {
	background: #e4e4e4;
	margin-right: 5px;
	float: left;
}

#admin-tabs ul li a {
	font: 11px Arial, Verdana, sans-serif;
	color: #767676;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: 3px 5px;
	position: relative;
	top: 0;
	right: 0;
	border-bottom: 0;
}

#admin-tabs ul li#tabs-select {
	background: #f4f4f4;
}

#admin-tabs a {
	position: absolute;
	top: 9px;
	right: 10px;
	color: #767676;
	text-decoration: none;
	border-bottom: 1px solid #c0c0c0;
}

#admin-tabs a:hover {
	border-bottom-color: #767676;
}

#admin-manage {
	padding-top: 10px;
}

#manage-categories {
	border: 1px solid #e4e4e4;
	margin-left: 25px;
	width: 600px;
	font-size: 12px;
}

#manage-categories tr td {
	padding: 3px;
}

#manage-categories a {
	font: 9px Arial, Verdana, sans-serif;
}

#manage-wide {
	width: 940px;
	float: left;
	padding-bottom: 50px;
}

.wide-failure {
	background: url('../img/admin-error.png') 10px 8px no-repeat;
	border: 1px solid #f60007;
	margin: 4px;
	color: #f60007;
	padding: 5px 13px 5px 28px;
	margin: 10px;
}

.wide-success {
	background: url('../img/admin-correct.png') 8px 5px no-repeat;
	border: 1px solid #daefc4;
	margin: 4px;
	color: #527e25;
	padding: 5px 13px 5px 28px;
	margin: 10px;
}

#manage-wide ul {
	width: 100%;
	list-style: none;
	padding: 0px 20px;
	margin: 0;
	margin-left: 15px;
}

#manage-wide ul li {
	float: left;
	margin: 10px;
	height: 230px;
	position: relative;
}

#manage-wide ul li a {
	position: absolute;
	top: 5px;
	left: 3px;
	background: #000000;
	color: #ffffff;
	z-index: 2;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}

#manage-wide ul li a:hover {
	background: #767676;
}


/*#manage-wide {
	position: relative;
}
		
#a {
	position: relative;
	text-align: center;
	height: 230px;
}

#a img {
	width: 330px;
	height: 230px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}*/

#manage-right {
	width: 230px;
	padding: 15px;
	background: #f8f8f8;
	float: right;
	margin-top: 30px;
	margin-right: 45px;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #a2a2a2;
	text-shadow: 1px 1px 1px #ffffff;
}

#manage-right span {
	letter-spacing: 2px;
	color: #a9a9a9;
}

#manage-right a {
	display: block;
	margin-top: 2px;
	margin-left: 5px;
	line-height: 20px;
	padding-left: 3px;
	color: #c0c0c0;
	text-decoration: none;
}
			
#manage-right a:hover {
	color: #767676;
}
			
#admin-foot {
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 7px;
	vertical-align: middle;
	font: 10px Verdana, Arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	color: #c0c0c0;
	width: 1000px;
	height: 28px;
	clear: both;
	background: #f4f4f4;
	border-top: 1px solid #c0c0c0;
}
			
#admin-foot a {
	color: #767676;
	text-decoration: none;
}

#admin p {
	margin-left: 10px;
	margin-bottom: 25px;
	width: 600px;
	font: italic 11px Arial, sans-serif;
	font-weight: bold;
	color: #939393;
	text-shadow: 1px 1px 1px #ffffff;
}

#admin p a {
	color: #767676;
	text-decoration: none;
}

#admin p a:hover {
	border-bottom: 1px dotted #c0c0c0;
}

