﻿/* THIS FILE CONTAINS THE THREE COLUMN LIQUID LAYOUT, AND OTHER GENERIC LAYOUT CODE*/

body 
{
    margin:0;
    padding:0;
    /*background-image:url('/images/offers/december/snowbackground.gif');*/
}


/* header styles */
#header {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#header p,
#header h1,
#header h2 {
	clear:left;
	float:left;
	width:96%;
	margin:0;
	padding:.4em 2% .1em 2%;
}

/* column container */
.colmask {
	clear:both;
	float:left;
	width:100%;				/* width of page */
	overflow:hidden;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	/*position:relative;*/
}
.col1,
.col1A,
.col2,
.col3, 
.col2A,
.col1B
{
	float:left;
/*	position:relative;*/
	padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

.col2ARight
{
	float:right;
/*	position:relative;*/
	padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings  NOTE - COL1 IS THE CENTER COLUMN (For SEO Purposes)*/
.threecol {
	background:#6B2C91;		/* right column background colour */
}
.threecol .colmid {
	right:15%;				/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:70%;				/* width of the middle column */
	min-height:600px;
    height:auto !important;       /* this is the min-height fix for IE6 */
    height:500px;                    /* this is the min-height fix for IE6 */
	background:#6B2C91;		/* left column background colour */
}
.threecol .col1 {
    padding-left: 5px;
	width:60%;				/* width of center column content (column width minus padding on either side) */
	/*left:102%;				 100% plus left padding of center column */
}
.threecol .col2 {
	width:250px;				/* Width of left column content (column width minus padding on either side) */
	/*left:21%;				width of (right column) plus (center column left and right padding) plus (left column left padding) */
	color: #FFF;
}
.threecol .col3 {
	width:13%;				/* Width of right column content (column width minus padding on either side) */
	/*left:95%;				 Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	/*color: #FFF;*/
	float:right;
}

.threecol .col1A {
    padding-left: 5px;
	width:85%;				/* width of center column content (column width minus padding on either side) */
	/*left:102%;				 100% plus left padding of center column */
}

.threecol .col2A {
	width:130px;				/* Width of left column content (column width minus padding on either side) */
	/*left:21%;				width of (right column) plus (center column left and right padding) plus (left column left padding) */
	color: #FFF;	
}

.threecol .col1B {
    padding-left: 5px;
	width:71%;				/* width of center column content (column width minus padding on either side) */
	/*left:102%;				 100% plus left padding of center column */
}




/* Footer styles */
#footer {
    clear:both;
    padding:1em 2%;
}