#stage
{
	width:100%;
	background:url("/images/template/backgrounds/main.jpg") no-repeat center top;                             
	padding-bottom:200px;
}
#swrapper
{
	width:980px;
	margin:0px auto;
}
#swrapper .tmenu
{
	font-family:Arial, Helvetica, sans-serif;
}
#swrapper .tmenu ul
{
	float:right;
}
#swrapper .tmenu li
{
	float:left;
	margin-left:10px;
}
#swrapper .tmenu a
{
	display:inline-block;
	color:#909090;
	text-decoration:none;
	font-size:.65em;
}
#swrapper .tmenu a:hover
{
	color:#212121;
}
#header
{
	height:80px;
	border-bottom:1px dotted #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	position:relative;
	z-index:1000;
}
#header div
{
	float:left;
}
#header h1, #header h1 a
{
	text-align:right;
	color:#3096ff;
	font-weight:normal;
	font-size:1em;
	padding:25px 0px 0px 0px;
	text-decoration:none;
	
}
#header  h1 a:hover
{
	text-decoration:underline;
}
.tnum{
	cursor:hand;
	cursor:pointer;
	position:absolute;
	right:0;
	z-index:1000;
}
#nav
{
	margin-left:10px;
}
#nav li
{
	float:left;
    display:inline;
	margin-right:10px;
}
#sitemap{
	font-family:Arial, Helvetica, sans-serif;
}
#nav li a
{
	display:block;
	color:#909090;
	text-decoration:none;
	font-size:.8em;
	padding:30px 0px 3px 0px;
}
#nav li a:hover
{
	color:#3096ff;
	border-bottom:3px solid #3096ff;
}
#nav li a.dd
{
	border-bottom:3px solid #fff;
}
#nav a.selected
{
	color:#3096ff;
	border-bottom:3px solid #3096ff;
}
#nav li ul
{ /* second-level lists */
	position: absolute;
	background:#3096ff;
	border:1px solid #fff;
	width:180px;
	top:62px;
	z-index:10000;
	display:none;
/*	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */*/
}
.gallery {
	width:340px;
	margin:0px auto 10px auto;
	clear:both;
}
.gallery a{
	border:1px solid #ccc;
	margin:5px;
	width:100px;
	height:67px;
	float:left;

}
#nav li ul li ul
{ /* second-level lists */
	position: absolute;
	background:#3096ff;
	border:1px solid #fff;
	width:180px;
	z-index:10000;
	top:-1px;
	margin-left:180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li a
{
	color:#fff;
	padding:10px 4px;
	width:172px;
	height:16px;
}
#nav li li a:hover
{
	color:#fff;
	background:#054f95;
	border-bottom:0px;
}
#nav li:hover ul
{ /* lists nested under hovered list items */
	left: auto;
}
/* use display none instead of left -999 so you can show and hide */

#splash
{
	height:460px;
	border-bottom:1px dotted #cccccc;
	clear:both;
	background:url("/images/template/backgrounds/splash-shadow-edge.jpg") no-repeat top center;
	position:relative;
	z-index:100
}
#splash #buttoncontainer
{
	position:absolute;
	top:390px;
	left:0px;
}
#splash #container
{
	position:absolute;
	left:260px;
	top:9px;
	z-index:900;
	overflow:hidden;
	height:415px;
	width:715px;
}
#splash #container .items div
{
	width:715px;
	cursor:hand;
	cursor:pointer;
}
#splash #container .items div.img
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:700;
}
#splash #container .items div.product-01
{
	position:absolute;
	top:300px;
	left:100px;
	z-index:800;
	width:200px;
}
#splash #container .items div.product-02
{
	position:absolute;
	top:300px;
	left:400px;
	z-index:800;
	width:200px;
}
#img01, #img02, #img03, #img04{
	position:relative;

}
#header #cnumbers{
	position:absolute;
	right:0;
	top:25px;
	font-size:80%;
	height:20px;
	padding:0px;
}
.bottle-01{
	position: absolute;
	z-index:1000;
	top:270px;
	left:0px;
	width:368px; 
	height:136px;
	display:block;

}
.bottle-02{
	position: absolute;
	z-index:1000;
	top:270px;
	left:348px;
	width:368px; 
	height:136px;
	display:block;

}

