/* HTML STRUCTURE */

/*
Nesting sructure for divs with special id:
  header           (header image and website title)
  body             (container for page content)
    nav            (top-level navigation links)
    main           (container for content part of page)
      content      (actual page content)
      sidebar      (usually contains stuff down right side of page)
  footer           (copyright message, common links, etc)
*/


/* GENERAL */

body {
 	background: white;
	margin: 0;
	padding: 0;
	font-family: Geneva,Microsoft Sans Serif,MS Sans Serif,Trebuchet MS,Helvetica Neue,Helvetica,Arial,Tahoma,Verdana,sans-serif;
}

.invisible { margin: 0; padding: 0; display: none; }

/* LAYOUT CONTROL */
#header {
	clear:both;
	float:left;
	width:100%;
	margin:0;
	border:0;
	padding:0;
}
#body {
	clear:both;
	float:left;
	width:100%;
	margin:0;
	border:0;
	padding:0;
}
#nav {
	clear:both;
	float:left;
	width:100%;
	margin:0;
	border:0;
	padding:0;
}
#main {
	clear:both;
	float:left;
	width:100%;
	margin:0;
	border:0;
	padding:0;
}
#content {
	float:left;
	width: 75%;
	margin:0;
	border:0;
	padding:0;
}
#sidebar {
	float:right;
	width:24%;
	margin:0;
	border:0;
	padding:0;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	margin:0;
	border:0;
	padding:0;
}



/* HEADER */
#header {
	background: #fff url("/resource/title-bg.gif") repeat-x bottom;
}
#header h1 {
	margin:0;
	padding:0;
	padding-left: 0.5em;
}
#header h1 span {
	margin: 0;
	padding: 0;
	color: black;
	font-style: italic;
}

/* BODY */

/* FOOTER */
#footer {
}
#footer p {
	margin:0;
	padding:0;
	background: #5977b2;
	color: #fff;
	font-size: 85%;
	font-weight: normal;
	text-align: right;
}
#copyright {
	font-style: normal;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}


/* NAV - tabs */
#nav {
	background:#ccddff url("/resource/nav-bg.gif") repeat-x bottom;
}
#nav ul {
	margin: 0px;
	padding:10px 10px 0;
	list-style:none;
	color: #fff;
	font-weight: bold;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0;
}
#nav ul li a {
	float:left;
	color: black;
	background:url("/resource/nav-tab-left.gif") no-repeat left top;
	margin:0;
	padding: 0 0 0 4px;
	text-decoration: none;
	border-bottom:1px solid #765;
}
#nav ul li a span {
	float:left; /* make ie5mac shrink floated li properly */
	display:block;
	background:url("/resource/nav-tab-right.gif") no-repeat right top;
	padding: 2px 6px 4px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
  #nav ul li a span {float:none;}  /* real browsers don't need float:left */
  /* End IE5-Mac hack */
#nav ul li a:hover span {
}
#nav ul li.selected a {
	background-position:0% -150px;
	border-width:0;
	color:#443;
}
#nav ul li.selected a span {
	background-position:100% -150px;
	padding-bottom: 5px;
}
#nav ul li a:hover {
	background-position:0% -150px;
	color:#443;
}
#nav ul li a:hover span {
	background-position:100% -150px;
}

/* MAIN */
#main {
	background:#edf3ff;
}

/* CONTENT */
#content {
}

/* SIDEBAR */
#sidebar {
	background:#b1c2e5;
	border-bottom: solid #6b7a99 1px;
	border-left: solid #6b7a99 1px;
}
#sidebar .box {
	padding:0 0.5em;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content p,
#content dl,
#content ul,
#content ol {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#content ul,
#content ol {
	margin:0;
}
#content li {
	padding-left:0.5em;
	margin-left:1.5em;
	list-style:disc inside;
}
#content p {
	text-align: justify;
}
#content dl {
}
#content dt {
}
#content dd {
}
#content ul {
}
#content ol {
}

#content h1 {
}
#content h2 {
}
#content h3 {
}
#content h4 {
}

#content table.products {
	margin: 0 auto;
}
#content table.products tr {
}
#content table.products td {
	text-align: center;
}

#content table.contactdetails  {
	background: #DAC9AD;
	margin-left: 4em;
}
#content table.contactdetails  tr {
}
#content table.contactdetails  tr td {
	padding: 0.1em 0.4em;
	margin: 0;
	vertical-align: top;
}
#content table.contactdetails  tr td a {
}
#content table.contactdetails  tr td a:link,
#content table.contactdetails  tr td a:visited,
#content table.contactdetails  tr td a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}
#content table.contactdetails  tr td a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #B5925A;
}

#content table.formtable  {
	background: #d0dbf2;
	margin-left: 4em;
	padding: 0.2em;
}
#content table.formtable  tr {
}
#content table.formtable  tr td {
	padding: 0.0em 0.1em;
	margin: 0;
	vertical-align: top;
}
#content table.formtable  tr td .formfield {
	width: 30em;
}
#content table.formtable  tr td a {
}
#content table.formtable  tr td a:link, #content table.formtable  tr td a:visited, #content table.formtable  tr td a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}
#content table.formtable  tr td a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #d0dbf2;
}

#content a {
}
#content a:link, #content a:visited, #content a:active {
	color: #5977b2;
	text-decoration: underline;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}
#content a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #98add9;
}
#content a.imagelink {
	color: #B5925A;
	text-decoration: none;
	background-color: #ffffff;
}
#content a.imagelink:hover {
	background-color: #ffffff;
}
#content a.imagelink img {
	border: 2px white solid;
}
#content a.imagelink:hover img {
	border: 2px #B5925A solid;
	background-color: #ffffff;
}


#valid { margin: 0px; padding: 0px; display: none; }

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

