@charset "UTF-8";
body  {
	font: 100% 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;
}

input[type=text] {
	border: 1px #999 solid;
	padding: 2px 3px;
	margin-top: -1px;
}

.checkoutColumn, .checkoutColumn2, .checkoutColumn1b, .checkoutColumn2b {
	float: left;
	font-size: 0.85em;
	width: 420px;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 2px solid #ff0012;
}

.checkoutColumn1b {
	width: 350px;
}

.checkoutColumn2, .checkoutColumn2b {
	width: 350px;
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.checkoutColumn2b {
	width: 420px;
}

.checkoutColumn p {
	margin-left: 160px;
}

.checkoutColumn input[type=text], .checkoutColumn2 input[type=text], .checkoutColumn1b input[type=text], .checkoutColumn2b input[type=text] {
	width: 100px;
	border: 1px #999 solid;
}

.checkoutColumn.longFields input[type=text], .checkoutColumn2.longFields input[type=text], .checkoutColumn1b.longFields input[type=text], .checkoutColumn2b.longFields input[type=text] {
	width: 200px;
}

.orderSummaryTop label, .orderSummaryOther label, label.label1, label.label2, label.label3 {
	width: 100px;
	margin-right: 7px;
	text-align: right;
	font-weight: bold;
	float: left;
}

label.label1, label.label2, label.label3 {
	width: 155px;
	margin-bottom: 15px;
}

label.label2 {
	width: 85px;
}

label.label3 {
	width: 190px;
}

.orderSummaryTop {
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	font-size: 0.85em;
}

.orderSummaryOther {
	background-color: #fff;
	padding: 12px 20px;
	font-size: 0.85em;
}

.red {
	color: #ff0012;
}

/* Cost Recovery */

table#roi, table#roi tbody, table#roi tr, table#roi td, table#roi img {
	border: none;
	margin: 0 0;
	padding: 0 0;
	border-collapse: collapse;
}

table#roi {
	margin-left: 25px;
}

table#roi h2 {
	font-size: 1.2em;
	margin-top: -2px;
	margin-bottom: 25px;
	text-align: center;
}

table#roi img {
	display: block;
}

table#roi .left, table#roi .center, table#roi .right {
	background-color: #bdbdbd;
}

table#roi .left, table#roi .right {
	background: url("/images/roi_left.png") repeat-y top left;
}

table#roi .right {
	background: url("/images/roi_right.png") repeat-y top right;
}

/* End Cost Recovery */

.twoColHybLt #container {
	position: relative;
	width: 1200px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/
.twoColHybLt #sidebar1 {
	float: left; 
	width: 217px; /* since this element is floated, a width must be given */
	background: #EBEBEB url(/images/background_sidebar.jpg) top center; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 150px 0 20px 0;  top and bottom padding create visual space within this div  */
	min-height: 647px;
	height: auto !important;
	height: 647px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

.twoColHybLt #sidebar1 .center {
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 0.8em;
}

.twoColHybLt #sidebar1 h3, .twoColHybLt #sidebar1 p, .twoColHybLt #sidebar1 form {
	margin-left: 37px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 37px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

.twoColHybLt #sidebar1 h3 {
	margin-top: 110px;
}

.twoColHybLt #sidebar1 a:link, .twoColHybLt #sidebar1 a:hover, .twoColHybLt #sidebar1 a:active, .twoColHybLt #sidebar1 a:visited {
	color: #000;
	text-decoration: none;
}

.twoColHybLt #sidebar1 a:hover {
	color: #ff0012;
}

.twoColHybLt #sidebar1 p {
	/*margin-bottom: -8px;*/
}

.twoColHybLt #sidebar1 ul.wrapper {
	/*margin-left: 14px;*/
	margin-right: 37px;
}

.twoColHybLt #sidebar1 ul li {
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.75em;
	margin-bottom: 8px;
	margin-left: -14px;
}

.twoColHybLt #sidebar1 ul li ul li {
	font-size: 0.90em;
}

.twoColHybLt #sidebar1 ul li ul li ul li {
	text-transform: capitalize;
	font-size: 1.00em;
}

.twoColHybLt #sidebar1 input[type=text], .twoColHybLt #sidebar1 input[type=password], .twoColHybLt #sidebar1 input[type=submit] {
	background: none;
	border: 1px solid #000;
	padding: 5px 3px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

.twoColHybLt #sidebar_bottom {
	position: absolute;
	bottom: -3px;
	margin: 0 0;
	padding: 0 0;
}

.twoColHybLt #topBar {
	margin: 0 0 0 217px;
	padding: 0 0;
	background: url(/images/background_topbar.png) no-repeat #000;
	width: 983px;
	min-height: 98px;
	height: auto !important;
	height: 98px;
}

