@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	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;
	background-image: url(../img/pattern2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td, th {font-size:12px;}
h1 {font-family: Times; color: #990000; font-size: 20px; font-weight: bold; }
h2 {font-family: Times; color: #990000; font-size: 16px; font-weight: bold; }

.footxt {
	font-size: 9px;
	text-align:right;
	}

.redbold {
	color: #8A1A1B;
	font-weight: bold;
}
.oneColElsCtrHdr #mainContent a { color: #000000; text-decoration: none; }
.oneColElsCtrHdr #mainContent a:hover { color: #990000; }
a {
	color: #2F6DB3;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
/****************************/
/*   one column layout     */
/****************************/

.oneColElsCtrHdr #container {
	width: 920px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px;
	text-align: left;
}
.oneColElsCtrHdr #header { 
	background: #FFFFFF;
	text-align:center; 
	padding: 10px 0px 10px 10px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 0px;
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px;
	background:#FFFFFF;
} 
.oneColElsCtrHdr #footer p {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

/****************************/
/*   end of one column layout     */
/****************************/

/****************************/
/*   two column layout     */
/****************************/
.twoColFixLtHdr #container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF;
	text-align:center; 
	padding: 10px 0px 10px 10px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
} 
.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 */
}
.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;
}

/****************************/
/*   end of two column layout     */
/****************************/


/*   collection page     */

.prodfloat {
	float: left;
	height: 280px;
	width: 150px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align:center;
}
.prodfloatname {
	font-weight:bold;
	height:30px; /* allows for 1 and 2 line text  */
	float:none;
	margin-top:10px;
}
.prodfloatpic {
	vertical-align: bottom;
	height: 220px;
	width: 150px;
}
#order_info th {
  border-bottom: 1px solid #999999;
  text-align:left;
  padding-left:3px;
  padding-bottom: 3px;
  margin-bottom: 0px;
}
#order_info tr:hover th {background-color: #ffffff;}
#order_info td {padding-right: 3px; border-bottom: 1px solid #dddddd;}
#order_info tr:hover {background: #dddddd;}
#order_info a {
text-decoration: none;
color: #000000;
}
#order_info a:hover {text-decoration: none; color: #990000;}

.prodfloat img {border-width:0;}
.prodfloat a {color:#000000; text-decoration:none;}
.prodfloat a:hover {color:#b83433; text-decoration:none;}

/*   product page     */
.tablesizes {margin-top:10px; width:400px;}
.tablesizes td, .tablesizes th { font-size:11px; color:#666666;}
#underheader {
	margin-top: -13px;
	margin-left: 260px;
	font-size: 11px;
	color:#666666;
}
#underheader a img {border-width:0;vertical-align: middle;}
#underheader a {text-decoration:none;}
#underheader a:hover img {opacity:0.8; filter:alpha(opacity=80);}
.announcement-list a {font-size: 12px;}

