

/*================================================================
BASE stylesheet (probably best to leave as is)

- Resets browser defaults
- Provides some basic extra classes
    - .clear
    - .clearfix
    - .hide
    - .block
- Corrects centering problem in IE 5
  
================================================================*/


/* RESET BROWSER DEFAULTS
----------------------------------------------------------------*/
html,body,form,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
  margin: 0; 
  padding: 0;
}

h1,h2,h3,h4,h5,h6,legend,pre,code { 
  font-size: 1em; 
}

a img,:link img,:visited img { 
  border: none;
}

li { zoom: 1;} 

address { 
  font-style: normal;
}


/* EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear { 
  clear: both; 
}

.clearfix:after {
  /* What's this? --> http://www.positioniseverything.net/easyclearing.html */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.hide {
  display: none; 
}

.block {
  display: block;
}


/* IE 5 Fix
----------------------------------------------------------------*/
body { 
  text-align: center; /* Hack for stoopid IE 5 */
}

div#wrapper {
  text-align: left; /* Undo stoopid IE 5 hack */
}

/*================================================================
	
	BLIS WEB AGENCY "NAVIGATION" STYLESHEET
	
	The purpose of stylesheet is to indivually style each item
	that appears in the main navigation.
	
	RULES:
	1. DO NOT USE THIS FOR ANYTHING OTHER THAN ITEMS THAT APPEAR
	WITHIN THE <DIV CLASS="NAVIGATION"></DIV> TAGS

================================================================*/



/* nav_home
----------------------------------------------------------------*/

#nav_home {
margin: 0;
padding: 0;
display: block;
}

#nav_home a {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_home.gif) 0 0 no-repeat;
}

#nav_home a span {
width: 168px;
height: 31px;
display: block;
text-align: left;
/* visibility: hidden; */
}

#nav_home a:hover {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_home_over.gif) 0 0 no-repeat;
}

#nav_home .selected {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_home_down.gif) 0 0 no-repeat;
}

/* nav_index
----------------------------------------------------------------*/

#nav_index {
margin: 0;
padding: 0;
display: block;
}

#nav_index a {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_index.gif) 0 0 no-repeat;
}

#nav_index a span {
width: 168px;
height: 31px;
display: block;
text-align: left;
/* visibility: hidden; */
}

#nav_index a:hover {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_index_over.gif) 0 0 no-repeat;
}

#nav_index .selected {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_index_down.gif) 0 0 no-repeat;
}

/* nav_register
----------------------------------------------------------------*/

#nav_register {
margin: 0;
padding: 0;
display: block;
}

#nav_register a {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_register.gif) 0 0 no-repeat;
}

#nav_register a span {
width: 168px;
height: 31px;
display: block;
text-align: left;
/* visibility: hidden; */
}

#nav_register a:hover {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_register_over.gif) 0 0 no-repeat;
}

#nav_register .selected {
width: 168px;
height: 31px;
display: block;
text-align: left;
background: url(/images/nav/nav_register_down.gif) 0 0 no-repeat;
}

/*================================================================

	BLIS WEB AGENCY "TEMPLATE" STYLESHEET

	The purpose of stylesheet is position the "container"
	to the height and width you want it on the screen

	FORMAT: LONG CENTRE

	RULES:
	1. No TEXT FORMATING
	2. NO ENHANCEMENT (WIDGET) STYLES (THIS INCLUDES FORMS)
	3. AVOID HACKS
	4. NO IMAGES

================================================================*/


/* EVERYTHING
----------------------------------------------------------------*/

	* {
		margin: 0;
		padding: 0;
	}

/* BODY
----------------------------------------------------------------*/



/* WEBPAGE
----------------------------------------------------------------*/
.webpage {
	width:900px;
	margin:auto;
	text-align:center;background:transparent;}

/* NAVIGATION
----------------------------------------------------------------*/

    .navigation
    {
        margin-left: -370px;
        width: 760px;
        height: 1px;
        top: 140px;
        text-align: left;
        z-index: 100;
        position:absolute;
        left:50%;
    }