#caption
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	color:#026dfe;
	text-transform:uppercase;
	text-align:right;
	position:absolute;
	width: 500px;
	top:420px;
	right:10px;
	z-index:1000;
}
#content
{
	min-height:400px;
	background:url("/images/template/backgrounds/nutrishop-int.gif") no-repeat 0px 430px;
	margin-bottom:20px;
}
#content .bg
{
	background:url("/images/template/backgrounds/couple.jpg") no-repeat 635px bottom;
	overflow:hidden;
}
#content .bgb
{
	background:url("/images/template/backgrounds/blender.jpg") no-repeat 635px bottom;
	overflow:hidden;
}
#content .bgc
{
	background:url("/images/template/backgrounds/weights.jpg") no-repeat 635px bottom;
	overflow:hidden;
}
#content .bgd
{
	background:url("/images/template/backgrounds/builder.jpg") no-repeat 635px bottom;
	overflow:hidden;
}
#content .bge
{
	background:url("/images/template/backgrounds/karate.jpg") no-repeat 635px bottom;
	overflow:hidden;
}
#content #cols
{
	clear:both;
	width:980px;
	overflow:hidden;
	background:url("/images/template/backgrounds/nutrishop-int.png") no-repeat top center;
}
#content #cols p, #splash #brief p, #content #cols ul, #content #cols blockquote
{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.333em;
	padding-bottom:10px;
}
#col-left
{
	float:left;
	width:274px;
	margin:11px 0px 0px 0px;
	padding:20px;
}
#col-left dl:hover{
cursor:pointer;
}
#col-left h1, #splash #brief h1
{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:1.333em;
	font-size:1em;
	font-weight:bold;
}
#col-middle
{
	float:left;
	width:373px;
	margin:11px 0px 0px 0px;
	padding:19px 30px;
	border-right:1px dotted #ccc;
}
#col-middle h1
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3096ff;
	line-height:1.333em;
	font-size:2em;
	font-weight:normal;
	margin-bottom:10px;
}
#col-middle h2, #col-right h2, #col-left h2
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3096ff;
	line-height:1.333em;
	font-size:.8em;
	font-weight:bold;
	text-decoration:none;
	padding:15px 0px;
}
#col-right h2 a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3096ff;
	line-height:1.333em;
	font-weight:bold;
	text-decoration:none;
}
#col-right h2 a:hover
{

	color:#000;

}
#col-right a{
color:#3096ff;
}
#col-right a:hover{
color:#000;
text-decoration:none;
}
#col-middle p, #col-right p, #col-middle ul, #col-middle blockquote, .oldschool
{
	color:#333;
	font-size:.75em;
	padding-left:10px;
}

.oldschool
{
	color:#333;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	vertical-align:top;
}
.oldschool td
{
	padding-top:10px;
	vertical-align:top;
}
#col-middle ul{
list-style:disc;
padding-left:20px;
margin-left:10px;
}
#col-middle a{
color:#3096ff;
}
#col-middle a:hover{
color:#000;
text-decoration:none;
}
#col-middle blockquote{
font-style:italic;
padding:10px;
border:1px dotted #ccc;
}
#col-left #brief
{
	height:340px;
	width:240px;
	text-align:right;
}
#splash #brief
{
	height:270px;
	width:240px;
	text-align:right;
	position:absolute;
	left:20px;
	top:30px;
}
#col-left #brief p, #splash #brief p
{
	color:#fff;
	font-size:.75em;
}
#col-left dt
{
	margin-top:10px;
}
#col-left dd
{
	border-bottom:1px dotted #ccc;
}
#col-left p
{
	color:#999;
	font-size:.7em;
}
#col-right
{
	float:left;
	margin:11px 0px 0px 0px;
	padding:20px;
	width:180px;
}
#highlights
{
	height:340px;
	margin-top:20px;
}
#highlights div
{
	float:left;
	width:33.30%;
	height:320px;
	position:relative;
	cursor:pointer;
}
#highlights div a
{
	text-decoration:none;
}
#highlights div a:hover h1
{
	text-decoration:underline;
}
#highlights div.spanelbg
{
	background:url("/images/template/assets/panel-01.gif") no-repeat top center;
}

