/* CSS Document */

<!--
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height:140%;
}

table.pricelist {
	text-align:left;
	margin-top:15px;
}

table.pricelist th ul {
	margin-bottom:0px;
}

table.pricelist th ul li {
	margin-left:-23px;
}

table.text-table {
	text-align:center;
	margin-top:15px;
	border-color: #000000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

table.text-table td {
	border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

table.text-table th {
	border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
}


.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 511px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}
.oneColFixCtr #mainContent {
	padding: 0px;
}
#clearheader {
	height:120px;
}

#container #maintextleft {
	float:left;
	display:inline;
	width:307px !important;
	width:306px;
	margin:185px 21px 10px 21px !important;
	margin:195px 21px 10px 21px;
	height:310px;
	padding-right:15px;
	overflow:auto;
}

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

#container #maintextright {
	width:405px;
	margin:0px 10px 10px 21px;
	height:382px;
	padding-left:15px;
	padding-right:10px;
	overflow:auto;
}

/* The following two are for Firefox 2 and older and Firefox 3 hacks to deal with the mainimageleft*/
#container #maintextright, x:-moz-any-link {padding-left:0px;} 
#container #maintextright, x:-moz-any-link, x:default {padding-left:0px;}

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

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

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



#container #mainimage {
	height:536px;
	overflow:hidden;
	top: 0px;
	z-index:0;
}

#container #mainimageleft {
	height:536px;
	overflow:hidden;
	z-index:0;
	float:left;
	margin-top:0px;
}

/* The following two are for Firefox 2 and older and Firefox 3 hacks to deal with the mainimageleft
#container #mainimageleft, x:-moz-any-link {margin-top:-110px;} 
#container #mainimageleft, x:-moz-any-link, x:default {margin-top:-110px;}*/

#container #navigation {
	position:absolute;
	top:15px;
	width:770px;
	height:56px;
	z-index:21;
	text-align:center;
	border-bottom-width: 46px;
	border-bottom-style: solid;
	border-bottom-color: #a11c43;
}
#container #logo {
	position:absolute;
	top:83px;
	margin-left:30px;
	z-index:100;
}

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

#copyright {
	float:left;
	font-size:70%;
	color:#666666;
	text-align:left;
	line-height:normal;
	padding-top:0px !important;
	padding-top:3px;
}

#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%;
}



.printpage {
	padding:2px 0px 5px 0px;
	text-align:right;
}

.printpage a{
	text-decoration:none;
	color:#0066CC;
}

.printpage a:visited {
	color:#0066CC;
}



.printpage a img  {
	vertical-align:middle;
	border:none;
	padding-left:3px;
}

.underline {
	text-decoration:underline;
}

-->