/* FOOTER
----------------------------------------------------------------*/

    #footer
    {
        margin-left: -380px;
        padding: 12px 0 12px 4px;
        width: 760px;
        position:absolute;
        left:50%;
    }


/*================================================================
    
    BLIS WEB AGENCY "CORE" SCREEN STYLESHEET
    
    The purpose of stylesheet is to format the appearance of the
    site within the site container.
    
    RULES:
    1. NO ENHANCEMENT (WIDGET) STYLES (THIS INCLUDES FORMS)
    2. AVOID HACKS
    3. ALL PATHS TO BE ABSOLUTE (/images/...)

================================================================*/


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html{
    overflow: -moz-scrollbars-vertical;
    }

html, body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;    
    margin: 0px;
    padding: 0px;
    color: #666666;
    height: 768px;
    }
    
body#id_index{background: url(/images/bkgr.jpg) no-repeat center top;}     

h1{
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: lighter;
    text-align: left;
    }

h2{
    color: #black;
    font-size: 140%;
    font-weight: normal;
    margin-bottom: 6px;
    }

p{
    color: black;
    font-size: small;
    margin-bottom: 12px;
    font-size: 75%;
    line-height: 1.6em;
    }

a:link, a:visited{
    color: #990000;
    text-decoration: none;
    }

a:hover{
    color: #A71A1A;
    text-decoration: underline;
    }


/* TABLES
----------------------------------------------------------------*/
table{
    clear: both;
    border-collapse: collapse;
    text-align: left;
    }

td{
    padding: 2px 3px;
    font-size: small;
    color: #666666;
    }


/* HEADER CONTENT
----------------------------------------------------------------*/
#webpage{
    background: transparent;
    }

#content_frame{
    background: url(/images/stock/banner.gif) no-repeat white;
    background-attachment: scroll;
    padding-top: 180px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    text-align: left;
    width: 740px;
    display: block;
    }

.topPageGraphic {
/* BLANK */
}

/* SIDEBAR CONTENT
----------------------------------------------------------------*/


/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer{
    font-size: 50%;
    font-family: verdana, helvetica, sans-serif;
    text-transform: uppercase;
    background: white;
    }

/* PAGE TOOLS
----------------------------------------------------------------*/

.hide, .printonly{
    display: none;
    }

.noscript{
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    }

.noscript span{
    border: 1px solid #A71A1A;
    font-size: 10px;
    color: #A71A1A;
    margin: 0 auto;
    padding: 4px;
    position: relative;
    width: 700px;
    background: white;
    display: block;
    font-family: verdana, sans-serif;
    }
/* Holding Page */
.webpage .text_content a{
    color: #990000;
    text-decoration: none;
    }

.webpage .logo{
    width: 900px;
    height: 86px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    }

.webpage .graphic{
    height: 283px;
    width: 100%;
    background: url(/images/ww_graphic.jpg) no-repeat center top;
    }

.webpage .hightlight{
    text-align: left;
    vertical-align: middle;
    float: left;
    width: 430px;
    padding-top: 60px;
    height: 190px;
    }

.webpage .register{
    height: 325px;
    overflow: visible;
    }

.webpage .text_content{
    width: 430px;
    float: right;
    margin-top: 20px;
    height: 190px;
    }

.text_content p{
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
    font-size: 16px;
    line-height: 21px;
    color: #CE7E00;
    font-weight: lighter;
    text-align: left;
    }

#foot{
    height: 80px;
    width: 900px;
    background-image: url(/images/ww_footer.gif);
    background-repeat: no-repeat;
    background-position: center center;
    }

#left{
    float: left;
    width: 450px;
    margin-top: 5px;
    }

#right{
    margin-top: 5px;
    float: right;
    width: 450px;
    }

select{
    font-size: 11px;
    width: 180px;
    }

