/* LAST UPDATED 07.03.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION DEFAULTS
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    HEADINGS

*/

.brown { color: #573010; }
.pink { color: #f7626d; }
.green { color: #b9ce63; }
.orange { color: #fd9d41; }

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

@font-face {
	font-family: 'Memo';
	src: url("../Fonts/Memo.ttf")
	src: url("../Fonts/Memo.eot") /* for IE */
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #573010;
	background: #b9ce63 url('../Images/bg.gif');
        background-repeat: repeat;
        background-attachment: fixed;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 1.5em;
}

* p:last-child { padding: 0; }

a {
	color: #f7626d;
	text-decoration: underline;
}

a:hover { color: #fd9d41; }

a img { border: 0; }

ul, ol { margin: 0 0 0 3em; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

nav#main {
	position: absolute;
	bottom: 33px;
	right: 20px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	nav li { float: left; }

	nav#main li a {
		display: block;
		padding: 0 1.3em .3em;
		line-height: 2.2em;
		font-family: 'Memo', Georgia, "Times New Roman", serif;
		color: #fff;
		text-decoration: none;
	}

	nav#main li a:hover, nav#main li a.hovering {
		color: #573010;
		background-color: #b9ce63;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	nav li a:focus {
		outline: none;
		border: none;
	}

/* LEVEL TWO */

nav ul ul {
	position: absolute;
	left: -999em;
	z-index: 1;
}

	nav li li { float: none; }

	nav#main li li a {
		width: 12em;
		padding: .4em 1.3em;
		text-align: left;
		line-height: 1.5em;
		text-transform: none;
		background-color: #b9ce63;
	}

	nav#main li li a:hover {
		color: #fff;
		background: #d1e57e;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	nav#main li li.first a {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}

	nav#main li li.last a {
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

/* LEVEL THREE AND BEYOND */

nav ul ul ul {
	margin: -2.5em 0 0 25em;
	padding: 0;
}

nav li:hover ul ul { left: -999em; }

nav li:hover ul, nav li li:hover ul { left: auto; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

header, section, footer, aside, nav, article, figure { display: block; }

#wrap {
	margin: 56px auto;
	width: 780px;
}

	header {
		position: relative;
		height: 175px;
		background: url('../Images/bg-header.png') no-repeat;
	}

		#logo {
			position: absolute;
			top: 15px;
			left: 23px;
		}

		#cartBox {
			position: absolute;
			top: 35px;
			right: 35px;
			padding-top: 35px;
			width: 180px;
			height: 55px;
			text-align: center;
			font-size: 11px;
			color: #fff;
			background: url('../Images/bg-cartBox.png') top center no-repeat;
		}

	#content {
		padding: 1.2em 1.8em;
		border-right: 14px #f7626d solid;
		border-left: 14px #f7626d solid;
		background-color: #fff;
		overflow: hidden;
	}

	#footerNav {
		clear: both;
		position: relative;
		padding-top: 33px;
		height: 47px;
		background: url('../Images/bg-footer.png') no-repeat;
	}

		#footerNav ul {
			display: table;
			margin: 0 auto;
			height: 47px;
			line-height: 47px;
		}

		#footerNav li {
			padding-right: 7px;
			background: url('../Images/dot.png') right center no-repeat;
		}

		#footerNav li.last {
			padding: 0;
			background: none;
		}

		#footerNav li a {
			display: block;
			padding: 0 1.3em;
			font-family: 'Memo', Georgia, "Times New Roman", serif;
			color: #fff;
			text-decoration: none;
		}

		#footerNav li a:hover { color: #573010; }

	footer {
		clear: both;
		padding: 1.3em .3em;
		font-size: 11px;
		line-height: 1.4em;
	}

		footer a, footer a:hover {
			color: #573010;
			text-decoration: none;
		}

		footer a:hover { text-decoration: underline; }

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: .5em;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 1em 1em 0;
}

/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 .5em;
	font-family: 'Memo', Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 1.15em;
	color: #b9ce63;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

h1 { font-size: 30px; }

h2 { font-size: 26px; }

h3 { font-size: 22px; }

h4 { font-size: 18px; }