* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: 0px;
	color: #48634a;
}

a:hover {
	color: #444;
	text-decoration: none;
}

td {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #898989;
}

/* xxxxxx structural elements xxxxxx */

#Table_01 {
	margin: 10px auto 20px auto;
  width: 846px;
}

#navtd {
  width: 826px;
}

.wrapper {
	width: 822px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #fff;
	border: solid #000;
	border-width: 0px 2px;
}

.row {
	margin: 0px 3px;
	overflow: hidden;
}

* html .row {
	height: 1%;
}

/* special rows */
	.row.border3 {
		padding: 4px 0px;
		background: transparent url("/images/border3.gif") repeat-y center top;
	}

	.row.border2 {
		padding: 6px 0px;
		background: transparent url("/images/border2.gif") repeat-y center top;
	}

.span2 {
	width: 540px;
	margin-right: 12px;
	float: left;
}

.span1 {
	width: 264px;
	margin-right: 12px;
	float: left;
}
	
	.span1.callout {
		width: 262px;
		padding: 0px 0px 10px;
		background: #daeada;
	}
	
	.span1.flash {
		padding-top: 8px;
	}

.holder {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 826px;
	height: 160px;
}

.nav {
	position: absolute;
	top: 130px;
	right: 20px;
	width: 390px;
}

hr {
	margin: 8px 0px;
	height: 1px;
	background: #ccc;
	clear: both;
	border-width: 0px;
}

* html hr {
	margin: 2px;
	padding: 0px;
}

.span1.last, .span2.last {
	margin-right: 0px;
}

/* imgs */

img {
	margin: 0px;
	padding: 0px;
}

img.center {
	margin: 0px auto 8px auto;
	display: block;
}

img.right {
	margin: 0px 0px 8px 8px;
	display: block;
	float: right;
	border-width: 0px;
}

img.left {
	margin: 0px 8px;
	display: block;
	float: left;
	clear: both;
}

/* xxxxxx general typography xxxxxx */

h1, h2 {
	margin: 0px 8px 2px 10px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.4em;
}

#title2009 {
	margin: 0px 8px 2px 10px;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	color: Red;
}

#preregister {
	font-size: 1.6em;
	font-weight: bold;
	
}

.callout h1 { margin: 10px 8px 8px; }

h1.bighead { font-size: 2em; margin-bottom: 8px; }

p {
	margin: 0px 8px 8px 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}
	
	.intro-text p {
		font-size: 1.4em;
		color: #333;
	}
	
	.callout p {
		font-size: 1.1em;
	}
	
	p.bigtext { font-size: 1.5em; line-height: 1.5em; margin: 0px 60px 16px 10px; }
	
	p.price {
		padding: 2px 0px 2px 32px;
		font-weight: bold;
		font-size: 1.4em;
		color: #f90712;
		background: transparent url("/images/bg-only.gif") no-repeat left center;
	}
	
* html p {
	font-size: 1.1em;
}

b {
	/*text-decoration: underline;*/
}

ul {
	margin: 8px 16px;
	padding: 0px 10px;
	list-style-type: square;
	font-size: 1.2em;
}

li {
	padding: 2px 0px 4px 0px;
}

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	color: #ffa;
	font-weight: bold;
}

.nav ul li a {
	padding: 6px;
	color: #ffa;
	text-decoration: none;
	font-size: 1.2em;
}

.nav ul li a:hover {
	color: #fff;
}

.nav ul li:before { content: "| "; }
.nav ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html .nav ul li {
	border-left: 2px solid #fff;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .nav ul { height: 1%; }

* html .nav ul li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .nav ul li:first-child { border-left: 0; }



/* xxxxxx link styles xxxxxx */
a.button-order, a.button-order-custom, a.button-register {
	margin: 0px 8px;
	padding: 0px;
	display: block;
	height: 38px;
	float: right;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.button-order {
	width: 94px;
	background-image: url("/images/button-order-standard.png");
}

a.button-order-custom {
	width: 94px;
	background-image: url("/images/button-order-custom.png");
}

a.button-register {
	width: 151px;
	margin-left: 0px;
	float: left;
	background-image: url("/images/button-preregister.png");
}

a.button-order:hover, a.button-order-custom:hover, a.button-register:hover { background-position: 0px -38px; }

p.register {
	margin-left: 146px;
	margin-right: 0px;
}



/* xxxxxx forms, starting with index forms xxxxxx */

form {
	margin: 0px 8px 0px 10px;
	padding: 0px;
	overflow: hidden;
}

form.span1 {
	float: none;
}

label {
	margin: 0px 0px 2px 0px;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #444;
	clear: both;
}

input {
	margin: 2px 10px 8px 0px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fffffa;
	font-size: 1.1em;
}

input.text {
	margin-right: 0px;
	width: 140px;
	float: left;
}

* html input.text {
	margin: 3px 0px 8px 0px;
}

input.submit {
	margin: 1px 0px 8px 0px;
	padding: 0px;
	float: right;
	border-width: 0px;
}

form .span1 input.submit {
	margin-right: 8px;
}

form input.hidden, form.span1 input.hidden, form.span2 input.hidden { /* weird. in FF the css overrode the 'hidden' type for input */
	display: none;
}

form button.button {
	margin: 1px 0px 8px 0px;
	padding: 0px;
	float: right;
	border-width: 0px;
	background: transparent;
	cursor: pointer;
}

* html form button.button {
	display: block;
	float: right;
	cursor: hand;
	width: 86px;
}

select {
	margin: 2px 10px 8px 0px;
	border: 1px solid #ccc;
	background: #fffffa;
}

form p { font-size: 1em; color: #48634a; font-weight: bold; margin: 10px 0px; clear: both; }

p.error  {
	font-weight: bold;
	color: red;
}

/* double wide forms */

form.span2 {
	margin: 8px 0px;
	width: 520px;
	float: none;
}

form.span2 label {
	width: 140px;
	display: block;
	float: left;
	text-align: right;
}

form.span2 input {
	margin: 0px 0px 12px 160px;
	float: none;
	display: block;
}

form.span2 input.text {
	float: none;
}


form.span2 input.submit {
	margin: 8px;
	padding: 0px;
	float: none;
	border-width: 0px;
}

div.red {background:#ffffff url(/images/sidecol_red_bot.gif) no-repeat bottom left}
div.red .top {background:#ffffff url(/images/sidecol_red_top.gif) no-repeat top left}
div.red hr {color:#a56f62;background:#a56f62}
div.red img {border-color:#a56f62}