input.string, input.email, input.number{
    width: 176px;
    background-color: #efefef;    
    border: solid 1px #ccc;
    padding: 1px;
    font-size: 11px;
    }


/*================================================================

	BLIS WEB AGENCY "WIDGET" STYLESHEET
	
	The purpose of stylesheet is provide layout and formatting
	for all enhancements and widgets.
	
	RULES:
	1. WIDGET AND ENHANCEMENT FORMAT ONLY
	2. AVOID HACKS
	3. ALL PATHS TO BE ABSOLUTE (/images/...)
	
	CONTENTS:
	- AUTO FORM
	- BREAD CRUMBS
	- FONT SIZE CHANGER
	- GALLERY
	- IMGTXT
	- NAVIGATION
	- NEWS
	- SEARCH
	- SHOP
	- SITEMAP
	- SUBSCRIPTION TOOL

================================================================*/

/* AUTO FORM
----------------------------------------------------------------*/

/* BREAD CRUMBS
----------------------------------------------------------------*/
    
/* CUSTOM SCROLL
----------------------------------------------------------------*/


/* DRAG
----------------------------------------------------------------*/
.drag {
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	padding: 5px;
	z-index: 999;
	}

.handle {
	position: relative;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 2px;
	cursor: move;
	}
.resize {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 10px;
	width: 10px;
	background-color: #CCCCCC;
	cursor: se-resize;
	}

/* FONT SIZE CHANGER
----------------------------------------------------------------*/

/* FOOTER TEXT
----------------------------------------------------------------*/

/* GALLERY
----------------------------------------------------------------*/
    
    .gallery .thumbs
    {
        /* THUMBNAILS */
        border: 1px solid #000;
        padding-left: 0;
        margin: 2px;
        display: block;
		overflow: hidden;
		float: left;
    }
    
    .gallery #lg
    {
        /* LARGE IMAGE */
        border: 1px solid #000;
        float: right;
    }
    
    .gallery #lgtxt
    {
        /* IMAGE COMMENT */
        font-size: 10px;
        font-family: verdana, sans-serif;
        width: 260px;
        display: block;
        float: right;
        padding: 4px;
        height: 20px;
        overflow: hidden;
    }
    
    .gallery #lgtb
    {
        /* IMAGE TOOLBAR (view large version) */
        font-size: 10px;
        text-transform: uppercase;
        font-family: verdana, sans-serif;
        display: block;
        width: 200px;
        margin-top: 8px;
        float: right;
        
        /* FORMAT FOR ICON */
        text-indent: 20px;
        background: url(/images/stock/new_window_3.gif) 0 0 no-repeat;
        height: 14px;
        padding-top: 2px;
    }
    
    .gallery .description 
    {
		font: bold 8pt tahoma, arial;
		text-align:center;
		color:Black;
		text-decoration:none;
	}
    
    .gallery .credits
    {
        display: none;
    }
    
    .gallery .lrgtext
	{
		float: left;
		padding-right: 9px;
	}
	
	/* EXIF INFORMATION */
	.gallery .table_exif{
		font: 8pt tahoma, arial;
		color:#757575;
		text-decoration:none;
		border: 1px solid #B5B5B5;
	   text-align:left;
	}
	
	.gallery .thumbcontainer
	{
		display: block;
		float: left;
	}
	
	.gallery .imgnav
	{
		clear: both;
		text-align: left;
		padding-top: 0;
		margin-top: -16px;
		display: block;
	}
	
	.gallery .imgnav p
	{
		text-align: left;
		width: 400px;
	}

/* GOOGLEMAP
----------------------------------------------------------------*/
    .printgooglemap
    {
      font-family:verdana;
      font-size:11px;
      display:block;
      width:100px;
      height:14px;
      padding-top:3px;
      padding-bottom:3px;
      border:1px solid black;
      background:white;
      position:absolute;
      bottom:10px;
      right:10px;
      text-align:center;
    }

