@charset "UTF-8";
/* CSS Document */
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #FFF;
}
ol  {
	font:bold 17pt Georgia;
	}
ol p  {
	font:normal 11pt Arial;
	}
.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	
} 
.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 */
	padding: 0;
	color: AA99A6F

}
.twoColFixLtHdr #account_nav {
	font-size:15px;
	margin-top:40px;
	color:#001579;
	align: right;

	
	}
	

.twoColFixLtHdr #account_nav A:link {text-decoration:none; color:#667F35}
.twoColFixLtHdr #account_nav A:visited {text-decoration:none; color:#667F35}
.twoColFixLtHdr #account_nav A:active {text-decoration:none; color:#667F35}
.twoColFixLtHdr #account_nav A:hover {
	text-decoration:none;
	color:#F90
}
.twoColFixLtHdr #store_nav {
	color:#003366;
	align: center;
	font-size: 13px;
	text-align: center;
	margin-top:20px;
	font-weight: bold;

	
	}
.twoColFixLtHdr #store_nav A:link {text-decoration:none; color:#003366}
.twoColFixLtHdr #store_nav A:visited {text-decoration:none; color:#003366}
.twoColFixLtHdr #store_nav A:active {text-decoration:none; color:#003366}
.twoColFixLtHdr #store_nav A:hover {
	text-decoration:none;
	color:#F90
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	background: #000066; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin:0;
	font-size: 14px;
	clear: both;
}
.twoColFixLtHdr #sidebar_content {
	background:; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFF;
	width:185px;
	padding:0;
	overflow:hidden;

}
.twoColFixLtHdr #sidebar_content A:link {text-decoration:none; color:#FFF}
.twoColFixLtHdr #sidebar_content A:visited {text-decoration:none; color:#FFF}
.twoColFixLtHdr #sidebar_content A:active {text-decoration:none; color:#FFF}
.twoColFixLtHdr #sidebar_content A:hover {text-decoration:none; color:#F90}

.twoColFixLtHdr #mainContent h1 {
	color:#A99A6F; 
	font-size:24px;
	padding:10px;
	}
	
.twoColFixLtHdr #mainContent {
	float:right;
	width:770px;
	size:6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #topbox {
	background-image:url(images/top_box4.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:211px;
	margin-top:10px;
	float:right;
	}
.twoColFixLtHdr #productinfo {
	font-size: 11px;

	
}
.twoColFixLtHdr #webop {
	font-size:12px;
	color:#FFF;
	background:#999;

	padding-top:10px;
	padding-bottom:10px;
	padding-left:100px;
	padding-right:100px;
	text-align:center; 
	
		}
.twoColFixLtHdr #webop A:link {text-decoration:none; color:#FFF}
.twoColFixLtHdr #webop A:visited {text-decoration:none; color:#FFF}
.twoColFixLtHdr #webop A:active {text-decoration:none; color:#FFF}
.twoColFixLtHdr #webop A:hover {text-decoration:none; color:#F90}
.twoColFixLtHdr #footer {
	background:#666;
	text-align:center; 
	font-size:12px; 
	padding:10px; 
	color:#FFF
} 
.twoColFixLtHdr #footer A:link {text-decoration:none; color:#FFF}
.twoColFixLtHdr #footer A:visited {text-decoration:none; color:#FFF}
.twoColFixLtHdr #footer A:active {text-decoration:none; color:#FFF}
.twoColFixLtHdr #footer A:hover {text-decoration:none; color:#F90}
.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;
}
/***************ROUND CORNER BOXES----BORDER***************/
.roundedcornr_box_767717 {
	background-image: url(images/roundedcornr_767717_tl.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.roundedcornr_top_767717 {
	background-image: url(images/roundedcornr_767717_tr.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.roundedcornr_bottom_767717 {
	background-image: url(images/roundedcornr_767717_bl.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.roundedcornr_bottom_767717 div {
	background-image: url(images/roundedcornr_767717_br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.roundedcornr_content_767717 {
	background-image: url(images/roundedcornr_767717_r.png);
	background-repeat: repeat-y;
	background-position: top right;
}

.roundedcornr_top_767717 div,.roundedcornr_top_767717,
.roundedcornr_bottom_767717 div, .roundedcornr_bottom_767717 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_767717, .roundedcornr_bottom_767717 {
	margin-top:;
}
.roundedcornr_content_767717 { 
    padding: 0 0px; 
	}

/***************ROUND CORNER BOXES----FILLED***************/
.roundedcornr_box_932815 {
	background-image: url(images/roundedcornr_932815_tl.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.roundedcornr_top_932815 {
	background-image: url(images/roundedcornr_932815_tr.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.roundedcornr_bottom_932815 {
	background-image: url(images/roundedcornr_932815_bl.png); 
	background-position: bottom left;
	background-repeat: no-repeat;
}
.roundedcornr_bottom_932815 div {
	background-image: url(images/roundedcornr_932815_br.png); 
	background-position: bottom left;
	background-repeat: no-repeat;
}
.roundedcornr_content_932815 {
	background-image: url(images/roundedcornr_932815_r.png); 
	background-position: top left;
	background-repeat: repeat-y;
}

.roundedcornr_top_932815 div,.roundedcornr_top_932815,.roundedcornr_bottom_932815 div, .roundedcornr_bottom_932815 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_932815, .roundedcornr_bottom_932815 {
	margin-top: 0px;
}
.roundedcornr_content_932815 { padding: 0 0px; }
