/* CSS Document */

/* COMMON STYLE
--------------------------------------------------------- */
* {
  margin: 5px 5px 5px 5px; /* top right bottom left margins */
	padding: 0;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0 20px 0 15px;
}

body {
	color: #000;
	background-color: #ffc;
	background-image: url(images/layout/diagonalPattern.jpg);
	font-family: "Comic Sans","Trebuchet MS", Arial, Helvetica;
  font-size: 115%;
}

h1 {
  font-weight: bold;
	font-style: italic;
}

h2 {
  font-style: italic;
}

a:link { color: #3366cc; }
a:visited { color: #666666; }
a:active { color: #990000; }

table tbody tr td {
  padding: 0 5px 0 5px;
}

#menu {
	height: 24px;
	margin: 0em 0; 
	padding:0 0;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}

div.outer {
  float: left;
	width: 120px;
	height: 24px;
	margin: 0 5px 0 0; /* white gaps between menu items */
	background: url( '/images/layout/menu/nav-glow.gif' ) -120px 0 no-repeat;
}

div.outer span {
	display: block;
	margin:0; padding: 5px 0 0 0px;
}

div.outer a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#fff;
	text-decoration: none;
}

div.outer a:link {
	color:#fff;
	background: url( '/images/layout/menu/nav-glow.gif' ) top left no-repeat;
}

div.outer a:visited {
  color: #fff;
	background: url( '/images/layout/menu/nav-glow.gif' ) top left no-repeat;
}

div.outer a:hover {
	background-image: url( '/images/layout/menu/nav-glow.gif' );
	background-position: 0 120px;
	color: #fff;
	text-decoration: underline;
}

div.outer a:active {
	color: #fff;
}

td.longtext p {
  margin-bottom: 25px;
	line-height: 175%;
	font-size: 115%;
}

p.footer,
script.footer,
a.footer {
  color: #666699;
	font-weight:bold;
}

div.order {
  background-color:#0000CC;
}

div.order li {
  list-style: none;
}

div.order li:first-child {
  display:block;
}
div.order li:hover {
  display:block;
}

div.small-order p {
  font-size: 80%;
}