/* IMGTXT
----------------------------------------------------------------*/

    .imgtxt
    {
		text-indent: -9999px;
		display: block;
		background-repeat: no-repeat;        
    }


/* MOOBOX
----------------------------------------------------------------*/
	#imgGallery{
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}

	#overlay
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 100%;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	
	#imageContainer{
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
		padding:10px;
	}

/* NAVIGATION
----------------------------------------------------------------*/
    
    .navigation
    {
        /* BLANK */
    }
    
    .navigation dl
    {
        width: 740px;
        margin: 0 auto;
        border-top: 1px solid #CCC;
        padding-top: 8px;
        height: 1px;
        display: block;
    }
    
    .navigation dd
    {
        float: left;
        margin: 0;
        padding: 0;
        padding-right: 4px;
        width: 169px;
    }
    
    .navigation a
    {
        cursor: pointer;
    }
    
    .navigation .selected
    {
        text-decoration: underline;
    }
    
    .navigation em
    {
        display: none;
    }

/* NEWS
----------------------------------------------------------------*/

/* POSITION ITEM
---------------------------------------------------------------*/

    .positioneddiv
    {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        display: block;
        visibility: hidden;        
    }
    
    .positioneddiv .posblock1
    {
        margin: 0 auto;
        padding: 0;
        width: 760px;
        height: 1px;
        display: block;
        visibility: hidden;
    }
    
    .positioneddiv .posblock1 .posblock2
    {
        display: block;
        visibility: visible; 
    }

/* PRINT PAGE
----------------------------------------------------------------*/

/* SEARCH
----------------------------------------------------------------*/

/* SHOP - SEE SHOP.CSS
----------------------------------------------------------------*/

/* SITEMAP
----------------------------------------------------------------*/

/* SLIMBOX
----------------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
	z-index: 1001;
}

.lbLoading {
	background: #fff url(/images/stock/loading.gif) no-repeat center;
	z-index: 1001;
}

#lbCanvas {
	border: 9px solid #fff;
	z-index: 1001;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
	z-index: 1001;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(/images/stock/spacer.gif);
	z-index: 1001;
}


#lbPrevLink {
	left: 0;
	z-index: 1001;
}

#lbPrevLink:hover {
	background: transparent url(/images/stock/prevlabel.gif) no-repeat;
	z-index: 1001;
}

#lbNextLink {
	right: 0;
	z-index: 1001;
}

#lbNextLink:hover {
	background: transparent url(/images/stock/nextlabel.gif) no-repeat;
	z-index: 1001;
}

#lbBottom {
	font-size:11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
	z-index: 1001;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/stock/closelabel.gif) no-repeat center;
	margin:0; padding:0;
	z-index: 1001;
}

#lbCaption, #lbNumber {
	z-index: 1001;
}

#lbCaption {
	font-weight: bold;
	z-index: 1001;
}

/* STRETCH TOOL
----------------------------------------------------------------*/
    
    .stretch {
        cursor: pointer;
    }
    
    .stretch img {
        margin-right: 4px;
    }

/* TOOLTIPS
----------------------------------------------------------------*/
.tool-tip{

    width: 200px;

    color: #000;

    text-align: center;

    z-index: 999;
    }

.tool-title{

    color: #000;

    font-family: tahoma, verdana, sans-serif;

    text-transform: uppercase;

    font-size: 11px;

    font-weight: normal;

    text-shadow: 2px 2px 1px #222;

    margin: 0;

    padding: 13px 10px 5px;

    background: url(/images/stock/balloon.png) top left no-repeat !important;

    background: url(/images/stock/balloon.gif) top left no-repeat;

    font-size: 11px;
    }

.tool-text{

    margin: 0;

    padding: 0 10px 15px;

    text-shadow: 2px 2px 1px #222;

    background: url(/images/stock/balloon.png) bottom left no-repeat !important;

    background: url(/images/stock/balloon.gif) bottom left no-repeat;

    font-size: 10px;

    color: black;

    font-size: 11px;

    font-family: verdana, sans-serif;
    }