/* Common */

body {

	height: 100%;
  margin: 0; 
  padding: 0;
  font-family: Tahoma;
  font-size: 10pt;
  color: #05586A;
  background-color: #E6F1C5;
	behavior: url(/csshover.htc);
}

table, form {

  font-family: Tahoma;
  font-size: 10pt;
  color: #05586A;
}

div.all {

  min-width: 1000px; 
  width: expression(body.clientWidth < 990?"980px":"100%");
	min-height: 100%;
	margin-bottom: -60px;
}

* html div.all {

	height: 100%;
}

#empty {

	height: 100px;
	clear: both;
}


a {

	font-weight: bold;
  text-decoration: underline;
  color: #679532;
}

a:hover {

  color: #679532;
  text-decoration: none;
}

a img {

	border: 0;
}

span.colored {

	color: #1A73AD;
	font-weight: bold;
}

span.green {

	font-size: 11pt;
	color: rgb(105, 187, 53);
	font-weight: bold;
}

/* /Common */

/* Main */

div.content {

	padding: 15px 8% 0 8%;	
	clear: both;
}

div.content img {

	border: 10px solid #BBD663;
}

div.content img.logos {

	border: 0;
	float: left;
	margin: 0 10px 3px 0;
}

img.left {

	float: left;
	margin: 0 10px 3px 0;
}

img.right {

	float: right;
	margin: 0 3px 0 10px;
}

div.title {

	text-align: center;
	margin-top: 30px;
	background-color: #ECF5D4;
}

div.top {

	background-color: #FFB2C6;
	height: 309px;
	text-align: center;
	width: 100%;
}

div.top-inner {

	background-color: #FFB2C6;
	height: 170px;
	text-align: center;
	width: 100%;
}

div.deti {

	margin: 0 auto;
	background-image: url(../images/deti2.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 309px;
	width: 880px;
	position: relative;
}

div.deti-inner {

	margin: 0 auto;
	background-image: url(../images/deti_inner.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 170px;
	width: 880px;
	position: relative;
}

div.deti div.logo {

	position: absolute;
	top: 60px;
	left: -35px;
}

div.deti-inner div.logo {

	position: absolute;
	top: 30px;
	left: -35px;
}

div.deti div.phones {

	position: absolute;
	top: 75px;
	right: 50px;
}

div.deti-inner div.phones {

	position: absolute;
	top: 50px;
	right: 50px;
}

div.deti div.nav,
div.deti-inner div.nav {

	position: absolute;
	top: 0;
	right: 112px;
}

table.shop {

}

table.shop td.shop-empty {

	background-color: #E6F1C5;
}

table.shop td {

	background-color: #DAEAAB;
	vertical-align: top;
	padding: 8px 25px;
}

table.shop td.shop-text {

	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}

table.shop img {

	border: 6px solid #fff;
	margin: 6px 20px;
}

table.shop img:hover {

	border: 6px solid #BBD663;
	margin: 6px 20px;
}

div.mfl {

	z-index: 9;
	margin: 0 auto;
	position: relative;
}

div.fl-block {

	display: block;
	border: 1px solid black;
	width: 150px;
	position: absolute;
	right: 200px;
	background-color: white;
	height: 150px;
}

div.fl {

	border: 1px solid black;
	width: 150px;
	display: none;
	position: absolute;
	right: 200px;
	background-color: white;
	height: 150px;
}

div.inner {

	background-image: url(../images/inner_top_bg.gif);
	background-color: #D9E9A7;
	height: 64px;
}

div.title-inner {

	text-align: center;
	padding-top: 12px;
	position: relative;
}

div.stars-left {
	
	margin-top: 2px;
	position: absolute;
	background-image: url(../images/stars.gif);
	background-repeat: no-repeat;
	width: 96px;
	height: 58px;
}

div.stars-right {
	
	right: 0px;
	margin-top: 2px;
	position: absolute;
	background-image: url(../images/stars.gif);
	background-repeat: no-repeat;
	width: 96px;
	height: 58px;
}


div.brands {

	background-image: url(../images/brand_bg.gif);
	background-color: #D9E9A7;
	height: 167px;
}

div.brand {

	float: left;
	width: 33%;
	text-align: center;
}

div.brand-i {

	float: left;
	width: 2px;
	text-align: center;
}

div.footer {

	background-color: #D9E9A7;	
	text-align: center;
	font-size: 8pt;
	line-height: 1.7em;
	height: 60px;
}

div.copyright {

	padding-top: 10px;
}

/* /Main */

/* Forms */

div.feedback {

	background-color: #DEEEB0;
	width: 800px;
	text-align: center;
	padding: 30px 0;
}

table.feedback {

	width: 550px;
	color: #0C4F6A;
}

table.feedback td {

	padding: 4px 40px 4px 0;
}

input {

	width: 280px;
	border-top: 1px solid #6A6C69;
	border-left: 1px solid #A0A1A3;
	border-bottom: 0px;
	border-right: 0px;
	padding: 2px;
}

input.button {

	width: 280px;
	padding: 2px;
	border-top: 1px solid #C9DE83;
	border-left: 1px solid #C9DE83;
	border-bottom: 1px solid #4D5B28;
	border-right: 1px solid #4D5B28;
	background-color: #AECF43;
	color: #fff;
}

input.button-disabled {

	width: 280px;
	padding: 2px;
	border-top: 1px solid #C9DE83;
	border-left: 1px solid #C9DE83;
	border-bottom: 1px solid #4D5B28;
	border-right: 1px solid #4D5B28;
	background-color: #D5D5D5;
	color: #666;
}

textarea {

  font-family: Tahoma;
  font-size: 10pt;
	width: 280px;
	height: 80px;
	border-top: 1px solid #6A6C69;
	border-left: 1px solid #A0A1A3;
	border-bottom: 0px;
	border-right: 0px;
	padding: 2px;
}

/* /Forms */

/* Menu */ 


div.menu-bg {

	z-index: 10;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 43px;
	position: relative;
	text-align: center;
}

div.menu {

	margin: 0 auto;
	position: relative;
}

div.menu ul {

	list-style: none;
	padding: 0;
	margin: 0;
}

div.menu ul li {

	float: left;
	width: 134px;
	background-image: url(../images/menu_i.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	text-align: left;
}


div.menu ul li img {

	margin: 14px 0 14px 0;
}

div.menu-i {

	float: left;
}

div.menu ul li:hover ul {

	display: block;
}

div.menu ul li ul {

	position: absolute;
	display: none;
	border: 2px solid #fff;
}

div.menu ul li ul li {

	background-image: none;
	display: block;
	float: none;
	text-align: center;
	background-color: #1A73AD;
	height: 2em;
	line-height: 2em;
	color: #fff;
	border-bottom: 1px dotted #64A1CE;
}

div.menu ul li ul li:hover {

}

div.menu ul li ul li a {

	height: 2em;
	line-height: 2em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

div.menu ul li ul li a:hover {

	color: #F8F871;
	font-weight: bold;
	text-decoration: none;
}


/* /Menu */

/* Pages */


div.pout {

	font-size: 8pt;
	padding: 25px 0;
}

div.pout div.nav {

	font-size: 8pt;
}

div.pout div.pages {

	padding-top: 8px;
}

div.pout a {
    
	font-size: 8pt;
	padding: 1px;
	margin: 3px;
}

div.pout a:hover {

	text-decoration: none;
}

div.pout strong {

	background-color: #69BB35;
	color: #FFF;
	padding: 1px;
	margin: 3px;
}


/* /Pages */
