html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
font-size:80%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:auto; /*get rid of scroll bars in IE */
/* */
}

body {
background-color: #000000;
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:auto; 
text-align: center;
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}


#screen {
background-color: #cccccc;
background-image: url('../images/pagebg.gif');
background-repeat: repeat-y;
position: relative;
width: 800px;
text-align: left;
margin-left: auto; 
margin-right: auto;
border: 0px solid #000000;
}

#screenbg {
position: absolute;
background-image: url('../images/lescountrysberoyemblembg.gif');
top: 500px;
right: 20px;

}

#title {
background-image: url('../images/heading.jpg');
background-position: center center;
background-repeat: no-repeat;
float: left;
width: 100%;
height: 155px;
}

#bottom {
background-image: url('../images/botbar.gif');
background-position: center center;
background-repeat: no-repeat;
margin-top: 0px; 
float: left;
width: 100%;
height: 20px;
}

#address {
float: right;
padding-right: 20px;
margin-top: 60px;
height: 80px;
text-align: right;
font-size: 12px;
border: solid 0px #040404;
}

#content {
margin-top: 20px;
margin-left: 110px;
padding-bottom: 20px;
width: 530px;
border: 0px solid #100;
text-align: center;
}

#content p {
font-family: verdana, arial, sans-serif;
font-size: 13px;
text-align: justify;
margin-top: 0;
}

#galcontent {
margin-top: 20px;
margin-left: 50px;
margin-right:50px;
padding-bottom: 20px;
border: 0px solid #000;
text-align: center;
}

#galcontent p {
font-family: verdana, arial, sans-serif;
font-size: 13px;
text-align: justify;
margin-top: 0;
}

.redblock {
background-color: red; 
text-color: black;
}

h1 {
font-family: verdana, arial, sans-serif;
font-size: 13px;
font-weight: bold;
text-decoration: underline;
text-align: left;
margin-top: 10px;
}

h2 {
font-family: verdana, arial, sans-serif;
font-size: 19px;
font-weight: bold;
font-style: italic;
margin-top: 10px;
}

.hl {
font-family: verdana, arial, sans-serif;
font-size: 13px;
font-weight: bold;
text-decoration: none;
font-style: italic;
text-align: left;
margin-top: 10px;
}


#rightpic {
position: absolute;
top: 500px;
right: 20px;
width: 150px;
border: solid 0px #040404;
text-align: right;
font-size: 11px;
}

#rightpic img {
border: none;
}

#rightpic a {
text-decoration: none;
}

#menu {
float: left;
height: 500px;
margin-top: 40px;
padding-left: 20px;
border: solid 0px #040404;
font-size: 13px;
font-weight: bold;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu li {
list-style: none;
margin: 0;
padding: 8px 0px 8px 0px;
}

#menu li {
list-style: none;
margin: 0;
padding: 8px 0px 8px 0px;
}

#menu a:link, #menu a:visited {
color: #033;
text-decoration: none; 
}

#menu a:hover {
color: #996;
}

.leftimg {
float: left;
width: 100px;
height: 120px;
margin: 10px 10px 10px 0px;
}

.leftimghor {
float: left;
width: 200px;
height: 150px;
margin: 10px 10px 5px 0px;
}

.rightimg {
float: right;
width: 100px;
height: 120px;
margin: 10px 0px 10px 10px;
}

.rightimghor {
float: right;
width: 200px;
height: 150px;
margin: 10px 0px 5px 10px;
}

.clear {
clear: both;
}

.table {
font-family: Verdana, Helvetica, sans-serif; 
font-size: 9pt;
border: none;
margin-left: auto;
margin-right: auto;
}

.table th {
color: #366; 
padding: 3px;

}

.table td {
color: #003366; 
padding: 3px;
text-align: left;
}


.thumbdiv {
text-align: center;
width: 100%;
}

.prodimage {
float: left;
margin: 4px;
}

.thumbnail {
height: 100px;

}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index: 6;
		}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../javascript/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../javascript/overlay.png", sizingMethod="scale");
	}

.thumbnailpic {
width: 60px; 
height: 45px; 
float: left;
}

.fullwidthimg{
width: 530px;
}

#popup {
background-color: #333;
position: absolute;
top: 300px;
left: 450px;
border: 1px solid #000;
width: 300px;
height: 200px;
overflow: auto;
visibility: hidden;
}

#text {
color: red;
font-size: 12px;
}	
