/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* {
	padding: 0;
	list-style:none;
	margin: 0;
}
html { overflow-y: scroll; }

a { outline: none; }
a img { border: none; }
img{ border:none}
a{ text-decoration:none}
/* END RESET */
/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatleftimg{
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 3px;
}
.floatright { float: right; }
.floatrightimg {
	float: right;
	margin-left: 10px;
}
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


/* PNG Fix. A few select DIVS is all IE can handle without freezing. http://browsehappy.com */
#featured div, #footer ul li, .breadcrumbs, .navigation, #featured-articles-label {
	behavior:url(/css/iepngfix.htc);
}

body{
	margin:0;
	padding:0;
	font-family:"Lucida Grande", sans-serif;
	font-size: 11px; /* Resets 1em to 10px */
	color:#333;
	background-color: #000;
}
#wrapper{
	margin:20px auto;
	text-align:left;
	width:900px;
	font-size:11px;
	background-color: #FFF;
}
#header{
	position:relative;
	padding-top: 20px;
}
#logo{
	position:absolute;
	height:66px;
	left:20px;
	z-index: 100;
	top: 345px;
}
#banner{
	text-align:center;
	height:420px;
}

#banner #flash{
	height:320px;
	overflow:hidden;
}

#menu{
	background:url(../images/fantis-menunav.png) no-repeat;
	width:900px;
	height:70px;
	position:absolute;
	left:0;
	text-align:left;
	z-index: 120;
	top: 0px;
}
#menu ul{
	padding-left:24px;
	
}
#menu li{
	float:left;
	padding-top:32px;
}
#menu a h1{
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
	color:#7A5222;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 8px;
	font-style: normal;
	line-height: normal;
	vertical-align: middle;
}
#menu li a h1:hover {
	color : white;
}
li.login{
	margin-left:175px;
	background-color: #62A294;
}
#content{
	position:relative;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	height:auto !important;
	padding-bottom: 10px;
}
#leftcontent{
	width:280px;
	float:left;
	font-size: 1em;
}
#leftcontenttext{
	width:582px;
	float:left;
}
#leftcontenttext img{
	float:left;
	margin-right: 10px;
}
#leftcontentright{
	width:280px;
	float:left;
}
#leftcontentright p {
	margin:0px;
	line-height:18px;
	text-align: right;
	font-size: 11px;
}

#leftcontent img{
	padding-bottom:5px;
}
#center{
	width:435px;
	float:left;
}
#center .inside,#middle .inside{
	padding-top: 0;
	padding-right: 10px;
	padding-left: 17px;
}
#middle{
	width:302px;
	float:left;
	margin-bottom: 5px;
}
#center .inside,#middle .inside{
	padding-top: 0;
	padding-right: 10px;
	padding-left: 17px;
}

#recipepage{
	width:580px;
	float:left;
	margin-bottom: 20px;
}
#right{
	width:278px;
	float:right;
	text-align:left;
}

#right .inside{
	text-align:left;
}

#insideleft {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0px;
}
#insideright {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0px;
}

#right .img1{
	margin-right:5px;
}
#rightcontent{
	width:133px;
	float:right;
}
#rightcontent img,#rightmiddle img{
}

#footer{
	clear:both;
	display:block;
	padding-top:5px;
	text-align:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#footermenu {
	float:left;
	width:600px;
}

#footermenu a {
	color:#3571D1;
	font-size:11px;
	font-weight: bold;
	padding-right: 20px;
}

#footermenu a.high {color:#333; font-size: 11px;}

#footercopyright {
	/* float:right; */
	width:348px;
	color:#666;
	font-size:1.1em;
	text-align:left;
	margin-left: 20px;
}

/* Featured
/* -------------- */
#featured-navigation p {
	line-height:20px;
	font-size: 14px;
	font-family: Georgia, Serif;
	font-style: italic;
	display: inline;
	color: #999;
}

#featured-right p {
	margin:0px;
	color:#636259;
	line-height:14px;
	font-size: 10px;	
}

