/* CSS Document */

/* General document properties */
body {
	background: #e5e5e5 url("../images/body_bg.gif") repeat-x;
} 

/* General text graphic properties */
h1.u, h2.u {
	background: url("../images/heading_underline.gif") bottom no-repeat;
}

div#centerCol ul li {
	background: url("../images/bullet.gif") no-repeat left 3px;
}   
div#headerExtra ul li {
	background: url("../images/checked.gif")  no-repeat center left;
	color: white;
}
a img {
	border: none;
	color: #FF0000
}
/* Header properties */
div#header div#header_right {
	background: url("../images/header_right.gif") no-repeat;
}
div#header {
	background: url("../images/header_bg.jpg") no-repeat;
}
	div#header div#header_left {
		background: url("../images/header_left.gif") no-repeat;
	}
	
	div#header.header_en {
		background: url("../images/header_bg_en.jpg") no-repeat;
	}

div.hr {
	height: 10px;
	width: 100%;
	background: url("../images/heading_underline.gif") bottom no-repeat;
}
/* Main Menu properties */
div#headerMenu ul li.selected {
	background: #ccc url("../images/header_menu_arrow.gif") center bottom no-repeat;
}
div#headerMenu ul li a:link, div#headerMenu ul li a:visited {
	color: #333;
}
div#headerMenu ul li {
	background: url("../images/header_menu_separator.gif") top right no-repeat;
}
div#headerMenu ul li a.selected {
	background: url("../images/header_menu_separator.gif") top right no-repeat;
}


div#headerMenu ul li a:link, 
div#headerMenu ul li a:visited {
	color: #333;
}

/* Left menu properties */
div#leftMenu ul {
	list-style-type: none;
}
	div#leftMenu div#menuTitle {
		background: url("../images/icons/note.gif") left center no-repeat;
	}
	div#leftMenu ul li {
		border-top: 1px solid #889aae;
	}
	div#leftMenu ul li a {
		background: url("../images/li_menu_item.gif") left no-repeat;
	}
	
/* Main container properties */
div#container {
	background: url("../images/container_bg.gif");
}
	div#leftCol {
		color: #fff;
	}
		div#leftCol a:link,
		div#leftCol a:visited {
			color: #fff;
		}
		
/* Image box properties */
div#productImage {
	width: 100%;
	height: 160px;
}
/* Contact card properties */
div#contactCard {
	background: url("../images/contact_card.gif") no-repeat;
}

div#contactCard.eng {
	background: url("../images/contact_card_en.gif") no-repeat;
}

div#productBox {
	background: url("../images/box_blueheader.gif") no-repeat;
}
	div#productBox h2 {
		color: #fff;
	}
	div#productBox div#productDetails {
		color: #666;
	}

/* Article properties */
h3.news {
	background: url("../images/icons/news.gif") top left no-repeat;
}
.articleListNews {
}
	.articleListNews h3 {
		background: url("../images/icons/news.gif") top left no-repeat;
		
	}
.articleReadNews div.tail {
	color: #666;
}
	.articleReadNewsImage span {
		color: #666;
	}
.articleReadGallery {
	background: url("../images/heading_underline.gif") top no-repeat;
}
	.articleReadGallery h2 {
		background: url("../images/icons/magnifier.gif") left center no-repeat;
	}
	.articleReadGallery div.tail {
		color: #666;
	}
	
/* Contact form properties */
div#contactForm {
	clear: both;
	margin: 40px 0;
}
	div#contactForm h3 {
		background: url("../images/icons/newsletter.gif")  no-repeat top left;
	}
	div#contactForm ul {
		list-style-type: none;
		margin: 0;
	}
		div#contactForm ul li {
			padding-bottom: 3px;
		}
	div#contactForm input {
		border: 1px solid #fff;
		background: url("../images/input_bg.gif") repeat-x;
	}
/* Footer */
div#footer {
	background: url("../images/footer.gif") top no-repeat;
}