@charset "utf-8";
/* CSS Document */
        /* <![CDATA[ */


            html, body {
	background-image: url(images/pageBG.gif);
	background-repeat: no-repeat;
	background-position:center center;
	background-color: #fcf4f7;
	height: 100%;
	margin: 0;
	padding: 0;
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -220px;
	float: left;
}
div#mainPane {
	text-align:center;
	width: 100%;
	min-width: 760px;
	height: 440px;
	clear: both;
	/*
                 *
                 * Issue: IE4 doesn't allow a negative margin-top.
                 *
                 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
                 * The content will be centered but will crop if the window is not small enough to accommodate it.
                 *
                 */
                position: relative;
	top: -220px;
	/* IE4ever Hack: Hide from IE4 **/
                    position: static;/** end hack */
	background-image: url(images/mainBG.gif);
	background-repeat: repeat-y;
	background-position: center;/*background-color: #ffffff; commented out by CB*/

            }
/*
             *
             * Issue: IE5mac interprets negative values as positive.
             *
             * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
             *
             */

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */


		/* ]]> */
div#content {
	margin: auto;
	width: 760px;
	text-align: center;
	height: 440px;
	background-image: url(images/contentBG.gif);
}
#mainPane #content #flashWindow {
	padding-top: 10px;
	padding-bottom: 5px;
}

div#leftPanel {
	width: 366px;
	height: 270px;
	padding: 10px;
	float: left;
	top: 120px;
}
div#rightPanel {
	margin-left:380px;
	padding: 10px 10px 10px 0px;
	top: 120px;
}
#header {
	padding-top: 10px;
	text-align:left;
}
#topNav {
	background-image:url(images/topNavBG.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height: 25px;
	text-align: right;
	padding-right: 10px;
	padding-left:10px;
}
.pgHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5A330C;
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-top: 30px;
	font-style:italic;
}
#rightPanel p{
	font-family:"Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align:left;
	color:#999999;
	}

#topNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #5A330C;
	border: 1px solid #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	height: 20px;
}
#topNav a:hover {
background-color:#f4eaeb;
}
#footer {
height:30px;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size:10px;
padding: 8px 10px 5px 10px;
}
#footer a{
text-decoration:none;
color: #5a330c;
}
#footer a:hover{
color: #FFFFFF;
}
#rightPanel #bodyTxt {
	overflow: auto;
	height: 260px;
	width: 350px;
	padding: 5px;
	font-family:"Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align:left;
	color:#999999;
}
#rightPanel #prodTxt {
	overflow: auto;
	height: 270px;
	width: 360px;
		font-family:"Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align:left;
	color:#999999;
}
.prodName {
	font-size: 14px;
	font-weight: bold;
}

#mainPane #content #rightPanel #bodyTxt a {
	color: #613721;
	text-decoration: none;
}
.prdText {
	font-family:"Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align:left;
	color:#999999;
	width: 110px;
	height: 136px;
	padding-right: 9px;
}
#mainPane #content #rightPanel #prodTxt .prdText img {
	border: 1px solid #FFFFFF;
}
