/*==========================
author: Adrian Trif 
http://minuspink.com
==========================*/

*		{ margin: 0; padding: 0; }
.clear	{ clear: both; }
.fleft	{ float: left; }
.fright { float: right; }
a img	{ border: 0; }

body
{
	background: #432e20 url("images/bg.gif") no-repeat 50% 0%;
	font: normal 12px/1.5 Helvetica, Arial, Verdana, sans-serif;
}
#wrapper_outer
{
	width: 878px;
	margin: 45px auto 0;
	background: #fff url("images/slice_bottom.gif") repeat-x 0% 100%;
	border: 3px solid #aba09a;
}
#wrapper
{
	width: 858px;
	padding: 20px 10px;
	min-height: 650px;
	_height: 650px;
	background: url("images/slice_top.gif") repeat-x;
}
#header
{
	width: 838px;
	padding: 0 10px;
	height: 120px;
}
	#header h1 a
	{
		display: block;
		float: left;
		width: 280px;
		height: 80px;
		margin: 7px 0 33px 0;
		background: url("images/medawar_logo.gif") no-repeat;
		text-indent: -9999px;
	}
	#header #topnav
	{
		display: block;
		float: right;
		width: 500px;
		height: 25px;
		margin: 55px 0 40px 8px;
		font-family: "Times New Roman", Times, serif;
		font-size: 15px;
		font-weight: bold;
		list-style: none;
	}
		#header #topnav li
		{
			float: left;
			padding: 0 10px;
			background: url("images/nav_separator.gif") no-repeat 100% 10px;
		}
		#header #topnav li a
		{
			text-decoration: none;
			color: #857973;
		}
		#header #topnav li.active a,
		#header #topnav li a:hover
		{
			color: #463933;
		}
		#header #topnav li.last
		{
			background: none;
			padding-right: 0px;
		}
		#header #topnav li.last-active
		{
			background: none;
			padding-right: 0px;
			color: #463933;
		}
#content
{
	width: 858px;
	font: normal 12px/1.8 Helvetica, Arial, Verdana, sans-serif;
	color: #462e1e;
}
	#content p
	{
		margin: 0 0 10px;
	}
	#content p a
	{
			color: #857973;
	}
	#leftcol
	{
		float: left;
		width: 300px;
		margin-left: 10px;
	}
	#rightcol
	{
		float: right;
		width: 520px;
		margin-right: 10px;
	}
		#rightcol h2
		{
			margin: 0 0 10px;
			font: 300 normal 24px/1.5 georgia, serif;
		}
	#home_content
	{
		width: 858px;
	}
		#home_content #top_image
		{
			border: 4px solid #aea199;
		}
			#top_image img
			{
				border: 1px solid #cccacb;
			}
		#home_content #tradition
		{
			width: 858px;
			padding: 15px 0 5px;
			font: 300 italic 20px/1.7 georgia, serif;
			color:#990000;
			text-align: center;
		}
		#home_content #featured_products
		{
			width: 858px;
		}
			#featured_products .featured
			{
				float: left;
				width: 365px;
				height: 81px;
				padding: 25px;
				border: 4px solid #aea199;
				font: 300 normal 14px/1.5 georgia, serif;
				overflow: hidden;
				color: #7d7b7b;
			}
			#featured_products .featured h2
			{
				font: 300 normal 17px/1.2 georgia, serif;
				color: #000;
			}
			#featured_products .featured .more
			{
				padding-left: 12px;
				font-weight: bold;
				text-decoration: none;
				background: url("images/arrow_more.gif") no-repeat 0px 3px;
				font-size: 11px;
				color: #000;
			}
			#featured_products #gifts
			{
				margin-right: 12px;
				background: #fff url("images/bg_gifts.gif") no-repeat 100% 0%;
			}
			#featured_products #surprise
			{
				background: #fff url("images/bg_surprise.gif") no-repeat;
				text-align: right;
			}
#footer
{
	width: 824px;
	height: 30px;
	padding: 10px 40px 0;
	margin: 0 auto 45px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #857973;
}
	#footer span
	{
		padding-left: 40px;
	}