body {
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	outline: 0;  /* gets rid of weird link borders in Firefox */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#header {
	background: #eee url(../images/layout/header_graphic.jpg) no-repeat;
	height: 140px;
	text-indent: -9999px;
}

#content {
	margin-top: 1em;
	font-size: 0.9em;
}

#content a {
	text-decoration: underline;
}

.error {
	color: #f00;
	font-weight: bold;
}

noscript a {
	color: #f00;
	text-decoration: underline;
}

#introText {
	margin: 0 1em;
}

#introText .greeting {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
}

#introText .sub {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

.step {
	clear: both;
}

.step h2 {
	background: #9EA595;
	background-image:url(../images/layout/bkgnd_2.gif);
	background-repeat:repeat-x;
	cursor: default;
	padding: 1em;
	border-bottom: 1px solid #fff;

	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

.step h2 span {
	font-weight: normal;
}

.stepView {
	padding: 1em;
	
	text-align: center;
}

.instructions {
	color: #00467E;
	font-weight: bold;
}

.textInput {
	border: 1px solid #aaa;
	margin: 0 1em 1em 1em;
	padding: 0.7em;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.dropdown {
	border: 1px outset #aaa;
	margin: 0 1em 1em 1em;
	padding: 0.4em;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

input[type="button"] {
	border: 1px outset #aaa;
	padding: 0.5em;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background: #9EA595;
	background-image:url(../images/layout/bkgnd_2.gif);
	background-repeat:repeat-x;
	color: #222;
}

.shirtOptions {
	float: left;
	width: 45%;
	margin: 1em;
	border: 1px solid #ccc;
}

.shirtOptions h3 {
	padding: 0.7em;
	background: #ccc;
	
	font-weight: normal;
}

.shirtOptions p {
	padding: 1em;
}

.shirtOptions div {
	font-size: 0.8em;
	margin-bottom: 0.8em;
}

#prodDetail {
	text-align: left;
}

#prodDetail img {
	border: 1px solid #999;
	float: left;
	margin: 0 1em 1em 0;
}

#prodDetail h3 {
	margin: 0 0 1em 0;

	font-size: 1.2em;
}

#prodDetail p, #prodDetail form {
	font-size: 0.8em;
}

#showSizeChart {
	font-size: 0.9em;
}

#showSizeChart a {
	color: #000;
	text-decoration: underline;
}

/* Size chart */
#sizeChart {
	float: left;
	margin: 0 1em 1em 0;
}

#sizeChart table {
	background: #00467e;
	margin: 0;
	width: 352px;

	font-size: 0.8em;
}

#sizeChart th {
	background: #ccc;
	padding: 0.5em;
	width: 2.5em;

	text-align: center;
	color: #000;
}

#sizeChart td {
	background: #fff;
	
	text-align: center;
}

#sizeChart .tableCaption {
	background: #ccc;

	font-weight: bold;
	text-align: left;
}

#userSelection {
	clear: both;
}

#userSelection h3 {
	margin: 0 0 1em 0;
}

#userSelection #wrapper {
	width: 80px;
	margin: 0 auto;
}

#userSelection #wrapper div.shirtBox {
	float: left;
	text-align: center;
	width: 80px;
	height: 120px;
}

#userSelection .delButton {
	margin: 80px 0 0 0;
}

#userSelection .empty {
	background: url(../images/layout/no_shirt.gif) center center no-repeat;
}

.bigSpacer {
	clear: both;
	margin: 1em 0 0 0;
	text-align: center;
}

#footer {
	clear: both;
	background: #ccc;
	background-image:url(../images/layout/bkgnd_2.gif);
	background-repeat:repeat-x;
	padding: 0.4em;
	margin: 1em 0 0 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#footer a  {
	color:#000;
}

#instructions {
	margin: 0 1em;
}

#instructions h2 {
	padding: 0 0 1em 0;
}

.techWord {
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 0.5em;

	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
