html, body { 
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
}

#wrapper {
	background: #FFFFFF url(leftbackfix.png) repeat-y left;
}
#header {
	background: #d7dabd;
	height: 119px;
}
#container {
	width: 100%;
	background: #FFFFFF url(leftbackfix.png) repeat-y left;
	float: right;
	margin-left: -150px;
}
#content {
	background: #FFFFFF;
	margin-left: 150px;
}
#leftbar {
	width: 150px;
	float: left;
}
#footer {
	background-color: #FFFCC8;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}

#complogo {
	width:auto;
	float:right;
	height:119px;
}
#pagelogo {
	width:auto;
	float:left;
	height:119px;
}
#pagelogo img, #complogo img {
	border:0;
}

#header {
	background-image: url(topback.png);
	background-repeat: repeat-x; 
}

#leftbar {
	background-image: url(leftback.png);
	background-repeat: repeat-x;
}

#topLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 99px;
	left: 320px;
	z-index: 15;
}

#topLinks a:link, #topLinks a:visited {
	color:#FFFFFF;
	width:112px;
	height:19px;
	text-decoration:none;
	display:block;
	margin:0px;
	padding-top:1px;
	margin-right:2px;
	text-align:center;
	background-image: url(buttonup.png);
}

#topLinks a:hover {
	background-image: url(buttondown.png);
}

#printablelink {
	font-weight:bold;
	margin:2px;
	text-align:right;
	font-size:10px;

}
#printablelink a{
	color:#E77910;
}

#leftbar ul {
	padding: 1px;
	margin-left: 3px;
	padding:0;
	font: 11px verdana, sans-serif;
	width: 144px;
	color: gray;
}

#leftbar li {
	list-style: none;
	margin: 0px;
	border-left: 1px #E77910 solid;
	border-bottom: 1px #E77910 solid;
	text-align: left;
}

#leftbar li div {
	display: block;
	text-decoration: none;
	color:white;
	margin:0;
	margin-top:8px;
	padding:3px;
	background-color:#E77910;
	font-size:13px;
	font-weight:bold;
}

#leftbar li a {
	display: block;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

#leftbar li a:link { 
	color: #000;
}
#leftbar li a:visited {
	color: #006;
}

#leftbar li a:hover {
	font-weight:bold;
	color: #E77910;
	background: #FFDB94;
	border-left: 3px #E77910 solid;
}

#content {
	padding-left:18px;
	padding-right:18px;
}

p {
	text-align:justify;
	color:#333333;
}

#footer {
	font-size:11px;
	text-align:center;
	color:#E77910
}

#footer a, #footer a:visited {
	color:#E77910;
}

.rightalign {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

h1 {
	font-size: 26px;
	color: #FE9833;
}

h2 {
	font-size: 18px;
	color: #666666;
	padding-top:12px;
	margin-bottom:3px;
}

.pricelist {
	border: 1px solid #EEEBB7;
}

.pricelistoddrow {
	background-color:#FFFCC8;
}

.pricelistitemname {
	text-align:left;
}

.pricelistitemprice {
	vertical-align:top;
	width: 150px;
}

.pricelistitemprice {
	vertical-align:top;
	width: 150px;
}

.pricelistitemprice p.mainprice {
	margin:0;
	text-align:right;
}

.pricelistitemprice p.subprice {
	font-size:80%;
	color:gray;
	margin:0;
	text-align:right;
}

.pricelistnote {
	text-align:left;
}

img.rightaligned {
	float:right;
	margin:5px;
}

/*printer styles*/ 
@media print{ 
#leftbar{display:none;} 
#content{margin-left:0;} 
#topLinks{display:none;}
#footer{border-top:1px #E77910 solid;margin-top:10pt;}
#header{margin-bottom:10pt;}
#printablelink{display:none;}
}
