/* TIGERPLAY CSS, v1.0 */
/* GENERIC */

body
{

/* colours page background, sets font type, size, colour */

font-family: verdana, arial, san-serif;
font-size: 13px;
color: #FFF;
background: #000;
}

IMG
{
	/* generic formatting to remove margins & borders from images */

margin: 0px;
	border: 0px;
}

/* SPECIFIC, BY PAGE AREA */

DIV#pageWrap
{
	/* performs centre of window page alignment, fixes width, introduces gradient background */

margin: auto;
	height: 100%;
	width: 710px;
	background-color: #000;
	background-image: url(../gallery/nav/bg_grad.jpg);
	background-repeat: repeat-x;
}

/* HEADER AREA */

DIV#header
{
	width: 700px;
	height: 141px;
	background-color: transparent;
	background-image: url(../gallery/nav/coolblue_header.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

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: right;
margin: 0px 20px 10px 20px;
}

DIV#contentWrap
{
	/* pushes footer clear, if necessary */

margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

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: #9cd3f5;
	text-decoration: none;
	padding: 5px;
	background-image: url(../gallery/nav/glbnav_background.gif);
}

A.menuLink:hover
{
	background-image: url(../gallery/nav/bg_nav.jpg);
	color: #FFFFFF;
}

/* 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: 500px;
	width: 160px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-image: url(../gallery/court-yard-people.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: 350px;
	background-color: #000000;
	background-image: url(../images/kids_2.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	height: 320px;
}

/* !!! 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: 35px;
}

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;
	text-decoration: none;
}

DIV.imageContainer
{
	/* aligns images to LHS, adds margin to clear text */

margin: 20px 0px 0px 0px;
	text-align: left;
	color: #FFFFFF;
}

IMG.frontImage
{

/* adds margin to break up images on 'main page' style pages */

margin: 5px;
}

/* FOR 'PRODUCT DETAILS' PAGES */

DIV.splitImage
{

/* moves image in split content area (product detail) to center */
/* sets margin to clear text & LHS */

margin: 20px 0px 0px 10px;
text-align: center;
}

DIV.splitDetails
{

/* moves text in split content area (product detail) to RHS */
/* sets margin to clear text & RHS, background, font size & alignment */

float: right;
margin: 0px 40px 0px 0px;
width: 120px;
background: black url(../images/bg_grad_2.jpg) repeat-x;
font-size: 12px;
text-align: center;
}

/* !!! 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: #9cd3f5;
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: #FFFFFF;
}

/* END FOOTER AREA */
/* END TIGERPLAY CSS, v1.0 */
/* ALL CONTENT COPYRIGHT TIGERPLAY, 2007. ALL RIGHTS RESERVED. */
