*{
	margin: 0;
	padding: 0;
}

.float_left{
	float:left;
}

.float_right{
	float: right;
}

.clear{
	clear: both;
}

.border{
	border: 1px solid red;
}

body{
	font-family: georgia;
	font-size: 12px;
	color: #999;
	background: #000 url(../img/header.jpg) center top no-repeat;	
	text-align: center;
}

a:active{
  outline: none;
}

a:focus { 
	-moz-outline-style: none; 
}

#container{
	min-height: 500px;
	width: 640px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#headerFlash{
	width:295px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 178px;
}

#menu{
	width: 640px;
	height: 25px;
	position: absolute;
	top: 220px;
	left: 0;
	background: url(../img/menu_bottom.gif) center bottom no-repeat;
	text-align: center;
	z-index: 2;
}

#menu a{
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	padding: 0 5px 0 5px;	
}

#menu img{
	border: none;
}

#menu a:hover{
	color: #ff9001;
}

#menu a.sel{
	color: #ff9001;
}


#content{	
	width: 640px;
	position: absolute;
	left: 0;
	top: 220px;
	padding-top: 24px;
	overflow: hidden;
}

#content.home{
	background: url(../img/bqlo.gif) center 0 no-repeat;
}

#windows_cont{
	padding-top: 25px;
	height: 250px;
	width: 680px;
	float:left;
}

.window{
	width: 193px;
	height: 250px;
	position: relative;
	float: left;
	margin-right: 30px;
}

.window img{
	width: 170px;
	height: 200px;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 12px;
}

.window_overlay{
	width: 193px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/window.png) 0 0 no-repeat;
	z-index: 2;
	display: block;
}

.wind_left{
	background: url(../img/window_left.png) 0 0 no-repeat;
}

.wind_middle{
	background: url(../img/window_middle.png) 0 0 no-repeat;
}

.wind_right{
	background: url(../img/window_right.png) 0 0 no-repeat;
}

.big_window{
	width: 640px;
	height: 242px;
	position: relative;
}

.big_window_overlay{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	width: 640px;
	height: 242px;
	background: url(../img/frame.png) 0 0 no-repeat;
}

.big_window img{
	width: 620px;
	height: 220px;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 12px;
}

#home_text{
	padding: 30px 0 55px 0;
	width: 640px;
	float: left;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.1em;
}

#home_text b{
	color: #fff;
}

#footer{	
	float: left;
	width: 640px;
	height: 100px;
	background: url(../img/footer_bg.jpg) center top no-repeat;
	position: relative;
}

#footer span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 640px;
	display: block;	
	text-align: center;
	color: #804801;
	font-size: 0.9em;
}
#footer a{
	color: #804801;
	text-decoration: none;
}

/*
 * Контакти
 */

#contacts{
	width: 340px;
	height: 358px;
	background: url(../img/daska.gif) 0 0 no-repeat;
	padding: 55px 150px 50px 150px;
	text-align: center;
}

#contacts a{
	color: #ccc;
	text-decoration: none;
}

#contacts h2{
	color: #ff9001;
	font-size: 1em;
}

/*
 * Проекти
 */
#projects_text{
	width: 680px;
	float: left;
	text-align: center;	
	padding: 20px 0 45px 0;
}

.project_text{
	width: 193px;
	height: 123px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 30px;
	text-align: left;	
	line-height: 1.3em;
}

.project_text b{
	color: #fff;
}

/*
 * Страницата с татосите
 */

#tattoos_cont{
	padding:0;
	height: 463px;
	width: 680px;
	float:left;
	position: relative;
}


#tattoos_cont #in_progres{
	position: absolute;
	top: 30px;
	left: 110px;
}

#tattoos_cont #completed{
	position: absolute;
	top: 30px;
	right: 110px;
}

#tattoos_cont #in_progres .window_overlay{
	width: 192px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/works_in_progres.png) 0 0 no-repeat;
	z-index: 2;
	display: block;
}

#tattoos_cont #completed .window_overlay{
	width: 192px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/completed.png) 0 0 no-repeat;
	z-index: 2;
	display: block;
}

/*
 * Галерия
 */


#gallery{
 	width: 720px;
	height: 370px;
	float: left;
	padding-top: 30px;
	position: relative;
}

#gallery_in{
 	width: 7400px;
	height: 370px;
	padding-top: 30px;
	position: absolute;
	top:0;
	left: 0;
	display: none;
}


#gallery .page{
 	width: 686px;
	height: 370px;
	float: left;	
}
 
#gallery .pic_cont{
 	width: 89px;
	height: 92px;
	float: left;
	position: relative;
	margin: 0 48px 30px 0;
}

#gallery .pic_cont img{
	width: 82px;
	height: 83px;
	position: absolute;
	left: 3px;
	top: 4px;
	z-index: 1;
}
 
#gallery .pic_cont a.gallery_window{
	width: 89px;
	height: 92px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/gallery_thumb_window.png) 0 0 no-repeat;
	z-index: 2;
}

/*
 * Странициране
 */
#paginator{
	width: 640px;
	height: 21px;
	float: left;
	position: relative;
	text-align: center;
	padding: 5px 0 37px 0;
}

#paginator a#prev{
	width: 89px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(../img/buttons/prev.gif) 0 0 no-repeat;
}

#paginator a#next{
	width: 89px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(../img/buttons/next.gif) 0 0 no-repeat;
}

#paginator a{
	color: #2a1800;
	text-decoration: none;
	padding: 0 3px 0 3px;
}

#paginator a:hover{
	color: #ff9001;
}

#paginator a.sel{
	color: #ff9001;
}


#preview{
	position:absolute;
	z-index: 5;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;	
}



