@charset "utf-8";
/* 800x600 browser size, for global div */


#global {
	position:relative;
	margin: 0 auto;
	/*position:absolute;
	left: 50%; 
	top: 50%;*/
	width: 770px;
	height: 650px;
	/*margin-top: -188px;*/ /* half of the height */
	/*margin-left: -386px;*/ /* half of the width */
	border: 1px solid #999999;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
}

#home_right {
        border-left:1px solid #ffffff;
        float:left;
        width:189px;
        height:353px;
        background-color:#ffffff;
        padding:5px;
        text-align:center;
        font-size:14px;

}

#footer {
	width:770px;
	margin: 0 auto;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	font-size:11px;
	background-color:#444444;
	color:#FFFFFF;
	margin-top:3px;
}
#footer a {
	color:#dddddd;
}
#footer a:hover {
	color:#881536;
}

.products_scroll {
	height:370px;
	width:750px;
	margin-top:6px;
	overflow:auto;
	padding-right:5px;
}