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

body, html {
	margin: 0px;
	padding: 0px;
	background: #556a76 url(/images/body_bg.jpg) repeat-y;
	overflow-x: hidden;
}

img {
	display: block;
}

.clear {
	clear: both;
}

table {
	color: white;
}

a {
	color: white;
	text-decoration: underline;
}

#logoContainer {
	position: relative;
	float: left;
	background: #ffffff url(/images/logo.jpg) no-repeat;
	width: 185px;
	height: 117px;
}

#topContainer {
	position: relative;
	background: #ffffff url(/images/top_bg.jpg) 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: 16px;
	margin-bottom: 0px;
}

#pageContent {
	margin-top: 50px;
	color: white;
	font-family: arial;
	font-size: 12px;
	padding-right:30px;
}

#pageContentText {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

#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;
}

#menuContainer {
	text-align: right;
	position: absolute;
	left: 40px;
	top: 150px;
	color: black;
	z-index: 2;
	font-family: arial;
}

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

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

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

ul#navigationContainer a.active {
	color: #35444c;
	font-style: italic;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 0px;
}

ul#subNavigationContainer {
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	display: block;
	text-align: right;
}

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

ul#subNavigationContainer a.normal {
	color: #28749c;
	text-decoration: none;
	text-align: right;
	padding: 0px;
}

ul#subNavigationContainer a.active {
	color: #35444c;
	font-style: italic;
	text-decoration: none;
	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 {
	color: white;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

.hide {
	display: none;
}

.show {
	display: block;
}