@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #C5198E;
}
a:visited {
	color: #C5198E;
}
a:hover  {
	color: #C573AE;
}
a:active {
	color: #C56CAF;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2E160D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #c5198e;
}
/* ----- layout ------ */
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D6199F;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(images_layout/zebra_quelquechose.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 86px;
	width: 800px;
}
#navbarHome  {
	background-color: #2E160D;
	background-image: url(images_layout/navbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 240px;
	padding-left: 560px;
}
#navbar {
	background-color: #2E160D;
	background-image: url(images_layout/navbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 305px;
	padding-left: 495px;
}
#mainContent  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #3A1E11;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #770D57;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}
#mainContent h2 {
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5198E;
	margin-left: 20px;
	margin-bottom: 20px;
}
#mainContent p {
	padding-left: 20px;
	padding-bottom: 5px;
}
#mainContent img {
	float: left;
	padding-right: 30px;
}
#mainContentHome  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	color: #3A1E11;
	padding-top: 0;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 40px;
}

#address {
	background-image: url(images_layout/zebra_address.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
	width: 800px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #94126E;
	line-height: 22px;
	text-align: right;
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	background-color: #C5198E;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

/* ----- tables ------ */
#shopWomenTable  {
	margin-left: 20px;
	margin-right: 30px;
	width: 720px;
}
#shopWomenTable   td {
	width: 340px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#shopWomenTable img {
	margin: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#shopMenTable  {
	margin-left: 20px;
	margin-right: 30px;
	width: 720px;
}
#shopMenTable   td {
	width: 340px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#shopMenTable img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: none;
}
#shopKidsTable  {
	margin-left: 20px;
	margin-right: 30px;
	width: 720px;
}
#shopKidsTable   td {
	width: 340px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#shopKidsTable img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: none;
}

/* ----- other styling ------ */
.clear {
	clear: both;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #65351E;
	line-height: 14px;
}
