/* TIGERPLAY CSS, v1.0 */
/* GENERIC */

body
{
	/* colours page background, sets font type, size, colour */

font-family: verdana, arial, san-serif;
	font-size: 14px;
	color: #FFF;
	background: #000;
	text-align:justify
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

IMG
{
	/* generic formatting to remove margins & borders from images */

margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* SPECIFIC, BY PAGE AREA */

DIV#pageWrap
{

/* performs centre of window page alignment, fixes width, introduces gradient background */

margin: auto;
height: 100%;
width: 1000px;
background: #000 url(../images/bg_grad.jpg) repeat-x;
}

/* HEADER AREA */

DIV#header
{
	width: 1000px;
	height: 154px;
	background-color: transparent;
	background-image: url(/images/tigerplay_banner2009.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

H1#tigerPlayLogo
{

/* hides 'invisible' tiger playheader. will be visible only to broswers not using stylesheets... */
/* ...or within print friendly stylesheet */

display: none;
}

/* END HEADER AREA */
/* MENU AREA */

DIV#menuStrip
{

/* aligns menu items, moves them from edge of menu area */

text-align: center;
margin: 0px 20px 10px 20px;
}

DIV#contentWrap
{
	/* pushes footer clear, if necessary */

margin-bottom: 30px;
	text-align: center;
	margin-right: 30px;
}

A.menuLink
{
	/* class for menu links */
/* set font size, weight, colour, background... */
/* ...padding (for separation of text & background colour /*
/* sets line height (in case of overrun to 2nd line) */

font-size: 12px;
	line-height: 32px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-image: url(../images/nav_background.jpg);
}

A.menuLink:hover
{

/* menu links - add underline on hover */

text-decoration: underline;
}

/* END MENU */

/* LHS AREA */
/* FOR 'MAIN' PAGES */

DIV#lhsAttract
{
	/* adds background image, moves to LHS, adjusts size to display full image */
/* adds margin to clear text areas, above and on either side */

float: left;
	height: 850px;
	width: 240px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-image: url(../images/kids_3.jpg);
	background-repeat: no-repeat;
}

/* !!! HACK: HIDE FROM ALL BUT IE */

* html DIV#lhsAttract
{
margin: 20px 20px 0px 20px;
}

/* !!! END HACK */

/* END 'MAIN' PAGES */

/* FOR 'PRODUCT DETAILS' PAGES */

DIV#lhsFolder
{
	/* adds background gradient, moves to LHS, fixes width */
/* adds margin to clear text areas, baove and on either side */


float: left;
	width: 260px;
	background-color: #000000;
	background-image: url(../images/kids_3.jpg);
	background-repeat: repeat-x;
	height: 650px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
}

/* !!! HACK: HIDE FROM ALL BUT IE */

* html DIV#lhsFolder
{
margin: 20px 20px 20px 20px;
}

/* !!! END HACK */

DIV.folderImageWrap
{
	/* moves image menus on 'product detail' pages clear of header area */

margin-top: 5px;
	margin-bottom: 20px;
}

A.imageMenuLink
{

/* placeholder for image link formatting */

}

IMG.menuImage
{

/* placeholder for menu image formatting */

}

/* END 'PRODUCT DETAILS' PAGES */
/* END LHS AREA */

/* MAIN CONTENT AREA */

DIV#rhsWrap
{

/* placeholder for floating div artifacts */

}

H2#mainHeader
{
	/* aligns header, sets margins to clear image & border, sets font size */

text-align: right;
	margin: 0px 40px 20px 10px;
	font-size: 34px;
}

SPAN.bigSpace
{

/* large whitespace */

font-size: 24px;
}

P.mainPara
{
	/* principle class for formatting text display */
/* aligns text, sets size, adds margin to L & RHS */

margin: 0px 40px 10px 40px;
	font-size: 15px;
	text-align: justify;
	color: #FFFFFF;
}

DIV.imageContainer
{
	text-align: justify;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

IMG.frontImage
{

/* adds margin to break up images on 'main page' style pages */

margin: 5px;
}

/* FOR 'PRODUCT DETAILS' PAGES */

DIV.splitImage
{
	text-align: right;
	text-indent: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-right-width: 20px;
}

DIV.splitDetails
{
	/* moves text in split content area (product detail) to RHS */
/* sets margin to clear text & RHS, background, font size & alignment */

float: right;
	width: 400px;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	background-color: black;
	background-repeat: repeat-x;
	border-left-width: 5px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: auto;
}

/* !!! HACK: HIDE FROM ALL BUT IE */

* html DIV.splitDetails
{
margin: 10px 20px 0px 0px;
}

/* !!! END HACK */

H3.detailsHeader
{

/* header used in details section of 'product details' pages */

font-size: 22px;
margin: 5px 5px 15px 5px;
}

/* END 'PRODUCT DETAILS' PAGES */
/* END MAIN CONTENT AREA */

/* FOOTER AREA */

DIV#footWrap
{

/* moves footer below any floated divs, aligns text, sets font colour & size, background colour */

clear: both;
text-align: center;
color: #FFF;
font-size: 20px;
background: #000;
}

A.footerLink, A.footerLink:visited, A.footerLink:link, A.footerLink:active
{

/* class for footer links - retain formatting except on hover */

color: #f8b500;
text-decoration: none;
}

A.footerLink:hover
{

/* footer links - add underline on hover */

text-decoration: underline;
}

P.copyright
{

/* formats copyright notice (bottom of page) */

font-size: 10px;
color: #f8b500;
}

/* END FOOTER AREA */
/* END TIGERPLAY CSS, v1.0 */
/* ALL CONTENT COPYRIGHT TIGERPLAY, 2007. ALL RIGHTS RESERVED. */

