@charset "UTF-8";
/* CSS Document */

body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img {
	border:0px;
}

a:link, a:visited  {
	color:#000;
	text-decoration: underline;
	border:0px;
}




#main-content-bg{
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
	}
#main-content{
	padding-left: 30px;
	text-align: left;
	height: auto;
	overflow: visible;
	font-size: smaller;
	}
#main-content ul{list-style:none;}



#full-text-bg{
	background-color:#FFF;
	color:#000;
	width: 100%;
	height: auto;
	margin:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: left;
	

	}

#full-text-content{
	position:relative;
	height: auto;
	width: 99%;
	text-align: left;
	overflow: visible;
}

.profile{
	background-color:#fff;
	color:#000;
	display:block;	
	width:450px;
	margin: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	top: 0px;
	page-break-before:always;
	}
img.profilePicture {
	float:right;
	height: 180px;
	margin-left: 20px;
}

.productGuide {width:99%; page-break-before:avoid; page-break-inside:avoid; }
.productGuide td.name {padding-top:0%; padding-bottom:0%;}
.productGuide td.desc {padding-bottom:1%; width:30%;}

.forPrint{}


ul.product li img {
width:200px;
margin: 0px 2px;
}

ul.product li {
page-break-after: always;
page-break-inside: avoid;
border:2px solid #E2E1CE;
color:#000000;
display:inline;
float:left;
margin:0px 5px 5px 0px;
padding:2px;
text-align:center;
height:700px;
width:550px;
}
.rentDesc{
	text-align:left;
	font-size:12px;
	margin-left: 3px;
}
.rentDesc ul li {
	float: none;
	list-style:disc;
	width: 250px;
	height:auto;
	margin:0;
	text-align:left;
	border: none;
	display:list-item;
	page-break-after:avoid;
}


.clearfloat {
clear:both;
font-size:1px;
height:0;
line-height:0;
}

#footer {
	font-size: 11px;
	text-align: left;
	position: relative;
	
	
} 

#main-nav, #top-nav, #bottom-nav, #leftPanel, #myGallery, #main-image, .productItem, .productNav, .submitProducts, .imageElement, .slideInfoZone, #team
	{display:none;}
	
	
	
