/* begin Page */

html, body{
height:100%; 
}


body
{
	margin: 0;
	padding: 0;
	background-color: #000;
	color:#000;
/*	background-image: url('images/text_bg.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	*/	
	background-image: url('images/text_bg.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	
}


#header
{
	position: absolute;
	top:0px; 
	width: 100%;
	min-width:990px;
	height:627px;
/*	left: 0;
	top: 0; */
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
		
	z-index:1;
}

#art-main
{
position:relative; min-height:100%; -height:100%;
z-index:2;


	
}

#art-main .text { position:relative; display:block; color:#666;   /* ?????? ?????? + ?????? */ }

.text p, .art-Sheet-body p, form {
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	line-height:1.5;
	margin:15px 0px;/* ?????? ?????? + ?????? */ }

p.okurse
{
background-image: url('images/flower01.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:-20px;
	padding-left:90px;
	text-indent:0;
	min-height:80px;
}

ul.menu
{
	position:relative;
	top:297px;
	width:946px;
	height:53px;
	margin:0 auto;
	padding:0;
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-align:right;
	list-style-type:none;	
	
}

ul.menu li
{
	float: right;
	display:block;
	position:relative;
	width:139px;
	height:53px;
	margin:0px 0px 0px 16px;
	padding:0;
	list-style:none;
	list-style-type:none;	

}

ul.menu li a, ul.menu li a:link

{
	display:block;
	position:relative;
	width:139px;
	height:53px;
	line-height:53px;
	margin:0px;
	padding:0;
	background-image: url('images/butn.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-align:center;
	color: #FFF;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}

ul.menu li a.active, ul.menu li a:hover
{
	width:139px;
	height:53px;
	line-height:53px;
	margin:0px;
	padding:0;
	background-image: url('images/butn_active.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-align:center;
	color: #FFF;
	text-decoration:none;
}



/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	top: 339px;
	
	z-index:10;
/*	width: 700px;  */
    width:972px;
	margin:0 auto;  
	min-height:1069px; 
}

.sheet-bottom-all
{
	position:absolute;
	left:2px;
	bottom:250px;
	background-image: url('images/text_bg.jpg');
	background-repeat: repeat-y;
	background-position: center bottom;
	width:969px;
	height:623px;
	z-index:2;		
}

.sheet-right-bottom
{
	position:absolute;
	right:1px;
	bottom:0px;
	background-image: url('images/text_coin.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width:480px;
	height:623px;
	z-index:4;	
}

.sheet-bottom
{
	position:absolute;
	left:1px;
	bottom:0px;
	background-image: url('images/text_niz.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 970px;
	height: 250px;
	z-index:5;	
}



.title{
	
	height:65px;	
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-style: normal;
 
text-align: center;
	
	margin:0 auto;

}
	
	
.title_center{

height:65px;
		background-image:url('images/title_fon.jpg');
	background-repeat:repeat-x;
	float:left;
	line-height:59px;
	
	
}

.title_left{
	background-image:url('images/title_left.jpg');
	background-repeat:no-repeat;
	width:125px;
	height:65px;
	float:left;}

.title_right{
	background-image:url('images/title_right.jpg');
	background-repeat:no-repeat;
	width:125px;
	height:65px;
	float: left;}


.art-Sheet-body
{
	position:relative;
	width:876px;
	margin: 0px auto 0px auto;
	z-index: 10;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	color:#000;
	
	padding: 0px 0px 30px 4px;
}
/*
.art-Sheet-body p
{
	line-height:20px; 
	margin:15px 0;
	text-indent:20px;
}
*/
	
	





/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration: underline;
  color: #009;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration: underline;
  color: #747722;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration: underline;
  color: #00C;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration: none;
  color: #21270C;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-style: normal;
  text-align: center; 
  color: #000;
  font-weight:bold;
  margin-bottom:25px;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-style: normal;
 font-weight: bold; 
text-align: center;
  color: #000;

  width:792px;
  height:26px;
  
  padding-bottom:19px;
  
  	/*background-image: url('images/title.jpg');*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	margin:10px 0px 3px 64px;
	
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #595940;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #626247;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #626247;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #626247;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #171807;
	margin:1em 0 1em 2em;
	padding:0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



 li
{
	padding:0px 0 0px 13px;
	line-height:2.3em;
}

 ol li, ul ol li
{
	background: none;
	padding-left:0;
}

ul li, ol ul li 
{
	background-image: url('images/beauty.jpg');
	background-repeat:no-repeat;
	padding-left:35px;
}




input, select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

input.but{
width: 218px;

text-align: center;
display: block;
height: 58px;
background-color: transparent;
background-image: url("images/zakaz.png");
background-repeat: no-repeat;
background-position: left top;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
background-attachment: scroll;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 10pt;
margin-left: auto;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
border-top-width: 0pt;
border-right-width-value: 0pt;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0pt;
border-left-width: 0pt;
border-left-width-value: 0pt;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-width: 0pt;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
cursor: pointer;

}

input.but:hover
{
height: 58px;
width:218px;
background-color: transparent;
background-image: url("images/zakaz.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
background-position: 0pt -58px;
text-align: center;
border-top-width: 0pt;
border-right-width-value: 0pt;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0pt;
border-left-width-value: 0pt;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
	}

blockquote
{
	margin:20px;
	padding:20px;
	
/*	background: #C9DB63; */
	
	border:dashed 1px #060;
	
}


/* begin Footer */
.footer
{

/* position:relative; */
/* min-height:50px;  */

position:relative; min-height:427px; height:427px;


/*	position: relative;
	top:522px; 
	bottom:0;
	left:0; */

	width: 100%;
/*	margin: -65px 0px 0px opx; 
	height: 65px; */

	
	padding:0px 0px 0px 0px;

    background-image: url('images/footer.jpg'); 
	background-repeat: repeat-x;
	background-position: center top;
	z-index:1;
	text-align:center;
	font-size:12px;
/*	line-height: 0px; */
}



.copyright
{
	position:relative;
	z-index:20;
	width:990px;
	margin:0px auto;
	padding:358px 0px 0px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
/* end Footer */



a.mediart
{
/*	font-size:10px; */
/*	margin:0 auto; */


	color: #000;
	text-align:center;
	margin:0;
	padding:0;

	
}

a.mediart:hover
{
	color: #FF0;
	text-decoration:underline;
}


/* butn */

a.but
{

/*	margin-left:400px; */
width:218px;
	

	text-align:center;
	display: block;
	height:58px;
	background:url('images/zakaz.png') no-repeat top left ;
	
/*	margin: 0 auto -20px auto; */
margin: 0 auto;

	padding:0;

}

a.but:hover
{
    height:58px;
	background:url('images/zakaz.png') no-repeat ;
	background-position: 0 /* ???????? ?? ??????????? */
  -58px; /* ???????? ????? ?? ????????? */
  
  text-align:center;


}


.order_count_div {
	width:50px;
	margin-left:20px;
}
.plus {
	width:13px;
	height:11px;
	background-image:url('images/plus.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:10px;
}
.minus {
	width:13px;
	height:11px;
	background-image:url('images/minus.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:10px;
}
.kolvo {
	width:30px !important;
	text-align:center !important;
	padding-left:0px !important;
	border:solid #333333 1px;
	margin-top:2px;
	margin-bottom:2px;
}


.art-Sheet-body > .text { padding-top: 0; top: 50px; }

.art-Sheet-body > .text .style3 { font-size: 16px; font-family: "Times New Roman", Times, serif; line-height: 1.5; }

.art-Sheet-body > .text .style15 { font-size: 16px; font-family: "Times New Roman", Times, serif; line-height: 1.5; margin: 15px 0px; }

.art-Sheet-body > .text p { margin: 15px 0; }

.art-Sheet-body > .text .t { text-align: center; font-size: 40px; color: #990000; padding: 20px 0; }

.art-Sheet-body > .text .price { text-align: center; font-size: 20px; color: #990000; margin: 15px 0; }

/*.bottom { background-image: url(../img/bot.jpg); background-repeat: no-repeat; background-position: center top; -webkit-background-size: 100%; background-size: 100%; background-attachment: scroll; height: 100%; width: 100%; }*/

.bottom .order { text-align: center; }

.bottom .order input, .bottom .order select { width: 100%; height: 30px; margin-bottom: 10px; border: solid 1px transparent; border-radius: 5px; }

.bottom .order .submit-btn { height: 59px; width: 221px; background-color: transparent; background-image: url("img/zakaz.png"); background-repeat: no-repeat; background-attachment: scroll; background-clip: border-box; background-origin: padding-box; background-size: auto auto; background-position: 0pt 0; text-align: center; border-top-width: 0pt; border: none; cursor: pointer; }

.bottom .order .submit-btn:hover { background-color: transparent; background-image: url("img/zakaz.png"); background-repeat: no-repeat; background-attachment: scroll; background-clip: border-box; background-origin: padding-box; background-size: auto auto; background-position: 0pt -59px; text-align: center; border-top-width: 0pt; }

/*.bottom .ga { display: block; width: 80%; margin-left: 10%; color: #0F0F0F; border-left: 1px solid #0F0F0F; font-size: 11px; text-align: left; padding-left: 10px; }*/

.price {
	text-align: center;
	font-size: 20px;
	color: #990000;
	margin: 15px 0;
}
strong { font-weight: bold; }

.lobster {
	text-align: center;
	font-size: 40px;
	color: #990000;
	padding: 20px 0;
}
.hr {
	width: 100%;
	height: auto;
}

/*.footer { background-image: url(../img/footer.jpg); background-repeat: repeat-x; background-position: center bottom; background-size: cover; height: 150px; }*/

/*.footer .ooo { display: block; padding-top: 30px; width: 100%; text-align: center; }*/
