/* css_default.css
	Styles for the home page
	
	Copyright Brian Horisk Ltd 4/4/2006

Text sizes are set using em for accessibility reasons
		
	Colour Scheme
*/

/* Text format
Set up a standard text format here and change it accordingly where required.
	Dark Green: #053A15
	Dark Beige: #BAB38F
	Light Beige: #D1CBAB
	

 */
 
/* Body of the doc - margin and padding set to 0 to override different browser defaults */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: rgb(238,233,219);
	background: url(graphics/background_shadow_ff.gif);
	background-position: top center;
	background-repeat: repeat-y;
	
	
	
}

img {
	border-style: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 965px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
	background-color: transparent;
	
}

#header {
	margin: 0px 0px;

}

#header img { margin: 0px;
		padding: 0px;
		}



#main_nav { /* position: absolute;
			top: 159px; */
			width: 964px;
			/* height: 30px; */
			background-color: #95917A;
			color: #053A15;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .8em;
			text-align: center;

}




.side_col {
	width: 185px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;

	
}

.side_col table { font-size: 80%; }

#left_col {
	clear: both;
	left: 0px;
	margin-left: 0px;
	margin-top: 20px;
	float: left;
	
}



#content {
	position: absolute;
	/* top: 341px; */
	margin-left: 201px;
	padding-top: 15px;
	width: 760px;
	font-size: 70%;
	line-height: 1.4;
	color: #666666;
	
}

#content h1 { font-size: 120%; }

#content h2 { font-size: 110%; }

#content table  { font-size: 100%; }

#content table table { font-size: 100%; }

#content table table table { font-size: 100%; }

#content li {
	margin-top: 5px;
}

#content li li {
	margin-top: 0px;
}



#content a:link {
	color: #053A15;
	text-decoration: underline;
}

#content a:visited {
	color: #053A15;
	text-decoration: underline;
}

#content a:active {
	color: #053A15 ;
	text-decoration: underline;
}
#content a:hover {
	color: #053A15;
	text-decoration: underline;
}


.clear {
	clear: both;
}

/* Used in left and right cols
- Main h1 defined elsewhere */


.side_col h2 {
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px;
	padding: 8px 4px 0px 4px;
}

.side_col p {
	
	padding: 4px;
	font-size: 80%;
}



.side_col ol {
	font-size: 80%;
	padding-left: 0px;
	margin-left: 25px;
}

.side_col img {
	

}

.side_col a:link {
	color: #333333;
	text-decoration: underline;
}

.side_col a:visited {
	color: #333333;
	text-decoration: underline;
}

.side_col a:active {
	color: #333333;
	text-decoration: underline;
}
.side_col a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer {
	width: 750px;
	margin-bottom: 10px;
	color: #053A15;
	text-align: center;
	font-size: 90%;
	
}

#footer a {
	color: #053A15;
	text-decoration: none;
}

#footer a:visited {
	color: #053A15;
	text-decoration: none;
}

#footer a:active {
	color: #053A15;
	text-decoration: underline;
}
#footer a:hover {
	color: #053A15;
	text-decoration: underline;
	
}


/* Left Naviagtion */
#mainlevelleftnav {
	width: 175px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	color: #053A15;
	font-size: 90%;
	
	
}

#mainlevelleftnav li {
	border-bottom-style: dotted;
	border-bottom-color: #B4AE92;
	border-bottom-width: 1px;
	background-color: #E9E5CF;
}



#mainlevelleftnav a {
	cursor: pointer;
	display: block;
	padding: 11px 0px 5px 10px;
	color: #053A15;
	text-decoration: none;
	font-weight: normal;
	
}

#mainlevelleftnav a:visited {
	text-decoration: none;
	color: #053A15;

}

#mainlevelleftnav  a:active {
	text-decoration: none;
	background-color: #E1DAB6;
	} 
#mainlevelleftnav  a:hover {
	text-decoration: none;
	background-color: #E1DAB6;
	} 
	
#active_menuleftnav {
	background-color: #E1DAB6;
}

#mainlevelleftnav ul {
	padding: 0 0 0 10px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
}

#mainlevelleftnav ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
}

#mainlevelleftnav ul li a {
	cursor: pointer;
	display: block;
	padding: 1px 0px 2px 5px;
	color: #053A15;
	text-decoration: none;
	font-weight: normal;
	
}

#mainlevelleftnav ul li a:visited {
	text-decoration: none;
	color: #053A15;

}

#mainlevelleftnav ul li  a:active {
	text-decoration: underline;
	background-color: #E9E5CF;
	} 
#mainlevelleftnav ul li  a:hover {
	text-decoration: underline;
	background-color: #E9E5CF;
	} 
	
#mainlevelleftnav ul li #active_menuleftnav {
	background-color: #E9E5CF;
	text-decoration: none;
	font-weight: bold;
}


