body {
	text-align:center;
	font-family: tahoma, arial, sans-serif;
	margin:0;
	background:url(/images/bg.gif);
	background-repeat:repeat-x;
	margin-top:15px;
    margin-bottom:10px;
}
.body {margin:100% auto; margin-top:0px; margin-bottom:30px; height:100%;}
a {text-decoration:none; color:#000033; font-weight:bold}

#bodycontainer {margin: 0 auto; width:821px; background-color:#FFFFFF; height:600px; text-align: left; border: 1px solid #666666; background-repeat: repeat-y;}

#headercontainer {width:821px; height:163px; padding:0px; margin:0px;}
.left-element {float:left; width:50%;}
.right-element {float:right; width:50%; text-align:right; position:absolute; top:111px;}

div.hr {height: 1px; background: #fff url(/images/hr1.gif) no-repeat scroll center;}
div.hr hr {display: none;}

#nav-menu {width:450; position:relative; left:50%; margin-left:-228px; text-align:center;} 
#nav-menu ul {list-style:none; padding:0; margin:0;}
#nav-menu li {float:left; margin-top:5px;}
#nav-menu li a {width:7em; float:left; display:block; text-decoration:none; text-align:center;}
#nav-menu li a {float:none}/* <- Hide from IE5-Mac */

#contentcontainer {width:inherit; text-align:left; background-color:#FFFFFF;}
#content {padding:20px; text-align:left; background-color:#FFFFFF; height:100%;}
#photobox {width: 359px; float:right; margin:0 0 8px 8px;}

#footer {width:inherit; padding:20px; font-family:Arial, Helvetica, Georgia, sans-serif; font-size:9px; text-align:center;}

p {font:12px Arial, Helvetica, sans-serif;}
h1 ,product-name{padding:0px 0px 5px 0px;margin:0px;color:#000033;font:bold 20px arial,"times new roman",times,serif;}
h2 {padding:0px 0px 10px 0px;margin:-3px 0px 0px 0px;color:#333333;font:normal 15px/24px georgia,"times new roman",times,serif;}
h3 {padding:0px 0px 8px 0px;margin:0px;color:#990000;font:italic normal 16px georgia,"times new roman",times,serif;}
h4, .sansserif strong {margin:0px;padding:0px 0px 5px 0px;color:#000000;font:normal 12px/16px arial,helvetica,sans-serif;}

.smalltext {font-family:Arial, Helvetica, sans-serif; font-size:9px;}
.mediumtext {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #EEEEEE;
padding: 5px;
left: -1000px;
border: 1px solid 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: -20px;
left: 100px; /*position where enlarged image should offset horizontally */
}
