@charset "utf-8";


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

	The Last 10 Pounds Stylesheet
	
	-----------------------------------------------------------------------------*/
	/* Basics
	-----------------------------------------------------------------------------*/
	
	html, body { height: 100%; } 
	
	* { margin: 0; padding: 0px; } /* Remove padding and margin */

	h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1em 0; } /* Put it back on certain elements */ 
	
	.clear { clear:both; } /* Class for clearing floats */
	
	img {
	border: 0;
} /* Remove border around linked images */

	
/* ---------------------------------------------------------------------------
Spacers & Headers
-----------------------------------------------------------------------------*/
		
.break {
	margin: 0;
	padding: 0;
	border-width: 0;
	height:8px;
	line-height: 8px;
}

.bigBreak { height:20px; }

.bigBreakbottom { height:100px; }

.dividerLine { width: 254px; height:2px; }

br { margin: 0; padding: 0; border-width: 0; line-height: 8px; }

*.brHalf { display:block; margin-top:-0.5em; }

*.brSingle { display:block; margin-top:0em; }

*.brOne { display:block; margin-top:1.5em; }

*.brDouble { display:block; margin-top:2em; }

	
/* ---------------------------------------------------------------------------
HREF Selectors
-----------------------------------------------------------------------------*/	

a:link {
	text-decoration: none;
	color: #E9068C;
	font-size:12px; }
a:visited {
	text-decoration: none;
	color: #97045C;
	font-size:12px; }
a:active {
	text-decoration: none;
	color: #E9068C; }
a:hover {
	text-decoration: none;
	color: #00c0ff; }

	
/* ---------------------------------------------------------------------------
Paragraph/Header/List Selectors
-----------------------------------------------------------------------------*/	

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:21px;
	color:#4f4e4e;
	padding:0;
	margin:0;
	padding-bottom: 15px;
}
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	color:#E9068C;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom: 5px;
}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#EE821F;
	padding:0;
	margin:0; }
ul {
	list-style:url(../_images/bullet.jpg);
	margin-left: 16px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:32px;
	color:#666666;
}
	
*.headerClass { font-size: 14px; color:#24386c; }

.featureP {
	font-size: 11px;
	color:#a1aeba;
	line-height:16px;
	padding-left: 6px;
	padding-top: 10px;
}


/* ---------------------------------------------------------------------------
Global ID's
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #b9b9b9;
}
#wrapper {
	width: 866px;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative;
	margin: 0 auto;
	background-color: #00c0ff;
}
#siteFrame {
	width: 856px;
	height: 100%;
	margin: 0 auto;
	padding-top: 4px;
}

/* ---------------------------------------------------------------------------
Top Logo & Navigation
-----------------------------------------------------------------------------*/

#topBanner{
	height: 155px;
	position: relative;
	background-color: #ffffff;
}


#topLogo{
	position:absolute;
	left:10px;
	width:192px;
	height:148px;
	top:5px;
	z-index: 2;
}

#topStands{
	position:absolute;
	height:40px;
	top:4px;
	margin:0;
	background:url(_images/topbanner_logoTitle.jpg) no-repeat;
	right: 0px;
}


#topMenu{
	height:32px;
	padding-left: 455px;
	position: absolute;
	bottom: 0px;
	width: 410px;
	z-index: 3;
}

#topMenuBG{
	background:url(../_images/topMenubar.jpg) bottom repeat-x;
	height:36px;
	padding-left: 450px;
	position: absolute;
	bottom: 0px;
	width: 406px;
}


.menuItem{
	float:left;
	z-index: 3;
}

/* ---------------------------------------------------------------------------
Homepage Main Banner
-----------------------------------------------------------------------------*/

#homeFrame{
	position: relative;
}

#homeTopLeft{
	height:292px;
	width:311px;
	padding-bottom: 8px;
}

#homeBottomLeft{
	height:354px;
	width:311px;
}

#homeMain{
	float:right;
	padding-left: 12px;
}


/* ---------------------------------------------------------------------------
Secondary Pages
-----------------------------------------------------------------------------*/

.aboutPics{
	float:left;
	width: 310px;
	clear: left;
	padding-right: 7px;
}

.beOnTVPics{
	float:right;
	width: 290px;
	clear: left;
	padding-left: 10px;
}

#aboutFrame{
	background-color:#FFFFFF;
}

#contentArea{
	float:left;
	padding-right:20px;
	padding-top: 45px;
}

.contentSections{
	width: 785px;
	height: 165px;
	padding-left: 26px;
	padding-bottom: 20px;
}

.contentLeftSide{
	width: 500px;
	padding-left: 26px;
	padding-bottom: 20px;
	float: left;
}

.contentSingleSection{
	width: 785px;
	padding-left: 26px;
	padding-bottom: 20px;
}

.contentblock{
	width: 785px;
	height:100px;
	padding-left: 26px;
	padding-bottom: 20px;
}

.contentShop{
	width: 805px;
	padding-left: 26px;
	padding-bottom: 20px;
}


.breadCrumbs{
	font-size: 11px;
	color:#e9068c;
	line-height:22px;
	position: absolute;
	left: 32px;
	top: 172px;
	width: 300px;
}

.breadCrumbs a:link {
font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	color: #e9068c;
	font-size: 11px; }
	
.breadCrumbs a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	color: #97045C;
	font-size: 11px;
}
.breadCrumbs a:hover, a:active { text-decoration: none; color: #8FD8DE; }


.contentSections a:link {
font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	color: #e9068c;
	font-size: 12px; }
	
.contentSections a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	color: #97045C;
	font-size: 12px;
}
.contentSections a:hover, a:active { text-decoration: none; color: #8FD8DE; }

.shopItem{
	width:180px;
	float:left;
	padding-right: 20px;
}

.shopTitles{
	font-size: 11px;
	color:#4f4e4e;
	line-height:18px;
	padding: 0;
}

.contentAreaP{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	color: #4f4e4e;
	font-size: 12px;
}

.contentAreaP a:link {
font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	color: #e9068c;
	font-size: 12px; }
	
.contentAreaP a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	color: #97045C;
	font-size: 12px;
}
.contentAreaP a:hover, a:active { text-decoration: none; color: #8FD8DE; }

/* ---------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/

#footer{
	background:url(../_images/bottom_bgRepeat.jpg) repeat-x;
	height:41px;
	width: 856px;
	background-color: #7a7a7a;
}

.footerContent{
	float:left;
	margin-top:5px;
	font-size: 11px;
	color:#CCCCCC;
	line-height:17px;
	width: 650px;
	padding-left:27px;

}
	
.footerContent a:link{
	text-decoration: none;
	color: #CCCCCC;
	font-size:11px;
}

.footerContent a:visited{
	text-decoration: none;
	color: #CCCCCC;
	font-size:11px;
}

.footerContent a:hover{
	text-decoration: none;
	color: #8FD8DE;
	font-size:11px;
}

.footerContent p{
	text-decoration: none;
	color: #BFBFBF;
	font-size:11px;
}

.footerCopy a:visited {text-decoration: none;color: #5669A9;font-size:11px; }
.footerCopy a:active {text-decoration: none; color: #a0a9c2; font-size:11px; }
.footerCopy a:hover {text-decoration: none; color: #ffcc60; font-size:11px; }
