@charset "UTF-8";
/* CSS Document */
/***PIE IN THE SKY CSS 

RED:  #C92E37;
DARK DARK BROWN:  #353535;
LIGHT ORANGE:  #F0D196;
LIGHT BROWN:  #C48946;

****/

div, span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:inherit;
	font-style:inherit;
	font-size: 100%;
	font-family: inherit;
	text-align:left;
	vertical-align: baseline;
	background-color: #FFFFFF;
	color:#353535;
	
	
}


html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:inherit;
	font-style:inherit;
	font-size: 100%;
	font-family: inherit;
	text-align:left;
	vertical-align: baseline;
	background-color: #F0D196;
	color:#353535;
	
	
}



body {
margin: 0;
padding: 0;
color: #000000;
background: #F0D196;
background: url(../images/pies/back_pies.gif) repeat-x top;
text-align:left;

}


/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000000;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #FFFFFF;
  margin: 0 auto 0 100px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width: 850px;
  height:auto;
  
  
}
#outerWrapper #header {
  height: 114px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background: url(../images/pies/back_pies.gif) repeat-x top;

}
#outerWrapper #colorbar {
  height: 20px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color:#C92E37;
}
#outerWrapper #contentWrapper {
	background-color:#FFFFFF;
  height: auto !important;
  border-left:1px #000000 solid;
  border-right:1px #000000 solid;
  min-height:650px;

}


#outerWrapper #contentWrapperCart {
	background-color:#FFFFFF;
  height: auto !important;
  border-left:1px #000000 solid;
  border-right:1px #000000 solid;
  min-height:800px;

}

#outerWrapper #contentWrapperHome {
		background-color:#FFFFFF;

  min-height:1250px;
  height: auto !important;
  border-left:1px #000000 solid;
  border-right:1px #000000 solid;

}


#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #FFFFFF;
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 14em;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapperHome #leftColumn1 {
  background-color: #FFFFFF;
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 14em;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */



#outerWrapper #contentWrapper #content {
		background-color:#FFFFFF;

  margin: 0 0 0 16em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height: auto !important;

}


#outerWrapper #contentWrapperCart #contentcart {
	
		background-color:#FFFFFF;

width:800px;
  margin: 0 0 0 16em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height: auto !important;

}


#outerWrapper #contentWrapperHome #content {
		background-color:#FFFFFF;

  margin: 0 0 0 16em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height: auto !important;

}


#outerWrapper #contentWrapper #content  #widget {
	 float:left;	
	 	background-color:#FFFFFF;

  padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 240px;
  height: auto !important;
  min-height: 300px;
  height: 300px;
  float:left;

}


#outerWrapper #contentWrapperHome #content  #widget {
	 float:left;	
	 	background-color:#FFFFFF;

  padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 240px;
  height: auto !important;
  min-height: 300px;
  height: 300px;
  float:left;

}

  
  

#outerWrapper #footer {
  background-color: #353535;
  padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapperHome #footer {
  background-color: #353535;
  padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/*******WIDGETS******/


#outerWrapper #contentWrapperHome #belowfold {
	background-color:#FFFFFF;
  margin: 0 0 20px 0; 
  padding: 0 0 0 0 ;
  height: auto !important;
}







/******** content-bottom *************************************/
#outerWrapper #contentWrapperHome #belowfold  #widget dl {
		width: 240px;
		margin: 0 0 20px 15px;
		padding: 0;
		background:#FFFFFF url(../images/box_bottom.gif) no-repeat bottom left;
						min-height:350px;

		}

#outerWrapper #contentWrapperHome #belowfold  #widget	dt {
		margin: 0 0 10px 0;
		padding: 10px;
		font-size: 16px;
		color: #ffffff;
		background:#C92E37 url(../images/box_top.gif) no-repeat top left;
		font-family:Arial, Helvetica, sans-serif;

		}
	
#outerWrapper #contentWrapperHome #belowfold  #widget	dd {
		margin: 0 0 0 8px;
		padding: 0 10px 10px 10px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size: 90%;
		  background-color: #FFFFFF;

	
		}


		
	#blue dt {
		background-color: #69c;
		}
	
	#blue {
		background-color: #9cf;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #9c6;
		}
	
	#green {
		background-color: #cf9;
		}
		


								
	

	/* // slider */													


#navrow{background-color: #FFFFFF;  text-align:left; color: #666666; display: block; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-style: normal; font-weight:normal;  height: auto;  line-height: 25px;  margin: 0 0 0 10px; margin-left:10px;  padding: 5px 10px 5px 5px;  text-decoration: none; width: 180px; border-bottom: 1px solid #cccccc;  
}

