@charset "UTF-8";
/* CSS Document */

/* //////////////////////////////////////////////////////////////////////////////////// */
/*
/*	layout and box models
/*
/* //////////////////////////////////////////////////////////////////////////////////// */

body {
	margin: 0 0 20px 0;
	}

body em#copyright {
	display: block;
	text-align: center;
	}
	
div#header,
div#content,
div#footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 797px;
	height: 202px;
	}



div#header ul {
	margin: 0;
	padding: 0;
	}

div#header ul li a {
	position: absolute;
	}

li#nav_logo a:link,
li#nav_logo a:visited {
	display: block;
	width: 343px;
	height: 157px;
	top: 49px;
	left: 32px;
}

li#nav_home a:link,
li#nav_home a:visited {
	display: block;
	width: 104px;
	height: 50px;
	top: 150px;
	left: 330px;
}

li#nav_contact a:link,
li#nav_contact a:visited {
	display: block;
	width: 131px;
	height: 50px;
	top: 149px;
	left: 450px;
}

li#nav_trunk a:link,
li#nav_trunk a:visited {
	display: block;
	width: 155px;
	height: 50px;
	top: 150px;
	left: 600px;
}

li#nav_basket a:link,
li#nav_basket a:visited {
	display: block;
	width: 194px;
	height: 111px;
	top: 27px;
	left: 560px;
}

a span {
	display: none;
	}

div#content {
	padding: 59px 110px 0 250px;
	width: 437px;
	height: auto;
	min-height: 300px;
	}

div#footer {
	clear: both;
	height: 73px;
	}

h2 {
	margin: 0;
	}


/* //////////////////////////////////////////////////////////////////////////////////// */
/*
/*	appearance
/*
/* //////////////////////////////////////////////////////////////////////////////////// */

html {
	font-size: 100%;
	background: url(http://www.britchesandbows.net/_nouveau/source/bg_html.png) #75c1e4; /* diagonal dark-bleu stripes, light-bleu background */
	}

body {
	line-height: 1.375em;	/* 16 x 1.375em; = 22pt */
	font-family: Arial, Helvetica, sans-serif;
	}

body em#copyright {
	font-size: .625em; /* 10pt */
	font-style: normal;
	color:  #539fc2;
	}

div#header {
	background: url(http://www.britchesandbows.net/_nouveau/source/bg_header.png) no-repeat;
	}

div#header ul {
	list-style: none;
	}

li#nav_logo a:link,
li#nav_logo a:visited {
	background: url(http://www.britchesandbows.net/_nouveau/source/btn_logo.png);
	}

li#nav_home a:link,
li#nav_home a:visited {
	background: url(http://www.britchesandbows.net/_nouveau/source/btn_home.png);
	}

li#nav_contact a:link,
li#nav_contact a:visited {
	background: url(http://www.britchesandbows.net/_nouveau/source/btn_contact.png);
	}

li#nav_trunk a:link,
li#nav_trunk a:visited {
	background: url(http://www.britchesandbows.net/_nouveau/source/btn_trunk.png);
	}

li#nav_basket a:link,
li#nav_basket a:visited {
	background: url(http://www.britchesandbows.net/_nouveau/source/btn_shoppingbasket.png);
	}


div#content {
	background: url(http://www.britchesandbows.net/_nouveau/source/bg_content.png) no-repeat;
	}

div#footer {
	background: url(http://www.britchesandbows.net/_nouveau/source/bg_footer.png) 39px bottom no-repeat;
	color: #5e9ab6;
	text-align: center;
	}

h2 {
	color: #71503e;
	font-size: 10pt;
	}