/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://runetworks.co.uk                      |
|    DATE + 2008.26.06                                    |
|                                                         |
|    Revision 2.5                                       | 
|_________________________________________________________|
*/

/* -- Main layout styles -- */

body{
margin: 1em 1em 1em 1em;
padding: 0px;
font-size: 15px;
background-color: #666666;  
font-family: Arial, Helvetica, sans-serif;
border:hidden;
text-decoration: none;
text-align:center;
}

#siteBox{
float: left;
width: 975px;
background-color: #666666;
text-decoration: none;
}

/* -- Header layout/display styles -- */

#header{
float: left;
width: 977px;
height: 124px;
background: #EAF0F9 url(images/hdr.png) no-repeat;
background-color: #666666;  
color: #000000;
}

h3 {
font-size: 14px;
letter-spacing: 0.2pt;
color: #42599D;
text-transform: uppercase;
padding-top: 0.5em;
text-align:center;
font-weight:bold;
}

/* -- Content layout/display styles -- */

#content{
float: left;
width: 100%;
padding: 1em 0 1em 0;
background-color: #666666;
color: #000000;
text-decoration: none;
border:hidden;
}

#contentLeft{
float: left;
width: 23.3%;
margin-bottom: 1em;
background: #FFFFFF;
text-decoration: none;
border:hidden;
font-size:15px;
text-align:left;
}

#contentRight{
float: right;
width: 75%;
background: #FFFFFF;
border:hidden;
text-decoration: none;
font-size:15px;
padding-bottom:5px;
margin-bottom:5px;
}
  
#content p{  
margin: 1.2em 1.2em 2em 1.2em;
font-size: 12px; 
}

#content a{  
text-decoration: none;
color:#000000;
border-bottom: 0px;
}

#content a:hover{
color: #000000;
background-color: #d7d7d7;
border-bottom: 0px;
text-decoration: none;
}

.header{
display: block;
clear: both;  
font-weight: bold;
font-size: 15px;
text-transform: lowercase;
border-bottom: 0px;    
}

/* -- Content left site links (large plus icon) -- */

#content a.menuItem{
display: block;  
padding: 5px 0 5px 54px;
 background: url(images/nav.png) no-repeat center left;
border: 0px;
border-color:#ffffff;
}

#content a:hover.menuItem{ 
color: #000000;
background: #888 url(images/nav_inv.png) no-repeat center left;
border: 0px;
border-color:#ffffff;
}

/* -- Footer layout/display styles -- */

#footer{
float: right;
width: 75%;
height: 84px;
background: url(images/ftr1.png);
margin-top:1em;
margin-bottom:5px;
text-align:center;
text-transform:uppercase;
letter-spacing:3px;
font-weight:bolder;
font-size:18px;
text-decoration:none;
}

.fotemail1{
font-size:14px;
text-decoration:none;
font-style:normal;
font-weight:bold;
text-transform:lowercase;
text-decoration:none;
}

.footeremail{
font-size:14px;
color:#0000CC;
text-transform:lowercase;
text-decoration:none;
}

#footer a{  
text-decoration: underline;
color:#0000cc;
border-bottom: 5px;
}

#underfooter{
float:right;
width:75%;
height:10px;
background:#666666;
color:#FFFFFF;
font-size:14px;
text-align:right;
}

/* Image used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

/* Table Style */

#products {
width: 500px;
margin-left: auto;
margin-right: auto;
text-align:center;
}

th {
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
border: 0px;
text-transform: uppercase;
text-align: center;
padding: 0px;
}

th.nobg {
border: 0px;
border-color:#FFFFFF;
background: none;
text-align:center;
}

td {
border: 0px;
background: #FFFFFF;
padding: 0px;
text-align:center;
}

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

#lightbox img{ 
width: auto; 
height: auto;
}

#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-image: 
url(data:image/gif;base64,AAAA); 
display: block; 
}

/* Trick IE into
 showing hover */ 

#prevLink {
left: 0;
float: left;
}

#nextLink{ 
right: 0; 
float: right;
}

#prevLink:hover, #prevLink:visited:hover{
background: url(images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover{ 
background: url(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; 
outline:
none;
}	 	

#overlay{ 
position: absolute; 
top: 0; 
left: 0; 
z-index: 90; 
width: 100%; 
height: 500px; 
background-color: #000; 
}

.style15{
color: #00FF00
}
