@charset "utf-8";

/*

Santa Rita CSS Document 
ver	:	2010/03/02

*/

/* base --------------------------------------------- */

p {
	margin:0;
	line-height:1.2em;
}

a{	
	outline: none;
	text-decoration:none;
}

a:link{
	color:#333;
}

a:visited{
	color:#333;
}

a:hover{
	text-decoration:none;
	color:#333;
}

p a{
	padding:0;
	text-decoration:none;
}

img{
	margin:0;
	padding:0;
	border:none;
}

/* wrap --------------------------------------------- */

#container-recipe{
	width: 100%;
	height: auto;
	background:url(../img/common/background.jpg) repeat-x top left;
	margin: 0;
	padding:0;
	font-size: 85%;
	background-color:#6B4F39;
	padding-bottom: 25px;
}

#container-recipe #container-inner{
	width: 950px;
	margin: 0px auto;
	padding:25px 0 0 0px;
}

#container-recipe #wine-top{
	display: block;
	text-align: right;
	padding: 10px 7px 7px 0;
}

/* header --------------------------------------------- */
#container-recipe #header-recipe{
	background:url(../img/common/header_bg.jpg) no-repeat left top;
	width:950px;
	height:84px;

}

#container-recipe  #header-recipe #title{
	padding: 16px 0 0 35px;
	width: 154px;
	float: left;
}

#container-recipe  #header-recipe #back{
	text-align: right;
	padding: 20px 30px 0px 0px;
	width: 201px;
	float: right;
}

#container-recipe #header-recipe #index{
	padding: 110px 30px 0px 30px;
}

#container-recipe #header-recipe #navigation{
	background-color: #4A1618;
	margin: 0 30px;
}

#container-recipe #header-recipe #navigation-inner{
	padding: 17px 20px;
	background-color: #FFFFFF;
	margin: 0 20px;
}

#container-recipe #header-recipe #navigation	a{
	margin: 0px 10px;
}

#container-recipe #header-recipe #navigation .top{
	padding: 0 0 0 200px;
}

/* content --------------------------------------------- */

#container-recipe #content{
	background:url(../img/list/common/list-repeat.jpg) repeat-y left top;
	width:950px;
}

#container-recipe #content-inner{
	margin:0 50px;
	width:850px;
	background-color: #FFFFFF;
	text-align: left;
	overflow:auto;
	content: " "; 
	clear: both; 
	display: block; 
}


* html #container-recipe #content-inner{
	margin:0 50px;
	width:850px;
	background-color: #FFFFFF;
	text-align: left;
}

#container-recipe #flash_area{
	background:url(../img/common/flash_bg.jpg) no-repeat top left;
	padding:0 20px;
	width:910px;
	height:768px;
}

/* footer --------------------------------------------- */
#container-recipe #page-top{
	margin: 0 10px;
	padding: 10px 10px;
	background-color: #4A1618;
	text-align: right;
}



/* new clearfix --------------------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

