body {
	margin:0;
	padding:0;
	color:#666;
	background:white url(images/bg-body.gif) repeat-y;
	font-family: 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
}

h1 {
	font-size:1.25em;
}
h2 {
	font-size:1.1em;
	color:#666;
}

#Main {
	clear:both;
	background: url(images/logo-bottom.gif) no-repeat right bottom;
	width:100%;
	height:100%;
	font:normal 10pt/13pt 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
}

#Logo {
	background:#fff;
	padding:5px 25px;
	float:left;
	height:100px;
}
#Intro {
	font: normal 10pt/12pt 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
	padding:5px 10px;
	background: #DDCEEC;
	height:100px;
	overflow:auto;
}

#Intro h1 {
	font-size:12pt;
	margin: 0 0 0.5em 0;
}

#Intro p {
	margin:0;
}

#TopMenu {
	font: bold 8pt/10pt 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
	color:white;
	background:#999;
	padding:2px 5px;
	width:100%;
 	height:25px;
	max-height: 2em;
	vertical-align:middle;
}

#TopMenu a {
	padding:1px 5px;
	color:white;
	background:transparent;
	text-decoration:none;
	border:1px solid #999;
}
#TopMenu a:hover {
	background:white;
	color:#666;
	border-style: inset;
}
#LeftMenu,
#LeftFooter {
	font: bold 8pt/10pt 'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
	padding:5px;
	background:#E6E6AC;
	color:#666;
	width:160px;
	white-space:nowrap;
	vertical-align:top;
	float:left;
}
#LeftMenu p {
	margin:0;
	padding:0;
	width:160px;
}
#LeftMenu ul {
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
	white-space:nowrap;
}
#LeftMenu ul li a {
	margin: 1px 0;
	padding:1px 3px;
	color:#333;
	background:transparent;
	text-decoration:none;
	border:1px solid #E6E6AC;
	border-bottom-color:#ccc;
	display:block;
	width:160px;
	font:bold 8pt/10pt;
}
#LeftMenu ul li a:hover
{
	background:#fff;
	color:#000;
	border-style: inset;
}

#LeftMenu ul li span {
	margin: 1px 0;
	padding:1px 3px;
	background:#999;
	color:#fff;
	border: 1px solid #fff;
	text-decoration:none;
	display:block;
	width:160px;
	font:bold 8pt/10pt;
}

td.Products {
	border-right:2px solid #E6E6AC;
	width:30%;
	vertical-align:top;
	padding:10px 5px;
	background:#fff;
}

#LeftFooter {
	color:#999;
	width:170px;
	height:75px;
	font: normal 7pt;
	padding:5px;
	border:0px none;
	margin:0 10px 0 0;
}

#LeftFooter a {
	color:#999;
	text-decoration:none;
}

#LeftFooter a:hover {
	text-decoration:underline;
	color:#333;
}

div.Footer {
	clear:left;
	height:75px;
	border-top:1px solid #ccc;
	border-left:0px none;
	font-size:9pt;
	padding:5px 100px 5px 0;
}

#LeftFooter p,
div.Footer p {
	margin: 6pt 0;
}

.Header {
	background:#fff;
	padding:0;
	border-bottom:1px solid #ccc;
	width:100%;
	height:91px;
}


#Directory tr td {
	background:#fff;
	color:#666;
	font-size:9pt;
	margin: 10px 10px 0 0;
	padding:0;
	border:1px solid #E6E6AC;
	vertical-align:top;
	min-width: 30%;
	max-width: 33%;
}

#Directory tr td p {
	margin:2px;
	padding:2px;
	font: 9pt/12pt;
	height:140px;
	overflow:auto;
	}

#Directory td h3 {
	margin: 0;
	padding:0px;
	background-color:#60a060;
	color: #ffc;
	}

#Directory td h3 a {
	background-color:#DDCEEC;
	color: #666;
	padding:5px;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:left;
	margin: 0px;
}

#Directory td h3 a:hover {
	background-color:#E6E6AC;
	color: #666;
}

#Directory td img {
	width:80px;
	margin:3px 3px 3px 10px;
	float:right;
	border:none;
}

.PriceBox {
	color:#333;
	font-weight:bold;
	font-size: 10pt;
	line-height:14pt;
	background-color: #E6E6AC;
	clear:right;
	padding: 2px 5px;
	height:25px;
	vertical-align:bottom;
	}

.PriceBox a { 
	background-color:#999;
	color:#fff;
	font-size: 8pt;
	line-height:12pt;
	border: 2px outset #ccc;
	text-decoration: none;
	margin: 2px 0;
	padding: 0 5px;
	float:right;
	width:70px;
	text-align:center;
	vertical-align:middle;
}

.PriceBox a:hover {
	background-color:#666;
}

#CartBox {
	margin: 0 0 0 10px;
	padding:5px;
	border:2px solid #E6E6AC;
	background:white;
	color:black;
	float:right;
	text-align:center;
}

#CartBox img {
	width:225px;
}

#CartBox select {
	font-size:9pt;
}

em {
	font-style:normal;
	font-weight:bold;
	color: red;
}