/* begin Page */

html, body{
height:100%; 
}


body
{
	margin: 0;
	padding: 0;
	background-color:#307623;
	background-image: url('images/bg.jpg'); 
	background-repeat: repeat-x;
/*	background-attachment:fixed;  */
	background-position: top left;
	
	color:#000;
	
	
}


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

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

}

#art-main .text { position:relative; display:block; color:#666; padding-bottom:90px;  /* высота футера + отступ */ }

.text p, art-Sheet-body p, form {
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-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;
	
	

}




/* begin Box, Sheet */
.art-Sheet
{
	background-image: url('images/sheet_fon.jpg');
	background-repeat:repeat-y;
	background-position: center top; 
	z-index:0;
/*	width: 700px;  */
    width:100%;
	min-width:1000px;
	min-height:130px; 
}

.title{
	
	height:65px;	
font-family: "Times New Roman", Times, serif;
font-size: 18px;
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
{
	width:820px;
	margin:-60px auto 0px auto;
	z-index: 1;
	font-size:16px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#000;
}
/*
.art-Sheet-body p
{
	line-height:20px; 
	margin:15px 0;
	text-indent:20px;
}
*/
	
	
.Sheet_bottom
{
	width:100%;
	min-width:1000px;

/*	position:absolute; */
	
	background-image:url('images/sheet-bottom.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	height:60px;
	}




/* 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: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
/* font-weight: bold; *
/* text-align: left; */
  color: #906;
  font-weight:bold;
}

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

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: 444px;

text-align: center;
display: block;
height: 98px;
background-color: transparent;
background-image: url("images/zakaz.jpg");
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: 98px;
width:444px;
background-color: transparent;
background-image: url("images/zakaz.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
background-position: 0pt -98px;
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 */
.myfooter
{

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

position:relative; min-height:65px; height:65px; margin-top:-65px; 


/*	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_fon.jpg'); 
	background-repeat: repeat-x;
	background-position: center top;
	z-index:10;
	text-align:center;
	font-size:12px;
/*	line-height: 0px; */
}

.footer{
	position:absolute;
	left:0;
	top:0;
	

	background-image:url('images/footer2.jpg');
	background-repeat:no-repeat;
	height:65px;
	width:100%;
	background-position:center top;
	margin:0 auto;
	
	z-index:11;

	
	}


.copyright
{
	position:relative;
	z-index:20;
	
	padding:20px 0px 0px 0px;
}
/* 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:444px;
	

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

	padding:0;

}

a.but:hover
{
    height:98px;
	background:url('images/zakaz.jpg') no-repeat ;
	background-position: 0 /* Смещение по горизонтали */
  -98px; /* Смещение вверх по вертикали */
  
  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;
}

	
