@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color:#4e3227;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	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 */

}
/*{

margin:0 auto;

}*/
p {
	margin:0 auto;
	padding:0;}
	
a:active, a
{
  outline: none;
}

.twoColFixRtHdr #container_sub { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	margin: 0 auto;
	margin-top:34px;	
	position: relative;
} 
.twoColFixRtHdr #container_sub #burger {
	position:absolute;
	top:340px;
	text-indent:-18px;
} 
.twoColFixRtHdr #container_sub #bottle_top {
	position:absolute;
	top:740px;
	text-indent:-15px;
} 
.twoColFixRtHdr #container_sub #bottle_cap {
	position:absolute;
	top:316px;
	text-indent:150px;
	z-index:10;
} 
.twoColFixRtHdr #container_sub #bottle_frog_flagged {
	position:absolute;
	top:845px;
	text-indent:0px;

} 
.twoColFixRtHdr #container_sub #frog {
	position:absolute;
	text-indent:-80px;
	top:-10px;
	left: -30px;
	margin-top:auto;
	z-index:3;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeedd3;
	margin: 0 auto;
	margin-top:0px;
	border: 10px solid #eeedd3;
	text-align: left; 
} 
.twoColFixRtHdr #header { 
	background: #cc3300;
	background-image:url(images/title_bg5.jpg);
	background-repeat:no-repeat;
	height:99px;
	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. */
} 
.twoColFixRtHdr #elmenu { 
	height:37px;
	border-top: 6px solid #eeedd3;
	border-bottom: 7px solid #eeedd3;
	  /* 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. */
} 
.twoColFixRtHdr #elmenu a {
	color:#fff;

}
.twoColFixRtHdr #header #header_title {
	position:absolute;
	top: -14px;
	margin: 0 auto;
    padding: 0;
	text-indent:100px;
	
	}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	background-image:url(images/side_bg.jpg);
	background-repeat:no-repeat;
	background-color:#CCB067;
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height:100%;
	padding-top: 10px;
	padding-right: 10px;
	
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 p {
	
	font-size:11px;
	line-height:14px;
	text-align:left;
	color:#000000;
	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 */
}

.twoColFixRtHdr #sidebar1 ul li.crown {
	background-image:url(images/ul-crown.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:13px;
	text-align:left;
	color:#880c03;
	text-indent:-20px;
	padding-left:35px;
	list-style:none;
}

.twoColFixRtHdr #sidebar1 a, a:active, a:hover {

	line-height:13px;
	text-align:left;
	text-decoration:none;
	color:#880c03;
}

.twoColFixRtHdr #sidebar1 li.crown a {
	font-size:11px;
	line-height:13px;
	text-align:left;
	text-decoration:none;
	color:#880c03;
}
.twoColFixRtHdr #sidebar1 h3 {
	
	font-size:16px;
	line-height:16px;
	text-align:left;
	color:#FFFFFF;
	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 */
}
.twoColFixRtHdr #sidebar1 h4 {
	font-size:13px;
	line-height:13px;
	text-align:left;
	color:#880c03;
}
.twoColFixRtHdr #sidebar1 h5 {
	font-size:14px;
	line-height:14px;
	text-align:left;
	color:#4f2e14;
 }

.label-1 {
	background-image:url(images/lbl-1.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:21px;
	margin-top:-15px;
}
.label-2 {
	background-image:url(images/lbl-2.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:21px;
	margin-top:-15px;
}
.label-3 {
	background-image:url(images/lbl-3.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:21px;
	margin-top:-15px;
}
.twoColFixRtHdr #sidebar2 {
	font-size:12px;
	line-height:12px;
	text-align:center;
	border-top: 6px solid #eeedd3;
	background-image:url(images/side_left_bg.jpg);
	background-repeat:no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: 10px 10px 10px 10px;
	background-color:#E86F06;/* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixRtHdr #sidebar2 h3 {
	font-size:12px;
	line-height:12px;
	text-align:center;
	color:#FFFFFF;
	width: 180px; /* 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 */
}
.twoColFixRtHdr #sidebar2 h4 {
	font-size:11px;
	line-height:12px;
	text-align:center;
	color:#FFFFFF;
	width: 180px; /* 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 */
}
.twoColFixRtHdr #mainPic {
	height:160px;
	width:554px;
	margin:0 0 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 0;  remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #inkPic {
	height:100px;
	width:554px;
	
	margin:0 0 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 0;  remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #middle2  {
	background-color:#eeedd3;
	background-image:url(images/faux.gif);
	background-position:right;
	background-repeat:repeat-y;
	text-transform:capitalize;

	/*my faux column right ext. */
} 

