@charset "utf-8";
body  {
	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: #2E405A;
	background-color: #97C6F6;
	background-image: url(../../Images/SiteGraphics/Back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 990px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../../Images/SiteGraphics/Head-Logo.jpg);
	background-repeat: no-repeat;
	height: 187px;
	float: left;
	width: 990px;
} 

.twoColFixLtHdr #footer {
	background-image: url(../../Images/SiteGraphics/FooterBack.jpg);
	height: 119px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 520px;
} 
.twoColFixLtHdr #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 */
	font-size: 10px;
	color: #173C71;
}
#headerMenu {
	margin-top: 140px;
	margin-right: 15px;
}
#mainContent p {
	margin-right: 0px;
	margin-left: 12px;
	margin-top: auto;
	margin-bottom: auto;
}

#RtSidebar {
	float: right;
	width: 200px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
.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: 8px;
}
.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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0C457E;
	margin-bottom: -3px;
	margin-top: 8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #933C2B;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #933C2B;
	margin-bottom: 3px;
	margin-top: 4px;
}
a {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	background-color: #EBF5FC;
}

/* ================  Cartweaver Styles  ============================*/

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}
.ProductName {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 12px;
}


/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.btmBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

table.tabularData td, table.tabularData th{
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #FFFFFF;
	background-color: #316BA6;
}
.ShortDescriptopn {
	margin: 0px;
	padding: 12px;
}


/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #F9FEFF;

}
.altRowOdd{
	background-color: #F8F8F8;

}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
	margin: 4px;
}
.upsellDIV {
	margin: 20px;
	float: left;
	width: 100px;
	text-align: center;
}
#FeaturedCallout {
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4D0DF;
}
#FeaturedCallout a {
	padding: 0px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;
}
#FeaturedCallout h3 {
	margin-bottom: 6px;
}
.indent {
	padding-left: 6px;
}
#FeaturedCallout img {
	margin: 8px;
}
#Details-ProductDescription {
	padding-top: 12px;
}
#Details-Image {
	float: right;
	text-align: center;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 28px;
}
#Details-AddToCartForm {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 10px;
}
#AuthBox {
	float: right;
	width: 150px;
}
