@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F5F5F5;
	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;
}
#shadowbg {width:840px;
	background-color:#F5F5F5;
	background-image:url(images/bg-shadow.gif);
	background-position:center;
	background-repeat:repeat-y;
	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 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
		}
		
#container {
	width: 820px;  
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom: solid 2px #999999;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}


#header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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. */
}
#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 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#464646;
	
}

.topmenu {font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#464646;
	font-weight:bold;
	margin-right:15px;
	}

#header a img {border:none}



.boldlink {	font-size:15px; text-decoration:none; margin-top: 10px; padding-top: 10px;
			font-weight:bold; 	color:#464646; line-height:20px}
.boldlink:hover {color:#FFCC33}

.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:20px;
	color:#464646;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#464646;
	padding:0px 0px 0px 0px;
	margin:10px 0px 10px 0px;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	padding:0px;
	margin:0px 0px 10px 0px;
}

a {color:#464646; text-decoration:none}
a:hover {color:#FFCC00;}

#mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
}

#mainContent p, #mainContent td {
	color:#707070;
	padding:5px; 
	/* this in SSL version only for thanks.asp ?? */
	/* margin:5px 0px 5px 0px this affects the cart / checkout;*/
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

#mainContent p {padding:5px 0 5px 0} /* make sure p lines up in product description */
	
div.box1 {
    width: 185px;
    height:210px;
    margin: 10px 10px 0px 0px;
    float:left;
	/*padding:10px; remove becuase theres an image in it - if removed alter height + width by 20px */
	background:#F5F5F5;
	border-width:1px;
	border-style:dotted;
	border-color: #gray;
	color: #666;
}

div.box2 {
    width: 185px;
    height:210px;
    margin: 10px 0px 0px 0px;
    float:left;
	/*padding:10px; remove becuase theres an image in it - if removed alter height + width by 20px */
	background:#F5F5F5;
	border-width:1px;
	border-style:dotted;
	border-color: #gray;
	color: #666;
}

div.box3 {
    width: 165px;
    height:215px;
    margin: 10px 10px 0px 0px;
    float:left;
	padding: 5px 10px 10px 10px;
	background:#F5F5F5;
	border-width:1px;
	border-style:dotted;
	border-color: #gray;
	color: #666;
}

div.box4 {
    width: 165px;
    height:215px;
    margin: 10px 0px 0px 0px;
    float:left;
	padding: 5px 10px 10px 10px;
	background:#F5F5F5;
	border-width:1px;
	border-style:dotted;
	border-color: #gray;
	color: #666;
}

div.largebox {
    width: 362px;
    height:452px;
    margin: 10px 10px 10px 0px;
    float:left;
	padding:0px
	background:#F5F5F5;
	border-width:1px;
	border-style:dotted;
	border-color: #gray;
	color: #666;
	background-color:#DFDCC9;
}

.boxcontent {padding:10px;}

div.box1 h2, div.box2 h2, div.largebox h2
{
	margin:5px 0px 5px 0px;
}	

#footer {
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
#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 */
		color:#808080;
		border-top: solid thin gray;
	padding:10px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;

}

.searchbutton	{
	font-size: 12px;
	color: #666666;
    background: #efefef;
	height: 25px;
    width: 48px;
    border: 0px;
}

.bullets {m