﻿HTML
{
	margin: 0;
	padding: 0;
}
BODY
{
	font: 76% arial, sans-serif;
	text-align: center;
}
P
{
	margin-top: 11px;
}
A:link
{
	font-weight: bold;
	text-decoration: none;
	color: #B7A5DF;
}
A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #B7A5DF;
}
A:hover, A:active
{
	text-decoration: underline;
	color: #9685BA;
}
#header H2
{
	height: 175px;
	margin: 0;
	padding-left: 10px;
	background: transparent url(ban2.jpg) no-repeat top; 
	color: #79B30B;
	text-Align: right;

/*START GLOSSY HORIZONTAL MENU*/
}
.glossymenu
{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 0;
	background: url(menur_bg.gif) repeat-x; /*tab background image path*/
	height: 52px;
	list-style: none;
}
.glossymenu li
{
	float: left;
}

.glossymenu li a
{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b
{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover
{
	color: #fff;
	background: url(menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
/*END GLOSSY HORIZONTAL MENU*/



#container
{
	text-align: left;
}
#content P
{
	line-height: 1.4;
	padding: 0 20px 0 20px;
}
#navigation
{
	background: #FFFFFF;
}
#extra
{
	background: #FFFFFF;
}
#footer
{
	background: #333;
	color: #FFF;
}
#footer P
{
	margin: 0;
	padding: 5spx 10px;
	text-align: center;
}
#container
{
	width: 900px;
	margin: 0 auto;
}
#wrapper
{
	float: left;
	width: 100%;
}
#content
{
	margin: 0 150px;
	padding: 2px;
}
#navigation
{
	float: left;
	width: 120px;
	margin-left: -120px;
}
#extra
{
	float: left;
	width: 150px;
	margin-left: -900px;
}


#footer
{
	clear: left;
	width: 900px;
	style: underline;
	margin: auto;
}


/*START CSS FOR SIDE MENU*/


div.sdmenu
{
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div
{
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child 
{
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed 
{
	height: 25px;
}
div.sdmenu div span 
{
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span 
{
	background-image: url(collapsed.gif);
}
div.sdmenu div a 
{
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current 
{
	background : #ccc;
}
div.sdmenu div a:hover 
{
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

/*END CSS FOR SIDE MENU*/


/*START PRODUCT THUMBS/*


.gallerycontainer
{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 3px;
left: -1000px;
width: 275px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
width: 270px;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 250px;
left: 740px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/*END PRODUCT THUMBS/*






