/*
RULES FOR BASIC SITE LAYOUT AND GENERIC CLASSES
*/


/* ####################################### */
/* ################ GENERAL ############## */
/* ####################################### */


html {
	height: 100%;
	margin: 0;
	padding: 0;
}

 
/*orignial background
body {
	
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #EFEFE3;
	background-image: url(../../img/global/m_bg1.jpg); /* default bg - alter as required 
	height: 100%;
	margin: 0;
	padding: 0;
}*/

body {
	
	background-color:#b2b2b2;
	background-image:url(../../ChristmasFiles/layout/bg.jpg);
	background-repeat:repeat-x;
	background-position:50% 0;/* default bg - alter as required */
	
	height: 100%;
	margin: 0;
	padding: 0;
}

#m_wrapper {
	min-height: 100%;
	position: relative;
}

#m_content ul {
	padding-left: 1em;
	margin-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #606060;
}

/* BACKGROUND SWITCHERS
------------------------------------------------*/


 /*Orignial Background
body.bg1 {
	background-image: url(../../img/global/m_bg1.jpg);
}
body.bg2 {
	background-image: url(../../img/global/m_bg2.jpg);
}
body.bg3 {
	background-image: url(../../img/global/m_bg3.jpg);
}
body.bg4 {
	background-image: url(../../img/global/m_bg4.jpg);
}
body.bg6_mini {
	background-image: url(../../img/global/m_bg6_mini.jpg);
}*/


body.bg1 {
	background-image:url(../../ChristmasFiles/layout/bg.jpg);
}
body.bg2 {
	background-image:url(../../ChristmasFiles/layout/bg.jpg);
}
body.bg3 {
	background-image:url(../../ChristmasFiles/layout/bg.jpg);
}
body.bg4 {
	background-image:url(../../ChristmasFiles/layout/bg.jpg);
}
body.bg6_mini {
	background-image:url(../../ChristmasFiles/layout/bg.jpg);
}



/* ####################################### */
/* ##### SITE GRID AND FRAME LAYOUT ###### */
/* ####################################### */


/* M_PAGE - main page div
------------------------------------------------*/

#m_page {
	background: #fdfdf3;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 10px 26.3em 10px;
	width: 870px;
}


/* M_HEADER - header div
------------------------------------------------*/

#m_header {
	overflow: hidden;
	padding-top: 1em;
}


/* M_PROMO - promotions box
------------------------------------------------*/

#m_promo {
	padding-left: 20px; /* use padding instead of margin to avoid IE6 double margin bug in direction of float */
	float: left;
	width: 170px;
	clear: left;
	height: 50px;
	vertical-align: bottom;
}


/* M_NAV - navigation div
------------------------------------------------*/

/*MAIN*/
#m_nav {
	float: right;
	width: 660px;
	clear: right;
}

/*CRUMB*/
#n_crumb {
	background: #EEEFE2 url(file:///U|/Re-design2008/Templates/Master%20Templates/a_files/img/global/n_crumbBg1.gif) no-repeat 0 0;
	clear: right;
	float: right;
	height: 2.7em;
	width: 648px;
}


/* COLUMN GRID
------------------------------------------------*/

/* DIV CONTAINING BOTH COLUMNS */
#m_container {
	background: #fff url(file:///U|/Re-design2008/Templates/Master%20Templates/a_files/img/global/c_contentBg.gif) repeat-x 0 0;
	border-bottom: 10px solid #fff;
	clear: both;
	min-height: 100%;
	overflow: hidden;
}

/* SIDE COLUMN */
#m_side {
	float: left;
	padding-left: 20px;
	width: 170px;
}

/*MAIN COLUMN*/
#m_content {
	float: left;
	width: 680px; /* need to force float */
}


/* M_FOOTER
------------------------------------------------*/ 

#m_footer {
	bottom: 0;
/*	height: 216px;*/
	height: 26em;
	position: absolute;
	width: 100%;

}

#f_legal,
#f_additional,
#f_nav {
	margin: 0 auto;
	width: 890px;
}





/* ####################################### */
/* ############### GRIDS ################# */
/* ####################################### */

.grid_div {
	margin: 0 0 0 20px;
}
.grid_divTop {
	margin: 15px 0 5px 20px;
}
.grid_divBottom {
	margin: 5px 0 15px 20px;
}

.grid_float {
	float: left;
}

.grid_divPanel {
	background: #F7F7F1;
	padding: 10px;
	overflow: hidden;
}

.grid_Top {
	margin-top: 15px;
}



/* BASE GRID CONTAINERS
------------------------------------------------*/
.c_1x6 {
	width: 680px;
	float: left;
}

.c_1x2 {
	float: right;
	width: 240px;
}



.c_2x4 {
	width: 440px;
	float: left;
}

.c_3x2 {
	width: 680px;
	float: left;
}





/* DIV GRIDS AND COLS
------------------------------------------------*/

.div6 {
	width: 660px;
}

.div4 {
	width: 420px;
}

.div3 {
	width: 310px;
}

.div2 {
	width: 200px;
	float: left;
}

.home_promoFlash {
	margin: 15px 0 5px 20px;
	width: 420px;
	height: 280px;
	float: left;
	line-height:0;
}

.home_promoLink {
	width: 200px;
	height: 130px;
	margin: 15px 0 5px 20px;
	float: left;
	line-height:0;
}

#flashcontent {
	margin: 15px 0 5px 20px;
	float:inherit;
}

.grid_divTable table {
	margin-bottom: 0;
}



/* Tables
------------------------------------------------*/

table.trm-styled {
	width: 660px;

}

table.trm-styled td {
	font-size: 0.8em;
}

table.trm-styled th,
table.trm-styled td {
	background: #fafafa;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	text-align: center;			
	color: #111;				
	padding: 0.16666666666666666666666666666667em 2px;
	
}

table.trm-styled th,
table.trm-styled td.first-td {
	background: #efefe2;
	font-family: Georgia, Times, serif;
	font-size:1em;
}

table.trm-styled tr.co_TableHeader td {
	background: transparent;
}
			


/* ####################################### */
/* ############### ZOOM WINDOW ########## */
/* ####################################### */

/* ZOOM WINDOW
------------------------------------------------*/

#zoom_wrapper {
	width: 830px;
	max-height: 535px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
}

#zoom_wrapper img#store_prodZoom {
	margin: 0 auto;
	display: block;
}

#zoom_wrapper a:link,
#zoom_wrapper a:visited {
	background: url(file:///U|/Re-design2008/Templates/Master%20Templates/a_files/img/form/btn_close.gif) no-repeat 0 0;
	width: 81px;
	height: 21px;
	display: block;
	float: right;
	margin-top: 10px;
}

#zoom_wrapper a span {
	position: absolute;
	left: -9999px;
}



/* ####################################### */
/* ################## FORMS ############## */
/* ####################################### */

.f-submit {
	height: 1%;
}




/* ####################################### */
/* ########### GENERIC CLASSES ########### */
/* ####################################### */

.offScreen {
	left: -5000px;
	position: absolute;
}

.clear {
	clear: both;
}
#miniThankYou h1 {
	font-size:4em;
	font-weight:normal;
	font-style:normal;
	}
	
#miniThankYou h2 {
	font-size:2.15em;
	font-weight:normal;
	font-style:normal;
	color: #A4863E;

}

#miniThankYou p {
	font-size:1.2em;
	font-weight:normal;
	font-style:normal;
}
.exclusions {
	font-weight:0.4em;
	}
#miniDiscount {
	background-color:#F1EEE2;
	padding:10px;
	font-size:1.2em;
	font-weight:normal;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	}