.twoColHybLt #topBar #headerInfo {
	float: right;
	margin: 24px 85px 0 0;
	padding: 0 0;
}

.twoColHybLt #topBar #headerInfo p {
	margin: 0 0;
	padding: 0 0;
	color: #a8a8a8;
	font-size: 0.7em;
	text-align: right;
	letter-spacing: 0.2em;
}

.twoColHybLt #topBar #headerInfo p a:link, .twoColHybLt #topBar #headerInfo p a:hover, .twoColHybLt #topBar #headerInfo p a:active, .twoColHybLt #topBar #headerInfo p a:visited {
	text-decoration: none;
	color: #FFF;
}

.twoColHybLt #topBar #headerInfo p a:hover {
	color: #ff0012;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLt #mainContent {
	margin: 5px 0 0 217px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 64px;
	min-height: 545px;
	height: auto !important;
	height: 545px;
	background: #dcddde;
}

.twoColHybLt #mainContentWBotnav { 
	margin: 5px 0 0 217px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 64px;
	min-height: 436px;
	height: auto !important;
	height: 436px;
	background: #dcddde url(/images/background_graygrad.png) repeat-x;
}

.twoColHybLt #mainContentWBotnav.homePageMain {
	background: url('/images/background_red.jpg') no-repeat;
}

.twoColHybLt #topnav {
	margin: 0 0;
	padding: 10px 0 35px 0;
	font-size: 0.75em;
	text-align: left;
}

.twoColHybLt #topnav.white {
	color: #000;
}

.twoColHybLt #topnav.white form {
	color: #fff;
}

.twoColHybLt #topnav.white a:link, .twoColHybLt #topnav.white a:hover, .twoColHybLt #topnav.white a:active, .twoColHybLt #topnav.white a:visited {
	color: #fff;
	text-decoration: none;
}

.twoColHybLt #topnav.white a:hover {
	color: #000;
}

.twoColHybLt #topnav.black {
	color: #ff0012;
}

.twoColHybLt #topnav.black form {
	color: #000;
}

.twoColHybLt #topnav.black a:link, .twoColHybLt #topnav.black a:hover, .twoColHybLt #topnav.black a:active, .twoColHybLt #topnav.black a:visited {
	color: #000;
	text-decoration: none;
}

.twoColHybLt #topnav.black a:hover {
	color: #ff0012;
}

.twoColHybLt #bottomBar {
	margin: 5px 0 0 217px;
	padding: 0 0;
	background: url(/images/background_bottombar.png) repeat-x #919191;
	width: 983px;
	min-height: 103px;
	height: auto !important;
	height: 103px;
}

.twoColHybLt #bottomBar p {
	margin: 0 0 0 55px;
	padding: 13px 0 0 0;
}

.bodyCopy {
	font-size: 0.8em;
	margin-right: 87px;
}

.bodyCopy h1, .bodyCopy h2, .bodyCopy h3 {
	color: #ff0012;
}

.bodyCopy h1 {
	font-size: 1.45em;
}

.bodyCopy h2 {
	color: #919191;
	font-size: 1.25em;
}

.bodyCopy.prodDetail h2 {
	color: #000;
	font-size: 1.55em;
}

.bodyCopy h3 {
	font-size: 1.25em;
}

.bodyCopy.prodDetail h3 {
	color: #000;
	font-size: 1.15em;
}

.bodyCopy.col1, .bodyCopy.col2, .bodyCopy.col3 {
	float: left;
	width: 258px;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 0.80em;
	padding-right: 20px;
}

.bodyCopy.col3 {
	padding-right: 0;
}

.bodyCopy.col1 h3, .bodyCopy.col2 h3, .bodyCopy.col3 h3 {
	font-size: 1.0em;
	margin-bottom: -10px;
}

.bodyCopy.col1 p, .bodyCopy.col2 p, .bodyCopy.col3 p {
	font-size: 0.95em;
}

.bodyCopy a:link, .bodyCopy a:hover, .bodyCopy a:active, .bodyCopy a:visited {
	color: #777;
	text-decoration: none;
}

.bodyCopy a:hover {
	color: #ff0012;
}

.ieWarningBox {
	font-size: 0.80em;
	position: absolute;
	top: 475px;
	left: 275px;
	display: none;
	background-color: #fff;
	border: 2px solid #22772d;
	padding: 6px 18px;
	font-weight: bold;
	text-align: center;
}

.nextPrevLink {
	position: absolute;
	bottom: 130px;
	right: 55px;
	font-weight: bold;
}

