/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file seperates the actual styling 
from the layout, it contains all colors, links and
specific Joomla styling***/

/*global resets - eliminates cross browser inconsistancies*/

* { margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

label {
	color:#000;
	font-weight: bold;
}

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}

/*end global resets*/

/*layout styles seperated from
layout.css as they are not structural
but graphical*/

body {
background: #fff url(../images/bg1.jpg) repeat-x;
color: #333;
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}

#top_shadow {
background: url(../images/top_bg.jpg) no-repeat;
}

#top_a {
background: #2D2D2D;
}

#top_a_left {
font-size: 14px;
color: #eef2d0;
}

#top_a_right {
font-size: 10px;
color: #eef2d0;
}

#top_a_right a {
font-size: 10px;
padding: 5px;
color: #eef2d0;
}

#branding_header {
background:url(../images/1.gif) no-repeat;
}

#top_nav {
background: #2D2D2D;
}

#top_shelf {
background: #E4E9AB url(../images/top_shelf.gif) repeat-y;
}

#content_wrap {
background-color: #fff;
}

#pathway {
background:#F7F9E8;
}

#footer_shadow a {
color: #cdcdcd;
}

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

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

/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

h1 {
color: #FF0000; 
font-size: 1.4em; 
font-weight: bold;
}

h2 {
color: #FF0000; 
font-size: 1.3em; 
font-weight: bold;
}

h3 {
color: #FF0000; 
font-size: 1.2em; 
font-weight: bold;
}

h4 {
color: #FF0000; 
font-size: 1.1em; 
font-weight: bold;
}

h5 {
color: #FF0000; 
font-size: 1em; 
font-weight: bold;
}

h6 {
color: #FF0000; 
font-size: 0.9em;
font-weight: bold;
}

blockquote {
background: #EEF2D0;
border: 2px solid #DFE7A9;
border-left: 4px solid #DFE7A9;
margin: 10px;
padding: 0.5em;
color: #666;
line-height: 140%;
}

pre {
background: #fff;
color: #333;
padding: 10px;
border: 1px solid #EEF2D0;
border-left: 5px solid #EEF2D0;
}

/*General link Styling*/
a:link, a:visited {
font-size: 11px; 
color: #000; 
text-decoration: none;
}

a:hover, a:active {
color: #FF0000;
text-decoration: underline;
}

/*List item Styling*/
ul li {
clear:right;
/*display:list-item;*/
list-style-type:circle;
/*background: url(../images/bullet.gif) no-repeat 0px 5px;*/
padding-left: 4px;
margin-left: 20px;
}

ul {
margin: 10px;
}

/*Graphical Elements
These styles provide management 
of content's appearences.
*/

hr { 
/*many components use this as a seperator line */
background: #CFDEE7; 
height:1px; 
border: 0px solid #CFDEE7;
margin-top:5px;
margin-bottom:7px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #CFDEE7;
  width: auto;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  color:#CFDEE7;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}


/* as above but specifically when the links are hovered over */

a.pagenav:link, a.pagenav:visited {
color: #000000;
text-decoration:underline;
} 

a.pagenav:hover {
color: #000;
text-decoration:none;
} 
/*
.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;
color: #AEBF33;

}
.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: #AEBF33;
} 
*/
/*.back_button  {
background: #000;
padding: 1px 0 2px 7px;
width: 39px;
margin: 5px 0 5px 0;
color: #fff;
} 

.back_button a  {
color: #fff;
}*/

.back_button {
display:block;
  float: left;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #CFDEE7;
  width: auto;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  color:#CFDEE7;
}


/* as above but specifically when the links are hovered over */

a.back_button:link, a.back_button:visited {
color: #000000;
text-decoration:underline;
} 

a.back_button:hover {
color: #000;
text-decoration:none;
} 



.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
color: #999;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
}

.button {
/* button style for Joomla component, form and module buttons*/
background: #000 url(../images/button_bg.jpg) 0px 0px repeat-x;
border: 1px solid #000;
color: #FFFFFF;
margin: 0px;
font-weight: normal;
text-align: center;
text-transform: uppercase;
padding: 2px 7px 1px 7px;
}

