@charset "UTF-8";
/* CSS Document */

 
/*-------------------------------------------------------

Title : 
Author : 
URL : 

Description :

Created : 
Modified : 

-------------------------------------------------------*/



body {
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #eae6a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #97005E;
}

strong{
	font-weight: bold;	
}

#bkgd{
	background-image: url(images/bkgdswirl.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	#margin-left: -500px;
	_margin-left: -500px;
	height: 330px;
	position: absolute;
	width: 100%;
	#width: 2000px;
	_width: 2000px;
	z-index: 1;
}

#container{
	margin: 0 auto;
	position: relative;
	width: 1024px;
	z-index: 5;
}

#header{
	height: 150px;
	margin: 0 auto;
	width: 1024px;
}

#content{
	margin: 0 auto;
	width: 1024px;
}

#yogurt{
	background-image: url(images/yogurt.png);
	background-position:center;
	background-repeat: no-repeat;
	height: 513px;
	position: absolute;
	width: 505px;
	z-index: 10;
	top: 45px;
	left: 180px;
}


/* navigation  -------------------------------------------------------*/

.navigation{
	height: 32px;
	right: 60px;
	position: absolute;
	top: 60px;
	width: 368px;
	z-index: 100;
}

/*.nav li{
	display: inline;
	padding-right:10px;
	} */

ul#nav {
	margin-left: 1px;
	height: 25px;
	width: 368px;
	text-align: center;
	list-style: none;	/* border-bottom: 1px solid #ccc;	*/
	} 
	
#nav li {
	float: left;
	height: 19px;
	list-style: none;
	text-indent: -9999px;
	}
	
#nav li a {
	display: block;
	height: 25px;
	}
	
#nav li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: bottom;
	}

#nav li.inactive {
	background-position: top;
	}
	
#nav li:hover {
	background-position: bottom;
	}
	
#nav li#home-tab {
	width: 56px;
	background-image: url(images/nav_home.gif);
}
		
#nav li#products-tab {
	width: 82px;
	background-image: url(images/nav_products.gif);
	}

#nav li#about-tab {
	width: 62px;
	background-image: url(images/nav_about.gif);
	}

#nav li#locations-tab {
	width: 83px;
	background-image: url(images/nav_locations.gif);
	}

#nav li#contact-tab {
	width: 67px;
	background-image: url(images/nav_contact.gif);
	}
	
#nav li#birthday-tab {
	width: 74px;
	background-image: url(images/nav_birthday.gif);
	}	



/*  h1  -------------------------------------------------------*/

h1 {
}

h1.logo{
 	background: url(images/yd_logo.png) no-repeat;
	display:inline-block;
 	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 158px;
	margin-top:0px;
	margin-left: 130px;
	width: 160px;
	z-index:100;
	position:relative;
}

h1.logo span {
	float: left;
	text-indent: -9999px;
}

a.replace {
 	border: 0;
	text-decoration: none;
	width:160px;
	height:158px;
}

/*  h2  -------------------------------------------------------*/

h2 {
}

h2.express{
 	background: url(images/expressyourself.gif) no-repeat;
	display:inline-block;
 	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 65px;
	margin-top:0px;
	margin-left: 70px;
	width: 284px;
}

.goforyo{
 	background: url(images/gofortheyo.gif) no-repeat;
	display:inline-block;
 	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	left: 30px;
	top: 250px;
	width:420px;
	height: 157px;
	position: relative;
	z-index: 15;
}

.goforyo p{
	padding-top: 35px;
	padding-left: 120px;

}

.more{
 	background: url(images/moretoppings.gif) no-repeat;
	display:inline-block;
 	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 157px;
	margin-left: 40px;
	position: relative;
	width: 255px;
	top: 250px;
	z-index: 15;
}

.locations{
 	background: url(images/locations.gif) no-repeat;
	display:inline-block;
 	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 157px;
	width: 270px;
	top: 250px;
	margin-left: 8px;
	position: relative;
	z-index: 15;
}

.locations ul {
	padding-left: 50px;
	padding-top: 37px;
}
	
.locations a {
	text-decoration: none;
	}
	
.homego{
	background: url(images/grandopening.gif) no-repeat;
	display:inline-block;
	height: 157px;
	width: 270px;
	top: 250px;
	margin-left: 0px;
	position: relative;
	z-index: 15;
}

.homego p.hgo{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 12px 5px 0 0;
}

.homego p.hgobody{
	color: #97005E;
	text-align: right;
	width: 190px;
	float: right;
	font-size: 15px;
	line-height: normal;
	margin: 48px 35px 0 0;
}

/*  footer  -------------------------------------------------------*/



#footer {
	background-position: center;
	height: 20px;
	margin: 20px auto 0px auto;
	padding-top: 0px;
	clear: both;
	width: 100%;
	position: relative;
}
#footer p{
	font-size: 10px;
	color: #FAA635;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
	text-align: center;
}
		#footer a{
		color: #FAA635;
		text-decoration: none;
		}
		#footer a:link, #footer a:visited {
		color: #FAA635;
		}
		#footer a:hover {
			color: #2d2d2d;
		}
		#footer a:active {
			color: #FAA635;
		}
		
