body {
	background-image: url("../images/bg.jpg");
	color: #FFF !important;	
}

/* HIDE DOTTED LINE */
.line {
	background: none !important;	
}

.encoreLine {
	background-image: url('../images/lineBG.png'); 
	background-repeat: repeat-x;
	clear: left;
	display: block;
	float: left;
	left: 0px;
	height: 30px;
	margin: 10px 0px 10px 0px;
	position: absolute;
	top: 410px;
	width: 100%; 
}

.left-column {
	width: 696px;	
}

.right-column {
	margin-left: 4px;
	width: 200px;
}

#content {
	margin-top: 30px;	
}

#content .left-column {
	background-image: url('../../images/grayOverlay.png');
	margin-top: 5px;
}

	#content .left-column .wrapper {
		padding: 20px;
	}
	
#content .right-column {
	margin-top: 5px;
}

ul{
	margin-left: 16px;	
}

li {
	margin-bottom: 10px;	
}

.popupAdjuster {
	height: 325px;	
}

.mdPopupShow, .mdPopupHide {
	background-image: url('../images/popupBG.gif');
	height: 317px;
	margin-left: 120px;
	margin-top: -5px;
	position: absolute;
	top: 4px;
	width: 529px;
	z-index: 100;
}
.mdPopupShow {
	display: block;	
}
.mdPopupHide {
	display: none;	
}

#popup-gallery {
	background-color: #000;
	float: left;
	height: 676px;
	margin: 25px 0px 0px 250px;
	width: 371px;
	z-index: 300;
}

#buynow .store {
	background-image: url('../images/buy-divider.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 40px;
	overflow: none;
	margin-bottom: 10px;
	width: 320px;
}

	#buynow a {
		float: left;	
	}

	#buynow .store .btnBuyNow {
		background-image: url('../images/btnBuyNow.png');
		background-position: bottom left;
		background-repeat: no-repeat;
		display: inline-block;
		height: 19px;
		float: right;
		margin-top: 25px;
		text-decoration: none;
		width: 73px;
	}
	
	/* OVER STATE IN EACH PAGE */


#footer {
	color: #000;	
}