a.button:link, a.button:visited{
/* formatting the "button" link on blog layout pages */
color: #fff; 
text-decoration: none; 
font-size: 11px;
}

a.button:hover {
/* formatting the "button" link on blog layout pages */
color: #fff; 
text-decoration: underline; 
font-size: 11px;
}


.inputbox {
/* the look of input boxes in forms */
font-size: 12px;
color: #000;
background: #F4FBFD;
border: 1px solid #666666;
padding: 4px 2px;
margin:0px;
}

.featured{
/* the look of featured items extended */
text-align:left;
padding: 0px;
margin:0px;
}

.featured .price{
/* the look of featured items extended */
display:none;
}


/**
Joomla General styling
*/

.createdate {
/* styling the date the content was created on*/
background:url(../images/date.png) no-repeat 0 5px;
font-size: 11px;
color:  #666;
text-indent:21px;
font-weight: normal;
margin:0;
margin: 7px 0 5px 4px;
padding: 5px 0 5px 0;
}

.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
background: url(../images/bullet.gif) no-repeat 0px 4px;
text-indent: 12px;
font-size: 10px;
color: #666;
text-decoration: none;
font-weight: normal;
}

.readon {
background: #000 url(../images/button_bg.jpg) 0px 0px repeat-x;
border: 1px solid #000;
color: #FFFFFF;
margin: 0px;
font-weight: normal;
text-align: center;
text-transform: uppercase;
padding: 2px 7px 1px 7px;
}

a.readon:link, a.readon:visited {
/* formatting the "Read on..." link on blog layout pages */
color: #fff; 
text-decoration: none; 
}

a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
color: #fff; 
text-decoration: underline; 
}

/*Default styling for the pathway 
displayed by the mosPathWay()*/

.pathway {
margin-left: 4px;
color: #666;
font-size: 10px;
}

a.pathway:link, a.pathway:visited {
color: #666;
}

a.pathway:hover {
color: #ff0000;
}

/* 
Joomla Styling for Contents
These are all the styles for content
*/

.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
background-color : #fff;
font-size: 1em;
}

.contentpaneopen, #product_list, #main_content {	
background-color : #FFFFFF;
font-size: 11px;
line-height:20px;
}

.moduletable .contentpaneopen {	
background-color : #eff2ce;
font-size: 1em;
margin-top: 0px;
padding-top:0px;
}

.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
font-size: 1em;
border-bottom: 0px solid #AEBF33;
letter-spacing: 0em;
margin-bottom: 1em;
font-weight: bold;
color: #FF0000;
line-height: 16px;

color: #FF0000; 
font-size: 1.2em; 
font-weight: bold;
}

.contentpagetitle {
/*Title of articles*/
font-size: 13px;
font-weight: bold;
color: red;
text-align:left;
}

.componentheading {
/* Used to format a components heading or title */
font-size: 1.3em;
margin-bottom: 0.7em;
border-bottom: 0px solid #AEBF33;
font-weight: bold;
color: #FF0000;
}

table.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}

/*
Joomla Sections Styles
Styling of sections tables 
*/

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
background-color : #F7F9E8;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #FF0000;
font-weight : bold;
}

.sectiontableentry1 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #f7f9e8;
padding: 1px 0 1px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #F3F3F3;
padding: 1px 0 1px 10px;
}

/*  Polls  */

.poll {
/* polls texts */
font-size: 1em;
line-height: 14px
}

/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1, .poll .sectiontableentry2 {
background: none;
}

.pollstableborder {
/* set the border properties of the polls voting table */
border: none;
width: 178px;
border: none;
}

.poll td {
/* set the table data properties of the polls voting table */
font-size: 0.95em;
color: #AEBF33;
font-weight: normal;
padding: 4px;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/

.moduletable {/*generic for all modules*/
/* well.. for formatting the table cells of the module table */
font-size: 1em;
margin: 0;
}

/*only top 3 modules*/

#top_shelf .moduletable h3 {
font-size: 12px;
font-weight: bold;
background: #96b831;
color: #fff;
height: 25px;
margin: 0;
padding: 0;
margin-left: -5px;
margin-right: -5px;
line-height: 25px;
width: 246px;
text-indent: 10px;
}

