@charset "utf-8";
/* CSS Document */

body {
background-position: top center;
background-repeat:repeat-x;
font-family: Tahoma,Geneva,Kalimati,sans-serif;
font-size:12px;
color:#606061;
line-height:20px;
margin:0px;
background:#f7f7f7;;
}

p {
margin-top:0px;
margin-bottom:0px;
line-height:18px;
}

h1 {
margin:0px;
padding:0px;
margin-bottom:15px;
font-size:20px;
font-weight:normal;
color:#856846;
font-family: Georgia, "Times New Roman", Times, serif;
}

a img {
border:0px;
}

a {
color:#d42e21;
text-decoration:underline;
}

a:hover {
color:#d42e21;
text-decoration:none;
}

#top-wide {
height:137px;
background-image:url(images/bg-top.jpg);
}

#top {
width:950px;
margin:auto;
}

#logo {
width:192px;
height:124px;
float:left;
margin-top:6px;
}

#contacts {
width:170px;
float:right;
font-weight:bold;
color:#606061;
margin-top:32px;
}

#header-wide {
height:125px;
background:url(images/bg-header.jpg);
}

#header {
width:950px;
height:125px;
margin:auto;
background-image:url(images/temp-header1.jpg);
}

#content-wide {
background-image:url(images/bg-conetnt.jpg);
background-position:bottom;
background-repeat:repeat-x;
background:#ffffff;
padding-top:25px;
}

#content {
width:950px;
margin:auto;
background-image:url(images/bg-conetnt.jpg) bottom repeat-x;
padding-bottom:30px;
}

#menu {
height:30px;
background-image:url(images/bg-menu.jpg);
margin:auto;
}

#nav
{
width:950px;
height:30px;
margin:0; 
		padding:0; 
		list-style:none;
		margin:auto;
background-image:url(images/bg-menu.gif);
}

#nav li
{
float:left; 
			display:block; 
			position:relative;
			z-index:500; 
			margin:0 1px;
			font-size:11px;
			font-weight:bold;
}

#nav li a
{
margin-top:2px;
margin-bottom:7px;
line-height: 2.6em;
display: block;
color: #FFFFFF;
text-decoration: none;
padding-left:16px;
padding-right:16px;
}

#nav li a:hover {
background-color:#b1b1b1;
color:#ffffff;
}

#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 0px; 
			margin-top:5px;
			padding:0; 
			list-style:none;
		}

#nav ul li {
			width:140px; 
			float:left; 
			border-top:1px solid #656565;
			margin-top:-10px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;
			line-height: 1.6em;
			margin-top:2px;
			margin-bottom:7px;
			height:20px;
			padding-left:5px; 
			color:#ffffff;
			background-color:#8f8f8f;
		}
		
		#nav ul a:hover {
			text-decoration:none;
			background-image:none;
			background-color:#b2b2b2;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

#footer-wide {
background:url(images/bg-footer.jpg) repeat-x;
padding-top:26px;
padding-bottom:26px;
height:128px;
}

#footer {
width:950px;
margin:auto;
color:#707070;
font-size:11px;
}

#footer a {
color:#707070;
font-weight:bold;
}

#websitebg {
width:140px;
height:auto;
float:right;
text-align:right;
}

#languages {
float:right;
padding-left:4px;
padding-right:4px;
margin-top:4px;
background-color:#878787;
}

.catalogCategories {
	list-style-type: none;
	color: #333333;
}

ul.catalogCategories {
	margin-left:0px;
	padding-left:0px;
	color: #333333;
}

.catalogCategories li {
	margin-bottom: 2px;
	margin-left:0px;
	margin-top:0px;
}
.catalogCategories li a {
	display: block;
	padding: 4px;
	background: url('images/categories.png') repeat-x 0px 0px #F4F3F8;
	text-decoration: none;
	color: #545454;
	border-bottom: 1px solid #F4F3F8;
	font-size: 11px;
	font-weight:bold;
}
.catalogCategories li a.active {
	background-color: #C0DAEB;
	color: #2C82B1;
}

.catalogContainer {
width:950px;
}

.widgetPageLinks {
	list-style-type: none;
	color: #333333;
}

ul.widgetPageLinks {
	margin-left:0px;
	padding-left:0px;
	color: #333333;
}

.widgetPageLinks li {
	margin-bottom: 2px;
	margin-left:0px;
	margin-top:0px;
}
.widgetPageLinks li a {
	display: block;
	padding: 9px;
	background: url('images/categories.png') repeat-x 0px 0px #F4F3F8;
	text-decoration: none;
	color: #545454;
	border-bottom: 1px solid #F4F3F8;
	font-size: 11px;
	font-weight:bold;
}
.widgetPageLinks li a.active {
	background-color: #C0DAEB;
	color: #2C82B1;
}