@charset "UTF-8";
/* CSS Document */


html, body  {

	background: #f1f1f1;
	margin: 0; 
	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(../images/home-bk.jpg); background-repeat:repeat-x; font-family:Verdana, Arial, Geneva,  Helvetica, sans-serif; font-size:11px;height: 100%;  
}



a {color:#940f21; text-decoration:none}
a:hover {text-decoration:underline}

p {margin:0px; padding:0px;}
h5 {margin:0 0 0 0;  font-size:22px; font-family:Helvetica, Arial, sans-serif;}
h1 {margin:0px; margin-bottom:20px; padding:30px 0 15px 0;color:#000000; font-size:17px; font-family:Helvetica, Arial, sans-serif;  border-bottom: 1px solid #940f21; }
h3 {margin:0px; padding:20px 0 8px 20px;font-size:17px; font-family:Helvetica, Arial, sans-serif;}
h4 {margin:15px;padding:15px 0px 0px 0px;color:#000000; font-size:17px; font-family:Helvetica, Arial, sans-serif;  border-top: 1px solid #940f21; }
th {margin:0px; padding:0; font-weight:normal; text-align:left}

.membersonly {color:#FFF}

#container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; margin-top:4px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	 padding:20px; background-color:#FFF; background-image:url(../images/drop-shadow.png);background-repeat:repeat-x; min-height:700px; 

} 

#catalog {background-color:#f1f1f1; width:261px; height:222px;   }
#catalog2 {background-color:#f1f1f1; width:261px; height:452px; float:right;  }

#header { height:112px; 
	padding: 0; margin: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. */
} 
#topNav {width:1024px; margin: 0 auto; text-align:left; padding-top:10px;background-image:url(../images/header.png)
}

#main { padding: 40px 40px 0px 0px; float:right; width:280px;}

.image {margin-left:30px;}

#contact { 
	float: right;
	font-size:10px;  margin-top:30px;  font-family:Arial, Helvetica, sans-serif;  color: #fff

}
#contact a {text-decoration:none; color:#fff;padding:10px; }
#contact a:hover {text-decoration:underline;  }

#popular {width:660px; float:left; height:200px;}

#rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */

	padding: 15px 0px 15px 15px; background-color:#f1f1f1; 
}

ul.rightbar
{
	margin: 0 0 150px 0;
	padding:10px 0 0px 0;
	list-style-type: none;
	font-size: 11px; 
	font-weight:bold; height:44px;
	cursor: default;
	width: 219px; background-image: url(../images/right-header-bk.JPG); background-repeat:no-repeat;
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.rightbar
{
	z-index: 1000; 
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.rightbar li
{
	margin-top:0px;
	padding: 0px 0px 1px 15px;
	list-style-type: none; 
	line-height:33px;
	cursor: pointer; 
	color:#00539c; font-weight:normal;
	width: auto;text-decoration:none; background-image:url(../images/right-menu-bk.JPG); background-repeat:no-repeat

}

#random {padding:0px 0px 0px 17px;}



#mainContent { 
	margin: 0px 0px 0 0px; /* 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 0px; width:650px; overflow:auto;
	padding-bottom: 200px;
	
} 
 #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 height:200px; position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px; background-color: #f1f1f1;
	clear:both;
} 

#footer a {text-decoration:none; color:#000000;}
#footer a:hover {text-decoration:underline;  }



 #copyright { 
    padding: 15px 0 0 0; margin:0; width:1024px;
margin: 0 auto; text-align:left; 
} 




.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;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

