@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin: 0px;
	background: #ffffff;
	padding: 0px 0px 0px 0px;  /* 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. */
	height: 66px;
}
.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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	height: 41px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.bgcell {
	background:#ffffff;
}

.normalcell {
	background:#ffffff;
}

.oneColFixCtrHdr #requestQuoteTable input {
	border: 1px solid #CCC;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 23px;
}

.oneColFixCtrHdr #orderWizard .trOdd {
	background-color: #EAF3F9;
}

.oneColFixCtrHdr #orderWizard .deviceSelectionTable th {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #467DA3;
}

.oneColFixCtrHdr #orderWizard .deviceSelectionTable td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


.oneColFixCtrHdr #orderWizard .billingInfoTable th {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #467DA3;
}

.oneColFixCtrHdr #orderWizard .billingInfoTable td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #orderWizard .billingInfoTable input {
	width: 200px;
}


.oneColFixCtrHdr #orderWizard input {
	margin: 5px;
	padding: 0px;
}

.oneColFixCtrHdr #messageTextArea {
	height: 180px;
	width: 100%;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #requestQuoteTable p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A7EA6;
}

.oneColFixCtrHdr .foundationalFeatures p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr .foundationalFeatures ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}

.oneColFixCtrHdr #innerContent {
        width:900px;
	padding-top: 1px;
	margin-right: 50px;
	padding-bottom: 1px;
	margin-left: 50px;
	bgcolor: #FFFFFF;
}

.oneColFixCtrHdr #orderWizard{
        margin: 0;
        width:900px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.oneColFixCtrHdr #orderWizard select {
	padding:0;
	margin:2px;
}

.oneColFixCtrHdr #orderWizard input {
	padding: 0;
	margin: 2px;
}

.oneColFixCtrHdr #orderWizard .myCheckbox {
        vertical-align: middle;
        position: relative;
        bottom: 1px;
        padding:0;
        margin:2px;
}

.oneColFixCtrHdr #orderWizard .myCheckboxLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        padding:0;
}

.oneColFixCtrHdr #orderWizard p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
}




.oneColFixHdr .specSheet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oneColFixCtrHdr .specSheet th {
	font-family: Verdanda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #467DA3;
	border: 0;
	margin: 0px;
	padding: 2px;
}

.oneColFixCtrHdr .specSheet td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr .specSheet p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}