.twoColFixRtHdr #content-main  {
	background-color:#eeedd3;
	padding:10px 0px;
	background-image:url(images/faux.gif);
	background-position:right;
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #contents  {
	background-color:#fff;
	padding:10px 0px;
	background-image:url(images/faux.gif);
	background-position:right;
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #content-main #test {
	border: 1px solid #B02D03;
	padding: 10px 10px 0px;
	width: 40%;
	text-align: center;
	background-color: #F4F0E1;
	margin-left: 100px;

} 
.twoColFixRtHdr #content-main #test-a {
	border: 1px solid #B02D03;
	padding: 10px 10px 0px;
	width: 40%;
	text-align: center;
	background-color: #F4F0E1;
	margin-left: 100px;

} 

.twoColFixRtHdr #content-main #test-b {
	border: 1px solid #B02D03;
	padding: 10px 10px 0px;
	width: 40%;
	text-align: center;
	background-color: #F4F0E1;
	margin-left: 100px;

} 
.twoColFixRtHdr #middle2 ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 18px;
	text-align: center;

}

.twoColFixRtHdr #middle2 li{
	display: inline;
	list-style-type: none;
	padding-right: 1px;
	margin: 0px;
	float: left;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;

}

.twoColFixRtHdr #middle2 li a {
	background-color: #CCB067;
	height: 30px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #543016;
	width: 90px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
.twoColFixRtHdr #middle2 li.small a {
	background-color: #CCB067;
	height: 30px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #543016;
	width: 60px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
.twoColFixRtHdr #middle2 li.reg a {
	background-color: #CCB067;
	height: 30px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #543016;
	width: 80px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

.twoColFixRtHdr #middle2 li a:hover {
	color: #B94901;
	background-color: #E5D7B2;

}
.twoColFixRtHdr #middle2 a {
	font-size: 12px;
	color: #512B20;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;

}

.twoColFixRtHdr #middle2 a:hover  {
	font-size: 12px;
	color: #BC2E06;
	text-decoration: none;

}

.twoColFixRtHdr #middle2 p {
	font-size:12px;
	line-height:22px;
	margin-top: 0;
	margin-right: 226px;
	margin-bottom: 0;
	margin-left: 0px;
} 


.twoColFixRtHdr #middle2 h1 {
	margin:10px 226px 0 216px;
	font-size:14px;
	line-height:22px;
} 
.twoColFixRtHdr #middle2 h2 {
	margin:0px 0px 0;
	font-size:16px;
	line-height:22px;
	color: #B02D03;
} 
.twoColFixRtHdr #middle2 h3 {
	margin:0px 0px 0;
	font-size:14px;
	line-height:22px;
	color: #B02D03;
} 
.twoColFixRtHdr #middle2 h4 {
	margin:0px 0px 0;
	font-size:12px;
	line-height:16px;
	color: #B02D03;
} 

.twoColFixRtHdr #middle2 h2 a{
	margin:0px 0px 0;
	font-size:14px;
	line-height:22px;
	color: #B02D03;
} 
.twoColFixRtHdr #bottom_pics { 
	border-top: 6px solid #eeedd3;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #nad {
	width:200px;
	background-color:#CCB067;
	margin-bottom:100%;
	padding-bottom:6px;
}
.twoColFixRtHdr #footer { 
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	border-top: 6px solid #eeedd3;
	height:37px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #footer a {
	color:#fff;

}
.twoColFixRtHdr #footer ul{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	border: 0px solid #eeedd3;
	width: 100%;
	padding: 10px 4px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.twoColFixRtHdr #footer ul li{
	display:inline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.twoColFixRtHdr #footer ul li a{
color: #ffcc00;
padding: 10px 8px;
text-decoration: none;
line-height:14px;
}
.twoColFixRtHdr #footer ul li a:hover{
	color: #ffcc00;
}
.twoColFixRtHdr #footer ul li a:active{
	color: #fff;
}
 .footer-text {
	color:#fff;
	font-size:10px;
	height:37px;
	margin-top:20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 .footer-text a {
	color:#fff;

}
 .footer-text ul{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	border: 0px solid #eeedd3;
	width: 100%;
	padding: 10px 4px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.twoColFixRtHdr #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;
}
.form {
	background-color:#ece7c2;
}
.input.small {
	background-color:#ece7c2;}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

h3.center {
	width: 560px;
	
	text-align: center;
}