/*all sidebar modules*/

#sidebar .moduletable h3, .moduletable-leftnav h3 {
background: #E9F4F9 url(../images/mod_header_bullet.gif) no-repeat 6px 6px;
font-size: 11px;
height: 25px;
margin-left: -5px;
margin-right: -5px;
font-weight: bold;
color: #333333;
line-height: 25px;
width: 200px;
text-indent: 28px;
}

#sidebar .moduletable-leftnav h3 {
margin-bottom: 0;
}

#sidebar .moduletable-leftnav { 
padding: 0px;
margin: 0;
}

/*SIDEBAR MENU STYLING STARTS*/

#sidebar #mainlevel{
padding: 0;
}

/*product menu*/

#sidebar .mainlevel {
padding: 0;
}

a.mainlevel:link, a.mainlevel:visited {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background-color:#fff;
color: #000;
text-decoration: none;
padding:0;
margin: 0;
}




/*If you want to use table based menus in vertical menu style*/
#sidebar a.mainlevel:link, #sidebar-2 a.mainlevel:link, #sidebar a.mainlevel:visited, #sidebar-2 a.mainlevel:visited {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background-color:#fff;
color: #000;
text-decoration: none;
padding:0;
margin: 0;
border-bottom: 1px solid #CFDEE7;
}
#sidebar a.mainlevel:hover, #sidebar-2 a.mainlevel:hover {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background-color: #F4FBFD;
color: #000;
text-decoration: none;
padding:0;
margin: 0;
border-bottom: 1px solid #CFDEE7;
}
/*Sublevel Support*/
#sidebar a.sublevel:link, #sidebar-2 a.sublevel:link, #sidebar a.sublevel:visited, #sidebar-2 a.sublevel:visited {
 display: block;
height: 25px;
line-height: 25px;
text-indent: 20px;
background-color:#fff;
color: #000;
text-decoration: none;
padding:0;
margin: 0;
 padding-left:6px;
 border-bottom: 1px solid #CFDEE7;
 
background	: #F4FBFD url(../images/subnavbg.gif) 7px 0px no-repeat;
	 }
#sidebar a.sublevel:hover, #sidebar-2 a.sublevel:hover {
 display: block;
height: 25px;
line-height: 25px;
text-indent: 20px;
background-color: #F4FBFD;
color: #000;
text-decoration: none;
padding:0;
margin: 0;
 padding-left:6px;
 border-bottom: 1px solid #CFDEE7;
 
 background	: #F4FBFD url(../images/subnavbg.gif) 7px 0px no-repeat;
}

/* end product menu*/


#sidebar ul#mainlevel {
list-style-type: none;
margin: 0;
width: 200px; 
margin-left: -5px;
margin-right: -5px;
margin-bottom: -6px;
margin-top: -6px;
padding: 0px; 
}


#sidebar #mainlevel li{
text-indent: 0;
padding:0;
background: none;
list-style-type: none;
border-bottom: 1px solid #fff;
margin: 0;
 }

#sidebar #mainlevel a {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background-color:#fff;
color: #000;
text-decoration: none;
}

* html body #mainlevel a { width: auto; }

#sidebar #mainlevel li a:hover 
{ 
background-color: #F4FBFD; 
color: #000;
}

a#active_menu:link, 
a#active_menu:visited { 
background-color: #F4FBFD; 
border-right: 3px solid #A5C0D1; 
}






/*TOPMENU STYLING STARTS*/

div#top_nav ul#mainlevel-nav {
margin: 0;
padding: 0;
width: 778px;
height: 31px;
line-height: 31px;
border: 0px solid red;
text-indent: 6px;
}

div#top_nav ul#mainlevel-nav li {
float: left;
width: auto;
margin: 0;
padding: 0 5px 0 5px;
list-style-type: none;
background: none;
}

div#top_nav ul#mainlevel-nav a.mainlevel-nav, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav:visited {
color: #eef2d0;
text-decoration: none;
padding: 3px 6px 4px 6px;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

div#top_nav ul#mainlevel-nav a#active_menu {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

/*search box styling top left*/
.search {
position: absolute;
top: 8px;
left: 15px;
}

