/*#############################################################
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: "Kristen ITC";
    /*font-style:  normal;
    font-weight: normal;*/
    src: url("KRISTEN0.eot");
  }


a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0 url(style_imgs/pooh.jpg) repeat;
	color: #444;
	font: normal 62.5% "Kristen ITC", "Comic Sans MS", sans-serif;
}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* main */
.main {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 881px;
	border-top: 0px solid #FFF;
}

/* structure */
.container {
	background: url(style_imgs/lambs-blue.gif);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding-left: 0px;
	width: 100%;
}
.container p{
	margin-left: 20px;
}
.container .descr {
	margin-left: 20px;
	color: #664;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: underline;
}

/* header */
.border {
	background: url(style_imgs/quilt.gif) repeat-x;
	font-size: 1.2em;
	text-align: center;
	height: 114px;
	margin: 0;
	padding: 0;
	width: 100.2%;
}

/* title */
.header {
	border-left: 1px solid #99FFCC;
	border-right: 1px solid #99FFCC;
	background: url(style_imgs/header_back.gif) repeat-x;
	font-size: 1.2em;
	text-align: center;
	height: 129px;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;
}
.header .left {
	background: #B3C2C7  url(style_imgs/header2.jpg) no-repeat;
	font: normal 2.8em Georgia,"Trebuchet MS",sans-serif;
	font-style: italic;
	/*line-height: 150px;*//*
	text-align: center;
	width: 564px;
}

.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {
	padding-top: 16px;
	font: normal 1.6em "Trebuchet MS",sans-serif;
}*/

.right_menu {
	background-image: url(style_imgs/bottle_menu2.gif);
	height: 418px;
	width: 203px;
	float: right;
	margin-right: -60px!important;
	margin-right: -30px;
}

/********************************' right menu *******************************/

.navcontainer {
	width: 110px;
	margin-left: 30px;
	margin-top: 170px;
}
.navcontainer a
{
	display: block;
	padding: 3px;
	width: 110px;
}

.navcontainer a:link, .navcontainer a:visited
{
	color: #666666;
	text-decoration: none;
}

.navcontainer a:hover
{
	background-color: #FFFF66;
	color: #6633CC;
}


/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 100%;
}
/*.content h1 {
	font: normal 1.8em Georgia;
	font-style: italic;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(style_imgs/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}*/

/* footer */
.footer {
	background: url(style_imgs/bgfooter.gif) repeat-x;
	color: #6633CC;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #6633CC;}

