*{
	margin: 0;
	padding: 0;
}

.clearfix{
	zoom : 1;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


body{
	font-family:  verdana, helvetica, arial, sans-serif;
	font-size:  10px;
	line-height: 14px;
	color:  #333;
	background-color: #CEC7AE;
	text-align: center;
}

sup {
font-size: 8px;
font-family:  verdana, helvetica, arial, sans-serif;
vertical-align: super;
}

/****************************************************************/
/* 1. BLOCKS  */
/****************************************************************/
.spaceroo{
	clear:  both;
	line-height: 0;
	font-size:  0;
	height:  0;
}

#wrapper{
	width: 725px;
	margin: 40px auto 0 auto;
	text-align: center;
	/* border: 1px solid blue; */
}


#siteTop{
	/* rounded top edge */
	height: 25px;
	background-image: url(images/bgTop.jpg);
	background-repeat: no-repeat;
}

#siteMid{
	/* middle area of site */
	text-align: left;
	background-image: url(images/bgMid.jpg);
	background-repeat: repeat-y;	
	width: 730px;
}
#siteMid_home{
	/* middle area of site */
	text-align: left;
	background-image: url(images/bgMid_home.jpg);
	/*width:730px;*/	
	height:313px;
	border: 0px solid blue;
}
#homeLeftCol {
	border: 1px solid green;
}
#homeRightCol {
	border: 1px solid green;
}
#rightCol{
	/*width: 450px;*/
	width: 450px;
	float: right;
	/* border: 1px solid green; */
}
#fabricpotHeader {
	width: 158px; 
	height: 26px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/fabricpot_header.gif);
}


#siteBtm{
	/* rounded bottom edge */
	height: 20px;
	background-image: url(images/bgBtm.jpg);
	background-repeat: no-repeat;
	border:0px solid green;

}

#content{
	
	padding: 0 0 20px 0;
	/*  border: 1px solid purple;*/
}
/*#content p{
	margin: 0px 0px 20px 0px;
}*/

#inner{
	/*height:313px;*/
	padding: 0 35px; /* 35 for padding */
	margin: 0 12px; /* 12px to allow for shadow - done separetely for bottom border hack */
	clear: both;
	border: 0px solid green;
}

#footer{
	color: #7a6645;
}

#homeIntro{
	width: 375px;
	float: left;
	text-align: center;
	padding: 0 0 20px 0;
	border: 0px solid blue;
}




.dateInfo{
	/* left hand side of news/press articles */
	width: 80px;
	float: left;
	text-align: center;
	
}

.article{
	/* right hand side of news/press articles */
	width: 360px;
	float: right;
	border-left: 1px solid #a3875b;
}

.productGroupLarge{
float:left;
width:262px;
border: 0px solid pink; 
}
.productGroupSmall{
float:right;
width: 170px;
border: 0px solid pink;
margin-bottom: 5px;
}

.paypalNote {
width: 460px;
border: 0px solid green;
}


/****************************************************************/
/* 2.  TEXT  */
/****************************************************************/

h1{
	color: #a3875b;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 10px 0;
}


h2{
	/* for page sub-headings */
	background-color: #A89A76;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	margin: 0 0 12px 0;
}

h3{
	/* product titles etc */
	color: #5f7ba4;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}
#mothersDay {
	color: #5f7ba4;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin-top:10px;
	border: 0px solid blue;
}

#productList h3{
	color: #a89a76;
	font-size:18px;
}

h4{
	color: #398e37;
	padding: 10px 0;
}

h5{
	/* news /press headlines */
	color: #5f7ba4;
	font-size: 16px;
}

h3 span{
	color:  #333;
	font-size:  10px;
	font-weight: normal;
}
#homeIntro h1{
  width: 100%;
  padding: 15px 0;
/*padding: 20px 0 40px 0px;*/
	float: left;
	color: #a3875b;
	font-weight: bold;
	font-size: 18px;
	border: px solid pink;
}

#homeIntro p{
	text-align: left;
	color: #7a6645;
	line-height: 15px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	border: 0px solid green;
}


p.more, #homeIntro p.more{
	text-align: right;
	padding: 5px 0px 0px 0px;
}
#fabricPotsHome {
	float: right;
	margin: 200px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
}

ul.infoList h3{
	padding-top:  0;
}
ul.infoList P{
  margin: 0px 0px 8px 0px;
	border: 0px solid green;
}

.article p, .article h5{
	padding: 0 10px 5px 10px;
}

.dateInfo p{
	text-align: center;
	padding-bottom: 2px;
}

.month{
	color: #5f7ba4;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	
}

.day{
	color: #90754A;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
}

.year{
	background-color: #ddd4b7;
	color: #ffffff;
	font-size: 14px;
}

