/* CSS Document */

<!--
body {
	background: #FFFFFF;
	font-size:12px !important;
	font-size:11px;
	margin:10px;
	padding:10px;
}
#clearheader {
	height:0px;
}

table.pricelist {
	text-align:left;
	margin-top:15px;
}
.oneColFixCtr #container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height:auto;
	overflow:visible;
}
.oneColFixCtr #mainContent {
	padding: 0px;
}
#container #maintextleft {
	width:auto; /*this bit cancels out the screen version */
	overflow:visible;
	margin:45px 0px 0px 38px !important;
	margin:45px 0px 0px 38px;
    height:auto;
	padding-bottom:20px;

	display:inline; /*this bit decides the print version */
}

#container #maintextleft h1 {
	font-size:115%;
	color:#a11c43;
	margin-bottom:-5px;
	text-transform:lowercase;
}

#maintextright {
	width:auto;
	display:inline;
	overflow:visible;
	margin:110px 10px 10px 21px !important;
	/*float:none;
	width:auto; this bit cancels out the screen version 
	overflow:visible;
    height:auto;
	padding-bottom:20px;
	margin:0px;
	margin-top:45px;*/

	/*display:inline; this bit decides the print version */
}


#container #maintextright h1 {
	font-size:115%;
	color:#a11c43;
	margin-bottom:-5px;
	text-transform:lowercase;
	margin-left:38px !important;
	margin-left:0px;
}

#container #maintextright h2, h3{
	font-size:105%;
	color:#a11c43;
	margin-bottom:-12px;
	text-transform:lowercase;
	margin-left:38px;
}

#container #maintextright h3{
	font-size:100%;
	color:#a11c43;
	margin-bottom:-15px;
	font-weight:bold;
	background-color:#EEEEEE;
}

 #container #maintextright p{
	margin-left:38px;
}

 #container #maintextright img{
	margin-left:38px;
}

 #container #maintextright table{
	margin-left:38px;
}

 #container #maintextright ul{
	margin-left:45px !important;
	margin-left:65px;
}

#container #maintextleft p{
	text-align:justify;
} 


#container #mainimage {
	display:none;
}

#container #mainimageleft {
	display:none;
}

#container #navigation {
	display:none;
}
#container #logo {
	display:none;
}

#container #logo-print {
	display:block;
}

#copyright {
	float:none;
	margin-top:2px;
	margin-left:38px;
}

#motto {
	display:none;
}

#pgtitle {
	position:absolute;
	top:35px;
	margin-left:400px;
	width:300px;
	z-index:100;
}
#pgtitle h1{
	font-size:165%;
	color:#999999;
	background-color:#FFFFFF;
	padding:10px;
	height:auto;
	opacity: .5;
	filter: alpha(opacity=50);
	
}
#tagline {
	width:770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	color:#FFF;
	text-align:right;
	margin-top:10px;
	line-height:150%;
}

#tagline #relax {
	font-size:225%;
	color:#f5e4d3;
	margin-left:47px;
	vertical-align:middle;
	line-height:110%;
}


.CollapsiblePanel {
	border-top: none;
	border-bottom: none;
}
.CollapsiblePanelTab {
	background-color: #FFF;
	border-bottom: none;
}

.CollapsiblePanelContent {
	margin-bottom:-100px;
	padding:0px;
	margin-top:0px;
	
}


.designer
{
	display:none;
}
.printpage {
	display:none;
}

.printpage a{
	display:none;
}

.printpage a:visited {
	display:none;
}

.printpage a img  {
	display:none;
}
-->