 /* General */

body {
	margin: 0;
	background: url("images/background.gif") repeat-x;
	font: normal 14px/20px Arial, Verdana, Sans-Serif;
	color: #655046;
}

a {
	color: #48755F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

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

form {
	margin: 0;
}
 
input {
	font-family: Arial, Verdana, Sans-Serif;
}


/* Page */

#page {
	margin: 0 auto;
	width: 898px;
}


/* Header */

#header {
	width: 898px;
	height: 405px;
	position: relative;
	margin-bottom: 15px;
	background: url("images/header.png") no-repeat left bottom;
}

	/* Header - Logo */
	
	h1#logo {
		position: absolute;
		top: 22px;
		left: 22px;
		width: 288px;
		height: 92px;
	}
	
	/* Header - Menu */
	
	ul#menu {
	position: absolute;
	top: 36px;
	right: 20px;
	left: 337px;
	}
	
	ul#menu li {
		text-transform: uppercase;
		color: #aaa8a6;
		display: inline;
		font-size: 12px;
	}
	
	ul#menu li a {
		color: #aaa8a6;
	}
	
	/* Header - Categories Menu */
	
	ul#cat-menu {
		position: absolute;
		top: 126px;
		left: 22px;
	}
	
	ul#cat-menu li {
		text-transform: uppercase;
		color: #655046;
		display: inline;
		font-size: 13px;
		line-height: 21px;
		padding-left: 15px;
		background: url("images/cat_menu.gif") no-repeat left center;
		margin-right: 15px;
	}
	
	ul#cat-menu li a {
		color: #655046;
	}
	
	/* Header - Description */
	
	#description {
		position: absolute;
		top: 225px;
		left: 20px;
		width: 335px;
		color: #ffffff;
	}
	
	#description h2 {
		font-size: 29px;
		line-height: 36px;
		text-transform: uppercase;
	}
	
		#description h2 .brown {
			font-weight: bold;
			color: #655046;
		}
	
	#description p {
		margin: 10px 0 0 0;
	}
	
	/* Header - Picture */
	
	#header-picture {
		position: absolute;
		top: 153px;
		left: 371px;
		width: 527px;
		height: 252px;
	}


/* Main */

#main {
	width: 898px;
	overflow: hidden;
	padding-bottom: 20px;
}

#main.home {
	background: url("images/main_home.gif") repeat-y;
}

#main.inner {
	background: url("images/main_inner.gif") repeat-y;
}

	/* Main - Home Left */
	
	#main #home-left {
		float: left;
		width: 364px;
		padding-top: 15px;
	}
	
	#main #home-left p {
		margin-top: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	
		/* Home Left - Newsletter Form */
		
		#home-left form#newsletter-form {
			padding-right: 60px;
		}
		
		#home-left form#newsletter-form p {
			padding: 0;
		}
		
		#home-left form#newsletter-form .newsletter-input {
			width: 173px;
		}
		
		#home-left form#newsletter-form .newsletter-button {
			width: 80px;
		}
		
		#home-left a {
			color:#FFFFFF;	
		}
		
		#home-left a:hover {
			text-decoration:underline;
		}
		#text_left {
			padding:10px;	
		}
		#text_left a {
			color:#48755F;		
		}
		#text_left a:hover {
			text_decoration:none;	
		}
		
		
	
	/* Main - Home Right */
	
	#main #home-right {
		float: right;
		width: 492px;
	}
	
		/* Home Right - Item */
		
		#home-right .item {
			width: 152px;
			float: left;
			margin: 0 8px 8px 0;
		}
		
		#home-right .item h3 {
			font-size: 12px;
		}
	
	/* Main - Inner Left */
	
	#main #inner-left {
		float: left;
		width: 543px;
		padding: 15px 21px 0 20px;
	}
	
	#main #inner-left h2 {
		font-size: 25px;
		line-height: 30px;
	}
	
	/* Main - Inner Right */
	
	#main #inner-right {
		float: right;
		width: 314px;
	}
	
		/* Inner Right - Newsletter Form */
		
		#inner-right form#newsletter-form .newsletter-input {
			width: 205px;
			margin-bottom: 5px;
			display: block;
		}
		
		#inner-right form#newsletter-form .newsletter-button {
			margin-top: 10px;
		}
		
		#inner-right form#newsletter-form p {
			margin-bottom: 0;
		}


/* Newsletter Form */
		
form#newsletter-form {
	background-color: #655046;
	padding: 20px;
	color: #ffffff;
	text-transform: uppercase;
}

form#newsletter-form h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

form#newsletter-form p {
	line-height: 16px;
}

form#newsletter-form .newsletter-input {
	padding: 1px 2px 0 2px;
	height: 17px;
	border: none;
	background: #ffffff;
	font-size: 14px;
}

form#newsletter-form .newsletter-button {
	height: 18px;
	border: none;
	background-color: #b9bab9;
	font-size: 12px;
	color: #48755F;
	text-transform: uppercase;
}


/* Footer */

#footer {
	width: 898px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #dbdcda;
}



/*-- ADDITIONAL --*/

	#logobx {
		position: absolute;
		top: 22px;
		left: 22px;
		width: 288px;
		height: 92px;
	}
	

	#description h1 {
		font-size: 29px;
		line-height: 36px;
		text-transform: uppercase;
	}
	
		#description h1 .brown {
			font-weight: bold;
			color: #655046;
		}

