/* ***********************************************

	WHITE WEBSITE ANIMATION STYLES
	===================================
	Author:		the white agency
	Last Edit:	23/04/08

	Define: Styles for the left and right side animations. 
	Many of the ID's define below are referenced by the 
	Javascript in animations.js, therefore care must be 
	taken whilst modifying below
	
*********************************************** */

* {margin:0; padding:0}

body, html {
	height:100%;
	
}

body { 
	margin:0;
	font-family: "tahoma", "andale mono", "lucida console", monospaced;
	font-weight: normal;
	color: #fafafa;
	overflow:auto;
	overflow-x:hidden;
	background:#FAFAFA url(../images/bodyGrad.gif) top left repeat-x;
}

body {position:relative; }

a { color:black; outline: none; }

#noscript {
	position:absolute;
	top:0;
	left:0;
	color:#999;
	z-index:100;
	text-align:center;
	padding-top:300px;
	width:100%;
}

#wrapAll { 
	height:100%; 
	z-index:10;
	position:relative;
}

iframe { overflow-x:hidden; }


/* JAVASCRIPT DEPENDANCIES
********************************************************************************************* */
#navigationBoundL,
#navigationBoundR {
	position:absolute; 
	height:100%;
	top:0;
}

#navigationBoundL { left:0; margin-left:-86px; background-position:86px 0; }
#navigationBoundR {left:0; margin-left:-86px; background-position:86px 0; }

.navigationHold {
	width:91px;
	position:relative;
	height:100%;
	text-align:center;
}

/* image tab */

#moduleWrapLeft,
#moduleWrapRight {
	position: relative;
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:left;
}

/* background colored image */
#moduleWrapLeft,
#moduleWrapRight { background:#494949 url(../images/grabBg.gif) top right repeat-y; }

.module {
	display: block;
	position:relative;
	overflow:hidden;
	width:93px;
}

#grabR,
#grabL {
	position:absolute;
	right:-20px;
	cursor:pointer;
	width:30px;
	z-index:500;
}

#grabR {
	top:181px;
	text-align:right;
}

#grabL {
	top:113px;
	text-align:right;
}

/* FOR LAYOUT & DESIGN
********************************************************************************************* */

#client {
	/* lets the image slide up and down background:#494949 url(../images/repeatingBar3.gif) top right no-repeat;*/
	font-size:10px;
	color:#e4e4e4;
	text-align:left;
	width:82px;
	position:relative;
}

#notWork {
	text-align:left;
	position:relative;
}

/* more button */
#moreBoxClients,
#moreBoxNotWork {
	display:block;
	margin-top:2px;
	position:relative;
}

#moreBoxClients { width:82px;}
#moreBoxNotWork { width:84px; }

#moreBoxClients a,
#moreBoxNotWork a {
	display:block;
	position:absolute;
	top:0;
	background-repeat:no-repeat;
}

#moreBoxClients a { height:43px; background-color:#000; background-image:url(../images/moreBoxClientsArrows.jpg);  }
#moreBoxNotWork a { height:90px; background-image:url(../images/moreBoxNotWorkArrows.jpg); }


/* Clients - next previous buttons */
#moreBoxClients a#morePrev { width:42px; left:0; background-position:0 0; }
#moreBoxClients a#moreNext { width:41px; right:0; background-position:-42px 0; }
#moreBoxClients a#morePrev:hover { background-position:0 -43px; }
#moreBoxClients a#moreNext:hover { background-position:-42px -86px; }


/* not work - next previous buttons */
#moreBoxNotWork a#morePrev { width:42px; left:0; background-position:0 0; }
#moreBoxNotWork a#moreNext { width:42px; right:0; background-position:-42px 0; }
#moreBoxNotWork a#morePrev:hover { background-position:0 -90px; }
#moreBoxNotWork a#moreNext:hover { background-position:-42px -180px; }


/* THE LISTS & CLASSES FOR INSIDE THE ANIMATIONS
********************************************************************************************* */

a img, img a { border:0; }

/* thumbnails list */
ul { 
	list-style-type:none;
	margin:0;
	padding:0;
}


/* CLIENTS list */
ul#clientList { 
	width:82px;
}

ul#clientList li,
ul#notWorkList li { 
    position:relative;
    overflow:hidden;
}

ul#clientList li { 
	margin:0;
	padding:0;
	width:82px;
	height:45px;
}

ul#clientList li a {
    position:absolute;
    left:0;
    top:0;
	display:block;
}

ul#clientList li a:hover {top:-47px; border:0 solid transparent; }


/* NOT WORK list */
ul#notWorkList  { 
	width:84px;
	text-align:left;
	position:relative;
}

ul#notWorkList li { 
	padding:0;
	display:block;
	width:84px;
	height:90px;
	margin-bottom:0;
}

ul#notWorkList li a { position:absolute; top:0; right:0; overflow:hidden;}
ul#notWorkList li a:hover { top:-90px; left:0; border:0 solid #ffffff; }


/* THE DEFAULT HOMEPAGE STUFF
********************************************************************************************* */

#whiteLogo { position:absolute; top:10px; left:17px; z-index:100}

#usersName { 
	position:absolute; 
	bottom:40px; 
	right:30px;
}

#usersName a {
	display:block;
	width:160px;
	height:55px;
	background:url(../images/spacer.gif) top left repeat;
	position:relative;
}

#usersName p { font-size:10px; margin:0; padding:0; }

.off { display:none; }
.on { display:block; }


/* TOOL TIPS */
.tool-tip {
	color: #ffffff;
	width: auto;
	z-index: 13000;
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:9px;
	border:1px solid #000;
	background:url(../images/toolTipBg.png) top left repeat-x;
	padding: 5px 8px;
}
 
.tool-text {
	color:ffffff;
	display:block;
}

.tool-title {
	color:#ffffff;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}




/*div.sectionBlock {
	text-align:center;
	display:block;
	height:30px;
	background-color:#494949;
	font-size:12px;
	font-weight:bold;
	width:86px;
	z-index:10;
}

div.sectionBlock img { display:block; position:absolute; top:10px;}
div.sectionBlock img#byClient { left:15px;}
div.sectionBlock img#byType { left:20px;}

#client div.sectionBlock { position:absolute; bottom:0px; border-bottom:1px solid #333333;  }
#type div.sectionBlock { }

*/ 