* {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	vertical-align: middle;
}
body {
	background: url('images/bg.gif');
	font-family: Tahoma, Arial;
	font-size: 12px;
}
br.clear {
	clear: both;
}
div#center {
	width: 800px;
	height: 500px;
	background: none;
	margin: 15px auto 0px auto;

}
div#header {
	background: url('images/header.gif') no-repeat top center;
	height: 160px;	
}
div#header div#logo {
  display: inline;
	float: left;
	width: 300px;
	margin-left: 40px;
	margin-top: 15px;
	height: 150px;
	background: url('images/logo.gif') no-repeat center center;
}
div#header div#nav {
  display: inline;
	float: left; 
	width: 350px;
	margin-left: 100px;
	background: url('images/nav.gif') no-repeat top right;
	margin-top: 10px;
	padding-top: 7px;
}
div#header div#nav a {
	display: block;
	width: 280px;
	height: 18px;
	padding-top: 3px;
	margin-bottom: 8px;
	font-family: Verdana;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	background: #CBE052; 
/*	background: #E5838C; */
}
div#header div#nav a.active {
	background: #E5838C;
}
div#content {

	background: #FFFFFF;
	border-left: 3px solid #F3B6BC;
	border-right: 3px solid #F3B6BC;
	padding: 9px;
	padding-top: 20px;
	color: #000000;
}
div#footer {
	background: url('images/footer.gif') no-repeat bottom center;
	height: 50px;	
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
}
div#left {
	float: left;
	width: 216px;
}
div#left div#border {
	border: 1px solid #F7DFE3;
	padding: 2px;
}
a.lnav {
	background: url('images/lnav.gif') repeat;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
	color: #E5838C;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height: 58px; 
}
a.lnav img {
	margin-right: 8px;
}
a.lnav#lnav_active {
  background: #FFFFFF;
  color: #99AE20;
}
div#right {
	float: left;
	width: 530px;
	margin-left: 20px;
	line-height: 16px;
	font-size: 12px;
	color: #444444;
}
div#right p {
	padding-top: 20px;
}
div#right h1 {
	display: block;
	padding: 7px;
	text-align: right;
	padding-right: 10px;
	color: #666666;
	border-bottom: 1px solid #E5838C;
	background: url('images/lnav.gif') repeat;
	font-size: 16px;
	margin-bottom: 15px;
}

div#saita {
	background: #FE919B;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	margin-right: 27px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div#saita a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
div.contacts input {
	width: 350px;
	padding: 2px;
}
div.contacts textarea {
	width: 350px;
	height: 100px;
}
span.red {
	color: red;
	font-size: 10px;
}

div.contacts ul {
	margin-left: 20px;
	padding-left: 20px;
}
div.contacts .ok {
	border: 1px solid green;
	padding: 4px;
	margin-bottom: 14px;
}
div.contacts .error {
	border: 1px solid red;
	padding: 4px;
	margin-bottom: 14px;
}
table.product_intro {
	margin-bottom: 15px;
	border-top: 2px solid #FDF7F8;
}
div.catimg {
	display: block;
	float: left;
	width: 45px;
	height: 55px;
	border: 1px solid #FDF7F8;
	margin-right: 8px;
}
div.catxt {
	float: left;
	margin-top: 20px;
}
a#cart {
	display: block;
	border: 2px solid #E5E5E5;
	padding: 5px;
	background: url('images/cart.gif') no-repeat center left;
	color: #444444;
	font-size: 11px;
	padding-left: 50px;
	text-decoration: none;
}
table.cart {
	width: 100%;
	background: #FEFCFC;
	border-spacing: 2px;
}
table.cart td {
	border-bottom: 1px solid #EFB4BA;
	padding: 7px;
}
a#home {
  display: block;
  padding: 4px;
  background: url('images/homepage.gif') no-repeat center left;
  color: #98C047;
  font-size: 11px;
  font-weight: bold;
  padding-left: 55px;
  margin-bottom: 7px;
}
a#home:hover {
  background: url('images/homepage_hover.gif') no-repeat center left;
  color: #888888;
}
ul {
  padding-left: 30px;
}
div.paging {
  text-align: center;
  padding: 8px;
  background: #E5838C;
  color: #FFFFFF;
}
div.paging a {
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 13
}
div.paging a.current {
  font-weight: bold;
  font-size: 15px;
}
span.red {
  color: red;
  padding-left: 2px;
}
div#bannersContainer a {
  margin-bottom: 8px;
  display: block;
}
