@charset "utf-8";
body {
	font: 12px Georgia, 'Times New Roman', Times, serif;
	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: #333333;
	background-color: #333333;
}
img.border {
	border:#006633 1px solid;
}
a.staticlink:link, a.staticlink:visited {
	color: #ffffff;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 950px; /* 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-color: #FFFFFF;
	background-image: url(../images/container_back.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #header {
	padding: 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. */
	background-color: #336633;
	height: 203px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #breadcrumbs {
	font-size: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px;/*	background-color: #CC9933;*/
}
.twoColFixLtHdr #mainContent {
 /*	margin: 0 0 0 250px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 
	padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
/*	margin: 10px 0 25px;
*/	/*	background-color: #FFFFFF;*/
	float: left;
	width: 675px;
}

.twoColFixLtHdr #mainContent li a {
	line-height: 18px;
}
.twoColFixLtHdr #footer {
	padding: 10px;
	color: #fff;
	text-align: center;
	background-color: #336633;
}
.twoColFixLtHdr #footer a {
	color: #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;
}
ul.productBlock {
	list-style: none;
	margin-left: -25px;
}
ul.productBlock li {
	padding: 5px;
	border: 1px solid #cccccc;
	float: left;
	width: 95%;
	margin: 0 10px 10px 0;
	float:left;
}

ul.productBlockV {
	list-style: none;
	margin-left: -25px;
}

ul.productBlockV li {
	padding: 5px;
	border: 1px solid #cccccc;
	float: left;
	width: 190px;
	margin: 0 10px 10px 0;
}
div.prodImg {
	/*	float: left;
*/	/*	width: 160px;
	padding: 5px 0;*/
	/*	border-right: 1px dotted #cccccc;
*/	text-align: center;
	min-width: 175px;
	float: left;
	padding-right: 20px;
}
div.prodImg a {
	font-size: 11px;
	text-decoration: none;
	color: #CC9933;
}
div.prodDesc {
/*	width: 100%;
*/	margin:10px 0 10px 0;
	float: none;
}
div.prodForm {
	float: left;/*	padding-left: 25px;*/
	max-width: 400px;
}
h1 {
	font-size: 24px;
	color: #CC9933;
}
h2 {
	font-size: 14px;
	color: #355F0C;
	margin: 0 0 10px 0;
}
select, input, submit, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#666666;
	border: 1px solid #999999;
}
input.btnBuy {
	color: #FFFFFF;
	border: 1px solid #000;
	margin-top: 5px;
	background-color: #993300;
	text-transform: uppercase;
	width: 65px;
}
a img {
	border: none;
}
div.catBlock {
	float: left;
	text-align: center;
	margin: 20px;
	height: 200px;
}
div.catBlock a {
	color: #cc9933;
	text-decoration: none;
}
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
div.treatList {
	float: left;
	clear: both;
}
div#treatBox {
	float: right;
	clear: both;
	margin-top: -160px;
	width: 265px;
	text-align: justify;
	z-index: 9999;
}
div#treatBox img {
	z-index: inherit;
}
*div#treatBox {
	float: right;
	clear: both;
	margin-top: -10px;
	width: 265px;
	text-align: justify;
	z-index: 9999;
}
td#stUIWritely3_txt,
td#stUIWritely4_txt,
td#stUIWritely6_txt,
td#stUIWritely5_txt,
td#stUIWritely10_txt,
td#stUIWritely15_txt,
td#stUIWritely19_txt,
td#stUIWritely25_txt,
td#stUIWritely28_txt,
td#stUIWritely32_txt,
td#stUIWritely33_txt,
td#stUIWritely34_txt,
td#stUI3_txt,
td#stUI4_txt,
td#stUI6_txt,
td#stUI5_txt,
td#stUI10_txt,
td#stUI15_txt,
td#stUI19_txt,
td#stUI25_txt,
td#stUI28_txt,
td#stUI32_txt,
td#stUI33_txt,
td#stUI34_txt { 
	border-bottom: 5px solid #CD9933;
	padding: 5px 0px 5px 5px;
}
div.crossSell {
	margin: 50px auto;
	text-align: center;
}
