/* ------------------------------------------ */
/* 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:#636361;
	background-color: #e9c473;
	background-image: url(../images/backgroundCRETE_LANDSCAPE.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper{
	margin:20px auto;
	text-align:left;
	width:900px;
	font-size:11px;
	background-color: #FFF;
}
#wrapperintro{
	margin:20px auto;
	text-align:left;
	width:760px;
	font-size:11px;
	background-color: #FFF;
}
#header{
	position:relative;
	padding-top: 20px;
}
#logo{
	position:absolute;
	height:66px;
	top:0;
	left:380px;
	z-index: 100;
}
#topsplash{
	position:absolute;
	height:66px;
	top:0px;
	z-index: 100;
	right: 6px;
}
#nasft{
	position:absolute;
	height:66px;
	top:-5px;
	left:155px;
	z-index: 100;
}
#banner{
	text-align:center;
	height:340px;
}
#bannerintro{
	text-align:center;
	height:352px;
}
#banner #flash{
	height:300px;
	overflow:hidden;
}

#menu{
	background:url(../images/fantis-menunav.png) no-repeat;
	width:900px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
}
#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:100px;
}
#content{
	position:relative;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	height:auto !important;
	/*height:270px;*/
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#leftcontent{
	width:280px;
	float:left;
	font-size: 1em;
}
#leftcontent img{
	padding-bottom:10px;
}
#center{
	width:435px;
	float:left;
}
#center .inside,#middle .inside,#middlesheet .inside,#middleglossary .inside{
	padding-top: 0;
	padding-right: 10px;
	padding-left: 17px;
}
#middle{
	width:302px;
	float:left;
	margin-bottom: 20px;
}
#middleglossary{
	width:430px;
	float:left;
	margin-bottom: 20px;
}
#middlesheet{
	width:580px;
	float:left;
	margin-bottom: 20px;
}

#recipepage{
	width:580px;
	float:left;
	margin-bottom: 20px;
}
#right{
	width:278px;
	float:right;
	text-align:left;
}

#right .inside{
	text-align:right;
}

#insideleft {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0px;
}
#insideright {
	width: 192px;
	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;
	margin: 10px 0 20px 0;
	text-align:left;
}

#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;
}
.footerintro {
	color:#666;
	font-size:1.1em;
	margin-right: 20px;
	float: right;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 110px;
}
.footerintro img {
	color:#666;
	margin-right: 5px;
	float: right;
	display: block;	
}
.footerintro a{
	outline: none;
	float: right;
	text-align: right;
}
.footerintro a img{
}


/* 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;
	line-height: 1.5em;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
/*.categories a {
	color: #48546A;
	text-decoration: none;
	margin-top: -1px;
	margin-right: -3px;
	margin-bottom: -1px;
	margin-left: -3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 100%;
	display: block;
}

.categories a:active {
	background: #E2E2D2;
}

.categories a:visited {
	background: #E2E2D2;
}

.categories a:hover {
	background: #E2E2D2;
	width: 180px;
}*/

	.categories a {
	color: #0F0;
	text-decoration: none;
	margin-top: -1px;
	margin-right: -3px;
	margin-bottom: -1px;
	margin-left: -3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	width: 100%;
	display: block;
		}
	
	
	.categories a:hover {
	color:#900;
	background-color: #9CF;
	display: block;
		}
		
		
	.categories a.selected:link, .categories a.selected:visited, .categories a.selected:active {
	/*background:url(images/featured-arrow.gif) no-repeat top center;*/
	color:#0F0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
		}

.maincat{
	color:#6F7071;
}
.subcategories{
	font-size:1em;
	color:#03C;
	cursor:pointer;
	text-transform:uppercase;
	line-height: 1.7em;
	height: auto;
	float: left;
	width: 198px;
}
.subcategories a {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;
	margin-left: -3px;
	padding-left: 3px;
}

	.subcategories a:hover {
	color:#900;
	display: block;
		}
.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: #7186AB;
	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: #9CF;
}
.customer a:hover img{
}

.customervert{
	display: block;
}
.customervert a{
	outline: none;
	float: right;
	margin-left: 14px;
	display: block;
	margin-bottom: 10px;
}
.customervert a img{
}
.customervert a .namevert{
	background-color: #7186AB;
	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{
	background: #ffefcd;
}
.customervert a:hover .namevert{
	background-color: #9CF;
}
.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:60px;
	float:right
}
.proddesp{
	width:400px;
	padding:5px 5px 10px 5px;
	/*text-transform:capitalize;*/
	margin:15px 0;
	background-color: #F3F3EE;
	color: #000;
}
p{
	font-size:11px;
	line-height:18px;
	text-align:left;
}
h2{
	font-size:1.2em;
	color: #666;
}
h3{
	font-size:12px;
	color: #333;
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
}
#title{
	color:#6F210D;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	font-family: Georgia, 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{
	border:none;
	display:block;
	width:190px;
	padding:2px;
	background-color: #EEEEE8;
}
#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;
		}
#searchform {
	height:25px;
}		
#searchform label{
	float:left;
	text-transform:uppercase;
	margin-right:5px;
	font-size:13px

}		
input#find{
	width:176px;
	height:15px;
	border:1px solid #989898;
	background:#e3e3e3;
	color:#000000;
	float:left;
	margin-right:5px;
	font-size:11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
input#go{
	width:28px;
	height:17px;
	border:1px solid #bb3c1c;
	background:#e3b34f;
	color:#ffffff;
	float:left;
	font-size:11px;
	padding:0;
}		
