html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	.background: #CE1920;
    background: #044565;
	zbackground: #000; 
	zbackground-image:url(../images/xmas-tile-bg.png)
}
#siteWrapper {
	position: relative;
	width: 790px;
	margin: 0 auto;
	min-height: 100%;
	background: left top repeat-y url(../images/structure/content_bg.png);
	outline: none;
}
body>#siteWrapper {
	overflow: auto;
}

* html div#siteWrapper {
	height: 100%;
}

/* header & content
**********************************************************/
#header {
	height: 121px;
	width: 100%;
	background-image:url(../images/structure/header.png);
	position: relative;
}
a .button_home {
	position: absolute;
	left: 374px;
	top: 12px;
	width: 51px;
	height: 22px;
	border: none;
}
a .button_contact_us {
	position: absolute;
	left: 438px;
	top: 12px;
	width: 83px;
	height: 22px;
	border: none;
}
a .button_terms {
	position: absolute;
	left: 531px;
	top: 12px;
	width: 140px;
	height: 22px;
	border: none;
}
#headerBanner {
	position: absolute;
	left: 284px;
	top: 51px;
}
#content {
	width: 100%;
}

/* left
**********************************************************/
#left {
	float: left;
	zposition: relative;
	width: 279px;
}
#leftBannerBg {
	background-image:url(../images/structure/left_top.png);
	height: 306px;
	width: 100%;
}
#leftBanner {
	position: absolute;
	left: 34px;
	top: 142px;
}

/* right
**********************************************************/
#right {
	position: relative;
	width: 511px;
	float: right;
}
#rightBannerBg {
	position: relative;
	width: 100%;
	height: 136px;
	background-image:url(../images/structure/right_top.png);
}
#rightBanner {
	position: absolute;
	left: 13px;
	top: 0px;
}
#mainContent {
	position: relative;
	top: 0px;
	left: 24px;
	width: 440px;
	zpadding: 10px;
}

#searchBox {
	zposition: relative;
	background-image: url(../images/structure/search_bg.png);
	width: 100%;
	height: 78px;
}
a:link.button_search, a:visited.button_search, a:active.button_search, a:hover.button_search {
	position: relative;
	left: 200px;
	top: 35px;
	width: 52px;
	height: 19px;
	border: none;
}

#searchText {
	position: relative;
	left: 45px;
	top: 8px;
	width: 150px;
}

#NewStoresBox {
	zposition: relative;
	padding-left: 45px;
	width: 200px;
	padding-top: 10px;
}

.NewsHead {
	width: 150px;
	font-weight: bold;	
}

#NewStoresText {
	padding-top: 8px;
}
/* bottom
******************************************************/
#bottom {
	position: relative;
	width: 790px;
	height: 31px;
	margin-top: -31px;
	margin-left: auto;
	margin-right: auto;
}

.clearBottom {
	clear: both;
	display: block;
	height: 31px;
	width: 100%;
}

form {
	margin: 0px;
}

.ContentEven {
	display: block;
	background-color: #FFFFFF;
	padding: 8px 10px 8px 10px;
}

.ContentOdd {
	display: block;
	background-color: #FDF6DB;
	padding: 8px 10px 8px 10px; 
}

.dottedLine {
	background: url(../images/structure/dotted_vline.gif) repeat-x right bottom #FDF6DB;
	height: 1px !important;
	line-height: 0px !important;
	margin: 0px;
	padding: 0px;
}
.dottedLineWhite {
	background: url(../images/structure/dotted_vline.gif) repeat-x right bottom #FFFFFF;
	height: 1px !important;
	line-height: 0px !important;
	margin: 0px;
	padding: 0px;
}

.dark {
	display: block;
	background-color: #FDF6DB;
	padding: 8px 10px 8px 10px;
}

.light {
	display: block;
	background-color: #FFFFFF;
	padding: 8px 10px 8px 10px; 
}

.imageRight {
	float: right;
}

.imageLeft {
	float: left;
}

.clearAll {
	display: block;
	visibility: visible;
	clear: both;
}

.Currency_Color {
	color: #DF3951 !important;
}