body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-image: url(../../images/bkg-body.png);
	background-repeat: repeat-x;
	background-color: #F7F5F7;
}

form {
	margin: 0;	
}

.container {
	margin: 0 auto;
	text-align: left;
	width: 920px;
	padding: 0 15px;
	border-left: 1px solid #5A2049;
	border-right: 1px solid #5A2049;
	background-color: #FFF;
}

/***************** Global Header Code *****************/

.global-header {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 920px;
	height: 95px;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 75px;
}

.navigation {
	display: block;
	width: 920px;
	height: 42px;
	background-color:#7B2C65;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}


.top-links {
	position: absolute;
	right: 0;
	bottom: 12px;
	color: #51C330;
}

.top-links a {
	display: block;
	float: left;
	padding: 1px 12px;
	color: #51C330;
	font-size: 12px;
	font-weight: normal;
	border-left: solid 1px #51C330;
}

.top-links .first {
	border-left: none;	
}

.top-links .bag {
	padding: 1px 12px 1px 32px;
	background-image: url(../images/sprite-images-1.png);
	background-repeat: no-repeat;
	background-position: -629px -5px;
	font-weight: bold;
}

.top-links .checkout {
	padding: 1px 0 1px 12px;
	font-weight: bold;
}

.top-bag {
	position: absolute;
	top: 8px;
	right: 0;
	width: 190px;
	margin: 0;
	height: 42px;
	background-color: #EDE4E8;
	color: #5A2049;	
	font-size: 12px;
}

.top-bag-head {
	display: block;
	padding: 0;
	margin: 2px 5px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #5A2049;
}

.top-bag-head a {
	color: #5A2049;	
	font-weight: bold;
	font-size: 12px;
}

.top-bag-items {
	float: left;
	display: block;
	margin: 0;
	padding-left: 5px;
	width: 70px;
	text-align: left;
}

.top-bag-total {
	float: right;
	display: block;
	margin: 0;
	padding-right: 5px;
	text-align: right;
	width: 105px;
}

.top-chat {
	position: absolute;
	right: 207px;
	top: 8px;
	font-size: 10px;
	text-align: center;
}

.top-chat a {

}

.top-bar {
	display: block;
	width: 900px;
	height: 25px;
	background-color: #BD9DA8;
}

.top-promos {
	display: block;
	width: 900px;
	line-height: 25px;
	padding: 0 10px;
	text-align: center;
	color: #FFF;
	background-color: #BD9DA8;
	font-size: 14px;
}

.top-promos span {
	font-weight: bold;
}

.top-search {
	float: right;
	margin: 2px 0 0 0;
	width: 300px;
	height: 38px;
	z-index: 999999;
	}

.search {
	margin: 0;
	padding: 0;
	height: 38px;
	width: 300px;
	background-image: url(../images/top-search.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow:hidden;
	border: none;
	text-transform: none;
}

.search label {
	display: none;	
}

.search input {
	float: left;
	margin: 11px 0 0 10px;
	padding: 0 0 0 0;
	width: 220px;
	height: 15px;
	border: none;
	background: 0;
	font-size: 12px;
}

.search button {
	float: right;
	margin: 6px 5px 0 0;
	width: 45px;
	height: 24px;
	overflow: hidden;
	border: none;
	background: none;
	cursor: pointer;
}

.search button span {
	display: none;	
}


/***************** END Global Header Code *****************/


/*** Global Footer ***/

.footer-boxes {
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

.footer-box-1 {
	display: block;
	float: left;
	width: 182px;
	text-align: center;
	border-right: 1px dotted #CCC;
}

.footer-box-1 a {
	margin: 0 auto;	
}

.footer-box-2 {
	display: block;
	float: left;
	width: 182px;
	text-align: center;
	border-right: 1px dotted #CCC;
}

.footer-box-2 a {
	margin: 0 auto;	
}

.footer-box-3 {
	display: block;
	float: left;
	width: 182px;
	text-align: center;
	border-right: 1px dotted #CCC;
}

.footer-box-4 {
	display: block;
	float: left;
	width: 182px;
	text-align: center;
	border-right: 1px dotted #CCC;
}

.footer-box-5 {
	display: block;
	float: left;
	width: 182px;
	text-align: center;
}



/*** Border ***/

.border {
	margin: 0px;
	border: 1px solid #5A2049;
	width: 770px;
}

#email-coupon {
	position:fixed;
	bottom: 15px;
	right:0px;
	margin:0;
	width:76px;
	height:155px;
	background-image:url('../images/email-coupon.png');
	background-repeat:no-repeat;
	z-index:998;
}
