@charset "utf-8";
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	/*background: #666666;*/
	background-image:url(../images2010/bg-scrolls-body5.jpg);
	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: #333;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.bolditalic {
	font-style:italic;
	font-weight:bold;
}
p {
	font-size: 1.1em;
}
.smallprint p {
	font-size: 0.9em;
}
h1, h2, h3, h4 {
	color: #666;
	/*color:#B51F2B;*/
	font-family: georgia, "times new roman", times, geneva, serif;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
}
/*#contentholder h1,h2,h3,h4 {
	color: #ffcc00;

}*/
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
.indent {
	padding-left: 30px;
}
.blockquote {
	font-size: 1em;
	display: block;
	padding: 3px;
	background-color:#666;
	border: 2px solid #E5053A;
}
a {
	color:#333;
	/*font-size:1em;*/
	text-decoration:none;
}
h1, h2, h3, h4 a {
	color:#333;
	/*font-size:1em;*/
	text-decoration:none;
}
/*a:link {
	color:#333;
}
a:visited {
	color:#333;
}*/
a:hover {
	text-decoration:underline;
}
img {
	border: none;
}
.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;
}
.oneColFixCtrHdr #wrapper {
	width: 100%;
	padding: 0px;
	background-image:url(../images2010/bg-pageheader5.gif);
	background-repeat:repeat-x;
	margin: 0;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* 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 */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #navbar {
	text-transform:uppercase;
	padding-top: 1px;
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD;*/ 
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.oneColFixCtrHdr #mainContentnarrow {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box *//*background: #FFFFFF;*/
}
.oneColFixCtrHdr #mainContentwide {
	padding: 0;
}
.bg-top {
	height: 55px;
	background-image:url(../images2010/bg-main-top2.gif);
	background-repeat:no-repeat;
}
.bg-main {
	background-image:url(../images2010/bg-scrolls-main1.gif);
	background-repeat:repeat-y;
	padding: 0 60px;
}
.bg-main a {
	text-decoration:underline;
}
.oneColFixCtrHdr #footer {
	padding: 10px 50px 0px 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/
	height: 160px;
	background-image:url(../images2010/bg-scrolls-footer2.gif);
	background-repeat:no-repeat;
	text-align:right;
	font-size: 0.85em;
}
.oneColFixCtrHdr #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 */
	font-size: 0.85em;
}
.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;
}
div.thumbcards {
	float: left;
	width: 160px;
	height: 150px;
	padding: 1px;
	margin: 0px 2px 5px 2px;/*display: none;*/
}
div.spacer {
	width: 100%;
	clear: both;
}
/* spry stuff */
.beerdata {
	text-transform:uppercase;
	padding: 2px;
}
.beerdatastaff {
	font-size: 1em;
	vertical-align:top;
	padding: 2px;
}
.beerdatadb {
	text-transform:uppercase;
	font-size: 0.8em;
	text-indent: 0;
}
.beerdatadbbig {
	list-style:none;
	font-size: 1.1em;
	text-indent: -35px;
	line-height: 30px;
}
.beerdatadbregular {
	font-size: 0.9em;
}
.beerdatalist {
	text-align:left;
	font-size: 0.8em;
}
.beerdataname {
	font-size: 1.1em;
	font-weight:600;
	display: block;
	background-color: #036103;
	color: #FFFF33;
	padding: 2px;
}
.beerdataowner {
	font-size: 1.1em;
	font-weight:600;
	padding: 2px;
}
.beerdataimage {
	width: 113px;
}
.beerdatabreed {
	width: 180px;
}
.myHoverClass {
	color: #b51f2b;/*background-color: #ffff33;*/
}
.mySelectClass {
	color: #b51f2b;	/*background-color: #036103;*/
	font-size: 1.2em;
}
.product {
	cursor:pointer;
	list-style:none;
	line-height: 2em;
	text-indent: -15px;
	font-size: 1.2em;
	font-family: georgia, "times new roman", times, geneva, serif;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
}

/* end spry stuff*/
