/*                                                            */
/*    St WG CSS Feb 2008                                      */
/*    Body settings                                           */

body 
{
background: #4A5764; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin:0; 
padding:0; 
top:0; left:0;
text-align:left;
}

#wrapper{margin:0 auto;
width: 920px;
text-align: left;
align:left;}
h1,h2 {text-align: left}


/*                                                    */
/*    Menu Settings                                   */
/*                                                    */  

/* Main Menu Sizing                                   */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 95px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
    }

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 94px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
  
  

/* Main Menu style                                        */
ul li a {
	display: block;
	text-decoration: none;
	color: #626F7C;
	background: #fff; /* IE6 Bug */
	padding: 6px;
	border: 0;
    border-bottom: 1px dotted #D9DDD9; 
    font-family: Verdana;
    font-size:11px;
    text-decoration: none;
	}

/* Main Menu Hover Colours                                 */
ul li a:hover { color: #111315; background: #F4F5F6; } 

/* Expanded Sub Menu Hover Sizing                           */
/* 1st is space below 2nd is horiz distance from main menu  */
li ul li a { padding: 7px 0px; } 

/* The magic                                                */
li:hover ul, li.over ul { display: block; } 


/*                                                      */
/* Lightbox v2.03.3                                     */
/*                                                      */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lbox_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lbox_images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
    
    

/*                                                            */
/* Tables                                                     */
/*                                                            */

td {padding: 0; border-width: 0; vertical-align: top;}
td.col_row {background: #CCE7CC;} 
td.col_row2 {background: #ffffff;} 

.lowerline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAB4BE;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAB4BE;
}
.lowerandleft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAB4BE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAB4BE;
}



/*                                                             */
/* Forms                                                       */
/*                                                             */

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

.form_control {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #ffffff;
 color: #000000;
 margin-right: 7px;
}


/*                                                             */
/* Headers                                                     */
/*                                                             */


h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 24px;
color: #C7CFD8;
}
h2 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 24px;
color: #C7CFD8;
} 
h3 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: #B074C4;
}
h4 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 16px;
color: #9B74BC;
} 
h5 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #9B74BC;
} 


/*                                                               */
/* Paragraphs                                                    */
/*                                                               */

p {
    line-height : 130%;
    font-family: verdana, arial, helvetica, sans-serif;
    color:#495040;
	font-size: 0.7em;
    text-decoration: none;
    text-align:justify;
    }
p.caps {
text-transform: uppercase
}


/*                                                                  */ 
/* TEXTS  - no mouse overs                                          */ 
/*                                                                  */ 

/* main txt - same as paragraph but in pixels                       */ 
.main_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:0.7em;
    text-decoration: none; 
	}

/* click for larger images                                          */
.im_click {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#424236;
	font-size: 10px;
    text-decoration: none; 
	}
      
/* inner text - impact 1                                             */
.inner_impact_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#000000;
	font-size:0.7em;
    text-decoration: none; 
	}

/* inner text - impact 1                                             */
.inner_impact_txt {
    font-family: Verdana;
    color:#FFFFDF;
	font-size:11px;
    text-decoration: none;
	}
       
/* top text                                                     */      
.top_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#A5ADB5;
	font-size: 10px;
    text-decoration: none; 
    }        

/* top header text                                                   */      
.top_header_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#800000;
	font-size: 10px;
    text-decoration: none; 
    }
      
/* contact form fill in text                                         */      
.contact_txt {
    font-family: Verdana;
    color:#000000;
	font-size:11px;
    text-decoration: none;
    text-align:left;
	}

/* lower navigation menu enclosures when different from text        */      
.lower_nav_enclosures {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#9164AE;
	font-size: 0.7em;
    text-decoration: none; 
    }

    
/*                                                                  */ 
/* LINKS - with mouse overs                                         */ 
/*                                                                  */ 
    
/* base links                                                      */

.link1 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#356991;
	font-size:11px;
    text-decoration: none;
    border-bottom:1px dotted; 
    }
a.link1:hover {color: #800000; border-bottom:1px dotted;}   

.link2 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#A53110;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link2:hover {color: #009900;}   
   
.link3 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link3:hover {color: #B8ACAC;}   

.link4 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link4:hover {color: #B8ACAC;} 

.link5 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#1C1418;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link5:hover {color: #B8ACAC;} 

.link6 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#A5A9B1;
	font-size:11px;
    text-decoration: none;
    }
a.link6:hover {color: #46474A; border-bottom:1px dotted;} 

.link9 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#789A78;
	font-size:11px;
    text-decoration: none;
    }
a.link9:hover {color: #000000; border-bottom:1px dotted;} 

/* links page                                                  */
.lnks_pg {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#858B97;
	font-size:11px;
    text-decoration: none; 
    }
a.lnks_pg:hover {color: #C6CEDE;}  

/* menu nav - if needed                                         */
.menu_nav {
    font-family: Verdana;
    color:#FFFFDF;
	font-size:11px;
    text-decoration: none;
	}
a.menu_nav:hover {color: #B8C7E6}

/* lower navigation menu - sometimes in body higher as well       */     
.lower_nav {
    font-family: Verdana;
    color:#688E68;
	font-size:10px;
    text-decoration: none;
	}
a.lower_nav:hover {color: #121210}  
   
/* client contact details                                           */ 
.contact_details {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#657A54;
	font-size:11px;
    font-weight:bold;
    text-decoration: none; 
    }
a.contact_details:hover {color: #D6D9D3} 

/* designed by Webgloss link                                         */    
.designed_by {
    font-family: Verdana, Arial;
    color:#A8B3B8;
	font-size: 10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #000000} 

/* skip navigation link                                                 */      
.skip_nav {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#F9F7F7;
	font-size:0.7em;
    text-decoration: none; 
	border-bottom:1px dotted;
    }
a.skip_nav:hover {color: #000000}  