#navrow:hover{ background-image: none; background-position: right 50%; background-repeat: no-repeat;  border-bottom-style: none;  text-align:left; color: #FFFFFF; display: block; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-style: normal; font-weight:normal;  height: auto;  line-height: 25px;  margin: 0 0 0 10px; margin-left:10px;  padding: 5px 10px 5px 5px;  text-decoration: none; width: 180px; background-color: #c48946;
 
}

#navrow_active{background-color: #FFFFFF; background-image: none; background-position: right 50%; background-repeat: no-repeat;  border-bottom-style: none;  text-align:left; color:#666666; display: block; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight:normal;  height: auto;  line-height: 25px;  margin: 0 0 0 10px; margin-left:10px;  padding: 5px 10px 5px 5px;  text-decoration: none; width: 180px;    background-color: #89C5DE;
 
}


#contentbox {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 16px;
}
/* Hides from IE-mac \*/
* html #contentbox  {
	padding-right: 16px;
}
/* End hide from IE-mac */


#fontnav {
	margin-bottom: 18px;
	border-top:1px solid #d8d5d2;
	border-bottom:1px solid #d8d5d2;
	width:570px;
}
#fontnav ul {
	padding: 0; margin: 0;
	list-style: none;
	height: 21px;
}
#fontnav li {
	padding: 2px 8px; margin: 0;
	float: left;
}
#fontnav span {
	color: #FFF;
}


#fontstagetext {
	border-top:1px solid #d3cabb;
	border-bottom:1px solid #d3cabb;
	margin: 0 0 10px 0;
		width:570px;

}
.slidenav {
	margin-right: 6px;
}
	
#fontstage {
	clear:none;
}
	
	
	
}
#fontstagenav {
	font-family: Verdana,sans-serif;
	font-weight: Bold;
	color:#dcd6ca;
	text-align:right;
	width:570px;
}


#fontcontent {
	float:left;
	width: 350px;
	margin-right:10px;
	min-height:600px;
}
#fontcontent a {
	border-bottom: 1px #bbb dotted;
	color: #888;
}
#fontcontent .nodots {
	border: none;
}
#fontcontent a:hover {
	color: #66f;
}
#fontcontent img {
	margin: 0 0 0 8px;
	}
#fontcontent p {
	font-family: Lucida Grande,Lucida Sans,Verdana,Georgia,Helvetica,Arial;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 9px 8px;
	}
#fontcontent .subhead {
	font-family: Georgia,Verdana,Lucida Grande,Lucida Sans;
	font-weight: Bold;
	font-size: 15px;
	line-height: 19px;
	}
#fontcontent .overview_intro {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 8px;
	}
#fontcontent .style_caption {
	color: #808080;
	margin: -4px 0px 5px 8px;
	font-size: 9px;
	}

#fontcontent .feature_intro {
	/* Main headline on feature pages*/
	font-family: Georgia,Verdana,Lucida Grande,Lucida Sans;
	font-weight: Bold;
	font-size: 15px;
	line-height: 19px;
	padding: 12px 0 0 0;
	}
#fontcontent .smallsubhead {
	/* Subhead headline on feature pages*/
	font-weight: Bold;
	font-size: 13px;
	margin: 0 0 6px 8px;
	}
#fontcontent .whatsinsidesmallsubhead {
	/* Subhead headline on what's inside pages*/
	font-weight: Bold;
	font-size: 13px;
	margin: 40px 0 6px 8px;
	border-top:1px solid #d8d5d2;
	padding: 10px 0px 6px 0px;
	}
#fontcontent .overviewsmallsubhead {
	/* Subhead headline on feature pages*/
	font-weight: Bold;
	font-size: 13px;
	margin: 15px 0 6px 8px;
	}
#fontcontent .featureimage {
	padding: 27px 0px 17px 0px;
	}
#fontcontent .featureimage-first {
	padding: 22px 0px 17px 0px;
	}
#fontcontent .featureimage-firstplusheader {
	padding: 12px 0px 17px 0px;
	}

/* features Sidebar */
.feature_name {
	margin-left: 16px;
	font-size: 10px;
}
.feature_text {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;}
.feature_text_history {
	line-height: 12px;
	font-size: 75%;
	color: #707070;
}
.feature_notes {
	display: block;
	font-size: 75%;
	margin-top: 5px;
}
.fontpackage .feature_notes {
	color: #B0B0B0;
}
.fontpackage_selected .feature_notes, .fontpackage_firsttime .feature_notes {
	color: #707070;
}
.fontpackage a:hover>.feature_notes, .fontpackage_firsttime a:hover>.feature_notes {
	color: #707070;
}