.author {
	margin:23px 0 0 0; padding:1px;
	font:bold 1em Georgia, "Times New Roman", Times, serif; color:#817760;
	display:block;
}

	.author a {
		color:#d05d2b;
	}

.date {
	margin:0;
	padding:3px 0;
	color:#900;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

.continue-reading, .continue-reading-dyanmic {
	margin:293px 0 0 12px; padding:0;
	width:152px; height:39px;
	background:url(images/continue-reading.gif) no-repeat top center;
	text-indent:-9999px; display:block; outline:0;
	position:absolute;
}

	.continue-reading-dyanmic {
		margin:385px 0 0 22px; padding:0;
	}



.categories{
	float:left;
	width:180px;
	text-transform:uppercase;
	font-size:1.2em;
	margin-right:8px;
	cursor:pointer;
	clear: left;
}
.maincat{
	color:#6F7071;
}
.subcategories{
	font-size:1em;
	color:#58595b;
	cursor:pointer;
	text-transform:uppercase;
	line-height: 1.6em;
	height: auto;
	float: left;
	width: 198px;
}
.products{
	color:#6F7071;
	cursor:pointer;
	width:412px;
	/*background-color:#00FFFF;*/
	clear:both;
	padding:0;
	margin:0;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.highlight{
	color:#383022;
}
.breadcrum{
	display:inline;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
}
.breadcrum a{
	color:#909092; 
}

.breadcrum a:hover, .highlight{
	color:#383022;
}	

#path{
	position:absolute;
	top:-15px;
	font-size:1em;
	text-transform:uppercase;
	height: 20px;
	padding-right: 10px;
	left: 320px;
}
.handle{
	cursor:default
}

.customer{
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.customer a{
	outline: none;
	display: block;
}
.customer a img{
}
.customer a .name{
	background-color: #AB8D5D;
	font-size:12px;
	color:#FFF;
	font-family: "Lucida Grande", sans-serif;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 0px;
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
	text-transform: uppercase;
}
.customer a:hover{
	background: #ffefcd;
}
.customer a:hover .name{
	background-color: #D89832;
}
.customer a:hover img{
}

.customervert{
	display: block;
}
.customervert a{
	outline: none;
	float: right;
	/*margin-left: 5px;*/
	display: block;
	/*margin-bottom: 5px;*/
}
.customervert a img{
}
.customervert a .namevert{
	background-color: #8D252D;
	font-size:12px;
	color:#FFF;
	font-family: "Lucida Grande", sans-serif;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 0px;
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
	text-transform: uppercase;
}
.customervert a:hover{
}
.customervert a:hover .namevert{
	background-color: #475F66;
}
.customervert a:hover img{
}

#heading{
	font-size:1.1em;
	color:#383022;
	padding-left:8px;
	width:400px;
	height:18px;
	line-height:18px;
	text-transform:uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-image: url(../images/santis_products_backtitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
	font-variant: normal;
}
.prodsku{
	width:70px;
	float:left;
	padding-left:5px;
}
.prodname{
	width:auto;
}
.prodsize{
	width:50px;
	float:right
}
p{
	font-size:11px;
	line-height:16px;
	text-align:left;
}
h2{
	font-size:1em;
	color: #900;
}
h3{
	font-size:14px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4{
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
}
h5{
	color: #999;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
}
#title{
	color:#6F210D;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 20px;
}
#title2{
	color:#512f0f;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:15px;
}
#address{
	float:left;
	width:175px;
	height:200px;
}
form label{
	color:#58595b;
}
form input,textarea{
	background:#e5deda;
	border:none;
	display:block;
	width:192px;
	padding:2px;
}
#submit{
	border:1px solid #cccccc;
	/*background:e5deda;*/
	width:75px;
	cursor:pointer;
	margin-top:10px;
	margin-right:100px;
}

#contactform{
	float:right;
	width:200px;
	position:relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

a{
	color:#999
}
/*a:hover {
	color :#383022;
}
*/
#loading{
	position:absolute;
	top:75px;
	left:75px;
}

.maincat a, .subcat a{
	color:#909092; 
}

.maincat a:hover, .subcat a:hover, .highlight{
	color:#383022;
}	

