@import url("/commonstyles/printout.css");
@import url("sanserif.css");
@import url("fontsizes.css");
@import url("menu.css") all;
@import: url("menuie.css");

table.page
{
	width: 80%;
	height: 60%;
	background-color: #ffffff;
}
.page tr {
	border: 0px;
	padding: 0px;
}
.page a:link, .page a:visited
{
	font-style: bold;
	color: #ff9900;
	text-decoration: underline;
}

.page a:hover
{
	font-style: bold;
	color: #ff9900;
	text-decoration: none;
}

.page p { margin-left: 10px; }

.tooltip
{
	background-color: #FFF5BF;
	cursor: help;
}

.page img
{
	font-family: Verdana, sanserif;
	font-size: 10px;
}

body { background-color: #FFD700; }

/* 100% gold */
p, .small { font-size: 11px; }
.big { font-size: 150%; }
table.questions { margin-bottom: 20px; }
table.questions a:link { color: #000000; text-decoration: none; }
table.questions a:visited { color: #000000; text-decoration: none; }
table.questions a:hover { color: #000000; text-decoration: underline; }
table.questions a:active { color: #000000; text-decoration: none; }

h1
{
	color: #ff9600;
	font-size: 16px;
	letter-spacing: 0.1em;
	}
h1.highlight
{
	margin: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	color: #ffffff;
	background-color: #ff9600;

}

h2
{
	color: #ff9600;
	font-size: 13px;
	letter-spacing: 0.15em;
	margin: 0;
}

div.darkbg
{
	padding: 5px;
	margin: 10px;
	background-color: #ff9600;
	color: #ffffff;
}

div.lightbg
{
	padding: 20px;
	margin: 10px;
	background-color: #FFEB7F;
}

input, textarea, select { background-color: #FFF5BF; }

/* 25% gold background */
input:focus, textarea:focus, select:focus { background-color: #FFEB7F; }

/* 50% gold background */
.detail input
{
	background-color: transparent;
	border: 0px;
}

/* Orange text */
.bold { font-style: bold; }
.red { color: #cc0000; }

.header
{
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height: 70px;
}

.footer { margin-top: 10px; }

.questions td { vertical-align: top; }
.navigation div
{
	float: left;
	margin: 2px;
}

.navigation div a
{
	font-size: 11px;
	font-style: bold;
	text-decoration: none;
}

.navigation div a:link, .navigation div a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: url(images/nav_tl.gif) 0 0;
	padding: 2px 0 2px 20px;
}

.navigation div a:hover
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: url(images/nav_tl.gif) 0 -20px;
	padding: 2px 0 2px 20px;
}

.navigation div a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/nav_tl.gif) 0 0;
	padding: 2px 0 2px 20px;
}

.navigation div a:link.nav_tl_current, .navigation div a:visited.nav_tl_current, .navigation div a:active.nav_tl_current, .navigation div a:hover.nav_tl_current
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/nav_tl.gif) 0 -20px;
	padding: 2px 0 2px 20px;
}

div.inpage
{
	float: right;
	margin: 2px;
}

div.inpage a
{
	font-size: 11px;
	font-style: bold;
	text-decoration: none;
}

div.inpage a:link, div.inpage a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: url(images/nav_inpage.gif) 0 0;
	padding: 2px 0 2px 20px;
}

div.inpage a:hover
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: url(images/nav_inpage.gif) 0 -20px;
	padding: 2px 0 2px 20px;
}

div.inpage a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/nav_inpage.gif) 0 0;
	padding: 2px 0 2px 20px;
}

div.inpage a:link.nav_inpage_current, div.inpage a:visited.nav_inpage_current, div.inpage a:active.nav_inpage_current, div.inpage a:hover.nav_inpage_current
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/nav_inpage.gif) 0 -20px;
	padding: 2px 0 2px 20px;
}

.subnav
{
	width: 500px;
	height: 25px;
	background: url(images/highlight.gif) 0 0px;
	color: #ff9600;
	font-weight: bold;
}
.subnav span
{
	color: #ff3300;
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.subnav a:link, .subnav a:visited
{
	color: #000000;
	text-decoration: none;
}

.subnav a:active
{
	color: #000000;
	text-decoration: none;
}

.subnav a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

.subnav a:link.current, .subnav a:visited.current, .subnav a:active.current, .subnav a:hover.current
{
	text-decoration: none;
}

img.eg
{
	margin: 5px 20px 5px -2px;
	border: solid 2px #ff9600;
}

p.eg
{
	color: #ff9600;
	line-height: 2em;
	font-style: oblique;
}


p.required
{
	font-weight: bold;
	line-height: 2em;
	border: solid 2px #cc0000;
	padding: 0 5px 0 5px
}

blockquote
{
	font-size: 18px;
	font-style: bold;
	font-family: serif;
}

table.gridpic
{
	border: 0px;
}

table.gridpic td
{
	vertical-align: middle;
	text-align: center;
	height: 120px;
	width: 120px;
}

table.gridpic img, table.detail img, table.sizes img, .sectionlauncher img { border: 1px solid #000000; }

table.size { margin: 1px; background-color: #FFF5BF; }
table.size p { margin: 0px;}

table.sizes img { margin: 1px; }

table.sizes input { color: #666; margin:0; padding:0; font-size:9px; }
.price
{
	font-weight: bold;
	font-size: 9px;
	margin:0;
}

.sectionlauncher
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sectionlauncher img
{
	margin: 12px;
}
.sectionlauncher td
{
	width: 25%;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF5BF;
}
.sectionlauncher h2 { margin: 0 0 0 15px; }