/* Base Elements Rules */
 @import "base.css";

/* Global Blocks */
 @import "global.css";

/* Navigation Rules */
 @import "navigation.css";

/*
	Promo List Rules
*/

div#promoBar
{
	background-repeat: repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

div#promoBar div#promoContent
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div#promoBar div#promoContent img#seeAllPromos { position: absolute; }

div#promoBar div#promoContent ul#promoList
{
	position: absolute;
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
}

div#promoBar div#promoContent ul#promoList li
{
	position: relative;
	float: left;
	line-height : 1.35em;
	cursor: pointer;
	width: 221px;
	height: 99px;
	margin: 5px;
	color: #FFFFFF;
	text-align: center;
}

div.ovinner_header {
    width: 380px;
    height: 24px;
    background-image: url('../images/overlay/overlay_header.gif');
}

div.ovinner_header_btn {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

div.ovinner_content {
    width: 380px;
    background-image: url('../images/overlay/overlay_bckground.gif');
    background-repeat: repeat-y;
}

div.ovinner_footer {
    margin: 0px;
    width: 380px;
    height: 13px;
    background-image: url('../images/overlay/overlay_footer.gif');
}

div.ovinner_content a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

div.ovinner_content a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.black_overlay{
    text-align: center;
    vertical-align: middle;
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index:1001;
}

.white_content {
    display: none;
    position: absolute;
    width: 380px;
    top: 155px;
    left: 50%;
    margin-left: -253px;
    z-index: 1002;
    -moz-opacity: 0.8;
    opacity:.80;
}