* {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-khtml-box-sizing: content-box;
}

body, html {
	margin: 0px;
	padding: 0px;
	background: #949599 url(/images/menu-bg.png) repeat-y;
}

img {
	display: block;
}

.clear {
	clear: both;
}

table {
}

a:hover {
	text-decoration: underline;
}

a {
	color: #556A76;
	text-decoration: none;
}

div.content-container-wrap {
	position: relative;
	
	margin-left: 22px;
	margin-top: 50px;
	margin-bottom: 20px;
	
	background: #DCDCDE url(/images/menu-content-bg.png) repeat-y;
}

div.content-container {
	width: 1200px;
}

div.content-container div.menu {
	position: relative;
	float: left;
	clear: left;

	padding: 15px;
	
	width: 133px;
}

div.content-container div.menu li {
	font-family: arial, helvetica;
	font-size: 11pt;
	
	color: white;
	
	line-height: 11pt;
}

div.content-container div.content {
	float: left;
	clear: right;
	
	width: 1007px;
	
	padding: 7px 15px 15px;
}

div.content-container div.image-container {
	position: absolute;
	
	left: 178px;
	top: -15px;
	
	padding: 0px;
	
	width: 570px;
	overflow-x: hidden;	
	
}

#logoContainer {
	position: relative;
	float: left;
	width: 185px;
}

#logoContainer a {
	display: block;
	
	margin-top: 20px;
	margin-left:22px;
	
	width: 140px;
	height: 100px;
	
	background: url(/images/logo.png) no-repeat;
}

#topContainer {
	position: relative;
	background: url(/images/top-bg.png) repeat-x;
	height: 88px;
	overflow: hidden;
}

#languageContainer {
	position: absolute;
	width: 300px;
	left: 400px;
	height: 20px;
	top: 59px;
	text-align: right;
	color: white;
	font-size: 12px;
	font-family: arial;
}

#moduleContainer {
	position: absolute;
	left: 205px;
	top: 100px;
	z-index: 2;
}

#imagesContainer {
	float: left;
	margin-right: 30px;
}

.imageContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#pageContent h1 {
	margin-top: 0px;
	font-size: 18pt;
	margin-bottom: 0px;
}

#pageContent {
	font-family: arial;
	font-size: 12px;
}

#pageContent.image-content {
	margin-left: 580px;
}


#pageContentText p, #pageContentText table {
	font-size: 12px;
}

#menuAndPageBackGround {
	background: white;
	filter: alpha(opacity=30);
	moz-opacity: 0.30;
	opacity: 0.30;
	position: absolute;
	z-index: 1;
	margin-left: 35px;
	width: 100%;
	top: 140px;
	min-height: 500px;
	_height: 500px;
	overflow: hidden;
}

ul#navigationContainer {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: right;
	font-size: 16px;
	width: 133px;
}

ul#navigationContainer li {
	margin-bottom: 20px;
	text-align: right;
	padding: 0px;
}

ul#navigationContainer a.normal {
	color: #DCDCDE;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 0px;
}

ul#navigationContainer a:hover {
	text-decoration: underline;
}

ul#navigationContainer a.active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 0px;
}

ul#navigationContainer a.active:hover {
	text-decoration: underline;
}

ul#subNavigationContainer {
	margin-top: 2px;
	padding: 0px;
	list-style-type: none;
	display: block;
	text-align: right;
}

ul#subNavigationContainer li {
	margin-bottom: 0px;
	font-size: 9pt;	
	text-align: right;
}

ul#subNavigationContainer a.normal {
	color: #DCDCDE;
	text-align: right;
	padding: 0px;
}

ul#subNavigationContainer a.active {
	color: #white;
	text-align: right;
	padding: 0px;
}

#productContainer {
	width: 643px;
	height: 469px;
	overflow: auto;
	float: left;
	background: #ffffff;
	margin-right: 20px;
	font-size: 12px;
	font-family: arial;
	color: #35444c;
}

#productContainer h1 {
	margin-top: 10px;
	font-size: 16px;
}

#productContainer a {
	color: black;
}

#productDet {
	float: right;
	width: 220px;
}

#productImg a {
	text-decoration: none;
	margin: 3px;
}

#toTotalCollectionLink {
	font-size: 16pt;
}

#toTotalCollectionLink a {
	font-family: arial;
	font-size: 12pt;
}

.hide {
	display: none;
}

.show {
	display: block;
}