.intro{
	margin: 0 0 20px 0;
}

/****************************************************************/
/* 3. IMAGES  */
/****************************************************************/
img{
	border: none;
}
.logo{
	text-align: left;	
	position: relative;
	top: -30px;
	left: 0px;
	float: left;
}

img.homeIntro{
	float: left;
	margin: 30px 0 0 60px;
	
}


/****************************************************************/
/* 4. LISTS  */
/****************************************************************/
#subMenu{
	width: 130px;
	float: left;
	/* border: 1px solid pink; */
}
#details #subMenu h2 {
	/* for page sub-headings */
	width: 90px;
	background-color: #A89A76;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding: 2px 5px;
	margin: 0 0 12px 0;
}

#products #subMenu h2 {
	/* for page sub-headings */
	width: 90px;
	background-color: #A89A76;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px 5px;
	margin: 0 0 12px 0;
}
 
 #subMenu ul{
	list-style-type: none;
}

#subMenu li{
	margin: 0 0 12px 0;
}

/*
ul.productList li{
	list-style-type: none;
	width: 150px;
	float: left;
	padding-bottom: 20px;
	border: 1px solid red;
}

ul.productList p, ul.productList a{
	margin-right: 35px;
}
*/

ul#productList{
	margin-top: 20px;
	border: 0px solid green;
}

ul#productList li{
	list-style-type: none;
	padding-bottom: 20px;
	
	/*width: 450px;
	float: left;*/
	
	border: 0px solid blue; 
}

ul#productList p, ul.productList a{
	margin-right: 35px;
}

ul.infoList li{
	list-style-type: none;
	padding-bottom: 20px;
	
}



/****************************************************************/
/* 5. LINKS  */
/****************************************************************/
a{
	text-decoration: none;
	font-weight: bold;
	color: #7a6645;
}

#subMenu a{
	color: #7a6645;
	font-size: 11px;
	padding: 2px 5px;
}

#subMenu a:hover{
	background-color: #CEC2A3;
}

#subMenu a.current{
	background-color: #CEC2A3;
}

#subMenu #frusto a.frusto, #subMenu #silo a.silo, #subMenu #fabric a.fabric{
	background-color: #CEC2A3;
}

#products .frusto a.frusto, #products .silo a.silo{
	background-color: #CEC2A3;
}


a.thumb{
	padding: 2px;
	background-color: #FFFFFF;
	border: 10px solid #A89A76;
	display: block;
}



.more a {
	color: #547e5c;
	background-image: url(images/nextarrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	
}

#navBottom a{
	color: #574931;
}

.choice {
	padding: 20px;
	margin: 10px 200px 10px 40px;
	border: 0px solid green;
}

/****************************************************************/
/* 6. NAV  */
/****************************************************************/

#navTop{
	width: 450px;
	float: right;
  	color: #ffffff;
	font-size: 9px;
	padding: 10px 0 20px 0;
	/* border: 1px solid green; */
}
#navBottom{
	font-size: 9px;
	color:white;
	background-color: #90754A;
	background-image: url(images/bgMenu.jpg);
	background-repeat: repeat-y;
	padding: 10px 0 5px 0;
	border: 0px solid green;
}


#nav a, #nav a:visited {font-family:verdana,arial,sans-serif;  text-decoration:none; font-weight:norm; background:none; margin: 5px 5px 5px 0;}
#nav a:hover {color:#000;}

#home #nav a#nav_home, #details #nav a#nav_details, #products #nav a#nav_products,  #about #nav a#nav_about, #policies #nav a#nav_policies {color:#000;font-weight:bold;}


.paypalInfo {
	width: 150px;
	margin: 5px 0px 0px 0px;
	font-family:verdana,arial,sans-serif;
	border: 0px solid green;
	text-decoration:none; 
	font-weight:norm; 

}

#fabricPotLogo {
	position: relative;
	top: 100px;
	left: 565px;
	width: 94px;
	height: 40px;
	background-image: url(images/fabricpotlogo_home.gif);
}


#news {
	width: 450px;
	text-align: left;
	margin: 50px 0px 0px 150px;
}


a.contentLink:link {font-family:verdana,arial,sans-serif; color:#319a36;background-color:none;text-decoration:none; font-weight:bold; padding:2px;}
a.contentLink:visited {font-family:verdana,arial,sans-serif; color:#319a36;background-color:none;text-decoration:none; font-weight:bold; padding:2px;}
a.contentLink:active {font-family:verdana,arial,sans-serif; color:#319a36;background-color:none;text-decoration:none;font-weight:bold;padding:2px;}
a.contentLink:hover {font-family:verdana,arial,sans-serif; color:#000;background-color:none;text-decoration:none;font-weight:bold;padding:2px;}