#footerhome {
	/* background-position: center; */
	/*clear: left;*/
	height: 20px;
	width: 900px;
	margin-top: 270px; 
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
#footerhome p{
	font-size: 10px;
	color: #FAA635;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
	text-align: center;
}
		#footerhome a{
		color: #FAA635;
		text-decoration: none;
		}
		#footerhome a:link, #footerhome a:visited {
		color: #FAA635;
		}
		#footerhome a:hover {
			color: #2d2d2d;
		}
		#footerhome a:active {
			color: #FAA635;
		}
		
#footerhome img, #footer img{
	margin-bottom: -3px;
}


/*  p  -------------------------------------------------------*/

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20pt;
}

/* links  -------------------------------------------------------*/



/* process list  -------------------------------------------------------*/
.process{
	position: absolute;
	right: 100px;
	top: 175px;
}

.process ol {
	width: 215px;
	text-align: center;
	list-style: none;	/* border-bottom: 1px solid #ccc;	*/
	} 
	
.process li {
	float: left;
	height: 45px;
	list-style: none;
	text-indent: -9999px;
	width: 215px;
	}
/*
.process li{
	display:inline-block;
 	display:-moz-inline-box;  hack for firefox display - inline block correctly
	float: left;
	margin-top:0px;
	margin-left: 0px;
	text-indent: -9999px;
}
	*/

.pone{
 	background: url(images/process1.gif) no-repeat;
	height: 40px;
}

.ptwo{
 	background: url(images/process2.gif) no-repeat;
	height: 40px;
}

.pthree{
 	background: url(images/process3.gif) no-repeat;
	height: 40px;
}

.pfour{
 	background: url(images/process4.gif) no-repeat;
	height: 40px;
}

.pfive{
 	background: url(images/process5.gif) no-repeat;
	height: 40px;
}


/*  about  -------------------------------------------------------*/

.about_text {
	background-position: top;
	position: relative;
	margin-left:310px;
	margin-top: -190px;
	margin-bottom: 60px;
	float:left;
}
.about_text p {
	font-size: 13px;
	color: #98005d;
	width: 350px;
}
h2.about_yo {
	background-image: url(images/AboutYodigity.png);
	background-repeat: no-repeat;
	display:inline-block;
	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 195px;
	margin-top:30px;
	margin-left: 90px;
	width: 195px;
	z-index: 15;
}
.about_bg_img {
	background-image: url(images/bears_fruit_bgimg.png);
	background-repeat: no-repeat;
	display: inline-block;
	display: -moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 432px;
	width: 216px;
	position: relative;
	background-position: top;
	margin-right: 120px;
	z-index:5px;
	float: right;
	/*
	 margin-top: -225px;
	*/
	 #margin-top: -200px;
	 _margin-top: -200px;

}


@media screen and (-webkit-min-device-pixel-ratio:0){
.about_bg_img {margin-top: 40px;}
}



/*  products  -------------------------------------------------------*/

.products_yo {
	background-image: url(images/products_head.png);
	background-repeat: no-repeat;
	display:inline-block;
	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 164px;
	position: absolute;
	top:175px;
	left: 50px;
	width: 197px;
	z-index: 15;
}

.producttext {
	background-position: top;
	position: relative;
	left: 280px;
	margin-bottom: 60px;
	float:left;
}
.producttext p {
	font-size: 13px;
	color: #98005d;
	width: 350px;
	}
		.producttext p a{
		color: #eb529d;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
		}
		.producttext p a:link, .producttext p a:visited {
		color: #eb529d;
		
		}
		.producttext p a:hover {
			color: #eb529d;
			text-decoration: underline;
		}
		.producttext a:active {
			color: #eb529d;
		}

.products_bg_img {
	background-image: url(images/cupnflavor.png);
	background-repeat: no-repeat;
	display: inline-block;
	display: -moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 305px;
	width: 218px;
	position: relative;
	background-position: top;
	margin-right: 160px;
	top:-25px;
	z-index:5px;
	float: right;
}

.products_bg_img2 {
	background-image: url(images/letyourselfyo.gif);
	background-repeat: no-repeat;
	display: inline-block;
	display: -moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 344px;
	width: 461px;
	position: absolute;
	z-index:5px;
	float:right;
	left:600px;
	top:470px;
}

.products_bg_img3 {
	background-image: url(images/topnweigh.png);
	background-repeat: no-repeat;
	display: inline-block;
	display: -moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 259px;
	width: 221px;
	position: absolute;
	z-index:5px;
	float:right;
	left:50px;
	top:400px;
}

/*  nutritional  -------------------------------------------------------*/

.nutritional_yo {
	background-image: url(images/nutritional_head.png);
	background-repeat: no-repeat;
	display:-moz-inline-box;
	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 120px;
	position: absolute;
	top:175px;
	left: 10px;
	width: 255px;
	z-index: 15;
}

/*  locations  -------------------------------------------------------*/

