* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active,
#content a:link, #content a:active, #content a:visited,
#sideBar a:link, #sideBar a:active, #sideBar a:visited {
	color: #18396b;
	text-decoration: underline;
}

a:hover, #wrap a:hover, #content a:hover, #content .productInfo .image a:hover .zoom {
	color: white;
	background-color: #409ee3;
	text-decoration: none;
}

p .deco {
	display: block;
	border: 2px solid navy;
}

p .right {
	float: right;
}



html {
	background: #409ee3 url("../images/ui/back.png") repeat-x;
	color: black;
	font: 80%/1.4 "Tahoma", Arial, sans-serif;
}

#wrap {
	margin: 0 auto;
	position: relative;
	width: 750px;
}


#header {
	background: #555 url("../images/ui/header.jpg") no-repeat;
	color: white;
	height: 189px;
	position: relative;
	width: 750px;
}

	#logo {
		left: 22px;
		position: absolute;
		top: 65px;
	}

	#logo img {
		display: inline;
		margin-right: 10px;
		vertical-align: middle;
	}

	#slogan {
		bottom: 22px;
		color: #00122b;
		font: italic bold 1.3em Georgia, "Times New Roman", serif;
		position: absolute;
		right: 40px;
		text-align: right;
	}

	#breadCrumbs {
		background: white;
		color: #1d7dc5;
		left: 228px;
		position: absolute;
		top: 170px;
	}
		#breadCrumbs a:link, #breadCrumbs a:visited, #breadCrumbs a:active {
			color: #1d7dc5;
			padding: 0 2px;
		}
		#breadCrumbs a:hover {
			color: white;
		}


#contentWrap {
	background: transparent url("../images/ui/content.png") repeat-y;
	min-height: 200px;
	padding: 0 13px 0 9px;
}


#content {
	float: right;
	padding: 20px 10px 0 10px;
	width: 505px;
}

	#content h2 {
		color: #1d7dc5;
		font: bold 1.4em "Trebuchet MS", Arial, sans-serif;
		margin-bottom: 0.5em;
	}
	#content h3 {
		margin-top: 1em;
	}
	#content p {
		margin: 1em 0;
	}


	#sidebar {
		float: left;
		width: 200px;
	}

		#topNav {
			font-size: 1em;
			left: 8px;
			padding: 0;
			position: absolute;
			bottom: 0;
			width: 200px;
		}
		#topNav li {
			margin: 0 0 0.1em 0;
			padding: 0;
		}
		#topNav li.account {
			float: left;
			margin-left: 3px;
		}
		#topNav li.logoff {
			float: right;
			margin-right: 3px;
		}
			#topNav a:link, #topNav a:visited, #topNav a:active {
				background: transparent;
				color: white;
			}
			#topNav a:hover {
				background: transparent;
				color: white;
				text-decoration: none;
			}

#footer {
	background: transparent url("../images/ui/footer.png") no-repeat;
	font-size: 0.9em;
	clear: both;
	min-height: 26px;
	padding: 12px 10px 0 200px;
	text-align: center;
}



/* Self-clearing floats */
#contentWrap:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


table.listing {
	border: 1px solid #ccc;
	margin: 0 auto;
	width: 95%;
}

table.listing thead th {
		background: #c0f495 url("../images/ui/green.png") repeat-x left center;
	border-bottom: 1px solid #ccc;
	color: #104165;
	font-size: 1em;
}

table.listing tr.odd {
	background: #f2f7ff;
}

.vcard {
	font-size: 1.1em;
}
.vcard .url, .vcard .street, .vcard .pouet, .vcard .country-name, .vcard .tel, .vcard .fax {
	display: block;
}


#aqualorNav {
	color: white;
	padding: 1em 0 2em;
	text-align: center;
}
#aqualorNav a:link, #aqualorNav a:visited, #aqualorNav a:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#aqualorNav a:hover {
	text-decoration: none;
}
