﻿html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFF;
}
html, body, div, span, h1, h2, h3, p, form
{
	margin: 0;
	padding: 0;
}
form
{
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
img, table
{
	border: 0;
}
tr
{
	text-align: left;
	vertical-align: top;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/* Layout Styles */

.OuterWrapper
{
	background: url("../../../Images/IY/bg.png") repeat-y top center;
}
.ContentWrapper
{
	width: 1126px;
}
.InnerWrapper
{
	width: 900px;
}
.Header
{
	height: 56px;
}
.Logo
{
	margin-top: 16px;
}
.NavigationDiv
{
	margin: 16px 0 0 32px;
}
.NavigationDiv ul
{
	float: left;
}
.NavigationDiv li
{
	width: 225px;
	height: 24px;
	margin-right: 14px;
	background: #FFBEB8;
	float: left;
	text-align: center;
	cursor: pointer;
}
.NavigationDiv .item .link
{
	color: #000;
	font: normal 13px/24px "Courier New", Courier;
	cursor: pointer;
}
.NavigationDiv .link:hover
{
	background: #F2F2F2;
	color: #FFBEB8;
	text-decoration: none;
}
.Footer
{
	margin-top: 50px;
}
.FootWrap
{
	height: 158px;
	background: url("../../../Images/IY/foot.png") no-repeat top center;
}

/* End Layout Styles */

/* Home */

.HomeOuterWrapper
{
	padding-bottom: 200px;
}
.HomeContent
{
	height: 40px;
	padding-top: 16px;
}
.HomeRotator
{
	margin-top: 10px;
	width: 382px;
	height: 388px;
}
.HomeFooter
{
	padding-left: 13px;
}
.SubscribeTable
{
	width: 300px;
	position: relative;
	left: 43px;
}
.ItalicText
{
	font: italic 12px "Times New Roman", Times, serif;
    letter-spacing:1px;
	color: #000000;
}
.SubscribeDiv
{
	color: #000;
	font: normal 13px/24px "Courier New", Courier;
}
#SubscribeMessage
{
	height: 33px;
}
.SubscribeBox
{
	width: 225px;
	height: 24px;
	border: 0;
	background: #FFBEB8;
	color: #000;
	font: normal 13px "Courier New", Courier;
	padding-top: 4px;
}
.GoButton
{
	width: 29px;
	height: 27px;
	background: url("../../../Images/IY/go.gif") no-repeat 0 0;
	border: 0;
	cursor: pointer;
}
.ValidateErrorButton
{
	position: relative;
	bottom: 15px;
	left: 6px;
}

/* End Home */

/* Story */

.StoryHeader
{
	width: 900px;
}
.StoryDiv
{
	height: 1177px;
	background: url("../../../Images/IY/full-story.png") no-repeat top center;
}

/* End of Story */

/* Shopping */

.ShopContent
{
	width: 860px;
	margin-top: 40px;
}
.ShopProdNameDiv
{
	height: 20px;
	width: 270px;
	position: relative;
	bottom: 58px;
}
.ShopProdNameDiv a, .ShopProdNameDiv span
{
	color: #000;
	font: normal 11px/20px "Courier New", Courier;
	text-decoration: none;
}
.ShopProdYoutubeLinkDiv
{
	height: 20px;
	overflow: hidden;
}
.ShopProdYoutubeLinkDiv a
{
	color: #00F;
	font: normal 11px/20px "Courier New", Courier;
	text-decoration: underline;
}
.ProductImageDiv
{
	width: 270px;
	height: 270px;
}
.ProductInfoDiv
{
	width: 274px;
	height: 274px;
	background: url("../../../Images/IY/black-circle.gif") no-repeat 7px 6px;
	line-height: 13px;
}
.InnerInfoDiv
{
	width: 212px;
	padding: 54px 0 0 0;
}
.ProdLine
{
	width: 206px;
	height: 2px;
	background: url("../../../Images/IY/product-line.gif") no-repeat 0 0;
}
.ProductNameText
{
	color: #FFF;
	font: normal 13px "Courier New", Courier;
}
.ProductDescText
{
	height: 99px;
	margin: 12px 0 0 0;
}
.ProductDescText, .ProductPriceText
{
	color: #FFF;
	font: normal 12px "Courier New", Courier;
}
.BuySoonButton
{
	margin-top: 13px;
}

/* Finish Shopping */

/*Generic Classes */

.CB
{
	clear: both;
}
.CB1
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
.CleanUL, .CleanUL li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.CP
{
	cursor: pointer;
}
.DB
{
	display: block;
}
.DI
{
	display: inline;
}
.DN
{
	display: none;
}
.FL
{
	float: left;
}
.FR
{
	float: right;
}
.MA
{
	margin-left: auto;
	margin-right: auto;
}
.OH
{
	overflow: hidden;
}
.TC
{
	text-align: center;
}
.TL
{
	text-align: left;
}
.TR
{
	text-align: right;
}
.VT
{
	vertical-align: top;
}
.W100
{
	width: 100%;
}

/* End Generic Classes */

