.lightBgColour {background-color: #ffffff}
.borderColour {background-color: #ff9900}
.textBoldColour {color: #666666}
.textMainColour {color: #000000}
.font {font-family : Verdana;}
.linkColor {font-family : 3300ff;}
.box{background-color: #ffffff; border-style: solid; border-width:1px; border-color: #ff9900; font-family: Verdana; font-size: 12px; color: #000000;}
.copy {font-family : Verdana;        font-size : 12px; color: #000000;}
body {font-family : Verdana;        font-size : 12px; color: #000000;}
.copysmall {font-family : Verdana;        font-size : 10px; color: #000000;}
.amore {font-family : Verdana; font-size : 10px; color: #3300ff; align: right}
b {font-family : Verdana;        font-size : 12px; color: #666666;}
.bsmall {font-family : Verdana;        font-size : 10px; color: #666666;}
.buttoninput {background-color: #666666; font-family: Verdana; font-size: 9pt; color: #ffffff;border-style: solid;border-width:1px;         border-color: #C1C1D4;}
.heading {font-family : Verdana;        font-size : 14px; color: #666666;}
.spotlink {font-family : Verdana;        font-size : 12px; color: #000000; text-decoration:underline;}
a.spotlink:hover {font-family : Verdana;        font-size : 12px; color: #000000; text-decoration:underline;font-size : 12px;}
.nappy-nav{
	font-weight: bold;
	height: 350px;
	width: 150px;
	left: 150px;
	top: -100px;
	z-index: 2;
font-size : 12px;
text-align:center;
	
}
div.nappy-nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 100%;
	border: 1px solid #000000;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
font-size : 12px;

}
.nappy{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	width: 100%;
	border: 1px solid #000000;
	text-decoration: none;
font-size : 12px;

}

a.nappy-nav:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	background-color: #EEF0EE;
	width: 100%;
	border: 1px solid #000000;
	float: left;
font-size : 12px;
}
h1{align:center; color: #ff9900; font-size : 20px; weight:bold; font-family : Verdana; text-transform: uppercase;}
h2{ color: #ff9900; font-size : 12px; weight:bold; font-family : Verdana; text-transform: uppercase; display:inline;}
p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
#content {
	margin: 0px 200px 0px 200px;
	padding: 10px; 
    Width:500px;
}


#side1 {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 10px;
	padding: 10px 10px 10px 10px;
}
#side2 {
	position: absolute;
	width: 150px;
	top: 0px;
	right: 0px;
	padding: 10px 10px 10px 10px;
	border-left: 1px dotted #cccccc;
	background-image: url(sm-tomato.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-bottom: 4px;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0 10px 0;
	border: 1px dotted #B1B1B1;
	background-color: #F4F4F4;
}
#side1 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 184px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 184px;
}
#side1 li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #E7AFAF;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side1 a:hover {
	color: #621313;
}
     

#wrapper {
position:relative;
clear:both;
	margin-top: auto 0px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
	border:0;
	width: 900px;
	
}

.prodimages { 
float:left;
list-style-type:none;


}
.prodimages li{ 

list-style-type:none;
float: left;
	width: 200px;
	height: 200px;

}
.file{
list-style-type:none;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -10px;
left: 5px; /*position where enlarged image should offset horizontally */
width:200px;
}


