/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

/*
HOMEPAGE STYLE
*/
.container_01 {
	width: 970px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin-top:20px;
	margin-left:-5px;
}
.left_list_01 {
	width: 137px;
	height: 279px;
	background-color: #E4E4E4;
	float: left;
}
.left_list_02 {
	width: 137px;
	height: 405px;
	background-color: #BFBFBF;
	float: left;
}
.main_top {
	margin-left: 10px;
	width: 800px;
    float: left;
}
bottom_container {
	float: left;
}
.offer_buttons {
	padding: 15px 0;
	clear:both;
}
.special_offers {
	float: left;
	width: 541px;
	margin: 0 10px;
}
.news_info {
	float: left;
	width: 240px;
}
ul.pointer {
	padding: 4px;
	list-style-image: url(../cmscontent/home_2/graypointer_light.jpg);
	list-style-position: inside;
	text-indent: 4px;
	margin: 4px;
	line-height: normal;
}

ul.pointer2 { margin-left:24px; margin-top:24px;
	/*
	padding: 2px;
	margin: 2px;
	line-height: normal;
	list-style-position: inside;
	*/
	list-style-image: url(../cmscontent/home_2/graypointer.gif);
	
	/*text-indent: 2px;*/

}

ul.pointer2b { margin-left:24px; margin-top:24px;
	/*
	padding: 2px;
	margin: 2px;
	line-height: normal;
	list-style-position: inside;
	*/
	list-style-image: url(../cmscontent/home_2/redpointer.gif);
	
	/*text-indent: 2px;*/

}

li {
	/*
	padding:0 0 2px 0;
	*/
}

.rbroundbox {
	background: url(/cmscontent/home/nt.gif) repeat;
}
.rbtop div {
background: url(/cmscontent/home/tl.gif) no-repeat top left;
}
.rbtop {
	background: url(/cmscontent/home/tr.gif) no-repeat top right;
}
.rbbot div {
	background: url(/cmscontent/home/bl.gif) no-repeat bottom left;
}
.rbbot {
	background: url(/cmscontent/home/br.gif) no-repeat bottom right;
}
.rbtop div, .rbtop, .rbbot div, .rbbot {
	height: 7px;
	font-size: 1px;
}
.rbcontent {
	margin: 0 7px;
	width:137px;
}
.rbroundbox {
	width: 151px;
	float:left
}
.rbroundbox2 {
	background: url(/cmscontent/home/nt2.gif) repeat;
}
.rbtop2 div {
	background: url(/cmscontent/home/tl2.gif) no-repeat top left;
}
.rbtop2 {
	background: url(/cmscontent/home/tr2.gif) no-repeat top right;
}
.rbbot2 div {
	background: url(/cmscontent/home/bl2.gif) no-repeat bottom left;
}
.rbbot2 {
	background: url(/cmscontent/home/br2.gif) no-repeat bottom right;
}
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
	height: 7px;
	font-size: 1px;
}
.rbcontent2 {
	width: 137px;
	height:290px;
}
.rbroundbox2 {
	width: 151px;
	float:left;
}
.leftcol {
	float:left;
}
.style6b { margin-right:-2px;
	
}
/*
END OF HOMEPAGE
*/