body {	
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #604c3f;
}

#container {
	width: 920px;
	margin: 0 auto;
	padding: 0 30px 30px 30px;
	background-color: #fff;
}

#deco {
	width: 40px;
	height: 600px;
	background: url('images/customer/bg_container.gif') 0 0 no-repeat;

	position: absolute;
	top: 20px;
	margin-left: -70px;
}

/* Header
-------------------------------------------------------------- */

#header {
	width: 920px;
	height: 350px;
}

	#logo {
		width: 220px;
		height: 150px;
		float: left;

		position: relative;
		margin-bottom: -150px;
		z-index: 3;
	}

	#menu {
		width: 700px;
		height: 24px;
		float: right;
		padding: 46px 0 0 0;
	}

		#menu a {
			display: block;
			float: right;
			padding: 0 12px;
			margin: 0 0 0 1px;
			
			color: #604c3f;
			font-size: 16px;
			text-decoration: none;
		}
		
		#menu a:hover {
			color: #adbc00;
		}

	#makeAGift {
		display: block;
		width: 129px;
		height: 29px;
		float: right;

		position: relative;
		margin-bottom: -29px;

		background: url('images/customer/btn_makeagift.jpg') 0 0 no-repeat;
	}

	#makeAGift:hover {
		background-position: 0 bottom;
	}

	#bannerFlash {
		width: 570px;
		height: 280px;
		float: left;

		position: relative;
		z-index: 2;
	}

	#bannerZone {
		width: 570px;
		height: 280px;
		float: right;

		position: relative;
		top: -280px;
		margin-bottom: -280px;
		z-index: 1;
	}

/* Main
-------------------------------------------------------------- */

#main {
	width: 920px;
	padding: 21px 0 0 0;
	background: url('images/customer/bg_main.jpg') 0 0 no-repeat;
}

#main .column {
	float: left;
}

#main .two-columns #mainLeft {
	width: 640px;
	float: left;
}

	#main .two-columns #mainLeft .two-columns {
	}

		#main .two-columns #mainLeft .two-columns .column {
			width: 310px;
		}

		#main .two-columns #mainLeft .two-columns .columnSeparator {
			width: 20px;
			height: 1px;
			float: left;
		}

#main .two-columns #mainRight {
	width: 220px;
	float: right;
	padding: 16px 20px 20px 20px;
	background-color: #ede8e4;
}

/* Footer
-------------------------------------------------------------- */

#footerContainer{
	width: 920px;
	margin: 0 auto 30px auto;
	padding: 0 30px 30px 30px;
	background-color: #fff;
}

	#footer {
		padding: 10px;
		background-color: #a48a76;
		
		color: #ede8e4;
		font-size: 10px;
		text-align: center;
	}

	#footer a {
		color: #ede8e4;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

	#footer a[target="_blank"][href^="http://"]:after {
		content: none;
		padding-left: 0;
	}

/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop {
	height: 23px;
	margin: 0 0 15px 0;
	padding: 0 10px 0 10px;
	border-top: 1px solid #cfe8f9;
	border-bottom: 1px solid #cfe8f9;
	background-color: #fff;

	font-size: 11px;
}

.pagerBottom {
	height: 23px;
	margin: 0;
	padding: 0 10px 0 10px;
	border-top: 1px solid #cfe8f9;
	border-bottom: 1px solid #cfe8f9;
	background-color: #fff;

	font-size: 11px;
}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		padding: 2px 3px 0 3px;
		margin: 0 1px 0 0;
		
		color: #696969;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		background-color: #4babe7;

		color: #ffffff;
	}

	.pagerTop a.current:hover,
	.pagerBottom a.current:hover {
		color: #ffffff;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		color: #0182d4;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 33%;
		height: 18px;
		float: left;
		margin: 5px 0 0 0;

		text-align: left;
	}

	.pagerTop .center,
	.pagerBottom .center {	
		width: 33%;
		height: 18px;
		float: left;
		margin: 5px 0 0 0;

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 33%;
		height: 20px;
		float: right;
		margin: 5px 0 0 0;

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		height: 16px;
		padding: 0px;
		border-color: #c7c7c7;
		background-color: #ffffff;

		font-size: 9px;
		color: #696969;
	}

/* Float Elements
-------------------------------------------------------------- */

.floatLeft { float:left; }
.floatRight { float:right; }

/* modal Popup
-------------------------------------------------------------- */

.modalPopup {
	padding: 20px; 
	border: 10px solid #a48a76; 
	background-color: #fff;
}

.modalPopup  .btnClose {
	width: 20px;
	height: 20px;
	border: 0px solid #fff;
	background-color: #bdcd00;

	position: absolute;
	margin-top: -50px;
	margin-left: 509px;

	color: #fff;
	font-size: 10px;
}

.modalPopup  .btnClose:hover {
	background-color: #e7501e;
}