.search input {
background: #373737;
border: 1px solid #404040;
color: #eef2d0;
}

.search input:hover {
background: #373737;
border: 1px solid #505050;
color: #eef2d0;
}

/*Suckerfish1*/

 /*Suckerfish Menu */
/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */
/** customize colors here */
.menu-mainlevel-son-of-suckerfish-horizontal{
	position: absolute;
}

a.mainlevel-son-of-suckerfish-horizontal, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal,
a.mainlevel-son-of-suckerfish-horizontal:link, a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.mainlevel-son-of-suckerfish-horizontal:visited, a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited {
	/*Top level BG Normal*/
	background: transparent url(../../jj_serenity/images/menubg1.jpg) left no-repeat;
	color: black;
	DISPLAY: block;
	FONT-SIZE: 100%; 
	PADDING-BOTTOM: 16px; 
	PADDING-top: 10px; 
	MARGIN: 0px; 
	
}

a.mainlevel-son-of-suckerfish-horizontal:hover, a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover {
	/*Top level BG hover*/
	background: transparent url(../../jj_serenity/images/menubg3.jpg) left no-repeat;
	color: black;
	DISPLAY: block;
	FONT-SIZE: 100%; 
	PADDING-BOTTOM: 0px; 
	PADDING-top: 0px; 
	MARGIN: 0px; 
}

a.sublevel-son-of-suckerfish-horizontal, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal,
a.sublevel-son-of-suckerfish-horizontal:link, a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.sublevel-son-of-suckerfish-horizontal:visited, a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited {
	/*Second level BG*/
	background: #fff url(../../jj_serenity/images/menubg4.jpg) left no-repeat;
	color: #000;
	
	DISPLAY: block;
	FONT-SIZE: 100%; 
	PADDING-BOTTOM: 0px; 
	PADDING-top: 0px; 
	MARGIN: 0px; 
}

a.sublevel-son-of-suckerfish-horizontal:hover, a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {
	/*Second level Hover BG*/
	background: #fff url(../../jj_serenity/images/menubg5.jpg) left no-repeat;
	color: #000;
	
	DISPLAY: block;
	FONT-SIZE: 100%; 
	PADDING-BOTTOM: 7px; 
	PADDING-top: 7px; 
	MARGIN: 0px; 
}

ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel-son-of-suckerfish-horizontal, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_active-son-of-suckerfish-horizontal, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_current-son-of-suckerfish-horizontal,
ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel-son-of-suckerfish-horizontal:link, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_active-son-of-suckerfish-horizontal:link, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_current-son-of-suckerfish-horizontal:link,
ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel-son-of-suckerfish-horizontal:visited, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_active-son-of-suckerfish-horizontal:visited, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_current-son-of-suckerfish-horizontal:visited {
	/*Third level BG*/
	background-color: #fff;
	color: #fff;

}

ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel-son-of-suckerfish-horizontal:hover, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_active-son-of-suckerfish-horizontal:hover, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_current-son-of-suckerfish-horizontal:hover {
	/*Third level Hover BG*/
	background-color: #fff;
	color: #fff;
}

ul.mainlevel-son-of-suckerfish-horizontal ul .expanded {
	display: block;
	background-image: url(../../jj_serenity/images/arrow_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}


/** customize style / layout here */

a.mainlevel-son-of-suckerfish-horizontal, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal, span.mainlevel-son-of-suckerfish-horizontal,
a.mainlevel-son-of-suckerfish-horizontal:link, a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.mainlevel-son-of-suckerfish-horizontal:visited, a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited,
a.mainlevel-son-of-suckerfish-horizontal:hover, a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover {
	/** Top level layout */
	font-weight: normal;
	font-size: 100%;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	display: block;
	border: 0px solid #000;
	border-bottom:0px solid #000;;
	padding: 2.0em 1.3em 2.0em 1.3em;	/* top, right, bottom, left */
}


a.sublevel-son-of-suckerfish-horizontal, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal, span.sublevel-son-of-suckerfish-horizontal,
a.sublevel-son-of-suckerfish-horizontal:link, a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.sublevel-son-of-suckerfish-horizontal:visited, a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited,
a.sublevel-son-of-suckerfish-horizontal:hover, a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	text-decoration: none;
	display: block;
	border: 0px solid #000;
	border-bottom:1px solid #CFDEE7;
	padding: 1.0em;	/* top, right, bottom, left */
	width:12em;
}

