body {background: url(assets/bg.gif) no-repeat #000060 top center; margin: 0; padding: 0 0 1em 0; text-align: center; font-family: arial, helvetica, sans-serif; font-size: 12px;}
#wrap {width: 760px; background: white; margin-left: auto; margin-right: auto; text-align: left;}
#top img {display: block; border: 0;}
#top-under {background: url(assets/top-under.gif); height: 27px;}
#main {background: url(assets/bg-inside.jpg) no-repeat; padding-bottom: 2em;}
#content {float: right; position: relative; width: 511px;}
#toolbox {}
.imageright {
	float: right;
	position: relative;
  border-left-width: 1px;
  border-left-style: dotted;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-align: center;
	}
.imageleft {
	float: left;
  position: relative;
  border-right-width: 1px;
  border-right-style: dotted;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-align: center;
	}	
#category {}
#category h1 {margin: 0; padding-top: 30px; margin-bottom: 0; color: #000060; font-size: 17px;}
#category .imageright, #category .imageleft	{
	border-bottom-color: #000060;
	color: #000060;
	}
#category .imageright {border-left-color: #000060; margin-left: 5px;}
#category .imageleft {border-right-color: #000060; margin-right: 5px;}
#category .imageright img, #category .imageleft img  {width: 244px;border: 1px solid #000060; display: block;}
#category .imageright img { margin-left: 7px; margin-right: 1px; }
#category .imageleft img { margin-right: 7px; }
#category .imageright .imagecaption, #category .imageleft .imagecaption {width: 234px; margin-bottom: 0.5em;}
#category .imageright .imagecaption {margin-left: 7px;}
#category .imageleft .imagecaption {margin-right: 7px;}
/*listing */
.listing {clear: both; margin-top: 1em;}
.listing h2 {color: #998c81; font-size: 15px; margin-bottom: 0;}
.listing .imageright, .listing .imageleft	{
	border-bottom-color: #998c81;
	color: #998c81;
	}
/* outer imagebox border*/
.listing .imageright {border-left-color: #998c81; margin-left: 10px;}
.listing .imageleft {border-right-color: #998c81; margin-right: 10px;}
/*image*/
.listing .imageright img, .listing .imageleft img  {border: 1px solid #998c81; display: block;}
.listing .imageright img { margin-left: 17px; margin-right: 1px; }
.listing .imageleft img { margin-right: 17px; }
/* image caption */
.listing .imageright .imagecaption, .listing .imageleft .imagecaption {width: 160px; margin-bottom: 0.5em;}
.listing .imageright .imagecaption {margin-left: 17px;}
.listing .imageleft .imagecaption {margin-right: 17px;}

/* nav */
#navbar {width: 249px; float: right;}
#navbar #address {color: #000060; font-style: normal; font-size: 11px; margin: 15px 0 0 18px;}
#navbar #address .a-name {font-weight: bold;}
#navbar #address .a-address1 {}
#navbar #address .a-address2 {}
#navbar #address .a-phone {}
#navbar #address .a-fax {}
.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear: both;
 }
#copy {text-align: center; font-size: 11px; margin: 1em auto; color: #ccc;}
#copy a {margin-right: 10px;}
#copy a:link {color: #ddd;}
#copy a:visited {color: #ddd;}
#copy a:active {color: #ddd;}
#copy a:hover {color: #fff;}

#breadcrumb {text-align: center; padding-top: 4px; font-size: 11px;}
#breadcrumb a:link {color: #81766c;}
#breadcrumb a:visited {color: #81766c;}
#breadcrumb a:active {color: #81766c;}
#breadcrumb a:hover {color: #000;}

/* nav */
#navcontainer {
  width: 90%;
  padding: 0px;
  margin-bottom: 1em;
}
#navcontainer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

#navcontainer li {
  border-bottom: 1px dotted #fff;
  margin: 0;
  padding-left: 20px;
  background: none;
  margin-left: 1px;
}
#navcontainer li#active { background: url(assets/nav-icon-on.gif) no-repeat top left; }
#navcontainer li.nav-parent { background: url(assets/nav-icon.gif) no-repeat top left; }
#navcontainer li ul {
  border-top: 1px dotted #fff;
  margin-left: -20px;
}
#navcontainer li li ul { border-top: 0px dotted #fff; }
#navcontainer li a {
  display: block;
  padding: 8px .4em 4px .4em;
  color: #81766c;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}
#navcontainer li a:hover {color: #000;}
#navcontainer li li {
  border-top: 0px solid #90bade;
  border-bottom: 0;
  margin: 0;
}
#navcontainer li li a {
  padding: 1px .5em 1px .4em;
  width: 100%;
  color: #000060;
}
#navcontainer li li li a {
  padding: 1px .5em 1px 1.9em;
  width: 90%;
  color: #80442f;
}