.nextPrevLink a:link, .nextPrevLink a:hover, .nextPrevLink a:active, .nextPrevLink a:visited, .prodDetail a:link, .prodDetail a:hover, .prodDetail a:active, .prodDetail a:visited, .ieWarningBox a:link, .ieWarningBox a:hover, .ieWarningBox a:active, .ieWarningBox a:visited {
	color: #ff0012;
	text-decoration: none;
}

.nextPrevLink a:hover, .prodDetail a:hover, .ieWarningBox a:hover {
	text-decoration: underline;
}

.nextPrevLink span.bigArrow {
	color: #ff0012;
	font-size: 1.35em;
}

.price {
	color: #ff0012;
	font-weight: bold;
}

.prodDetailCols {
	float: left;
	width: 250px;
	padding-right: 20px;
}

.prodDetailCols p, table.prodDetailsAddl tr td {
	font-size: 0.95em;
}

table.prodDetailsAddl tr td {
	vertical-align: top;
	padding-right: 15px;
}

table.prodDetailsAddl tr td.leftCol {
	white-space: nowrap;
}

table.prodDetailsAddl {
	border-collapse: collapse;
	border: none;
	width: 544px;
	float: right;
	margin-bottom: 15px;
}

.prodDetailCols a:link, .prodDetailCols a:hover, .prodDetailCols a:active, .prodDetailCols a:visited {
	color: #ff0012;
	text-decoration: none;
}

.prodDetailCols a:hover {
	color: #000;
}

.detailBox {
	text-align: left;
	font-size: 0.70em;
}

.detailBox p {
	margin-bottom: -8px;
}

.detailBox img {
	max-width: 200px;
}

table.onsite {
	border-top: 1px solid #ff0012;
	margin-right: 20px;
}

td.onsite {
	width: 50%;
	border-right: 1px solid #ff0012;
	padding-top: 10px;
	padding-right: 20px;
	vertical-align: top;
}

td.onsite.noborder {
	border: none;
	padding-right: 0;
	padding-left: 20px;
}

table.orderItems {
	width: 100%;
	border-collapse: collapse;
}

table.orderItems tbody tr:nth-child(odd) {
	background-color: #fff;
}

table.orderItems tbody tr:nth-child(even) {
	background-color: #eee;
}

table.orderItems tbody tr.noBG {
	background: none;
}

table.orderItems tr th, table.orderItems tr td {
	margin: 0 0;
	padding: 3px 5px;
	border: none;
	text-align: center;
	font-size: 0.85em;
}

table.orderItems.leftAlign tr td {
	text-align: left;
}

td.prodCat {
	text-align: center;
	vertical-align: top;
	/*width: 275px;*/
	padding-right: 72px;
	padding-bottom: 30px;
}

td.prodCat a:link, td.prodCat a:hover, td.prodCat a:active, td.prodCat a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

td.prodCat a:hover {
	color: #ff0012;
}

table.orderItems tbody tr td input[type="text"] {
	border: 1px solid #000;
	background: #fff;
	width: 12px;
}

textarea.biggerBox {
	margin-top: 7px;
	width: 100%;
	height: 75px;
}

.whiteBoxFloat {
	float: left;
	padding-left: 20px;
	padding-right: 50px;
	margin-right: 30px;
	border-right: 2px solid #ff0012;
}

.noBorder {
	border: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 24px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Rollovers */
a.roVS, a.roDT, a.roOS, a.roMT {
	display: inline-block;
	height: 76px;
	text-decoration: none;
}

.roVS {
	width: 214px;
	background: url("/images/virtstore_nav_01.png");
}

.roDT {
	width: 171px;
	background: url("/images/virtstore_nav_02.png");
}

.roOS {
	width: 149px;
	background: url("/images/virtstore_nav_03.png");
}

.roMT {
	width: 190px;
	background: url("/images/virtstore_nav_04.png");
}

a.roVS:hover, a.roDT:hover, a.roOS:hover, a.roMT:hover {
	background-position: 0px -76px;
}

.displace {
	position: absolute;
	left: -5000px;
}

.jswarning {
	text-align:center;
	vertical-align:text-middle;
    color:black;
    width: 1200px;
    min-height: 50px;
    height: 50px;
    position: relative;
    background: #F3F781;
    margin: 0 auto;
    padding: 0 0 0 0px;
}

.dealerBox {
    text-align: left;
    font-size: 0.75em;
}

.dealerBox p {
    margin-bottom: -4px;
}

#reccomendedDialogClose, #reccomendedDialogSubmit {
	background: #e21d38; 
	color:#ffffff; 
	box-shadow: 1px 1px 2px #000000; 
	text-decoration:none; 
	padding:5px;
}