@charset "utf-8";
/* CSS Document */
        /* <![CDATA[ */


            html, body {
	background-image: url(images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #1b1b1b;
	height: 100%;
	margin: 0;
	padding: 0;
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -235px;
	float: left;
}
div#mainPane {
	text-align:center;
	width: 100%;
	min-width: 980px;
	height: 470px;
	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: -235px;
	/* IE4ever Hack: Hide from IE4 **/
    position: static;/** end hack */
            }
/*
             *
             * 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#swirlbg {
	width: 100%;
	height: 100%;
	min-width: 980px;
	min-height: 600px;
	background-image: url(images/mainpanebg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div#content {
	margin: auto;
	width: 900px;
	text-align: center;
	height: 470px;	
}
#mainPane #content #flashWindow {
	padding-top: 10px;
	padding-bottom: 5px;
}

div#leftPanel {
	width: 400px;
	height: 320px;
	float: left;
	top: 142px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #999;
}
div#rightPanel {
	margin-left:400px;
	padding: 10px 20px 20px 20px;
	top: 110px;
		/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
#header {
	text-align:left;
	height: 78px;
}
#topnav {
	background-image:url(images/topNavbg.jpg);
	height: 32px;
	text-align: left;
}
#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: 40px;
}
#footer a{
text-decoration:none;
color: #5a330c;
}
#footer a:hover{
color: #FFFFFF;
}
#rightPanel #bodyTxt {
	overflow: auto;
	height: 280px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align:left;
	color:#ffffff;
}
#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: #ffffff;
	text-decoration: none;
}
#mainPane #content #rightPanel #bodyTxt a:hover {
	color: #cccccc;
	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;
}
.testimonialname {
text-transform: uppercase;
font-weight: bold;
}