/* Styles Sidebar */
#fontsidebar {
	margin-bottom:10px;
	float:left;
	width: 200px;
}
#fontsidebar_features img, #fontsidebar_packages img, #fontsidebar_related img {
	margin-bottom: 3px;
}
#fontsidebar_features a, #fontsidebar_packages a, #fontsidebar_related a {
	display: block;
	padding: 8px 14px 7px 12px;
}
#fontsidebar_features div, #fontsidebar_packages div, #fontsidebar_related div {
	margin-bottom: 3px;
}

/* SIDEBAR FIXES */
/* first items */
.nonmodal-item a {
	background: #F3F1ED url(../images/pies/nonmodal-item.gif) no-repeat;
	border: 1px solid #F3F1ED;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #E8E6E2;
	color: #000;
	text-decoration:none;
}
.nonmodal-item a:hover {
	background: #E8E6E2 url(../images/pies/nonmodal-item_hover.gif) no-repeat;
	border: 1px solid #E8E6E2;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #D0D0D0;
		text-decoration:none;

}

/* ie hacks for sidebars */
#fontsidebar_packages, #fontsidebar_features, #fontsidebar_related, .specialoffer, #fontsidebar form {
	margin-bottom: 20px;
}



/************************SLIDER**************************************/
 div#top div#nav{
  float:left;
  clear:both;
  width:993px;
  height:52px;
  margin:22px 0 0;
  background:url url(../images/pies/nav-bg.png) 0 0 no-repeat;
 }
  div#top div#nav ul{
   float:left;
   width:570px;
   height:52px;
   list-style-type:none;
  }
   div#nav ul li{
    float:left;
    height:52px;
   }
    div#nav ul li a{
     border:0;
     height:52px;
     display:block;
     line-height:52px;
     text-indent:-9999px;
    }



div#slideheader{

 margin:-1px 0 0;

}
 div#slideheader div.wrap{
  height:350px;

  background:url(../images/pies/header-bg.png) 50% 0 no-repeat;

 }

div#slideheader div#slide-holder{

  z-index:40;

  width:570px;

  height:350px;

  position:absolute;

 }

div#slideheader   div#slide-holder div#slide-runner{

   top:9px;

   left:9px;

   width:570px;

   height:320px;

   overflow:hidden;

   position:absolute;

  }

div#slideheader  div#slide-holder img{

   margin:0;

   display:none;

   position:absolute;

  }

div#slideheader  div#slide-holder div#slide-controls{
top:270px;
   left:0;

   bottom:228px;

   width:570px;

   height:46px;

   display:none;

   position:absolute;

   background:url(../images/pies/slide-bg.png) 0 0;

  }

 div#slideheader div#slide-holder div#slide-controls p.text{

    float:left;

    color:#fff;

    display:inline;

    font-size:10px;

    line-height:16px;

    margin:15px 0 0 20px;

    text-transform:uppercase;

   }

 

div#slideheader  div#slide-holder div#slide-controls p#slide-nav{

    float:right;

    height:24px;

    display:inline;

    margin:11px 15px 0 0;

   }

div#slideheader div#slide-holder div#slide-controls p#slide-nav a{

     float:left;

     width:24px;

     height:24px;

     display:inline;

     font-size:11px;

     margin:0 5px 0 0;

     line-height:24px;

     font-weight:bold;

     text-align:center;

     text-decoration:none;

     background-position:0 0;

     background-repeat:no-repeat;

    }

div#slideheader  div#slide-holder div#slide-controls p#slide-nav a.on{

     background-position:0 -24px;

    }

div#slideheader div#slide-holder div#slide-controls p#slide-nav a{background-image:url(../images/pies/silde-nav.png);}

 div#nav ul li a{background:url(../images/pies/nav.png) no-repeat;}

/**SLIDESHOW****/
#ftHolder { width: 580px; float: left; text-align: center; height: 250px; padding-top: 5px; margin-bottom:45px;  }
#ft { border: 5px solid #eaad00; -moz-border-radius: 5px; }
#example { float: left; }
.ft-title { padding: 10px 10px; width: 550px; text-align: left; font-family:Verdana, Geneva, sans-serif }

.ft-prev, .ft-next { background-color: #000; padding: 0 10px; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:8px }

.ft-button-ft { color: black; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:8px } 


.ft-button-ft-active { color:#900000; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:8px } 




