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

body {margin:0px;background-image: url(images/background.gif);background-repeat: repeat;background-color: #1E2847;background-attachment:fixed; }
#container {z-index:1;position:relative; height:1275px; width:800px; margin:0px auto;background:url(images/template-content-bkg.png); background-repeat:;}
#header {z-index:100;position:absolute; height:71px; width:800px; left:0px; top:0px; background:url(images/template-title.png);}
#footer {z-index:99;position:absolute;height:53px; width:800px; left:0px; bottom:0px; background:url(images/template-footer.png);}
#bow {
	z-index:2000;
	position:absolute;
	height:175px;
	width:182px;
	background: url(images/image-bow.png);
	left: 602px;
	top: 18px;
}
#column-left {z-index:98;position:absolute;height:600px;width:417px;top:82px;left: 28px;}
#column-right {z-index:97;position:absolute;height:600px;width:294px;top:82px;left: 476px;text-align:center;}
#button {z-index:2001;position:absolute;height:51px;width:157px;left: -19px;top: 201px;}
#splash-button {
	z-index:2001;
	position:absolute;
	height:20px;
	width:133px;
	left: 27px;
	top: 51px;
}
#scott-button {
	z-index:2001;
	position:absolute;
	height:20px;
	width:109px;
	left: 175px;
	top: 51px;
}
#sale-small {
	z-index:2002;
	position:absolute;
	height:86px;
	width:85px;
	left: 352px;
	top: 184px;
	background: url(images/sale-small.png);
}
#sale-big {
	z-index:2003;
	position:absolute;
	height:168px;
	width:168px;
	left: 639px;
	top: 5px;
	background: url(images/sale-large.png);
}


/*text classes*/
.Arial-Black {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;   }
.Arial-Bold-Black {font-weight: bold;font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;   }
.Arial-Bold-Black-LG {font-weight: bold;font-family: Arial, Helvetica, sans-serif;font-size: 14px;color: #000000;   }
.Arial-Small-Black{font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #000000;   }
.Arial-Large-Bold-Black {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #000000;}
.Red-Large{font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 24px;color: #CC0000;}	
.Red-Type{font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #CC0000; }


/*modal*/
/* The Window's CSS z-index value is respected (takes priority). If none is supplied, the Window's z-index value will be set to 3000 by default (via jqModal.js). */	
.jqmWindow {display: none;position: fixed;top: 30px;left: 50%;margin-left: -300px;width: 600px;background-color: #EEE;color: #333;}
.group-duck-link {display: none;position: fixed;top: 30px;left: 50%;margin-left: -185px;width: 370px;background-color: #EEE;}
.jqmOverlay { background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
/* Fixed posistioning emulation for IE6 Star selector used to hide definition from browsers other than IE6 For valid CSS, use a conditional include instead */
* html .jqmWindow {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
