﻿.thumbitemtext {
    font-family:Verdana;
    font-size:12px;
	color: #F708A7;
	 font-weight:bold;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #F708A7;
	text-align: center;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FAF6A8;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #F708A7;
	text-align: left;
}

#logindiv
{
    font-family:Verdana;
    width:100%;
    height:1em;
    background-color:#FEFECC;
    font-size:0.8em;
    color:#6B6B6B;
}
/* Header */
#header
{
    height:150px; 
    width:100%; 
    clear:none; 
    background-color:#ED008B; 
    background-position:100px 0px;  
    background-repeat:no-repeat; 
    background-image:url('/images/header-centre2.jpg');
}
#headerleft
{
    clear:none; 
    background-image:url('/images/header-left2.jpg'); 
    background-position:left; 
    width:88px; 
    height:150px; 
    float:left;
}
#headerright
{
    clear:none; 
    background-image:url('/images/header-right.jpg'); 
    float:right; 
    width:200px; 
    height:150px;
}
#footer
{
    /* background-attachment:fixed;
    border:none;
    position:fixed;
    bottom: 0px;*/
    /*bottom:auto;*/
    height:76px;  
    background-image:url('/images/squiggles.gif'); 
    background-repeat:repeat-x; 
    width:100%; 
    clear: both;
    /*padding-top:76px;*/
    margin: 0 auto -76px auto;
}
#footerspace
{
    background-color:#FDD0E3;
    height:15px;
}
.fakebody
{
    background-color:#FDD0E3;
}
body
{
    background-color:#FDD0E3;
    /*background-attachment:fixed;
    bottom: 0px;
    background-image:url('/images/squiggles.gif'); 
    background-repeat:repeat-x; 
    background-position: bottom;
    padding-bottom:76px;*/
}
/* menu */
.candymenu
{
    text-align:center;
}


.photo_holder
{
    float:left;
    width: 135px;
    height: 105px;
}

.hidebr br
{
    display:none; 
}  

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 87%;	
	height:260px;	
	
	
	/* custom decorations */
	padding:10px 0;	
	border:1px outset #ccc;
	background-color:#efefef;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:133px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:35px;
	height:35px;
	background:url(/images/newleft.jpg) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px 0px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/images/newright.jpg);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* the overlayed element */ 
div.overlay {          /* growing background image */     
                       background-image:url(/images/overlay/white.png);          
                       /* dimensions after the growing animation finishes  */     
                       width:600px;     
                       height:470px;                  
                       /* initially overlay is hidden */     
                       display:none;          
                       /* some padding to layout nested elements nicely  */     
                       padding:55px; 
                       }  
                       
                       /* default close button positioned on upper right corner */ 
                       
                       
div.overlay div.close      
{
        background-image:url(/images/overlay/close.png);     
        position:absolute;     
        right:5px;     
        top:5px;     
        cursor:pointer;     
        height:35px;     
        width:35px; 
}   
/* black */ 
div.overlay.black      
{
    background:url(/images/overlay/transparent.png) no-repeat !important;     
    color:#fff; }  /* petrol */ 

div.overlay.petrol 
{     background:url(/images/overlay/petrol.png) no-repeat !important;     color:#fff; 
}  
div.black h2, div.petrol h2 
{     
    color:#ddd;         
}
a
{
    
    font-size:10px;
    font-family:Verdana;
}