a.mainlevel-son-of-suckerfish-horizontal, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal, span.mainlevel-son-of-suckerfish-horizontal {
}

a.sublevel-son-of-suckerfish-horizontal, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal, span.sublevel-son-of-suckerfish-horizontal {
	font-size: 100%;
	border-top: none;
	height: 1%;	/* this is required for the IE to cause the "hasLayout" property and make the whole anchor clickable - "Holly Hack" */
}

#active_menu-son-of-suckerfish-horizontal,
a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal,
a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited,
a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover,
a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal,
a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited,
a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {
	font-weight: normal;
}

ul.mainlevel-son-of-suckerfish-horizontal, .mainlevel-son-of-suckerfish-horizontal ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

ul.mainlevel-son-of-suckerfish-horizontal li {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
}

ul.mainlevel-son-of-suckerfish-horizontal li li {
	position: relative;
	display: block;
	width: 10em;
}


ul.mainlevel-son-of-suckerfish-horizontal ul {
	display: block;
	position: absolute;
	left: -999em;
	margin: -0.2em 0 0 0em;
	width: auto;
	height: auto;
	z-index: 101;
}
	
ul.mainlevel-son-of-suckerfish-horizontal li li ul {
	margin: -1.8em 0 0 10em;
	z-index: 102;
}

ul.mainlevel-son-of-suckerfish-horizontal li:hover ul,
ul.mainlevel-son-of-suckerfish-horizontal li.hover ul {
	left: auto;
}

ul.mainlevel-son-of-suckerfish-horizontal li:hover ul ul,
ul.mainlevel-son-of-suckerfish-horizontal li.hover ul ul {
	left: -999em;
}

ul.mainlevel-son-of-suckerfish-horizontal li:hover ul li:hover ul,
ul.mainlevel-son-of-suckerfish-horizontal li.hover ul li.hover ul {
	left: auto;
}


ul.mainlevel-son-of-suckerfish-horizontal, ul.mainlevel-son-of-suckerfish-horizontal li li {
	clear: left;
}

/** separator */
span.mainlevel-son-of-suckerfish-horizontal, span.sublevel-son-of-suckerfish-horizontal {
	display: block;
	width: 1em;
	border-width: 0px;
	margin-left: 1em;
	padding: 0;
	padding-top: 1px;
}

/** IE5.0/win workaround: the ">" is handled like a "," */
ul.mainlevel-son-of-suckerfish-horizontal > ul.mainlevel-son-of-suckerfish-horizontal {
	position: absolute;
	top: 5em;	/* change the absolute position for IE5.0 here */
}
ul.mainlevel-son-of-suckerfish-horizontal > ul.mainlevel-son-of-suckerfish-horizontal li.hover ul {
	margin: 0.1em 0 0 0em;	/* top, right, bottom, left */
}
ul.mainlevel-son-of-suckerfish-horizontal > ul.mainlevel-son-of-suckerfish-horizontal li.hover ul ul {
	margin: -1.6em 0 0 10em;	/* top, right, bottom, left */
}
/*///////////////END NAVIGATION//////////////////*/



/*Avenir Link*/
#avenir {
display:block;
	FONT-SIZE: 9px; 
	TEXT-ALIGN: left; 
	MARGIN: 0px; 
	PADDING-TOP: 2px;
	margin-left:10px;
	padding-top:10px;
	text-indent: 16px;
	background: url(../images/title_bullet.gif) no-repeat 0px 13px;
	clear:both;
	}
	
#avenir a:link { 
color: #666; 
text-decoration: underline; 
}

#avenir a:visited { 
color: #666;
text-decoration: underline; 
}

#avenir a:hover { 
color: #B1CD43;
text-decoration: none; 
}

/* Lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	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(../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(../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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	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 */
	}	
	
	.detailimg {
	float:left;
	width:170px;
	text-align:left;
	
		}

