/*----------------------------------------------------------------------
  $Id: style.css,v 1.10 2008/02/25 05:55:15 guy Exp $
  Copyright 2003 by Clearwater Software.  All rights reserved.
  http://clearwater.com.au
----------------------------------------------------------------------*/

/*--------- global ---------*/
body {
        font-family:verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	color: #222;
}

.logo {
	margin: 20px;
}

.main {
	font-size: 9pt;
}

h1 {
	font-size: 14pt;
}

em {
	font-weight: 900;
	font-style: normal;
	color: #228;
}

a:link {
	color: #00f;
	text-decoration: none;
}

a:visited {
	color: #88f;
	text-decoration: none;
}

a.selected:visited {
	color: #00f;
}

a.selected:hover {
}

a:hover {
	text-decoration: underline;
}

td.vrule {
	background-image: url("images/div.gif");
	background-repeat: repeat-y;
	width: 10px;
}
td.hrule {
	background-image: url("images/div.gif");
	background-repeat: repeat-x;
	height: 10px;
}

td.menu {
}

td.submenu {
  text-indent: 10px;
}

td.main {
	width: 350px;
}

.menu {
	font-size: 10pt;
	font-weight: 900;
	margin-left: 50px;
}

/*----*/

.title {
        font-family:verdana, arial, helvetica, sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #228;
        font-style: normal;
}

.tel {
	font-size: 10px;
}

.header {
	font-weight: 700;
	text-decoration: underline;
	color: #228;
}

.sidebar {
	width: 160px;
	margin: 10px;
	font-weight: 100;
	text-align: justify;
	font-size: 10px;
	background-color: #eef;
	padding: 5px;
	border: solid;
	border-color: black;
	border-width: 1px;
}

img {
	border: 0px;
}

.xsectiontitle {
	color: #888;
	font-size: 20px;
	font-weight: bold;
}

.projecttitle {
	color: #228;
	font-weight: bold;
	font-size: 16px;
	margin: 0px,0px,0px,10px;
}

.right {
	float: right;
	font-size: 10px;
}

.projectinfo {
	color: #222;
	margin: 0px,0px,0px,20px;
	font-size: 12px;
	margin-bottom: 20px;
}

.ad .bordered {
	border: solid;
	border-color: #228;
	border-width: 1px;
}

.ad h1 {
	font-size: 16px;
  	text-align: center;
	color: #228;
}
.ad a, .ad a.selected  {
	font-weight: 700;
	text-decoration: underline;
	color: #228;
}

.retailer {
	font-size: 11px;
}

.retailer .title {
        font-size: 12px;
        font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	background-color: #228;
	color: #fff;
}

.retailer .even td {
	background-color: #eee;
}

.retailer tr {
	vertical-align: top;
}

.retailer .name {
	font-weight: 900;
	font-style: normal;
	color: #228;
}

.topalign tr {
	vertical-align: top;
}

.pad10 td {
	padding: 10px;
}

.smalltext {
	font-size: 12px;
}

.maplink {
	font-weight: bold;
	width: 100px;
}


