/* begin Page */

html, body{
height:100%; 
}


body
{
	margin: 0;
	padding: 0;
/*	background-color:#1F487E;
*/	color:#000;
background-color:#002355;
/*	min-height:1200px;
width:100%;
	left:0;
	top:0;
	height:100%;
	*/
background-image: url('images/bg2.jpg'); 
	background-repeat:repeat-x;
/* background-attachment:fixed; */
	background-position: top left;
}


#header
{
/*	position: absolute; */
	width: 100%;
	height:	381px;/*540px;*/
/*	left: 0;
	top: 0; */
	background-image: url('images/header1.jpg');
	background-repeat: no-repeat;
/*	background-attachment: scroll;*/
/* background-attachment:

fixed; */
/* position:fixed; */
	background-position: center top;

	/*margin-left:19px;*/
	z-index:-2;
}

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

}

#art-main .text { position:relative; display:block; color:#666; padding-bottom:190px;  /* высота футера + отступ */ }
/*
#center-text{
background-position:center;
min-height:210px;
min-width:956px;

z-index:0;

position:relative;
}
*/
/*
#art-main .text { 
position:relative;
*/
/* display:
block; */
/* color:
#000;
margin:380px 0 0 0;
*/
/*min-width:956px;
width:100%;*?
background-position:center;
padding-bottom:0px;  /* высота футера + отступ */ 
/*
}
*/

.text p, art-Sheet-body p, form {
	font-size:14px;
	font-family:
Verdana, Geneva, sans-serif;
	line-height:1.5;
	margin:10px 0px 0 0;/* высота футера + отступ */ }

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/sheet2_fon.jpg');
	background-repeat:repeat-y;
	background-position: center top; 
	z-index:1;
/*	width: 700px;  */
    width:820px;
	padding: 20px 68px;
	margin:0 auto;
/*	min-width:1600px; */
	min-height:164px;
	
	color:#000000;
	 }

.art-Sheet-top
{
	background-image:
url(images/sheet-top.jpg);
	background-repeat:no-repeat;
	background-position: center top; 
	z-index:0;
/*	width: 700px;  */
    width:956px;
	margin:0 auto;
/*	min-width:1600px; */
	height:40px; 
}

.title{
position:relative;
	height:65px;	
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-style: normal;
 
text-align: center;

	
	margin:0 auto;

}
	
	
.title_center{
position:static;

height:62px;
	/*	background-image:url('images/title_fon.jpg');
	background-repeat:repeat-x;*/
	
	float:left;

	font-size:20px;
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;

	line-height:59px;
margin:0 -20px 0 -20px;
z-index:119;
	
	
}

.title_left{
	background-image:url('images/title_left.png');
	background-repeat:no-repeat;
	width:74px;
	height:62px;
	float:left;}

.title_right{
	background-image:url('images/title_right.png');
	background-repeat:no-repeat;
	width:74px;
	height:62px;
	float:
right;
z-index:11;
margin: 0 -0px 0 0px;                        }


.art-Sheet-body
{
	width:820px;
	margin:-0px auto 0px auto;
padding:0 0 0 0;
	z-index: 1;
	font-size:16px;
	font-family:
Verdana, Geneva, sans-serif;
	color:#000;
}
/*
.art-Sheet-body p
{
	line-height:20px; 
	margin:15px 0;
	text-indent:20px;
}
*/
	
	
.Sheet_bottom
{
	
	width:956px;
	margin:0 auto;
	z-index:10;

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




/* 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:
#039 ;
  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/voda2.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: 268px;

text-align: center;
display: block;
height: 117px;
background-color: transparent;
background-image: url("images/zakaz8.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: 0pt;
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: 117px;
width:268px;
background-color: transparent;
background-image: url("images/zakaz8.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
background-position: 0pt -117px;
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:
#7FD8E4;
	
	border:dashed 1px #0178CF;
	
}


/* begin Footer */
.myfooter
{

position:relative; min-height:60px; height:60px; margin-top:-390px; 

/*
position:
relative;
height:400px;
bottom:0;
*/
/*	min-width: 1350px; */
	width:100%;
/* margin:-200px 0px 0px 0px; */
/*    background-image: url('images/footer-fon.jpg'); 
	background-repeat:repeat-x; */
background-image:url('images/footer3.png');
	background-repeat:no-repeat;
		background-position:bottom 	center ;
	z-index:-2;
	color:#FFF;
	text-align:	right;
	font-size:12px;
	
	padding-top:330px;

}
.myfooter1
{

position:
relative;
height:400px;
bottom:0;
/*	min-width: 1350px; */
	width:100%;
margin:-153px 0px 0px 0px;
/*    background-image: url('images/footer-fon.jpg'); 
	background-repeat:repeat-x; */
background-image:url('images/footer3.png');
	background-repeat:no-repeat;
		background-position:bottom 	center ;
	z-index:-2;
	color:#FFF;
	text-align:	right;
	font-size:12px;

}

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

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

	
	}


.copyright
{
	width:946px;
	height:50px;
	text-align:right;
	
	z-index:120;

	margin: 0px auto;

}
/* end Footer */



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


	color:
	#FFF;
/*	text-align:center;*/
	margin:0;
	text-decoration:none;
	padding:0;

	
}

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


/* butn */

a.but
{

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

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

	padding:0;

}

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

	
