@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto  margins (in conjunction with a width) center the page */
	border: 4px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/bkgrnd.gif);
	background-repeat: repeat;
}

.oneColFixCtrHdr #container-wide {
	width: 1063px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto  margins (in conjunction with a width) center the page */
	border: 4px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/bkgrnd.gif);
	background-repeat: repeat;
}

.oneColFixCtrHdr #mainContent #breadCrumb {
	font-size: smaller;
	margin-top: 0px;
}

.oneColFixCtrHdr #mainContent .floatright {
	float: right;
}

.oneColFixCtrHdr img {
	border: none;
	background-color: #FFFFFF;
	margin-left: 10 px;
	margin-bottom: 10 px;
	padding-left: 20 px;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(../img/bkgrnd.gif);
	background-repeat: repeat;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:center;
	clear: both;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.product {
	border: 3px solid #FF0000;
	background: #FFFFFF;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebar {
	position:relative;
	border: 3px solid #000000;
	background: #FFFFFF;
	height: 464px;
	width: 147px;
	padding: 5px;
	margin-top: -500px;
	margin-bottom: 5px;
	margin-left: 595px;	/*left: 52px;
	top: 536px;*/
	z-index: 0;
}

/* ************** Form CSS ****************************************************
 * Form styles based on the art and Science of CSS
 * Remove padding so floating is easier. Add back as margins in children
 * Float ensures resize to hold children. The relative position is to
 * Allow the positioning of the spans in some firefox versions.
 */
fieldset {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 -.5em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 2px solid #aa9c70; /*#BFBAB0; */
	background-color: #eae1d2; /*"#F2EFE9;8/
	/*background-image: url(/img/fieldset_gradient.jpg);*/
	background-repeat: repeat-x;
}

legend {
	padding: 0;
	color: #000000;
	font-weight: bold;
}

legend span {
	position: absolute;
	left: 0.74em; /* match list padding with larger font */
	top: 0;
	margin-top: 0.5em;
	font-size: 135%;
	width: 350px;
}

fieldset ol {
	padding: 2.5em 1em 0 1em;
	list-style: none;
	zoom: 1; /* for IE spacing */
}

/* float to match height of label, clear to place under left floats */
fieldset li {
	float: left;
	clear: left;
	width: 80%;
	padding-left: 5em;
	padding-bottom: .5em;
}

/* Turn off floats and reset width */
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-top: 1.5em;
	padding-left: 12em;
}

label {
	position: relative;
	float: left;
	width: 9em;
	margin-right: 1em;
}

label em {
	position: absolute;
	left: 9em;
	top: .4em;
}
	
/* ************** GPS CSS ****************************************************
 * Used on the ported orion GPS page to match some of the Frontpage
 * layout of the original page.
 */
 
 p.feedback {
 	font-size: smaller;
	font-style: italic;
}

 .feedbackName {
	font-style:normal;
}

/************* Table Layout **************************************************
 * Tables used are different for detais and links to fact sheets.
 */

table {
	width: 100%;
	font-size: smaller;
	background-color: #FFFFFF;
	height: 1.5em;
	text-align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

td
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 0 0;
}

table#detailTable td.title {
	width: 18%; 
	vertical-align: top;
}
 
table#factSheet {
	text-align: center;
	margin-bottom: 1em;
	margin-top: -1em;
}

td.factSheet {
	width: 50%;
}

/********** Paragraph spacing between headers
 * Spacing betwen the headers and the paragraphs. May need to 
 * add some classes.
 */
 
h3 {
	margin-bottom: 0;
}

ul {
	margin-top: 0;
}

p {
margin-top: 0;
margin-bottom: 1en;
}

.onsale {font-size: large}

