@charset "utf-8";
/* CSS Document */
/* layout */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	margin:0;
	padding:0;
	background-color:#333;
}
a {
	outline:none;
	color:#FFF;
	text-decoration: none;
}
img{
	border:none;
}
#wrap {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background:  url(../images/content_bar.jpg);
}
#header {
	padding:0;
	margin:0px;
	height: 272px;
	border:none;
	background:  url(../images/header.jpg) no-repeat;
}
/*==============leftcolumn================*/
#leftcolumn {
	margin-top:-53px;
	float:left;
	width:279px;
}
#leftcolumn img{
	padding-left:30px;
}
#leftcolumn ul {
	margin:0;
	list-style: none;
	font-size:14px;
	padding:20px 0 20px 30px;
}
/*navigation*/
#navigation {
	background-image:url(../images/round.jpg);
	background-repeat: no-repeat;
	background-position:right top;
	background-color: #C2B49A;

}
#navigation li {
	padding:3px 3px 3px 8px;
	margin:0px 20px 10px 0px;
	border-left-style:solid;
	border-bottom-style:solid;
	border-color: #BF2026;
	border-width:thin;
}
#navigation a {
	display:block;
	background: url(../images/dots.jpg) no-repeat;
	background-position:  top right;
	color: #bf2026;
}
#navigation a:hover {
	color:#511D0E;
	background-position: bottom right;
	

}
/*sidebar*/
#sidebar a{
	display:block;
	text-align:center;
	padding-top:12px;
	font-size: 11px;
	font-weight: bold;
}
#order a{
	text-indent:25px;
	width:190px;
	height:60px;
	background-image:url(../images/orderbook.jpg);
}
#order a:hover
{
	background-position: 0 -83px;
}
#goodlife a{
	text-indent:40px;
	width:190px;
	height:59px;
	background-image:url(../images/goodlife.jpg);
}

#goodlife a:hover
{
	background-position: 0 -68px;
}
/*==============rightcolumn================*/

#rightcolumn {
	float:right;
	width:621px;
	padding-bottom:30px;

}
#rightcolumn p {
	margin:  5px 0 8px 20px;
}
#rightcolumn h2{
	font-size:14px;
	margin:  10px 0 0 20px;
}
#rightcolumn span{
	font-size:110%;
}
#graphic {
	float:right;
	width:300px;
	margin:20px 0px;
}
#graphic img.recipe {
	margin-left:50px;
}

/*==============footer================*/
#footer {
	height: 45px;
	clear: both;
	background-color: #111b22;
}
#footer p {
	margin:10px 30px 10px;
	font-size:10px;
	text-align: right;
	font-weight:bold;
}
#footer a{
	text-decoration:underline;
}
#footer img{
	/*padding:0;
	margin:0;
	border:none;
	outline:none;
	 to fix bug in IE*/
	position:relative;
	top:-5px;

}
