@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #ebeacf url(/images/backgrounds/back.jpg);}

legend {
	color: #91ba02;	}

fieldset {
	border:1px solid #91ba02;
	padding: 10px;}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #fe8e8e;
}

h1, h2, h3 {
	margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2em; color:#99cc00; }
h2 {font-size: 1.6em; color:#99cc00;}
h3 {font-size: 1.4em; color:#99cc00;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 757px;}
#page {
background: transparent url(/images/backgrounds/repeat.gif);
}
#page:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
	
/* -- Header -- */
#header {
	height: 192px;
	text-indent: -9999px;
	overflow: hidden;
	background:  url(/images/backgrounds/header.gif);}
	
/* -- Navigation -- */
#navigation {
	height: 37px;
	background: url(/images/backgrounds/nav.gif);}

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0 0 0 233px;
	padding: 0;
	list-style: none;}

#navigation li {
	display: block;
	float: left;}

#navigation a {
	display: block;
	margin: 0 5px;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
}

#nav-home {
	width: 75px;
}

#nav-about {
	width: 77px;
}

#nav-events {
	width: 84px;
}

#nav-service {
	width: 185px;
}
	
/* -- Search Box -- */

.search-box {
	border: 1px solid #99cc00;}

#main {
	zoom: 1;
	background: url(/images/backgrounds/repeat.gif);
}

#decoration {
	zoom: 1;
	background: url(/images/backgrounds/bottom-curl.gif) left bottom no-repeat;
}

/* -- Categories -- */
#categories {
	float: left;
	margin-left: 44px;
	width: 161px;
	text-align: center;}
	
#categories ul {
	margin: 0;
	padding: 0;	
	list-style: none;}

	
#categories h2 {
	color: #000000;
}

#categories a {
	display: block;
	padding: 0.3em;
	color:  #000000;
	font-weight: bold;
	font-size: 12px;
}

#categories li a {
	text-align: left;
text-indent: 27px;
	margin: 10px 0 10px 10px;
font-weight: bold;
background: url(/images/backgrounds/shoe.gif) no-repeat;	
	}

#categories li li a {
margin: 0;
text-align: center;
text-indent: 0;
font-style: italic;
font-weight: normal;
background: none;
}

#categories #subnavigation li a {
text-indent: 0;
text-align: center;
background: none;
}
#categories a:hover {
	text-decoration: underline;
	color:#fe8e8e;
	
}

/* -- Page Content -- */
#content {
	float: left;
	padding: 10px;
	width: 501px;
	min-height: 335px;
	font-size: 1.2em;}

#content:after, #decoration:after, #main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
#footer {
	clear: both;	
	padding: 10px 70px 0 241px;
    height: 84px;
    color: #99cc00;
    text-align: left;
    background: url(/images/backgrounds/footer.gif);}

	
#footer p {
	margin: 0;}
	
#footer a {
	color: #99cc00;}
		
/* -- Wholesale -- */
#wholesale-valid {
	text-align: center;
	color: #900;}
	
#wholesale-valid a:link, #wholesale-valid a:visited, #wholesale-valid a:hover, #wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #900;
	background: none;
	border: none;}
	
/* -- Image Replacement -- */
#header-boutique, #header-more-pages, #header-basket {
	margin: 0;
	width: 161px;
	text-indent: -9999px;
	overflow: hidden; }
	
#header-boutique {
	height: 34px;
	background: url(/images/backgrounds/text/shop-boutique.gif) no-repeat;
}

#header-more-pages {
	height: 44px;
	background: url(/images/backgrounds/text/more-pages.gif);
}

#header-basket {
	height: 44px;
	background: url(/images/backgrounds/text/your-basket.gif);
}

/* ------ Classes ------ */
.success {
	padding: .5em;
	color: #060;
	background-color: #f6fff6;
	border: 1px solid #060;
	}
.success a {

	color: #060 !important;
	text-decoration: underline !important;
	}
.error {
	padding: .5em;
	color: #c00;
	background-color: #fff6f6;
	border: 1px solid #c00;
	}
.error a {
	color: #c00 !important;
	text-decoration: underline !important;
	}
.section-divider {
	clear: both;
	}