.map {
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	display: inline-block;
	display: -moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 360px;
	width: 662px;
	background-position: top;
	float:left;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.yocations {
	float:left;
	width: 275px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.yocations h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.yocations p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
		.yocations p a{
		color: #faa635;
		text-decoration: none;
		font-weight: bold;
		}
		.yocations p a:link, .yocations p a:visited {
		color: #faa635;
		
		}
		.yocations p a:hover {
			color: #faa635;
		
			text-decoration: underline;
		}
		.yocations p a:active {
			color: #faa635;
			
		}
h2.yocation_head {
	background-image: url(images/Yocation_head.png);
	background-repeat: no-repeat;
	display:inline-block;
	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 72px;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -25px;

}

.locations{
 	background: url(images/locations.gif) no-repeat;
	display:inline-block;
 	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 157px;
	width: 270px;
	top: 250px;
	margin-left: 8px;
	position: relative;
	z-index: 15;
	}

.comingsoonbox {
	background-image: url(images/comingsoon_box.png);
	background-repeat: no-repeat;
	height: 117px;
	width: 240px;
	line-height: 18px;	
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -15px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*  contact  -------------------------------------------------------*/

.contact_address {
	float:left;
	width: 182px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}
.contact_address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
		.contact_address p a{
		color: #faa635;
		text-decoration: none;
		font-weight: bold;
		}
		.contact_address p a:link, .contact_address p a:visited {
		color: #faa635;
		font-weight: bold;
		}
		.contact_address p a:hover {
			color: #faa635;
			font-weight: bold;
			text-decoration: underline;
		}
		.contact_address p a:active {
			color: #faa635;
			font-weight: bold;
		}
h2.contact_head {
	background-image: url(images/contact_head.png);
	background-repeat: no-repeat;
	display:inline-block;
	display:-moz-inline-box; /* hack for firefox display - inline block correctly*/
	height: 55px;
	width: 182px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}
#contact_form {
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color: #93bf5f;
	float: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 80px;
	position: relative;
	z-index: 15;
}
ul#faceform li {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	margin-right: 45px;
	float:left;
}
ul#faceform label {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 200px;
	float:left;
}
.orange_border {
	border: 6px solid #faa635;
	font-family: Arial, Helvetica, sans-serif;
	color: #ec519d;
}
.vert_line_green {
	background-color: #93bf5f;
	display: block;
	height: 320px;
	width: 2px;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.contact_bg_sq {
	background-image: url(images/contact_bg_squares.png);
	height: 341px;
	width: 225px;
	position: absolute;
	z-index: 2;
	left: 675px;
	top: 175px;
}
#message {
	width: 280px;
	float: left;
	position: relative;
	z-index: 15;
	left: 60;
	top: 100;
	margin-left: 40px;
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#message h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #98005d;
	font-size: 14px;
	line-height: 20px;
}
#message p {
	font-family: Arial, Helvetica, sans-serif;
	color: #93bf5f;
	font-size: 12px;
	line-height: 16px;
}

/*  GRANDOPENING  -------------------------------------------------------*/

.grandopening {
	float:left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.grandopening ul{
	position: relative;
	float: right;
	top: -90px;
	right: 25px;
	text-align: right;
	width: 310px;
	font-size: 18px;
}

.grandopening ul li{
	padding-bottom: 10px;
}

.grandopening a:link, .grandopening a:visited{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	color: #98005d;
}

.grandopening a:hover, .grandopening a:active{
	text-decoration: underline; 
}

.grandopening h3 {
	font-weight: bold;
	font-size: 16px;
	color: #ec519d;
	line-height: 24px;
}

.grandopening textarea{
	margin-top: 5px;
	margin-bottom: 5px;
}

.bloggers {
	width: 615px;
	margin: 0 auto;
	padding-left: 50px;
}

.bloggers h3 {
	font-weight: bold;
	font-size: 18px;
	color: #ec519d;
	line-height: 22px;
}

.bloggers textarea{
	margin-top: 8px;
	margin-bottom: 8px;
}

.bloggers p{
	color: #98005d;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

.bloggers span{
	font-size: 11px;
	margin-top: 5px;
}


/*  misc  -------------------------------------------------------*/

.green_bold {
	color: #93bf5f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-siz: 13px;
}
.pink_bold {
	color: #ec519d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-siz: 13px;
}
.orange_bold {
	color: #faa635;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-siz: 13px;
}
.green {
	color: #93bf5f;
	font-family: Arial, Helvetica, sans-serif;
}
.pink {
	color: #ec519d;
	font-family: Arial, Helvetica, sans-serif;
}
.orange {
	color: #faa635;
	font-family: Arial, Helvetica, sans-serif;
}
.berry {
	color: #98005d;
	font-family: Arial, Helvetica, sans-serif;
}

.left {
	float: left;
}

span.outfield {
	float: left;
	text-indent: -9999px;
	margin-top: -25px;
}

.right{
	float: right;
}

.white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
		.white li a{
		color: #ffffff;
		text-decoration: none;
		}
		
		.white li a:link, .white li a:visited {
		color: #ffffff;
		}
		.white li a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		.white li a:active {
			color: #ffffff;
		}

 
