body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 12px;
	color: #666666;
	background-color:#D6E5EA;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
ul li {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
h1 {
	font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
	color:#006666;
}

h2 {
	font-size: 13px;
	color: #CC0000;
}
#container { 
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border:1px solid #D9D9D9;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
}
#headContainer {
	background-color:#FFCC66;
	border-bottom:1px solid #D9D9D9;
}
#logo {
	padding: 15px 30px;
	width:705px;
	height:60px;
	z-index:2;
    background:url(/site_assets/www.sofasogood.ca/images/sofa-so-good.jpg) bottom no-repeat;
    text-indent:-2000px; 
}
#mainContainer {
	margin: 0;
/*	padding: 30px 0px 0px 0px; */
	padding:0px;
	line-height: 1.4;
	
}
#footContainer {
	background-color:#FFCC66;
	border-top:1px solid #D9D9D9;
}
#trail {
	padding: 0px 15px;
	text-align:right;
}
#trail h1 {
	font-size:14px;
	color: #999999;
}
#trail a {
	color: #CC0000;
	text-decoration: none;
}
#trail a:hover {
	color: #999999;
	text-decoration: underline;
}
#status_message {
	border: 1px solid #CC0000;
	margin-bottom: 5px;
	padding: 5px;
}

#top_contact_info {
	width: 926px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:right;
}
#top_contact_info a {
	color: #CC0000;
	text-decoration: underline;
}
#top_contact_info a:hover {
	text-decoration: none;
}

#bottom_contact_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
#bottom_contact_info .left {
	float:left;
	padding-left:115px;
}
#bottom_contact_info .right {
	float:right;
	padding-right:15px;
}
#bottom_contact_info a {
	color: #CC0000;
	text-decoration: underline;
}
#bottom_contact_info a:hover {
	text-decoration: none;
}
#bottom_contact_address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	line-height: 1.5em;
	padding-top:15px;
	padding-right:15px;
}
.address {
	font-size:18px;
}
.red {
	color: #CC0000;
}
#win_5000 {
	background-image:url(/site_assets/www.sofasogood.ca/images/dynamic/Win_5000.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 10px;
	width: 216px;
	height: 213px;
}
.enter_now {
	background-image:url(/site_assets/www.sofasogood.ca/images/dynamic/button_enter_to_win.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 13px;
	right: 15px;
	display: block;
	width: 94px;
	height: 24px;
	text-indent:-9999px;
}
.enter_now:hover {
	background-image:url(/site_assets/www.sofasogood.ca/images/dynamic/button_enter_to_win_over.gif);
}
.hangingindent {
    padding-left: 22px ;
    text-indent: -22px ;
    margin-right: 22px;
}
.clear {
    clear:both;
    height:0px;
}