#rightmiddle{
	width:133px;
	float:left;
	height:200px;
	margin-left:8px;
}
#menu a.selected h1	{
	cursor:default;
	color:#FFFFFF;
}

	
	
/* 05 - FEATURED CONTENT
/* ----------------------------------------------*/
#featured {
	padding:0;
	width:560px;
	height:auto;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	float: right;
	overflow: visible;
}

	#featured-navigation {
	left:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 240px;
	float: left;
	}
	
	#featured-navigation a {
	line-height:20px;
	font-size: 14px;
	font-family: Georgia, Serif;
	font-style: italic;
	display: inline;
	color: #999;
		}
	
	
	#featured-navigation a:hover {
	color:#900;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
		}
		
		
	#featured-navigation a.selected:link, #featured-navigation a.selected:visited, #featured-navigation a.selected:active {
	/*background:url(images/featured-arrow.gif) no-repeat top center;*/
	color:#636259;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
		}

	#featured-post {
	padding:0;
	width:300px;
	height:425px;
	/*background:url(images/featured.gif) no-repeat top center;*/
	float:right;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}
	#featured-left {
	margin:0;
	padding:0;
	width:290px;
	height:auto;
	float:left;
		}
		
			#featured-articles-label {
				margin:20px 0 0 -10px; padding:0;
				width:171px; height:52px; display:block;
				/*background:url(images/h2/featured-articles.png) no-repeat top center;*/
				position:absolute; text-indent:-9999px;
			}
		
			#featured-image {
	padding:0;
	width:auto;
	height:80px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
			}
			
				.featured-image-extra {
					margin:0 8px; padding:3px 3px 5px 3px;
					width:auto; height:auto;
					/*background:url(images/feature-extra-back.gif) no-repeat top center;*/
				}
			.featured-title {
	font-family: Georgia, Serif;
	line-height:20px;
	font-size: 16px;
		}
		
		#featured-right {
	padding:0px;
	width:300px;
	height:auto;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
		}
	.redtitle {
	margin:0;
	padding:3px 0;
	color:#900;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	}
	.article {
	float: right;
	width: 340px;
	}

	ol {
	margin: 1px 0;
	list-style-position: inside;
	list-style-type: disc;
	}
			
	#featured-resources {
		margin:40px 0 0 0; padding:0;
		width:265px; height:auto;
		float:right;
	}
	
		.featured-resource {
			margin:0 2px 10px 2px; padding:3px;
			
			background:#ffffff;
			border:1px solid #cfc9b9;
			float:left;
		}
		
#right .fr p{
	float:right;
	width:250px;	
}



/* 14May2011 new styles */

#leftcontent1{
	width:180px;
	float:left;
	font-size: 1em;
}
#middle1{
	width:400px;
}
#right1{
	width:265px;
}
#leftcontentright1{
	width:160px;
}
#leftcontentright1 p {
	text-align: left;
}



#middle1 .inside{
	padding-top: 0;
	padding-right: 10px;
	padding-left: 17px;
}
#middle1{
	float:left;
	margin-bottom: 5px;
}
#middle1 .inside{
	padding-top: 0;
	padding-right: 10px;
	padding-left: 17px;
}
#right1{
	float:right;
	text-align:left;
}

#right1 .inside{
	text-align:left;
}
#right1 .img1{
	margin-right:5px;
}
#leftcontentright1{
	float:left;
}
#leftcontentright1 p {
	margin:0px;
	line-height:18px;
	text-align: right;
	font-size: 11px;
}

#leftcontent1 img{
	padding-bottom:5px;
}
#leftcontentright1 p {
	margin:0px;
	line-height:18px;
	text-align: right;
	font-size: 11px;
}
#right1 .fr p{
	float:right;
	width:250px;	
}


.fr h2{
	padding-left:10px;
}

.small *{
	font-size:10px;	
}
.small h2{
	font-size:11px;	
}
#leftcontentright1 {
	width:180px;	
}
#leftcontentright1 p {
    text-align: left;
}
#leftcontent img {
	padding-bottom:0;	
}


#middle h4{
	font-size:11px;	
	font-weight:normal;	
}
