
body {font-family: Tahoma;
font-size: 10pt;
}

a{
font-family: Tahoma;
font-weight: bold;
font-size: 9pt;
text-decoration:none;

}


a:hover{
font-family: Tahoma;
font-weight: bold;
font-size: 9pt;
text-decoration:none;
color:#FF0000;
background-color:#ffffff;


}

.button {cursor:auto; font:bold 10px tahoma; width:auto;}

.housebutton {
font-family: Tahoma;
font-weight: bold;
font-size: 8pt;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;}

.housebutton a {
font-family: Tahoma;
font-weight: bold;
padding: 1px;
text-decoration: none;
width: auto;
display: block;
color: #122536;
background-color: #9DB2CF;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #7E90A2 solid;
border-right: 2px #7E90A2 solid;}

.housebutton a:hover {
font-family: Tahoma;
font-weight: bold;
background-color: #61758B; color:#FFFF00;
border-top: 2px #7E90A2 solid;
border-left: 2px #7E90A2 solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;}

.salebutton {
font-family: Tahoma;
font-weight: normal;
font-weight: bold;
font-size: 8pt;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;}

.salebutton a {
font-family: Tahoma;
padding: 1px;
text-decoration: none;
width: auto;
display: block;
color: #35001A;
background-color: #BA899E;
border-top: 2px #DCADC1 solid;
border-left: 2px #DCADC1 solid;
border-bottom: 2px #8B576E solid;
border-right: 2px #8B576E solid;}

.salebutton a:hover {
font-family: Tahoma;
background-color: #8B576E; color:#FFFF00;
border-top: 2px #97667C solid;
border-left: 2px #97667C solid;
border-bottom: 2px #DCADC1 solid;
border-right: 2px #DCADC1 solid;}

.phbutton {
font-family: Tahoma;
font-weight: bold;
font-size: 8pt;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;}

.phbutton a {
font-family: Tahoma;
padding: 1px;
text-decoration: none;
width: auto;
display: block;
color: #25240F;
background-color: #BFBA76;
border-top: 2px #DFD88A solid;
border-left: 2px #DFD88A solid;
border-bottom: 2px #8D8959 solid;
border-right: 2px #8D8959 solid;}

.phbutton a:hover {
font-family: Tahoma;
background-color: #68653C; color:#FFFF00;
border-top: 2px #8D8959 solid;
border-left: 2px #8D8959 solid;
border-bottom: 2px #DFD88A solid;
border-right: 2px #DFD88A solid;}

#menu {position:relative; top:10px; left:10px; width:75px; background-color:#f8f8f8;}
#menu a.p1, #menu a.p1:visited {display:block; width:75px; height:75px; text-decoration:none; top:0; left:0; border:0;}
#menu a img {border:1px;}
#menu a.p1:hover {text-decoration:none; background-color:#f8f8f8; color:#000; border:1px;}
#menu a .large {display:block; position:absolute; width:1px; height:1px; border:1px; top:-1px; left:-1px;}
#menu a.p1:hover .large {position:absolute; top:-100px; left:150px; width:auto; height:auto; border:1px solid #000000;}

.list {font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
}





.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-left: 50px; /* space between thumbs and wrapping text when there is any text around it */

}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 0px; /* adds a border around the image */
	margin-bottom: 0px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #c0c0c0;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: -75px; /* means the pop-up's top is 50px away from thumb's top */
	left: 150px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 100px; /* enter desired thumb width here */
	height : auto;
}