#highlights div div.placeimg01
{
	position:absolute;
	right:-5px;
	top:79px;
	z-index:1000;
	height:344px;
	width:188px;
	display:block;
}
#highlights div div.placeimg02
{
	position:absolute;
	right:20px;
	top:80px;
	background:none;
	z-index:980;
	height:242px;
	width:308px;
}
#highlights div div.placeimg03
{
	position:absolute;
	right:188px;
	top:134px;
	background:none;
	z-index:970;
	height:135px;
	width:135px;
}
#highlights div div.placeimg04
{
	position:absolute;
	right:31px;
	top:75px;
	background:none;
	z-index:960;
	height:210px;
	width:190px;
}
#highlights div div.placeimg05
{
	position:absolute;
	right:36px;
	top:85px;
	background:none;
	z-index:950;
	height:180px;
	width:180px;
}
#highlights div h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	font-weight:bold;
	color:#4495ec;
	margin:16px 25px 1px 25px;
	text-transform:uppercase;
}
#highlights div p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-weight:normal;
	color:#666;
	margin:5px 30px 1px 30px;
	line-height:1.222em;
}
#highlights div p.weightloss
{
	margin-right:60px;
	padding-bottom:9px;
	border-bottom:1px dotted #666;
}
#highlights div .gift
{
	margin-left:25px;
}
#footer
{
	border-top:1px dotted #cccccc;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#909090;
	line-height:1.111em;
	background:url("/images/template/backgrounds/splash-shadow-edge.jpg") no-repeat top center;
	clear:both;
	padding:20px 10px;
}
#footer p
{
	clear:both;
}
.sdisw{
	width:155px;
}
#footer p.sdis{
margin-top:10px;
}
#footer p.sdis strong{
display:block;
}
#footer li
{
	float:left;
	margin-right:10px;
}
#footer a
{
	display:inline-block;
	color:#909090;
	text-decoration:none;
}


#navf li ul
{
display:none;
}

#footer a:hover
{
	color:#212121;
}
#buttoncontainer li
{
	float:left;
	width:44px;
	height:44px;
	list-style:none;
	margin-left:10px;
	margin-top:20px;
	border:1px solid #fff;
	cursor:pointer;
}
#buttoncontainer li.t01
{
	background: url("/images/template/assets/splash-01th.jpg") no-repeat;
	opacity:0.4;
	filter:alpha("opacity=40");
}
#buttoncontainer li.t02
{
	background: url("/images/template/assets/splash-02th.jpg") no-repeat;
	opacity:0.4;
	filter:alpha("opacity=40");
}
#buttoncontainer li.t03
{
	background: url("/images/template/assets/splash-03th.jpg") no-repeat;
	opacity:0.4;
	filter:alpha("opacity=40");
}
#buttoncontainer li.t04
{
	background: url("/images/template/assets/splash-04th.jpg") no-repeat;
	opacity:0.4;
	filter:alpha("opacity=40");
}
#buttoncontainer li.active
{
opacity:1;
	filter:alpha("opacity=100");
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.fl-pad
{
	float:left;
	padding-right:25px;
}
.expanddir{
	cursor:pointer;
	font-weight:bold;
}
.expanddirb{
	cursor:pointer;
	font-weight:bold;
}