#mainlevelleftnav li ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
	font-size: 80%;
}
/* NEw Top Nav */
#topnav {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding: 3px 10px 20px 2px ;
	margin: 0px;
	text-align: left;
	white-space: nowrap;
	
	
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	
}

#topnav li {
	display: block;
	float: left;
	text-align: center;
	list-style-type: disc;
	border-right: 1px solid;
}



#topnav a {
	cursor: pointer;
	display: block;
	padding: 0px 14px 0px 14px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	
}

#topnav a:visited {
	text-decoration: none;
	color: white;

}

#topnav a:active {
	text-decoration: none;
	color: #BAB38F;
	} 
#topnav a:hover {
	text-decoration: none;
	color: #BAB38F;
	} 
	
/* Active Element */
#topnav_active a:visited  {
	color: #BAB38F;
}

/* Category Listings */
.content_item {
	width: 100%;
	clear: both;

	}
	
.content_text {
	margin-left: 25%;
	padding-top: 10px;
	margin-right: 1em;
	


}

.content_image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	
	width: 240px;
	text-align:center;
	
	
	
}

#ads {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.ads {
	margin-top: 20px;
}
.new {
	color: red;
	font-weight: bold;
}


.gallerylist {
	margin: 2px 2px 0px 0px;
	padding: 0;
	
}



.gallerylist li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 2px;
	font-size: .8em;
	margin-top: 5px;
	border-top: 1px solid #aaa;
	padding-top: 4px;
	
}

.gallerylist a, .gallerylist a:link {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

.gallerylist a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration:underline;
}

.gallerylist a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

.gallerylist li ul {

	margin-left: 6px;
	padding-left: 0px;
}

.gallerylist li li {

	margin-left: 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
	
}

.gallerylist li li  a:link, .gallerylist li li  a:active, .gallerylist li li  a:visited, .gallerylist li li  a:hover {
	font-weight: normal;
}

#content .gallerylist li {
	border-top: none;
	
}




	
	#thumbnails {
	
	width: 725px;		
	padding: 10px;	
	font-size:0.9em;
	margin:5px;	
	height: 130px;
	overflow: auto;
white-space: nowrap; 
	margin-left: 10px;
	background: #CCC;
	z-index: 1;
}

#thumbnails 
{
	border-right:#ccc 1px dotted;
}

#thumbnails h2
{
	padding: 10px 0 0 0;
	font-variant:small-caps;
}
#thumbnails p
{
	padding:10px;
	margin:0;
}

#thumbnails li {
	float: left;
	text-align: center;
list-style-type: none;

margin: 2px;
padding: 0px;
padding-right: 20px;

}


#thumbnails ol li a:hover, infobar a:visited {
	color: red;


}

#thumbnails img {
	border: none;
	vertical-align: middle;
	

}

.sequence {
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #CCC;
	display: inline;

}

.sequence_number {
	width: 150px;

}

.thumbnail_image {
	display:inline-block;
	margin: 2px;
	

}

th {
	background: none;
	color: #000;
	font-weight: bold;
	padding: 1px;
}

.basket th, .basket_small th {
	color: #fff;
	background-color: #95917A;
}

.basket_small td {
	
	font-size: .8em;
}


#sBasket {
	border: 1px solid #95917A;
	font-size: 1.2em;
}

.button {
   padding : 2px;
   text-decoration : none;

	background:#95917A;
   color : #FFFFFF;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #808080;
   border-right : 1px solid #808080;

}

.button:hover {
  
   border-top : 1px solid #808080;
   border-left : 1px solid #808080;
   border-bottom : 1px solid #808080;
   border-right : 1px solid #808080;
	cursor: pointer;
	background:#545256;

}

.errorList, .error {
	color: red;
}

.form_field_hilite {
	background-color: yellow;
}

.thumbnail {
	border: 2px solid #ccc;
	margin: 6px;
}

#prev_link:hover, #next_link:hover {
	cursor: pointer;
}
	
.gallery_thumbnail {
	border: 2px solid #ccc;
	margin: 6px;

}


.content_item {
	width: 100%;
	clear: both;
	margin-top: 10px;
	}
	
.content_text {
	margin-left: 200px;
	margin-right: 1em;
	

	font-size: 110%;
	line-height: 100%;

}

.thumbnails_list_image {
	/* margin-left: 10px;
	margin-bottom: 20px; */
	float: left; 
	width: 190px;
}	

a.info{
    position:relative; /*this is the key*/
    z-index:24;
 
    text-decoration:underline;
	vertical-align: super;
	  color:red;
	  font-size: .9em;}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #9E9B7D;
    background-color:#E1DFC3; color:#000;
    text-align: left;
	padding: 5px;
	text-decoration: none;}

